-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (51 loc) · 2.88 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
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<title>CS161 Reagan Russell</title>
<link href="./style.css" rel="stylesheet" type="text/css"/>
</head>
<div style="min-width: 800px; max-width: 800px; margin: 0 auto; padding: 50px">
<h1><span>Welcome!</span></h1>
<h2 style="color: #2e6c80;"><span style="color: #808000;">Introduction:</span></h2>
<p>Welcome to my fabulous (albeit simple) webpage! This was created solely for the purpose of highlighting/turning
in my work for CS 161. I'm currently in a dilemma—do I want to leave this webpage in a simple format like this, or
should I make it look as '90s as possible?</p>
<h2 style="color: #2e6c80;"><span style="color: #808000;">My Work:</span></h2>
<ol style="list-style: none; font-size: 14px; line-height: 32px; font-weight: bold;">
<li style="clear: both;"><a
href="https://docs.google.com/document/d/14cs5cSCNoNDd-wLLRFCBBMjdTvuowjL7nwnWQ7GnULI/edit"
title="Chapter 1"><img
height="40"
src="https://cdn.betterttv.net/emote/589771dc10c0975495c578d1/2x" style="float: left;" width="40" alt="Chapter 1"/>
Chapter 1</a></li>
<li style="clear: both;"><a
href="https://docs.google.com/document/d/1UhYWB2-sGJF5XmjVWkzFD8tmI944zh7ethJMzHfI0LM/edit?usp=sharing"
title="Chapter 2"><img
height="40"
src="https://cdn.frankerfacez.com/emoticon/256055/2" style="float: left;" width="40" alt="Chapter 2"/>
Chapter 2</a></li>
<li style="clear: both;"><a
href="https://docs.google.com/document/d/14UmQtUJ3iylFJjlR6lGeyJbkGNpVJXACHAiu1E-rBSs/edit?usp=sharing"
title="Chapter 3"><img
height="40"
src="https://cdn.frankerfacez.com/emoticon/29990/2" style="float: left;" width="40" alt="Chapter 3"/>
Chapter 3</a></li>
<li style="clear: both;"><a
href="https://docs.google.com/document/d/1Gwzop7B__8gtminaviPwAPhiMH_FogpYWxdz3b4cx-s/edit?usp=sharing"
title="Chapter 4"><img
height="40"
src="https://cdn.frankerfacez.com/emoticon/37311/2" style="float: left;" width="40" alt="Chapter 4"/>
Chapter 4</a></li>
<li style="clear: both;"><img height="40"
src="https://cdn.frankerfacez.com/emoticon/78599/2" style="float: left;"
width="40" alt="Chapter 5"/> Chapter 5
</li>
<li style="clear: both;"><img height="40"
src="https://cdn.frankerfacez.com/emoticon/398047/2"
style="float: left;" width="40" alt="Chapter 6"/>Chapter 6
</li>
</ol>
</div>
<p> </p>
<p><strong> </strong></p>
</html>