-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (51 loc) · 1.95 KB
/
index.html
File metadata and controls
58 lines (51 loc) · 1.95 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
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<link rel ="stylesheet" href= "styles.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat|Patrick+Hand+SC|Patua+One&display|Roboto+Slab&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Kendra Washington">
<title> Kendra Washington </title>
</head>
<body>
<header>
<nav>
<label for="toggle">☰</label>
<input type="checkbox" id="toggle"/>
<div class="menu">
<ul>
<li> <a href = index.html> Home </a></li>
<li> <a href = myprojects.html> My Projects </a></li>
<li> <a href = resume.html> Resume </a></li>
<li> <a href = contact.html> Contact </a></li>
</ul>
</div>
</nav>
</header>
<main id="main" >
<section id="section-a" class= "grid">
<div class = "content-wrap">
<img src="Picture0.png" alt="Photo of Me" align="middle">
</div>
</section>
<section id="section-b" class= "grid">
<div class = "content-wrap">
<h3> Hi, I'm Kendra!</h3>
<p> Wouldn't it be amazing if the two disciplines you are passionate about could make a difference for people and the wider world? As a third-year Biomedical Engineering major and Computer Science minor, I see myself using my education to create and improve medical devices and solve applied problems. Come check out my projects as I explore BME and CS! </p>
</div>
<section>
</main>
<footer id="main-footer" class="grid">
<div class = "content-wrap">
<button class="button" onclick="window.location.href = 'https://www.linkedin.com/in/kwashington55/';">
<img src="lin.png" >
<a href="https://www.linkedin.com/in/kwashington55/"></a>
</button>
<button class="button" onclick="window.location.href = 'mailto:kwashington32@gatech.edu';">
<img src="mail.png">
</button>
</div>
</footer>
<div>
</body>
</html>