From 05e7a34a8bad2cb121529a30e09bd322e61ddf0f Mon Sep 17 00:00:00 2001 From: Jessica Lord Date: Sat, 25 Jan 2014 21:06:13 -0800 Subject: [PATCH] style updates --- index.html | 95 +++++++++++++++++++++++++--------------------------- style.css | 32 ++++++++++++++---- template.hbs | 57 +++++++++++++++---------------- 3 files changed, 99 insertions(+), 85 deletions(-) diff --git a/index.html b/index.html index 871f966fa9cf9..591c7254464ed 100644 --- a/index.html +++ b/index.html @@ -10,63 +10,58 @@ -
+

Congrats, you did it!

-
      ___           ___           ___         ___           ___           ___                         ___                   
-     /\  \         /\__\         /\  \       /\  \         /\  \         /\  \         _____         /\  \                  
-    /::\  \       /:/ _/_       /::\  \     /::\  \       /::\  \       /::\  \       /::\  \       /::\  \         ___     
-   /:/\:\__\     /:/ /\__\     /:/\:\__\   /:/\:\  \     /:/\:\__\     /:/\:\  \     /:/\:\  \     /:/\:\  \       /\__\    
-  /:/ /:/  /    /:/ /:/ _/_   /:/ /:/  /  /:/  \:\  \   /:/ /:/  /    /:/  \:\  \   /:/ /::\__\   /:/  \:\  \     /:/  /    
- /:/_/:/__/___ /:/_/:/ /\__\ /:/_/:/  /  /:/__/ \:\__\ /:/_/:/__/___ /:/__/ \:\__\ /:/_/:/\:|__| /:/__/ \:\__\   /:/__/     
- \:\/:::::/  / \:\/:/ /:/  / \:\/:/  /   \:\  \ /:/  / \:\/:::::/  / \:\  \ /:/  / \:\/:/ /:/  / \:\  \ /:/  /  /::\  \     
-  \::/~~/~~~~   \::/_/:/  /   \::/__/     \:\  /:/  /   \::/~~/~~~~   \:\  /:/  /   \::/_/:/  /   \:\  /:/  /  /:/\:\  \    
-   \:\~~\        \:\/:/  /     \:\  \      \:\/:/  /     \:\~~\        \:\/:/  /     \:\/:/  /     \:\/:/  /   \/__\:\  \   
-    \:\__\        \::/  /       \:\__\      \::/  /       \:\__\        \::/  /       \::/  /       \::/  /         \:\__\  
-     \/__/         \/__/         \/__/       \/__/         \/__/         \/__/         \/__/         \/__/           \/__/  
+
    ___           ___           ___         ___           ___           ___                         ___                   
+   /\  \         /\__\         /\  \       /\  \         /\  \         /\  \         _____         /\  \                  
+  /::\  \       /:/ _/_       /::\  \     /::\  \       /::\  \       /::\  \       /::\  \       /::\  \         ___     
+ /:/\:\__\     /:/ /\__\     /:/\:\__\   /:/\:\  \     /:/\:\__\     /:/\:\  \     /:/\:\  \     /:/\:\  \       /\__\    
+/:/ /:/  /    /:/ /:/ _/_   /:/ /:/  /  /:/  \:\  \   /:/ /:/  /    /:/  \:\  \   /:/ /::\__\   /:/  \:\  \     /:/  /    
+/:/_/:/__/___ /:/_/:/ /\__\ /:/_/:/  /  /:/__/ \:\__\ /:/_/:/__/___ /:/__/ \:\__\ /:/_/:/\:|__| /:/__/ \:\__\   /:/__/     
+\:\/:::::/  / \:\/:/ /:/  / \:\/:/  /   \:\  \ /:/  / \:\/:::::/  / \:\  \ /:/  / \:\/:/ /:/  / \:\  \ /:/  /  /::\  \     
+\::/~~/~~~~   \::/_/:/  /   \::/__/     \:\  /:/  /   \::/~~/~~~~   \:\  /:/  /   \::/_/:/  /   \:\  /:/  /  /:/\:\  \    
+ \:\~~\        \:\/:/  /     \:\  \      \:\/:/  /     \:\~~\        \:\/:/  /     \:\/:/  /     \:\/:/  /   \/__\:\  \   
+  \:\__\        \::/  /       \:\__\      \::/  /       \:\__\        \::/  /       \::/  /       \::/  /         \:\__\  
+   \/__/         \/__/         \/__/       \/__/         \/__/         \/__/         \/__/         \/__/           \/__/  
 
