-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
24 lines (21 loc) · 1.02 KB
/
Copy pathabout.html
File metadata and controls
24 lines (21 loc) · 1.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Julius+Sans+One" rel="stylesheet">
<link rel="stylesheet" href="./style.css">
<title>Lindsay</title>
</head>
<body>
<h1>Hi Friend!</h1>
<img src="./GA_02_-33.jpg" alt="Headshot">
<p>I'm Lindsay, a software engineer who recently completed the Software Engineering Immersive Program at General Assembly.
</p>
<p>I'm passionate about conservation, animals and crafting. Basically, I want to save the world one needle felted narhwal at a time (if you aren't familiar with needle felting, I highly suggest you check it out!). </p>
<p>I hope you like what you see!</p>
<p>Shoot me an email at <a href="mailto:urchykli@gmail.com">urchykli@gmail.com</a>. I'd love to hear from you!</p>
<a class='homePage' href="./index.html">Home</a>
</body>
</html>