-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
63 lines (60 loc) · 3.53 KB
/
404.html
File metadata and controls
63 lines (60 loc) · 3.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
57
58
59
60
61
62
63
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Maeve Stites</title>
<meta name="keywords" content="personal, portfolio, resume, contact, linkedin, Maeve, Stites, Maeve Stites">
<meta name="description" content="Electrical and Computer Engineering Major's personal website, portfolio, link to resume, and contact information.">
<meta name="author" content="Maeve Stites">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection" />
<link type="text/css" rel="stylesheet" href="css/style.css" media="screen,projection" />
<link href="css/materialdesignicons.min.css" media="all" rel="stylesheet" type="text/css" />
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon/favicon-16x16.png">
<link rel="manifest" href="/images/favicon/site.webmanifest">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#f5f6fa">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap" rel="stylesheet">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-106734336-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-106734336-2');
</script>
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div class="row">
<div class="profileColumn col s12 ml4 center">
<img id="profileImage" src="images/profile.jpg" class="z-depth-3 circle responsive-img" />
<h3 id="heroName" class="center-align">Maeve Stites</h3>
<p id="description" class="center-align">Electrical Design Engineer, Sensata Technologies - High Voltage Sensing & Controls<br>
Electrical and Computer Engineering B.S., <a href="http://olin.edu/" target="_blank">Olin College of Engineering</p>
<div id="socialLinkSection">
<section class="tab">
<div id="socialLinkContent">
<!-- Social links dynamically generated from links.json -->
</div>
</section>
</div>
<a id="contactButton" class="waves-effect waves-grey btn-flat" href="mailto:maeve@mstites.com">Email: maeve@mstites.com</a>
</div>
<div id="pageColumn" class="col s12 m12 l12">
<div id="p404" class="center">
<h1>404</h1>
<p>The page you are looking for cannot be found.</p>
<div class="return waves-effect">
<a href="index.html" class="black-text valign-wrapper"><img src="images/icons/tabler-icon-home.png"> Return to Portfolio</a>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="js/materialize.min.js"></script>
<script type="text/javascript" src="js/index.js"></script>
</body>
</html>