-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathindex.html
50 lines (39 loc) · 2.28 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!doctype html>
<!--[if lt IE 7]> <html class="no-js ie ie6 lte8 lte7"><![endif]-->
<!--[if IE 7]><html class="no-js ie ie7 lte8 lte7"><![endif]-->
<!--[if IE 8]><html class="no-js ie ie8 lte8"><![endif]-->
<!--[if gte IE 9]> <html class="no-js gte9"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><html class="no-js"> <!--<![endif]-->
<head>
<title>100 Days of Javascript</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="viewport" content="width=device-width">
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/normalize.css" type="text/css" media="all" />
<link rel="stylesheet" href="css/application.css" type="text/css" media="all" />
</head>
<body>
<header role="banner" id="page_header" class="page-header">
<h1>100 JavaScript Projects</h1>
<p>I'm trying to learn Javascript. I'll do a series of 100 mini projects to learn new concepts. </p>
</header>
<div id="main" role="main" class="page-content">
<ol class="project-list">
<li><a href="http://jessica-eldredge.com/literary-notes/">Literary Notes</a></li>
<li><a href="http://jessica-eldredge.com/hours-to-decimals/">Hours to Decimals Converter</a></li>
<li><a href="http://jessica-eldredge.com/rgb-hex-converter/">RGB-Hexidecimal Color Converter</a></li>
<li><a href="http://jessica-eldredge.com/fahrenheit-celsius-converter/">Fahrenheit-Celsius Temperature Converter</a></li>
<li><a href="http://jessica-eldredge.com/cooking-unit-converter/">Cooking Unit Converter</a></li>
<li><a href="http://jessica-eldredge.com/too-doo-list/">Too Doo List</a></li>
<li><a href="http://jessica-eldredge.com/cat-viewer/">Cool Cat Gifs</a></li>
<li><a href="http://jessica-eldredge.com/secret-santa-js/">Secret Santa</a></li>
<li><a href="http://jessica-eldredge.com/whack-a-penguin">Whack-a-Penguin</a></li>
</ol>
</div>
<footer role="contentinfo" id="page_footer" class="page-footer">
<a href="https://github.com/jessabean/100-javascript-projects">Github</a> | Made with determination by <a href="http://jessica-eldredge.com">jessabean</a>
</footer>
</body>