-
Notifications
You must be signed in to change notification settings - Fork 2
/
join.html
253 lines (183 loc) · 10.9 KB
/
join.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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel='icon' href='favicon.ico' type='image/x-icon' />
<title>BIⱯS</title>
<link rel="stylesheet" href="css/officer_carousel.css">
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- Squad theme CSS -->
<link href="css/style.css" type="text/css" rel="stylesheet">
<link href="color/default.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://momentjs.com/downloads/moment.min.js"></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.1.0/fullcalendar.js'></script>
<link rel='stylesheet' href="https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.1.0/fullcalendar.min.css" />
<script src='https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.1.0/gcal.js'></script>
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-custom">
<!-- Preloader -->
<div id="preloader">
<div id="load"></div>
</div>
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="index.html">
<h1><img src = "img/bu2.png" width=36 /> BIⱯS</h1>
</a>
</div>
<nav id="navbar" class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<li class="dropdown ">
<a href="about.html" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">About <span class="caret"></span></a>
<ul class="dropdown-menu">
<li>
<a href="what.html">What is BIⱯS?</a>
</li>
<li>
<a href="officers.html">Team</a>
</li>
<li>
<a href="bylaws.html">ByLaws</a>
</li>
</ul>
</li>
<li class="dropdown ">
<a href="calendar.html" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Events <span class="caret"></span></a>
<ul class="dropdown-menu">
<li>
<a href="calendar.html">Calendar</a>
</li>
<!-- <li>
<a href="gbody.html">G-Body</a>
</li> -->
</ul>
</li>
<li class="dropdown ">
<a href="resources.html" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Resources <span class="caret"></span></a>
<ul class="dropdown-menu">
<li>
<a href="readme.html">Courses</a>
</li>
<li>
<a href="academic_guide.html">Academic Guide</a>
</li>
<li>
<a href="paper.html">Read paper (how)</a>
</li>
</ul>
</li>
<li class="">
<a href="projects.html">Projects</a>
</li>
<li class="">
<a href="reading.html">Reading Group</a>
</li>
<li class="">
<a href="workshops.html">Workshops</a>
</li>
<li class="">
<a href="join.html">Join</a>
</li>
<li>
<a href="https://www.linkedin.com/company/bennett-artificial-intelligence-society" target="_blank"><img src="img/icons/linkedin-icon2.png" width=20></a>
</li>
<li>
<a href="https://www.instagram.com/bias.bennett/" target="_blank"><img src="img/icons/insta-icon.png" width=20></a>
</li>
</ul>
</nav>
<!-- /.nav -->
</div>
<!-- /.container -->
</nav>
<script>
$(".navbar-custom").css('background-color', '#272940');
</script>
<style>
.join-button {
background: rgba(39,41,64,0.99);
color: #fff;
opacity: 0.9;
padding: 7px 30px;
border-radius: 5px;
border: none;
}
.join-button:hover {
background: rgba(39,41,64,0.75);
}
</style>
<!-- Section: contact -->
<section id="contact" class="home-section text-center">
<div class="heading">
<div class="heading-contact">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="wow bounceInDown" data-wow-delay="0.4s">
<div class="section-heading">
<h2>Contact BIⱯS</h2>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-2 col-lg-offset-5">
<hr class="marginbot-50">
</div>
</div>
<div class="row">
<div class="col-lg-2">
</div>
<div class="col-lg-8">
<h4>Questions?</h4>
<p>Contact our officers at <strong><a href="mailto:e19cse367@bennett.edu.in">e19cse367@bennett.edu.in</a></strong>.
<br/>
<br/>
<h4>Mailing List</h4>
<p><strong>Join our mailing list</strong> to get notified about relevant opportunities (e.g. internships/jobs), our upcoming events, project recruitments, and other events of interest in the Bennett Engineering community. Anyone is welcome to join at no cost. Just fill in the form below to subscribe! </p>
<!-- Mailing List Subscription Form -->
<a href="https://forms.gle/9KqD31GZSDVnuggr9" target="_blank"><button class="form-control join-button">Join BIⱯS Mailing List</button></a>
<!-- End Mailing List Subscription Form -->
<hr/>
<br/>
<br/>
<h4>Join BIⱯS Labs</h4>
<p>Please submit application for Fall 2021 before Sunday, October24th, 11:59 PM.</p>
<a href="https://forms.gle/nLog5ANDZjKjgXXF6" target="_blank"><button class="form-control join-button">Application Form</button></a>
<hr/>
<br>
<br>
<h4>BIⱯS Slack</h4>
<a href="https://join.slack.com/t/bennett-ai-society/signup" target="_blank"><img src="img/icons/slack-icon.png" width=32></a>
</div>
<div class="col-lg-2">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /Section: contact -->
<!-- Core JavaScript Files -->
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.scrollTo.js"></script>
<script src="js/wow.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/custom.js"></script>
</body>
</html>