-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (33 loc) · 1.62 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css" />
<title>Nathanael Jenkins</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PKWKKGM4TW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-PKWKKGM4TW');
</script>
</head>
<body>
<script src="java.js"></script>
<div w3-include-html="header.html"></div>
<script>w3.includeHTML();</script>
<main class="site-main">
<p class="introbox"><br/>Hi there!<br/>I'm Nathanael, an AeroAstro graduate student at the <a href="https://www.mit.edu" target="_blank" rel="noreferrer noopener">Massachusetts Institute of Technology</a>. Welcome to my little space on the web.<br/><br/></p>
<video preload autoplay loop muted class="introbox">
<source src="/resources-General/CFD.mp4" type="video/mp4">
</video>
<figcaption class="wrapper">DNS of a Taylor-Green vortex using <a href="https://www.incompact3d.com" target="_blank" rel="noreferrer noopener">Incompact3D</a></figcaption>
<p><br/><br/></p>
</main>
<script src="java.js"></script>
<div w3-include-html="footer.html"></div>
<script>w3.includeHTML();</script>
</body>
</html>