-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreader-about.html
46 lines (39 loc) · 1.24 KB
/
reader-about.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
<html>
<head>
<link rel="stylesheet" type = "text/css" href = "aStyle.css">
<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
</head>
<body>
<header>
<div id="theHeader" class = "bigDiv">
</br>
<h1>Kyle Hogan</h1>
<h2>Full Stack Web Developer in Training * Bad Sense of Humor * Kind of a Jerk</h2>
</div>
</header>
<nav >
<div id="theNav" class = "bigDiv">
<ul>
<li><a href="about.html">About Me</a></li>
<li><a href="chat-about.html">Chat Room</a></li>
<li><a href="reader-about.html">E-Reader</a></li>
<li>Future Projects</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<section>
<div id="main" class = "bigdiv">
<div id="Description">
<p> My second project was a group collaboration
on a simple e-reader app. We set up an http server that built pages by pulling
lines from txt files to create a user experience not similar to that of a
Nook or Kindle. There are some subtle javascript effects to make the page
turning experience seem a little less artificial.
</p>
</div>
<a href="splash.html"><img id="bookSnap" src="bookSnap.jpg"></a>
</div>
</section>
</body>
</html>