-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path100websites.html
37 lines (36 loc) · 1.57 KB
/
100websites.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
<!doctype html>
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>andrewschutt.net</title>
<meta name="author" content="Andrew Schutt">
<link rel="icon" href="images/favicon.ico">
<link rel="stylesheet" type="text/css" media="all" href="css/styles.css">
<link rel="stylesheet" type="text/css" media="all" href="http://fonts.googleapis.com/css?family=Capriola">
</head>
<body>
<div id="w">
<header id="logo"><a href="index.html"><span id="logobg">AndrewSchutt.net</span></a></header>
<nav id="navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Me</a></li>
<li><a href="docs/resume.pdf">Resume</a></li>
<li><a href="http://andrewschutt.net/blog/">Blog</a></li>
<li><a href="mailto:[email protected]">Contact</a></li>
</ul>
</nav>
<div id="content">
<p>10. <a href="push_the_button.html">Button for Pushing</a></p>
<p>9. <a href="https://vast-coast-3708.herokuapp.com/">Rails User Generation</a></p>
<p>8. <a href="ball_bounce.html">Bouncing Ball Using CSS</a></p>
<p>7. <a href="todo.html">Angular Todo List</a></p>
<p>6. <a href="flappybird.html">FlappyBird Clone</a></p>
<p>5. <a href="pong.html">PongJS</a></p>
<p>4. <a href="snake.html">SnakeJS</a></p>
<p>3. <a href="backgroundswitcher.html">Background Switcher</a></p>
<p>2. <a href="index.html">Redesign of Website</a></p>
<p>1. <a href="100websites.html">100 Websites Page</a></p>
</div>
</div>
</body>