-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (32 loc) · 1.03 KB
/
index.html
File metadata and controls
38 lines (32 loc) · 1.03 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="CSS/style.css" title = 'normal'>
<link rel='alternate stylesheet' href='CSS/light.css' title='light'>
<link rel="stylesheet" href="CSS/home.css">
<title>Home</title>
</head>
<body>
<div class="navbar">
<a href="">Home</a>
<a href="work/work.html">Work</a>
<a href="novel/novel.html">Novel Updates</a>
</div>
<div class="head">
<h3>Romano Agostini-Cheng</h3>
</div>
<div class = "intro">
<p>Hi and welcome to my website, I am an Electrical Engineering student
who likes to dabble and
experiment with different ideas. I made this website as a place to
consolidate my projects and act as a sort of portfolio for future
employers.</p>
<p>Feel free to look around and see my stuff.</p>
</div>
<div class="footer">
<a>Light Theme</a>
<a>Dark Theme</a>
</div>
</body>
</html>