-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
180 lines (164 loc) · 7.67 KB
/
contact.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
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="img/favicon.png">
<title>nuWiT | Contact</title>
<link href="css/bootstrap.css" rel="stylesheet">
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<img src="img/logo.png" />
</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">HOME</a></li>
<li><a href="officers.html">OFFICERS</a></li>
<li><a href="events.html">EVENTS</a></li>
<li><a href="gallery.html">GALLERY</a></li>
<li><a href="blog.html">BLOG</a></li>
<li class="active"><a href="contact.html">CONTACT</a></li>
</ul>
</div>
</div>
</div>
<div id="blue" class="contact-header">
<div class="container">
<div class="row centered">
<div class="col-lg-8 col-lg-offset-2">
<h2>Contact us</h2>
</div>
</div>
</div>
</div>
<div id="contact">
<div class="container">
<div class="row centered">
<p>The best way to reach us is by shooting us an email here:</p>
<h3><a id="email-link" href="mailto:nuwit-officers@ccs.neu.edu" target="_blank">nuwit-officers@ccs.neu.edu</a></h3>
<p class="find-us">Also find us on <a href="https://www.facebook.com/groups/nucisters/" target="_blank">Facebook</a> or <a href="https://twitter.com/nuWomenInTech" target="_blank">Twitter</a>!</p>
<sub>*Please do not contact us about recruiting opportunities.</sub>
</div>
</div>
</div>
<div id="meetings">
<div class="container">
<div class="row centered">
<div class="col-lg-8 col-lg-offset-2">
<h2>Join us!</h2>
</div>
</div>
<div class="row centered">
<br>
<br>
<div class="col-lg-4 col-md-4 col-sm-4">
<h4><i class="fa fa-calendar-o"></i>Every Monday</h4>
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<h4><i class="fa fa-clock-o"></i>7:00pm - 8:00pm</h4>
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<h4><i class="fa fa-map-marker"></i>366 West Village H</h4>
</div>
</div>
<br>
<br>
</div>
</div>
<div id="contact-map">
<div class="container">
<div class="row centered">
<div id="map-overlay">
<iframe id="map" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2949.182349664456!2d-71.0944738846239!3d42.338635479188305!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89e37a21e508c237%3A0x63e08de036dfca4a!2sWest+Village+H+-+Northeastern+University+College+of+Computer+and+Information+Science!5e0!3m2!1sen!2sus!4v1449240448551"
width="100%" height="350" frameborder="0" style="border:0;" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
<div id="subscribe">
<div class="container">
<div class="row centered">
<div class="col-lg-8 col-lg-offset-2">
<h4>Be the first to know!</h4>
<p>Want to get updates on what's happening with nuWiT?</p>
<div id="signup">
<form id="subscribe-form" target="_blank" action="https://docs.google.com/forms/d/1fQw_qmrGW3dH53TSQ8Qca8iG06tv5jwqb0ejLoCUbL0/formResponse">
<input type="email" name="entry.335231600" class="ss-q-short email" id="entry_335231600" dir="auto" aria-required="true" placeholder="Your Email Address" required>
<button type="submit" value="Subscribe" name="subscribe" id="subscribe-button" class="button">Subscribe <i class="fa fa-envelope"></i></button>
</form>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div class="container">
<div class="row">
<br>
<div class="col-lg-5 col-md-5 col-sm-5">
<h4>Made with<i class="fa fa-heart"></i>at</h4>
<p>
<a href="http://www.ccs.neu.edu/" target="blank">
<img class="ccis-logo" src="img/ccis-logo.png">
</a>
</p>
<p class="copyright">© nuWiT 2016</p>
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<h4>Upcoming events</h4>
<ul>
<!-- <li><a href="https://www.facebook.com/events/1741939302696380/" target="_blank">Personal Project Lightning Talks</a></li> -->
<li><a href="" target="_blank">Mentorship Meet and Greet</a></li>
<li><a href="" target="_blank">Programming Tools Scavenger Hunt Workshop</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-3 col-sm-3">
<h4>Social</h4>
<!-- <a href="#" target="_blank"><i class="fa fa-envelope"></i></a> -->
<a href="https://www.facebook.com/groups/nucisters/" target="_blank"><i class="fa fa-facebook-official"></i></a>
<a href="https://twitter.com/nuWomenInTech" target="_blank"><i class="fa fa-twitter"></i></a>
<!-- <a href="#" target="_blank"><i class="fa fa-instagram"></i></a> -->
<!-- <a href="#" target="_blank"><i class="fa fa-medium"></i></a> -->
</div>
</div>
<br>
</div>
</div>
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script>
$(function() {
$('#map').addClass('scrolloff');
$('#map-overlay').on("mouseup", function() {
$('#map').addClass('scrolloff');
});
$('#map-overlay').on("mousedown", function() {
$('#map').removeClass('scrolloff');
});
$("#map").mouseleave(function() {
$('#map').addClass('scrolloff');
});
});
</script>
</body>
</html>