-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
95 lines (56 loc) · 2.85 KB
/
index.html
File metadata and controls
95 lines (56 loc) · 2.85 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE HTML>
<html>
<head>
<meta name="generator" content="Hugo 0.97.2" />
<meta name="description" content="Evan Waldmann is a person.">
<meta name="keywords" content="Evan Waldmann, Evan, Waldmann, Math, Computer Science, harvard, UCF,
University of Central Florida, Modeling, Programmer, Statistician, Data, Scientist, Data Scientist, Mentor,
STRONG Mentor, AI, Artifical Intelligence, Microsoft, Deloitte, azure, aws, coding, program, cool guy, orlando, orlando software,
altamonte, altamonte springs, nerd, fun, hire, me, hire this guy, vm, vm crud, sfmc, sfrp">
<title>Evan Waldmann</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/main.css" />
<link rel="shortcut icon" type="image/x-icon" href="https://waldmannly.github.io/favicon.ico">
<link rel="icon" type="image/x-icon" href="https://waldmannly.github.io/favicon.ico">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CQ35F5G9FW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CQ35F5G9FW');
gtag("event", "view_page", { page: "splash_page" });
</script>
</head>
<body class="loading">
<div id="wrapper">
<div id="bg" ></div>
<div id="particles-js"></div>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="https://waldmannly.github.io/js/particles.js"></script>
<div id="overlay"></div>
<div id="main">
<header id="header">
<br><br><br><br>
<div class="middle"><h1>Evan Waldmann</h1></div>
<p>Applied Mathematician • Computer Scientist • Big Nerd</p>
<br>
<h3><a href="https://waldmannly.github.io/about.html">About Me</a> • <a href="https://waldmannly.github.io/projects.html">Projects/Experiences</a></h3>
<nav>
<ul>
<li><a href="https://www.linkedin.com/in/evan-waldmann-492368149/" class="icon fa-linkedin"><span class="label">Linkedin</span></a></li>
<li><a href="https://github.com/waldmannly" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="https://www.instagram.com/waldmannly/?hl=en" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="mailto:waldmannevan@gmail.com" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
</nav>
</header>
</div>
</div>
<script>
window.onload = function() { document.body.className = ''; }
window.ontouchmove = function() { return false; }
window.onorientationchange = function() { document.body.scrollTop = 0; }
</script>
</body>
</html>