-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschedule.html
More file actions
79 lines (76 loc) · 3.81 KB
/
schedule.html
File metadata and controls
79 lines (76 loc) · 3.81 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
<!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 id="profileColumn" class="col s12 l4 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 and Computer Engineering major at <br> <a
style="text-decoration: none;" href="http://olin.edu/" target="_blank">Olin College of Engineering of
Engineering</a><br>Pronouns: <a style="text-decoration: none;" href="https://www.mypronouns.org/they-them"
target="_blank">they/them</a></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">Contact Me:
maeve@mstites.com</a>
</div>
<div id="pageColumn" class="col s12 m12 l8">
<div id="home" class="navbar">
<ul>
<li><a href="index.html">Portfolio</a></li>
<li><a class="active" href="schedule.html">Schedule</a></li>
</ul>
</div>
<div class="row">
<div class="item">
<div class="schedule">
<!-- Calendly inline widget begin -->
<div class="calendly-inline-widget" data-url="https://calendly.com/maevestites"
style="min-width:320px;height:630px;"></div>
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js" async></script>
<!-- Calendly inline widget end -->
</div>
</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>