-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathindex_mobile.html
248 lines (207 loc) · 10.3 KB
/
index_mobile.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
<!DOCTYPE html>
<html lang="en" class="no-js">
<!-- Begin Head -->
<head>
<!-- Basic -->
<script type="text/javascript">
</script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>hackSocIndore</title>
<!-- Web Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,400i|Montserrat:400,700" rel="stylesheet">
<!-- Favicon -->
<link rel="shortcut icon" type="image/png" href="img/favicon.png" />
<!-- Bootstrap --><!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"/>
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/3d24a75364.js"></script>
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<!-- Popper JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="css/style.css"/>
</head>
<!-- End Head -->
<!-- Body -->
<body>
<!--========== HEADER ==========-->
<!-- Start Navbar -->
<nav id="nav-bar" class="navbar fixed-top navbar-expand-lg">
<!-- Brand/logo -->
<a class="navbar-brand" href="#"><img src="img/logos/hacksoc-logo-custom.png" width="100vw"/></a>
<button class="navbar-toggler" id="toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars" style="color:white"></i>
</button>
<!-- Links -->
<div class="collapse navbar-collapse navbar-default" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link scroll" href="#myCarousel">Events</a>
</li>
<li class="nav-item dark-text">
<a class="nav-link scroll" href="#sponsors">Sponsors</a>
</li>
<li class="nav-item">
<a class="nav-link scroll" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="coc.html" target="_blank">Code of Conduct</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Join Us
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="https://hacksoc-slack.herokuapp.com" target="_blank">
<i class="fa fa-slack fa-xs"></i> Slack
</a>
<a class="dropdown-item" href="https://chat.whatsapp.com/KOzGSR3RS7d1ox0QW4iSeO" target="_blank">
<i class="fa fa-whatsapp fa-xs"></i> WhatsApp
</a>
<a class="dropdown-item" href="mailto:[email protected]?Subject=hackSoc%20membership%20application" target="_blank">
<i class="fa fa-user fa-xs"></i> Apply
</a>
</div>
</li>
</ul>
</div>
</nav>
<!-- End Navbar -->
<!--========== END HEADER ==========-->
<!--========== SWIPER SLIDER ==========-->
<div id="myCarousel">
<span style='text-align: center; display: inherit; padding-top: 15%; padding-bottom: 5%; width: 100%;'>
<img style='width: 90%' id='header' src='https://raw.githubusercontent.com/hackSocIndore/hackSocIndore.github.io/master/img/logos/hacksoc-logo- custom.png'>
</span>
<span id='icons'>
<a href='https://instagram.com/hack.soc'><i id='insta'></i></a>
<a href='https://www.facebook.com/HackSocIndore/'><i id='fb'></i></a>
<a href='https://github.com/hackSocIndore/'><i id='git'></i></a>
<a href='https://chat.whatsapp.com/KOzGSR3RS7d1ox0QW4iSeO'><i id='wa'></i></a>
<a href='https://join.slack.com/t/hacksocindore/shared_invite/enQtNjk3MjYwNTE2NDE5LWFlYWZkZjQxODViYjMwOTg2MDRlYTkyNWUzMzA2NjMxYTYwNDQxOWYxYTI3YWFjMmE1OGQzN2YyMzIzOWZiOGQ'><i id='slack'></i></a>
</span>
</div>
<!--========== END SWIPER SLIDER ==========-->
<!--========== PAGE CONTENT ==========-->
<!-- Features -->
<div class="container text-center" style="padding: 50px;">
<div class="row align-items-center">
<div class="col-sm-12 col-md-6" style="padding: 50px;">
<div class="googleCalendar flex-container">
<iframe class="flex-item" src="https://calendar.google.com/calendar/b/1/embed?height=600&wkst=1&bgcolor=%23ffffff&ctz=Asia%2FKolkata&src=a3NlYmEza24wdGVlaDE0MzQ4MTN2ZWI3ZWNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&color=%23E4C441&showTitle=0&showNav=0&showDate=0&showPrint=0&showTabs=0&showCalendars=0&showTz=0" style="border-width:0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
</div>
</div>
<div class="col-sm-12 col-md-6 text-center">
<img src="img/mainlogo_trans.webp" height="60%" width="60%"/>
</div>
</div>
</div>
<div class="container-fluid" id="sponsors" style="background: #00a0f0; padding: 75px;">
<h1 class="text-center heading">Sponsors & Partners</h1>
<div class="row align-items-center">
<div class="col-md-1 col-sm-6 text-center">
<a href="https://hogwartscafe.github.io/" target="_blank"><img class="sponsor" src="img/sponsors/hogwartsLogo.webp" style="margin: 0 !important;"/></a>
</div>
<div class="col-md-3 col-sm-6 text-center">
<a href="https://www.incuspaze.com/" target="_blank"><img class="sponsor" src="img/sponsors/Incuspaze_Logo.webp" width="95%"/></a>
</div>
<div class="col-md-4 col-sm-12 text-center">
<a href="https://github.com" target="_blank"><img class="main-sponsor" src="img/sponsors/github-logo.webp"/></a>
</div>
<div class="col-md-2 col-sm-6 text-center">
<a href="https://mlh.io/" target="_blank"><img class="sponsor" src="img/sponsors/mlh-logo-color.webp" width="90%"/></a>
</div>
<div class="col-md-2 col-sm-6 text-center">
<a href="https://www.adited.com/" target="_blank"><img class="sponsor" src="img/sponsors/adited-logo.webp"/></a>
</div>
</div>
</div>
<!-- End Features -->
<!-- Culture -->
<div class="container-fluid mr-0 pr-0" id="about">
<div class="row align-items-center">
<div class="col-sm-12 col-md-3 text-center heading">
<div>
<h5 class="text-uppercase">Culture</h5>
<div>
<h1>About</h1>
</div>
<div>
<h1>hackSocIndore</h1>
</div>
</div>
</div>
<div class="row col-sm-12 col-md-9 align-items-center mr-0 pr-0">
<div class="col-sm-8 center" style="margin-bottom: 50px">
<p>"hackSoc? as in hacking computers?" <br>Although we have members who can do that, we do NOT collectively do that here.</p>
<p> hackSoc is <b>a community of developers that hosts workshops, tech meetups, Hack Days regularly, and enables project collaboration among its members!</b>
<br/><br/>We believe in "learning by doing", so bring along your laptops to the workshops to start coding.
Coding is awesome and we love to help you get started. Just come along to any of the free
sessions and let's get set code!
</p>
</div>
<div class="col-sm-4 text-right mr-0 pr-0 ml-0 pl-0" style="width: 100%; overflow-x: hidden;">
<img height="448px" src="img/about.jpg" alt="Image">
</div>
</div>
</div>
</div>
<!-- End Culture -->
<!--========== Contact Us ==========-->
<div class="cu" >
<div class="text-group text-center">
<h3 class="h2">Contact Us</h3>
<p class="para_cu" >For any queries.</p>
</div>
<div style="text-align: center;">
<a id="cu_a" href="mailto:[email protected]" target="_top" class=" btn btn-secondary btn-lg" >SEND US AN EMAIL!</a>
</div>
</div>
<!--========== Contact Us End==========-->
<!--========== FOOTER ==========-->
<footer class="row-footer">
<div class="container">
<div class="row align-items-center">
<div class="col-4 col-sm-4">
<a href="https://facebook.com/hacksocindore" target="_blank"><span style="color: white">Facebook</span></a>
<br><a href="https://instagram.com/hacksocindore" target="_blank"><span style="color: white">Instagram</span></a>
<br><a href="https://twitter.com/hack_soc" target="_blank"><span style="color: white">Twitter</span></a>
</div>
<div class="col-8 col-sm-8">
Designed and Developed by <a href="https://github.com/harshmandalgi" target="_blank"><span>Harsh</span></a> and <a href="https://github.com/mishuvs" target="_blank"><span>Vaibhav</span></a>
</div>
<div class="col-12 text-center" style="margin-top: 10px">© Copyright 2019 hackSocIndore™</div>
</div>
</div>
</footer>
<!--========== END FOOTER ==========-->
<!-- Load Facebook SDK for JavaScript -->
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({
xfbml : true,
version : 'v3.3'
});
};
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- Your customer chat code -->
<div class="fb-customerchat"
attribution=setup_tool
page_id="233662180622272"
greeting_dialog_display="hide">
</div>
<script type="text/javascript" src="js/script.js"></script>
</body>
<!-- End Body -->
</html>