-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·93 lines (90 loc) · 3.19 KB
/
index.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
---
layout: default
title: Home
permalink: /
---
<div id="headerwrap">
<div class="container">
<div class="row centered">
<div class="col-lg-8 col-lg-offset-2">
<div class="code-editor">
<div class="top-bar">
<ul class="control">
<li class="button"></li>
<li class="button"></li>
<li class="button"></li>
</ul>
<div class="file-path">~/Users/NUWIT/website</div>
</div>
<ul class="line-numbers">
<li>1</li>
<li>2</li>
<li>3</li>
<li>4</li>
<li>5</li>
<li>7</li>
<li>8</li>
<li>9</li>
<li>10</li>
<li>11</li>
<li>12</li>
<li>13</li>
<li>14</li>
<li class="no-mobile">15</li>
<li class="no-mobile">16</li>
</ul>
<div class="code">
<p class="comment">/* Welcome to NUWIT's website! */</p>
<p><span class="selector">#NUWIT</span> {</p>
<p class="indent"><span class="prop">stands-for:</span> Northeastern University Women in Technology;</p>
<p class="indent"><span class="prop">location:</span> Boston, MA;</p>
<div class="no-mobile">
<p class="indent"><span class="prop">description:</span> A special interest group that supports women who study or are interested in Computer and Information Science at Northeastern University;</p>
<p class="indent"><span class="prop">email: </span> url('[email protected]');</p>
</div>
<p>}</p>
</div>
</div>
</div>
</div>
<div class="row centered">
<a class="scroll-down" href="#mission">
<i id="scroll-down" class="fa fa-chevron-down"></i>
</a>
</div>
</div>
</div>
<div id="mission">
<div class="container">
<div class="row centered">
<div class="col-lg-8 col-lg-offset-2">
<h2>Our Mission</h2>
<p>We are Northeastern Women in Technology. We are an on campus community that supports women that are interested in computer and information science and all things tech. We host tech talks, community events, and business leaders from around the Boston area on a weekly basis. Our goal is to create and inspire a strong campus community of women in technology fields. We bring support, networking and mentoring to help women on our campus find success in the classroom and in the office.</p>
</div>
</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-md-4 col-sm-4">
<h4><i class="fa fa-calendar-o"></i>Every Tuesday</h4>
</div>
<div class="col-md-4 col-sm-4">
<h4><i class="fa fa-clock-o"></i>7:00pm - 8:00pm</h4>
</div>
<div class="col-md-4 col-sm-4">
<h4><i class="fa fa-map-marker"></i><a href="https://northeastern.zoom.us/j/92684943016" target="_blank">Zoom</a></h4>
</div>
</div>
<br>
<br>
</div>
</div>