-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
76 lines (70 loc) · 3.21 KB
/
contact.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Tab Icon -->
<link rel="shortcut icon" href="https://repo.wsu.edu/spine/1/favicon.ico">
<title>Megan Dolan</title>
<!-- Font Awesome -->
<link href="CSS/all.css" rel="stylesheet">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<!-- Custom CSS -->
<link rel="stylesheet" type="text/css" href="CSS/style.css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Jost:wght@200;300&display=swap" rel="stylesheet">
</head>
<body>
<nav>
<div class="adjust">
<a href="#" id="headtxt">MEGAN DOLAN</a>
</div>
<div id="nav">
<ul class="nav justify-content-center" id="navtext">
<li class="nav-item">
<a class="nav-link navlink" href="/Research/index.html">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link navlink" href="/Research/research.html">RESEARCH</a>
</li>
<li class="nav-item">
<a class="nav-link navlink" href="/Research/pastprojects.html">PAST PROJECTS</a>
</li>
<li class="nav-item">
<a class="nav-link navlink" href="/Research/cv.html">CV</a>
</li>
<li class="nav-item">
<a class="nav-link navlink bolded" href="#">CONTACT</a>
</li>
</ul>
<hr>
</div>
</nav>
<div class="jumbotron" id="light-background">
<h1 class="xlarge" id="centered">GET IN TOUCH</h1><br>
<hr class="style-eight">
</div>
<div class="jumbotron" id="clean-background">
<div class="container">
<div class="row">
<div class="col-9">
<h1 class="headtxt header3" id="centered">MEET MEGAN</h1><br>
<p class="xsmall" align="justify">My passion to learn more about biology started young, when I first designed and constructed my own lean-to greenhouse. My knack for design and development stems from my impulsive behavior to build and create. While my botanist side blossomed at a young age, my software development interests grew later in my college years. I decided that I can achieve more if I continue to look into my unique passions and combine the two. I am currently pursuing a Master's degree in biology with a focus in bioinformatics at Washington State University with Dr. Omar Cornejo.</p>
</div>
<div class="col-3" id="centered">
<h2 class="headtxt">Contact Me</h2>
<hr class="style-two">
<img src="CSS/megantemp1.jpeg" class="profileImg" width="200" height="200">
<br><br>
<p>Email: [email protected]<br>Linked-In: <a href="https://www.linkedin.com/in/mgndolan/" target="_blank" class="imglink">Megan Dolan</a></p>
</div>
</div>
<br>
</div>
</div>
<footer>
<p><center> Created by Megan Dolan • Last Update - May 2020</center></p>
</footer>
</body>
</html>