-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (46 loc) · 1.19 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
58
<!DOCTYPE html>
<html>
<head>
<title>Scott's (Huaiwei Sun) Summer Home</title>
<link rel="stylesheet" href = "css/style.css">
</head>
<body>
<div class = "container">
<h1>Scott's (Huaiwei Sun) Summer Home</h1>
<img src="http://www.jackygallery.com/images/Water%20Lilies%20by%20Claude%20Monet%20OSA098.jpg">
<br>
<p>My email: [email protected]</p>
<p>Welcome to my summer page. Feel free to look around : )</p>
<h2>Workshops</h2>
<ul>
<li>
<a href="workshop01">Workshop 01: Throbber</a>
</li>
<li>
<a href="workshop02">Workshop 02: WikiHow</a>
</li>
<li>
<a href="workshop03">Workshop 03: WikiHow styled</a>
</li>
<li>
<a href="workshop04">Workshop 04: Table Contents for WikiHows</a>
</li>
<li>
<a href="workshop05">Workshop 05: Responsive Design</a>
</li>
</ul>
<h2>Projects</h2>
<ul>
<li>
<a href="project01">Project 01: 25 Variations</a>
</li>
<li>
<a href="project02">Project 02: Timer App</a>
</li>
<li>
<a href="http://scottsun.me" >Project 03: Websites for the World</a>
</li>
</ul>
</div>
</body>
</html>