Git Product home page Git Product logo

2017.code4lib.org's People

Contributors

bibliotechy avatar billmcmillin avatar cappadona avatar cbeer avatar cdmo avatar cmharlow avatar ebenenglish avatar gmcharlt avatar hackartisan avatar jayvarner avatar jcoyne avatar jessemartinez avatar joshuago78 avatar jtidal avatar kaitlinnewson avatar kevinreiss avatar kimpham54 avatar libraryman avatar neo-icann-dev avatar olendorf avatar phette23 avatar phochste avatar queryluke avatar ranti avatar saverkamp avatar sdellis avatar starsplatter avatar thatandromeda avatar whitni avatar yo-bj avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

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

2017.code4lib.org's Issues

Change "Propose a Talk" link on Homepage to "What's going On?"

Change the link to go directly to the schedule page.

"What's Going On?" is not final language, feel free to propose alternatives, but it feels better than "Schedule". If there's a better way to present all active "happenings" on the homepage, please present a mockup or PR.

Poor color contrast in links in photo on main page

There's a major accessibility issue with the links for voting, etc. on the index page within the photo. The color contrast needs to be made better. I couldn't even see them until I moused over them. Hover color too needs to be changed.

Minor accessibility tweaks

Found 2 minor issues both concerning the Venue's dropdown

the orange background color (on rollover) doesn’t pass

the darker orange (Venues

  • with an :active state) doesn’t pass against that dark background

  • badge pngs to svgs

    I feel like and SVG guru now. Here is a quick rundown, all of this relates #36

    1. I added documentation in the readme on how to utilize the svgs in this branches readme. I only edit the sponsors page. But once this AND the prospectus branch are merged, we'll want to convert the prospectus icons to svgs as well
    2. Note: to change the colors of the badges we have to use a rather a new(er) CSS feature: variables. Variables are not supported by (surprise, surprise) IE or Edge, but look to be supported by all other major browsers and mobile. Either way, the old blue colors are defined as fallbacks. If we want to adjust the fallbacks we can, but I wasn't sure of the final color palette, so leaving this for now.
    3. If anyone wants to adjust the color palette, you can in /assets/css/main.scss (under the SVGs header)

    Kinda fun side note, in terms of space savings:
    PNGs = 209kb
    Original SVG files = 340kb
    New SVG file = 16kb!

    If anyone is insterested in the structure of the SVG file, check out /assets/img/badges/badges.svg, I gave descriptive ids to all the paths so you should be able to read the make-up of the file easily.

    Squishy speaker images

    For the speaker image circle to work, the image dimensions should be 1:1. Some need to be cropped.

    activate attend page

    LPC and B&S have finalized the registration fee and cancellation policy, so I'll update and activate /attend/.

    This may touch on issue #93, but would only be a subset of it.

    site.data.path references are broken in some places

    It looks like in the cleanup work the entirely of the _data/path.yml file was wiped out—it now contains just a single reference to the site root '/'. That actually works a lot of places but I noticed it broke some footer links:

    <li class="list-item tci"><a href="{{ site.data.path }}schedule">Schedule</a></li>
    <li class="list-item tci"><a href="{{ site.data.path }}attend.html">Attend</a></li>

    in this instance, the "Schedule" link is fine since it gets redirected to the directory index but "attend.html" doesn't exist anymore and breaks. I'll send a PR referencing this & fixing the footer links but I wanted to point out the larger issue because ``{{site.data.path}}` references are littered throughout the code base and probably nonfunctional in a some other places.

    salmon color scheme appears in a few places still

    As I'm poking around the cleaned up site, I see a few places the old salmon-colored background remains:

    • venue/reception.html bottom
    • index.html bottom "Welcome to Los Angeles"

    maybe this was intentional but it looked like a holdover from the old sites styles, doesn't fit the new scheme.

    close registration

    The first registration wave has closed, so time to update the website.

    need new quotes for the home page

    Repeating the same quotes as last year feels a bit weak, it'd be great if we had a process for collecting new ones for each conference, or if we only recycled a few.

    attend page cleanup

    Just a few things I've noticed, a lot of people are about to hit this page:

    • PR #103 fixes a missing period & the election URL results
    • "Only the top ten (highlighted) have been accepted so far" how are the proposals highlighted? I didn't notice any indicator
    • would be nice to colorize the lanyard colors (red, yellow, green)
    • can we link up something in the Hotel Fees section such as the housing link that's in the registration form?

    add date and venue information

    The contract has been signed, so we can finally add some information.

    Dates: March 6-9, 2017
    Venue: UCLA Luskin Conference Center

    FAQ

    People thinking about attending want to know:

    • When is the conference?
    • Where is the conference?
    • When can I register for the conference?
    • How much does it cost?
    • How do I register?
    • Where can I stay? (hotel locations, cost, group code)

    People who are attending want to know:

    • What is the schedule?
    • How do I get to the venue? (from the hotel, the airport, my AirBnB)
    • Where can I eat?

    People who want to give a talk/workshop/poster want to know:

    • When is the submission period?
    • How do I submit?

    Organizations who want to sponsor want to know:

    • What is code4lib all about?
    • What do I get for my contribution?
    • What is left for me to sponsor?

    Color Contrast

    Color contrast for time and length on individual talk / workshop pages not accessible

    clean slate

    Clean out data, links, and other references to the 2016 event and give ourselves a clean slate to work with.

    update scholarship page to list awardees

    Award notifications were sent out on 10 January; upon confirmation from the awardees that they will accept the scholarships, the page should be updated.

    Also noting that when this is done, it will be a good opportunity to clean up the duplicate lists of sponsors on that page.

    site.data.conf.toggles should be booleans

    Is there a reason the toggles in the conf.yml file are on/off strings & not booleans? See:

    https://github.com/code4lib/2017.code4lib.org/blob/master/_data/conf.yml#L7-L16

    I'd say search: true etc. is better. The conditionals all over the place like {% if site.data.conf.toggles.livestream == "on" %} seem a bit more verbose & error prone (e.g. == "On" will be false) than just {% if site.data.conf.toggles.livestream %}. If we do change this the conditions everywhere need to be updated which is actually a good reason to just keep it the way it is now.

    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.