-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (66 loc) · 1.95 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
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="styles_home.css" />
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<br />
<title>Olivia Wu - Homepage</title>
</head>
<body>
<h1 style="font-family: Verdana, Geneva, Tahoma, sans-serif">Olivia Wu</h1>
<p>
Olivia is a computer programmer, a student of the world, and an honest
leader, who creates innovative designs and cutting-edge projects.
</p>
<br />
<section>
<div
class="center"
style="font-family: Verdana, Geneva, Tahoma, sans-serif"
>
<h3>Life Motto</h3>
<br />
"Be brave enough to find the life you want, and courageous enough to
chase it."
</div>
</section>
<br /><br />
<h2 style="font-family: Verdana, Geneva, Tahoma, sans-serif">
See More from Olivia
</h2>
<section>
<nav
class="center"
id="eqi-container"
style="font-family: Verdana, Geneva, Tahoma, sans-serif"
>
<br /><br /><br />
<a
href="./projects.html"
style="font-family: Verdana, Geneva, Tahoma, sans-serif"
>
Projects</a
>
<a
href="./notes.html"
style="font-family: Verdana, Geneva, Tahoma, sans-serif"
>
Notes</a
>
</nav>
</section>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm"
crossorigin="anonymous"
></script>
</body>
</html>