forked from jpreardon/fivepm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 58668e8
Showing
44 changed files
with
7,671 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
footer { | ||
/*background-color: #333;*/ | ||
width: 100%; | ||
bottom: 0; | ||
position: fixed; | ||
margin-left: 5px; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+37.4 KB
images/drinking/alcohol-friends-don-39-t-let-friends-drink-and-dive.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+60 KB
images/drinking/beer-drink-all-you-want-they-make-more-funny-retro-poster.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+55.7 KB
...rinking-drinking-funny-fucked-alchol-beer-demotivational-posters-1314025088.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+39.5 KB
images/drinking/funny-dog-pictures-dog-asks-you-what-kind-of-drink-you-want.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+61.1 KB
...ing/funny-man-sitting-chair-only-drink-two-occasions-birthday-not-beer-pics.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+94.9 KB
...king/s1.favim.com_orig_19_alcohol-beer-drink-funny-protest-favim.com-201531.jpg
Oops, something went wrong.
Binary file added
BIN
+37.3 KB
images/drinking/workout-sweat-wine-booze-drinking-ecards-someecards.png
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<!-- GA tracker at bottom --> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
<!-- <link rel="shortcut icon" href="../../docs-assets/ico/favicon.png"> --> | ||
|
||
<title>Max Stock Price</title> | ||
|
||
<!-- Bootstrap core CSS --> | ||
|
||
<link href="css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="css/fivepm.css" rel="stylesheet"> | ||
|
||
|
||
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> | ||
<![endif]--> | ||
</head> | ||
|
||
<body> | ||
|
||
|
||
<div class="container"> | ||
<div class="row text-center"> | ||
<h1 class="text-center">Where in the World is it 5pm right now?</h1> | ||
<p><h2 class="text-center" id="five-pm">Nowhere?? *gasp*</h2></p> | ||
<p>Now, say cheers in a new language:</p> | ||
<div id="cheers"></div> | ||
</div> | ||
</div> | ||
|
||
<hr> | ||
<div id="footer"> | ||
<footer> | ||
<p>© Anton de Winter 2013. Source code <a href="https://github.com/adewinter/twitter">here</a></p> | ||
</footer> | ||
</div> | ||
<!-- </div> /container --> | ||
|
||
|
||
<!-- Bootstrap core JavaScript | ||
================================================== --> | ||
<!-- Placed at the end of the document so the pages load faster --> | ||
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script> | ||
<script src="scripts/bootstrap.min.js"></script> | ||
<!-- ============================================= --> | ||
<script src="scripts/timedata.js"></script> | ||
<script src="scripts/fivepm.js"></script> | ||
<script src="scripts/cheersdata.js"></script> | ||
<script src="scripts/countrytolang.js"></script> | ||
|
||
<script> | ||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | ||
|
||
ga('create', 'UA-36829629-3', 'adewinter.github.io'); | ||
ga('send', 'pageview'); | ||
|
||
</script> | ||
|
||
|
||
</script> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,252 @@ | ||
var cheersdata = { | ||
"Afrikaans": | ||
[ | ||
"Gesondheid", | ||
"Ge-sund-hate" | ||
], | ||
"Albanian": | ||
[ | ||
"Gëzuar", | ||
"Geh-zoo-ah" | ||
], | ||
"Arabic (Egypt)": | ||
[ | ||
"فى صحتك: (literally “good luck”)", | ||
"Fe sahetek" | ||
], | ||
"Armenian (Western)": | ||
[ | ||
"Կէնաձդ ", | ||
"Genatzt" | ||
], | ||
"Azerbaijani": | ||
[ | ||
"Nuş olsun", | ||
"Nush ohlsun" | ||
], | ||
"Bosnian": | ||
[ | ||
"Živjeli", | ||
"Zhee-vi-lee" | ||
], | ||
"Bulgarian": | ||
[ | ||
"Наздраве", | ||
"Naz-dra-vey" | ||
], | ||
"Burmese": | ||
[ | ||
"Aung myin par say", | ||
"Au-ng my-in par say" | ||
], | ||
"Catalan": | ||
[ | ||
"Salut", | ||
"Sah-lut" | ||
], | ||
"Chamorro (Guam)": | ||
[ | ||
"Biba", | ||
"Bih-bah" | ||
], | ||
"Chinese (Mandarin)": | ||
[ | ||
" 干杯gān bēi ", | ||
"Gan bay" | ||
], | ||
"Croatian": | ||
[ | ||
"Živjeli /Nazdravlje", | ||
"Zhee-ve-lee /Naz-dra-vlee" | ||
], | ||
"Czech": | ||
[ | ||
"Na zdravi ", | ||
"Naz-drah vi" | ||
], | ||
"Danish": | ||
[ | ||
"Skål", | ||
"Skoal" | ||
], | ||
"Dutch": | ||
[ | ||
"Proost", | ||
"Prohst" | ||
], | ||
"Estonian": | ||
[ | ||
"Terviseks", | ||
"Ter-vih-sex" | ||
], | ||
"Filipino/Tagalog": | ||
[ | ||
"Mabuhay", | ||
"Mah-boo-hay" | ||
], | ||
"Finnish": | ||
[ | ||
"Kippis", | ||
"Kip-piss" | ||
], | ||
"French": | ||
[ | ||
"Santé /A la votre", | ||
"Sahn-tay /Ah la vo-tre" | ||
], | ||
"Galician": | ||
[ | ||
"Salud", | ||
"Saw-lood " | ||
], | ||
"German": | ||
[ | ||
"Prost /Zum wohl", | ||
"Prohst /Tsum vohl" | ||
], | ||
"Greek": | ||
[ | ||
"ΥΓΕΙΑ ", | ||
"Yamas" | ||
], | ||
"Hawaiian": | ||
[ | ||
"Å’kålè ma’luna", | ||
"Okole maluna" | ||
], | ||
"Hebrew": | ||
[ | ||
"לחיים", | ||
"L’chaim" | ||
], | ||
"Hungarian": | ||
[ | ||
"Egészségedre (to your health) /Fenékig (until the bottom of the glass)", | ||
"Egg-esh ay-ged-reh /Fehn-eh-keg" | ||
], | ||
"Icelandic": | ||
[ | ||
"Skál", | ||
"Sk-owl" | ||
], | ||
"Irish Gaelic": | ||
[ | ||
"Sláinte ", | ||
"Slawn-cha " | ||
], | ||
"Italian": | ||
[ | ||
"Salute /Cin cin", | ||
"Saw-lutay /Chin chin" | ||
], | ||
"Japanese": | ||
[ | ||
"乾杯Kanpai (Dry the glass)", | ||
"Kan-pie" | ||
], | ||
"Korean": | ||
[ | ||
"건배", | ||
"Gun bae " | ||
], | ||
"Latvian": | ||
[ | ||
"Priekā /Prosit", | ||
"Pree-eh-ka /Proh-sit" | ||
], | ||
"Lithuanian": | ||
[ | ||
"į sveikatą", | ||
"Ee sweh-kata" | ||
], | ||
"Macedonian": | ||
[ | ||
"На здравје", | ||
"Na zdravye" | ||
], | ||
"Mongolian": | ||
[ | ||
"Эрүүл мэндийн төлөө /Tulgatsgaaya", | ||
"ErUHl mehdiin toloo /Tul-gats-gAH-ya" | ||
], | ||
"Norwegian": | ||
[ | ||
"Skål", | ||
"Skawl" | ||
], | ||
"Polish": | ||
[ | ||
"Na zdrowie", | ||
"Naz-droh-vee-ay" | ||
], | ||
"Portuguese": | ||
[ | ||
"Saúde", | ||
"Saw-OO-de" | ||
], | ||
"Romanian": | ||
[ | ||
"Noroc /Sanatate", | ||
"No-rock /Sahn-atate" | ||
], | ||
"Russian": | ||
[ | ||
"Будем здоровы/На здоровье", | ||
"Budem zdorovi/Na zdorovie " | ||
], | ||
"Serbian": | ||
[ | ||
" živeli", | ||
"Zhee-ve-lee" | ||
], | ||
"Slovak": | ||
[ | ||
"Na zdravie", | ||
"Naz-drah-vee-ay" | ||
], | ||
"Slovenian": | ||
[ | ||
"Na zdravje (literally “on health”)", | ||
"Naz-drah-vee" | ||
], | ||
"Spanish": | ||
[ | ||
"Salud", | ||
"Sah-lud" | ||
], | ||
"Swedish": | ||
[ | ||
"Skål", | ||
"Skawl" | ||
], | ||
"Thai": | ||
[ | ||
"Chok dee", | ||
"Chok dee" | ||
], | ||
"Turkish": | ||
[ | ||
"Şerefe", | ||
"Sher-i-feh " | ||
], | ||
"Ukranian": | ||
[ | ||
"будьмо", | ||
"Boodmo" | ||
], | ||
"Vietnamese": | ||
[ | ||
"Dô /Vô /Một hai ba, yo (one, two, three, yo)", | ||
"Jou // DzoMoat hi bah, yo" | ||
], | ||
"Welsh": | ||
[ | ||
"Iechyd da", | ||
"Yeh-chid dah" | ||
], | ||
"Yiddish": | ||
[ | ||
"Sei gesund", | ||
"Say geh-sund" | ||
] | ||
}; |
Oops, something went wrong.