-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (47 loc) · 1.61 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
<!DOCTYPE html>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<html lang="en">
<head>
<title>Yeva Sands</title>
<link href="styles/mainstyle.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<div class="container">
<div class="sub-container">
<header>
<h1>Yeva Sands</h1>
</header>
<nav>
<ul>
<li><a href="/y-sands.github.io/">About</a></li>
<li><a href="/academic-work/">Academic work</a></li>
<li><a href="/volunteering/">Volunteering</a></li>
</ul>
</nav>
<div class="content">
<main>
<h2>About me</h2>
<img class="profile" src="/assets/images/me1.jpg" alt="Selfie of Yeva, a smiling white guy with glasses in a sunny grassland.">
<p><p>Hello :) I'm Yeva, a Geography graduate passionate about ecology and conservation. </p>
<p>You've found my personal site. I'm making this to document and share what I'm up to in the big green world, and practice my coding skills. </p>
</main>
<aside>
<h3>Contact</h3>
<p>Email me at
<span class="email">
<a href="mailto:yeva.sands@gmail.com.">yeva.sands@gmail.com.</a>
</span>
</p>
<p>Connect with me on <a href="https://linkedin.com/in/yeva-sands-488179223">Linkedin.</a></p>
<p>Find me in a <a href="/volunteering/"> nearby wood, grassland or bog.</a></p>
</aside>
</div>
<footer>
<div class="long">
coded by Y. Sands | updated 10-12-2024
</div>
</footer>
</div>
</div>
</body>
</html>