Git Product home page Git Product logo

phoenix_site's People

Contributors

albertoalmagro avatar bryanstearns avatar caike avatar chrismccord avatar devotiongeo avatar dianaolympos avatar franckverrot avatar gazler avatar geolessel avatar hkrutzer avatar ianknauer avatar jayjun avatar josevalim avatar kanagawamarcos avatar kevinastone avatar kinson avatar ktec avatar ku1ik avatar lucperkins avatar michalmuskala avatar mitchellhenke avatar oshanz avatar pdgonzalez872 avatar preciz avatar ryanwinchester avatar sb8244 avatar spk avatar valo avatar willykaram avatar wojtekmach avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

phoenix_site's Issues

landing page banner is inaccessible

The color scheme of the landing page banner (light orange against darker orange) has very poor contrast. This will make it inaccessible for users with various visual limitations. More generally, it wouldn't hurt to go over the whole site using Google's accessibility audit tool.

A lot of broken links

There's a lot of broken links in google. For example when searching for "phoenix getting started" the top 6 links are broken. Maybe it would be possible to set up some redirects or reindex the site with google? I'm not 100% sure what could be done here, but something should be done.

Mission build/assets/js directory

  • Clone repo
  • mix deps.get
  • mix obelisk build
โžœ  phoenix_site git:(master) mix obelisk build
** (File.Error) could not list directory "./build/assets/js": no such file or directory
    (elixir) lib/file.ex:1306: File.ls!/1
    lib/obelisk/assets.ex:14: Obelisk.Assets.js_files/0
    lib/obelisk/assets.ex:27: Obelisk.Assets.js/0
    lib/obelisk/document.ex:17: Obelisk.Document.prepare/2
    lib/obelisk/page.ex:11: Obelisk.Page.prepare/2
    (elixir) lib/enum.ex:675: Enum."-each/2-lists^foreach/1-0-"/2
    (elixir) lib/enum.ex:675: Enum.each/2
    lib/obelisk/tasks/build.ex:19: Obelisk.Tasks.Build.run/1

16:35:54.321 [error] GenServer Obelisk.Supervisor terminating
** (File.Error) could not list directory "./build/assets/js": no such file or directory
    (elixir) lib/file.ex:1306: File.ls!/1
    lib/obelisk/assets.ex:14: Obelisk.Assets.js_files/0
    lib/obelisk/assets.ex:27: Obelisk.Assets.js/0
    lib/obelisk/document.ex:17: Obelisk.Document.prepare/2
    lib/obelisk/page.ex:11: Obelisk.Page.prepare/2
    (elixir) lib/enum.ex:675: Enum."-each/2-lists^foreach/1-0-"/2
    (elixir) lib/enum.ex:675: Enum.each/2
    lib/obelisk/tasks/build.ex:19: Obelisk.Tasks.Build.run/1
Last message: {:EXIT, #PID<0.73.0>, {%File.Error{action: "list directory", path: "./build/assets/js", reason: :enoent}, [{File, :ls!, 1, [file: 'lib/file.ex', line: 1306]}, {Obelisk.Assets, :js_files, 0, [file: 'lib/obelisk/assets.ex', line: 14]}, {Obelisk.Assets, :js, 0, [file: 'lib/obelisk/assets.ex', line: 27]}, {Obelisk.Document, :prepare, 2, [file: 'lib/obelisk/document.ex', line: 17]}, {Obelisk.Page, :prepare, 2, [file: 'lib/obelisk/page.ex', line: 11]}, {Enum, :"-each/2-lists^foreach/1-0-", 2, [file: 'lib/enum.ex', line: 675]}, {Enum, :each, 2, [file: 'lib/enum.ex', line: 675]}, {Obelisk.Tasks.Build, :run, 1, [file: 'lib/obelisk/tasks/build.ex', line: 19]}]}}
State: {:state, {:local, Obelisk.Supervisor}, :one_for_one, [{:child, #PID<0.159.0>, Obelisk.Config, {Obelisk.Config, :start_link, [nil]}, :permanent, 5000, :worker, [Obelisk.Config]}], :undefined, 3, 5, [], 0, Supervisor.Default, {[{Obelisk.Config, {Obelisk.Config, :start_link, [nil]}, :permanent, 5000, :worker, [Obelisk.Config]}], [strategy: :one_for_one]}}

And there is indeed no js directory. Maybe a file just wasn't committed?

400KB Vim .swp file is served on home page

On the home page of http://phoenixframework.org/ there is a 400KB file called /assets/css/.base.css.swp being served. It looks like a Vim .swp file (second row):

image

It's referenced in the index.html (line 19):

image

I hunted around in the repository to see if I could fix it myself, but I don't see it referenced anywhere -- maybe it's an artifact from the build process of the previous deploy?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.