-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (39 loc) · 1.61 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>My Profile</title>
<link href='https://fonts.googleapis.com/css?family=Ubuntu+Condensed|Pacifico' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Pacifico|Source+Sans+Pro' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="reset.css">
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<section class="list">
<div class="wrapper">
<ul>
<li><a href="#">Home</a></li>
<li>Html+CSS
<ul>
<li><a target="_blank" href="boot practice/boot practice.html">BootStrap Practice</a></li>
<li><a target="_blank" href="Eevee_begin/Eevee.html">Eevee</a></li>
<li><a target="_blank" href="illustration/Bread Illustration.html">Bread Illustration</a></li>
<li><a target="_blank" href="fortuneTeller/fortuneTeller.html">Fortune Teller</a></li>
<li><a target="_blank" href="Dream/home.php">Dream</a></li>
</ul>
</li>
<li>JavaScript
<ul>
<li><a target="_blank" href="MyPokemonFarm/myPokemonFarm.html">Pokemon Farm</a></li>
</ul>
</li>
</ul>
</div>
</section>
<div class="title">
<h1>Hi, I'm Sophia Tseng</h1>
<h2>Welcome to My Page</h2>
</div>
</body>
</html>