-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (45 loc) · 1.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Madison Butchko | Introduction</title>
<link rel="stylesheet" href="styles.css">
<meta name="google-site-verification" content="1MEnq0wwudWbvNN45FG79zZ8VtLsdlwC2-SKcfecAuY" />
</head>
<body>
<header>
Madison Butchko
</header>
<!-- Navigation bar -->
<nav>
<ul>
<li><a href="index.html" class="active">About</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="experience.html">Experience</a></li>
<li><a href="creativework.html">Creations</a></li>
</ul>
</nav>
<div class="content">
<h1>Hello, World! I'm Madison Butchko. </h1>
<p>
I'm a senior at Yale University, pursuing a B.S. in Physics and a B.A. in East Asian Studies. I value creating, connecting with others, and catalyzing positive change in the world.
</p>
<!-- Image and caption section -->
<div class="image-container">
<img src="assets/MadisonButchko.png" alt="Madison Butchko">
<p><em>Madison Butchko</em></p>
</div>
<center><p style="font-size: small;">Current as of 9/12/2024</p></center>
</div>
<!-- Footer section -->
<footer>
<div class="social-icons">
<a href="https://github.com/madisonbutchko"><img src="assets/github.png" alt="GitHub"></a>
<a href="https://www.linkedin.com/in/madisonbutchko"><img src="assets/linkedin.png" alt="LinkedIn"></a>
<a href="mailto:madison.d.butchko@gmail.com"><img src="assets/email.png" alt="Email"></a>
<a href="https://www.instagram.com/yourinstagram"><img src="assets/instagram.png" alt="Instagram"></a>
</div>
</footer>
</body>
</html>