-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (44 loc) · 2.32 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Imari's Portfolio</title>
<link href="styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<nav>
<h3><a id="jsLink" href=" ">Melanated Stem </a></h3>
<ul class="center">
<li class="header-footer-list"><a class="header-footer-anchor" href="index.html">Home</a></li>
<li class="header-footer-list"><a class="header-footer-anchor" href="teachingstatement.html">Teaching</a></li>
<li class="header-footer-list"><a class="header-footer-anchor" href="research.html">Research</a></li>
</ul>
</nav>
<div id="content">
<h1 class="center">Imari Walker</h1>
<div class="image">
<img class="portrait" src="Moorea.JPG"/>
</div>
<p>
Hey ya’ll, my name is Imari (also nicknamed Calimari since I’m from Cali and I love fried squid)!
I have a broad background in the earth and planetary sciences and environmental engineering, with specific
training in identifying and quantifying plastic additives in aqueous environments.
I did my undergrad at UC Berkeley studying Marine Science.
I’m from the Bay Area and went to high school in Atlanta, GA.
I love finding new things to do that challenge me, nightlife opportunities in the Raleigh-Durham area,
hunting for great food spots, traveling, planning events, blogging, and learning how to design my own website.
</p>
</div>
<footer>
<div>
<ul>
<li class="header-footer-list"><a class="header-footer-anchor" href="https://twitter.com/sandyluvherbaby"><img class="footerlogo" src="twitter-logo-final.png"></a></li>
<li class="header-footer-list"><a class="header-footer-anchor" href="https://www.instagram.com/calimari93/"><img class="footerlogo" src="ig-logo-email.png"></a></li>
<li class="header-footer-list"><a class="header-footer-anchor" href="https://www.facebook.com/imari.walker"><img class="footerlogo" src="facebook-logo.png"></a></li>
<li class="header-footer-list"><a class="header-footer-anchor" href="https://www.linkedin.com/in/imariwalker"><img class="footerlogo" src="linkedin-logo.png"></a></li>
</ul>
</div>
</footer>
<script src="content.js"></script>
</body>
</html>