-
Notifications
You must be signed in to change notification settings - Fork 0
/
old.html
45 lines (43 loc) · 1.78 KB
/
old.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Personal</title>
<!-- This imports the styling -->
<link href="styles/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
</head>
<body>
<header>
<p class="header_title"><a href="index.html">Ainsley Lai</a></p>
<nav>
<ul class="nav__links">
<!-- <li><a href="#">Education</a></li> -->
<li><a href="projects.html">Projects</a></li>
<li><a href="personal.html">Personal</a></li>
</ul>
</nav>
<a class="cta" href="contact.html"><button>Contact</button></a>
</header>
<hr>
<h1>This is a test site</h1>
<h2>I hope it's good lol</h2>
<p>Now let's start talking about me. <a href="https://www.linkedin.com/in/ainsley-lai/">This</a> is me. I'm currently writing this as I eat dinner. Well, this line specifically. You might be wondering what's for dinner. Probably not...</p>
<p>Well, I'll tell you anyways. For tonight, it's: </p>
<ul>
<li>White rice w/ soy sauce (haven't had soy sauce in a while)</li>
<li>Broccoli + 1 cauliflower</li>
<li>Turnip cake + tofu</li>
<li>Sausages</li>
<li>Milk + oatmeal raisin cookies</li>
</ul>
<p>AND as I was making the stylesheet, I just ate some eggshells from the turnip cake...</p>
<img src="images/amementlegen.png" alt="Amelia Watson mentlegen">
<!-- This is a comment in HTML -->
<ol>
<li>item 1</li>
<li>item 2</li>
<li>item 3</li>
</ol>
</body>
</html>