-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (28 loc) · 1.17 KB
/
index.html
File metadata and controls
31 lines (28 loc) · 1.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<link rel="stylesheet" href="assets/css/style.css">
<link href="https://fonts.googleapis.com/css?family=Spartan&display=swap" rel="stylesheet">
</head>
<body>
<div class="topheader">
<div class="myname">LINDSEY PALUSO</div>
<div class="topnav">
<a class="active" href="index.html">ABOUT</a>
<a href="portfolio.html">PORTFOLIO</a>
<a href="contact.html">CONTACT</a>
</div>
</div>
<div class="centerbox">
<h1>About Lindsey</h1>
<hr>
<img src="assets/images/me.jpg" alt="LMP" style="width:150px">
<p>Project manager, café owner, renewable energy guru, and lover of good content. At work, Lindsey is quick on her feet, calm under pressure, creative, and an expert at getting everyone on her team. Outside of work she's usually hiking, going for it with her 2020 reading challenge, or cooking her way through the latest issue of Bon Appétit.</p>
<p>Languages used: CSS, HTML, Java, etc etc. add languages learned here</p>
<div class="clearfix"></div>
</div>
</body>
</html>