-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (47 loc) · 1.53 KB
/
index.html
File metadata and controls
56 lines (47 loc) · 1.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Marcus Wu</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="research.html">Research</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<section class="parallax">
<div class="parallax-content">
<h2>Marcus Wu</h2>
</div>
</section>
<section class="parallax2">
<div class="parallax-content2">
<h2><a href="#quantum">Quantum Computing</a></h2>
</div>
</section>
<section class="parallax3">
<div class="parallax-content3">
<h2><a href="#plastic">Waxworms and Plastic Consumption</a></h2>
</div>
</section>
<section class="parallax4">
<div class="parallax-content4">
<h2><a href="#data">Kinematic Data Analysis Automation</a></h2>
</div>
</section>
<section id="contact">
<h2>Contact</h2>
<p>Email: <a href="mailto:wumarcus5@gmail.com">wumarcus5@gmail.com | Phone Number: 917-214-4952 | LinkedIn: www.linkedin.com/in/marcuswu8
</p>
</section>
<script src="parallax.js"></script>
</body>
</html>