-

You now know alternate meanings for fork and branch. You've collaborated someone whose location you're unaware of. You, friend, pull request with the best of 'em.

- -

Your pulling and pushing compatriots (give or take 4 million):

-
-
- -
-
-
-

About

-

Everyone listed on this page has completed Git-it, an open source terminal app for learning Git and GitHub.

The Git-it challenges are self directed so one can do it on their own, but it also makes for a great nodeschool.io type of workshop.

+
+
+

You now know alternate meanings for fork and branch. You've collaborated someone whose location you're unaware of. You, friend, pull request with the best of 'em.

+

Your pulling and pushing compatriots (give or take 4 million):

+ +
+ +
+ +
+
+

About

+

Everyone listed on this page has completed Git-it, an open source terminal app for learning Git and GitHub.

The Git-it challenges are self directed so one can do it on their own, but it also makes for a great nodeschool.io type of workshop.

+
-
-
-
diff --git a/style.css b/style.css index 07180a80c440b..1c6b570558246 100644 --- a/style.css +++ b/style.css @@ -13,12 +13,17 @@ pre { font-size: 11px; } +code { + margin: 0px; + padding: 0px; +} + /* Animation done by https://github.com/daneden */ /* https://github.com/daneden/animate.css */ -/*#user-name { - -webkit-animation: swing 5s infinite; -}*/ +#user-name { + width: 100%; +} @-webkit-keyframes swing { 20% { @@ -114,7 +119,9 @@ a:hover { h1 { font-size: 54px; - text-shadow: 0px 1px 1px rgba(0,0,0,0.4); +} +h3 { + text-align: center; } p, .textcontainer { @@ -127,17 +134,28 @@ p, .textcontainer { max-width: 800px; margin: 0 auto; overflow: auto; - padding: 22px; + display: block; +} + +.large-container { + overflow: auto; + display: block; + text-align: center; + margin: 0 auto; } #welcome-name { text-align: center; - border-bottom: 1px dashed #fff; + } #welcome-name h4 {margin: 6px;} -#compatriots {padding: 22px; border-bottom: 1px dashed #fff;} +#compatriots { + padding: 22px; + border-bottom: 1px dashed #fff; + border-top: 1px dashed #fff; +} ul.nav { list-style: none; padding: 0px; diff --git a/template.hbs b/template.hbs index 91babeec524fa..b5a64559d32b4 100644 --- a/template.hbs +++ b/template.hbs @@ -10,40 +10,41 @@ -
+

Congrats, you did it!

-
{{#featured}}{{username}}{{/featured}}
+
{{#featured}}{{username}}{{/featured}}
-

You now know alternate meanings for fork and branch. You've collaborated someone whose location you're unaware of. You, friend, pull request with the best of 'em.

- -

Your pulling and pushing compatriots (give or take 4 million):

-
-
- -
-
-
-

About

-

Everyone listed on this page has completed Git-it, an open source terminal app for learning Git and GitHub.

The Git-it challenges are self directed so one can do it on their own, but it also makes for a great nodeschool.io type of workshop.

+
+
+

You now know alternate meanings for fork and branch. You've collaborated someone whose location you're unaware of. You, friend, pull request with the best of 'em.

+

Your pulling and pushing compatriots (give or take 4 million):

+ +
+ +
+ +
+
+

About

+

Everyone listed on this page has completed Git-it, an open source terminal app for learning Git and GitHub.

The Git-it challenges are self directed so one can do it on their own, but it also makes for a great nodeschool.io type of workshop.

+
-
-
-