Giter Club home page Giter Club logo

18f.gsa.gov's People

Contributors

alexsobledotgov avatar ameliaswong avatar amoose avatar apburnes avatar colinmurphy01 avatar dahianna avatar dependabot-preview[bot] avatar dependabot[bot] avatar eddietejeda avatar elainekamlley avatar emileighoutlaw avatar gbinal avatar gboone avatar geekygirlsarah avatar gemfarmer avatar hbillings avatar igorkorenfeld avatar jeanninehunter avatar jskinne3 avatar juliaklindpaintner avatar konklone avatar meiqimichelle avatar mgwalker avatar michelle-rago avatar neilmb avatar peterrowland avatar polastre avatar quarterback avatar quepol avatar wslack avatar

Stargazers

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

Watchers

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

18f.gsa.gov's Issues

Move Tumblr blog into the website

Just wanted to mention that Tumblr is blocked from within the VA firewall so the site just gives the Loading latest posts notice and never pulls in any blog posts or gives an error.

tweak fonts/headings

tweak fonts sizes, margins, line-height from bootstrap standard.
add more margin to headings.

`make` not working, so .min references pulled

@amoose helped me troubleshoot but couldn't get it to work. removed .min references in .html files:

index.html
thank-you.html
linking-policy.html

if a priority, this is issue is to get them back in. perhaps @polastre can help me figure out what the heck is wrong on my machine since it worked a month ago.

consider a labs section

Similar to labs.data.gov, a labs section where we host (or link to) projects that are meant to be prototypes only.

Add a browser warning page

http://browser-update.org/

<script type="text/javascript"> 
var $buoop = {vs:{i:8,f:10,o:12,s:5}}; 
$buoop.ol = window.onload; 
window.onload=function(){ 
 try {if ($buoop.ol) $buoop.ol();}catch (e) {} 
 var e = document.createElement("script"); 
 e.setAttribute("type", "text/javascript"); 
 e.setAttribute("src", "//browser-update.org/update.js"); 
 document.body.appendChild(e); 
} 
</script> 

508 color contrast issues

18f is, sadly, not 508 compliant. It's fine for large text, so we don't need to change our logo. But the link text needs to be darker. Similarly, the orange color is ok for large text, but we should darken it for links and the bio headers.

Recommendations:

1188ff --> #0068d0

e53013 --> #ca2910

absent links, team member names should be centered under photos instead of left-justified

Names are left-justified under photos. Looks fine when there are also links under each name, but if it's just the names, maybe we should center them?

It's just .bio > h4 { text-align: center; width: 200px; } and then .bio > h4 { width: [75px | 120px | 225px]; } to match the image widths under each of the media queries.

(I'd fix and make a pull request, but I'm not sure which branch to start from ... can we consolidate from all the stray branches that are hanging out there now?)

image

Bootstrap button class .btn-success fails 508 color contrast

The green "Sign Up for More Information" uses the .btn-success class from bootstrap which has,
background - #5cb85c
Text - white

This fails 508 color contrast at 2.48:1

The hover state has,
background - #47a447
Text - White

Which fails 508 at 3.15:1

Fix Suggestion
Override bootstrap class with new background colors
Normal state
Background - 387f38

Hover
Background - 2a632a

ribbon for site?

Should we add an 'improve this' or 'fork this' ribbon in the top right?

It's a small thing but just seems to be worth doing.

A /technology page

If there's support for it, I'd like to take a stab at a /technology page for the site, that projects a clear image to the techies of the world of how we work. Unlike other pages on the site, it'd freely use tech nomenclature that on other pages might not work well.

It would do a few things:

  • We're an all-open-source, all-public-domain shop. (Link to our policy page.)
  • We're an all-SSL shop. (Possibly with a link to something separate I'm working on about why that's a good thing.)
  • We use cloud services and open stacks. (Regular AWS, nginx, Ubuntu.)
  • We love pull requests as a public service. We're on GitHub, watch us there, help us out.

And if we can figure out a way to guarantee this (cc @seanherron):

  • We're an all IPv6 shop, because it's goddamn important.

Optimize site images

There are a lot of images on this site, and none of the ones I tested (using exiftool, but there are many options) are progressive.

In general, progressive jpgs feel faster for users, and are often actually smaller than their baseline equivalents. We'd need to test on the actual images here, but in general for any non-trivial images, making them all progressive is a solid plus for the user experience.

Team section is wonky at mobile viewport size

Newest additions to team section have put some of the rows off kilter.

Need to fix and check at mobile/tablet sizes.

Possibly rework code to get rid of rows and make it one big div that wraps?

Bootstrap button class .btn-primary fails color contrast

The blue "RSVP for 18F Demo Day" uses the .btn-primary class from bootstrap which has,
background - #428bca
Text - white

This fails 508 color contrast at 3.63:1 Which is just below 508 standards.

The hover state has,
background - #3276b1
Text - White

Which passes 508 but not AAA.

Fix Suggestion
Override bootstrap class with new background colors
Normal state
Background - 2e6ca2

Hover
Background - 255782

404 page

We don't need anything complicated yet, but we shouldn't be sending a vanilla nginx page either.

I'm thinking our blue square with the numerals 404 in it with a little bit of copy. But if someone wants to do something fun right off the bat, speak up.

Policies in the footer and the linking policy

Right now our reference to the Privacy policy is in the content near the signup.

If we move this and our future Linking Policy into the footer, we can just set it and forget it.

Seems like we have room to the left of the Always Be Shipping image.

Enable a basic shortcut/redirect engine

By setting up some basic framework for us to do branded redirects.

I know we'll want to be v. intentional about top level folder space at 18f.gsa.gov/XXXX, but if we set up some lightweight redirect engine at 18f.gsa.gov/s/ then we can put all of the URLs which don't quite warrant that realestate there and still have much better urls to circulate and possibly some lightweight analytics to use on them. That way, anything, no matter how long or ugly can easily become 18f.gsa.gov/s/XXXX.

Gray

iPad: tap on external link, wait through timer, return via Back button => modal still open

Repro:

  1. Visit 18f.gsa.gov on an iPad.
  2. Tap on one of the external links.
  3. Don't tap through the "You are leaving 18F" modal dialog; wait until the counter winds down and automatically sends you to the external page.
  4. Once you're on the external page, tap the Back button.

Unwanted result: the "You are leaving 18F" modal reappears.

This result does not occur if you tap the modal's "Leave 18F" button instead of waiting through the countdown.

Invalid user name when pushing new feature branch

I created a new local feature branch to add my bio after cloning this repo but it sez Invalid username or password when I try to push it up :( I'm not sure if this is my issue or a true permissions issue -- can someone with admin on this repo help me check? Thx!!

Add preloader for slideshow

Currently, slideshow transitions at 10s intervals but images are not preloaded. Include a preloader in order to showcase transitions.

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.