This repository was archived by the owner on Jun 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathattend.html
More file actions
110 lines (90 loc) · 5.63 KB
/
attend.html
File metadata and controls
110 lines (90 loc) · 5.63 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<html>
<head>
<title> Attend </title>
<link href="assets/css/materialize_copy.css" rel="stylesheet">
<link href="assets/css/main.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Barlow" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" href="assets/imgs/favicon.png">
<meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<header class="margin-bottom">
<img src="assets/imgs/Logo.png" class="logo2">
<div class="flex-space navigation">
<a href="about.html" class="underline-hover"> About </a>
<a href="faq.html" class="underline-hover"> FAQ </a>
<a href="resources.html" class="underline-hover"> Resources </a>
<a href="attend.html" class="underline-hover"> Attend </a>
<a href="contact.html" class="underline-hover"> Contact </a>
<a href="shehacks/index.html" class="underline-hover"> Past SheHacks </a>
</div>
</header>
<div class="banner light-blue-color flex-center-3">
<h3 class="bold white-text no-margin"> Attend </h3>
</div>
<div class="flex">
<div id="style-1">
To be added
<br>
</div>
</div>
<footer class="flex-footer orange">
<div class="footer-col">
<center><img src="assets/imgs/techtogetherlogo-white.png" class="logo3"></center>
<!-- Social media -->
<div class="footer-col-social center">
<a href="https://www.facebook.com/TechTogetherBoston/" target="_blank"><img src="assets/imgs/facebook_white.png" class="icon-3"></a>
<a href="https://twitter.com/techtogetherbos?lang=en" target="_blank"><img src="assets/imgs/twitter_white.png" class="icon-3"></a>
<a href="https://www.instagram.com/techtogetherboston/" target="_blank"><img src="assets/imgs/instagram_white.png" class="icon-3"></a>
</div>
<div class="footer-col-social center">
<p> <a href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf" class="white-text center">MLH Code of Conduct</a> </p>
</div>
</div>
<div class="footer-col">
<p class="white-text signup"> Sign up for our newsletter! </p>
<!-- Sign Up Beginning -->
<div class="row signup">
<div class="col" style="padding-left: 0px">
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup {
background: rgb(253, 115, 97);
clear: left;
font: 14px Barlow, Helvetica, Arial, sans-serif;
}
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup" style="z-index:10; position:relative">
<form action="https://shehacks.us17.list-manage.com/subscribe/post?u=34946c2c134f07563cac527a4&id=d441aab50c" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate no-margin" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<!-- Email box-->
<div class="mc-field-group">
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" style="width:125%; border: .75px solid #FFF; color:white; font-family: Barlow;">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_34946c2c134f07563cac527a4_d441aab50c" tabindex="-1" value=""></div>
<!-- Button -->
<div class="clear"><input type="submit" value="SUBSCRIBE" name="SUBSCRIBE" id="mc-embedded-subscribe" class="button" style="width:100%; color:white; background-color: #808cf4; margin-top:10px; font-weight:600; border-radius:1px;"></div>
</div>
</form>
</div>
</div>
</div>
<!-- Sign up End -->
<!-- Subscribe for mobile -->
<div class="footer-col center signup-mobile">
<!-- Button -->
<div class="clear center"><input type="submit" value="Subscribe to our newsletter!" name="SUBSCRIBE" id="mc-embedded-subscribe" class="button" style="width:80%; color:white; background-color: #808cf4; font-weight:600; border-radius:1px;" onclick="window.location.href='https://shehacks.us17.list-manage.com/subscribe/post?u=34946c2c134f07563cac527a4&id=d441aab50c'"></div>
</div>
</div>
</footer>
</body>
</html>