-
Notifications
You must be signed in to change notification settings - Fork 10
/
html_template.xml
310 lines (294 loc) · 10.7 KB
/
html_template.xml
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
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>GDG on Campus DA-IICT</title>
<link rel="icon" href="/assets/images/dsc_symbol_notext.png" />
<!-- Font Awesome -->
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"
/>
<!-- Bootstrap core CSS -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x"
crossorigin="anonymous"
/>
<!-- Google Sans fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;700&display=swap"
rel="stylesheet"
type="text/css"
/>
<!-- Custom style -->
<link href="/css/style.css" rel="stylesheet" />
</head>
<body>
<!-- Start your project here -->
<!-- **** Navbar **** -->
<nav class="navbar fixed-top navbar-expand-lg navbar-light">
<div class="container">
<a class="navbar-brand me-1" href="/" aria-label="Go to homepage">
<img
class="img-fluid dsc-logo"
src="/assets/images/gdg-on-campus-horizontal.png"
alt="DSC DA-IICT logo"
/>
</a>
<!--Collapse Button-->
<button
class="navbar-toggler border-0"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbar-collapsible"
aria-controls="#navbar-collapsible"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<!--Collapse Button Ends-->
<!--Collapsible Content-->
<div class="collapse navbar-collapse" id="navbar-collapsible">
<ul class="navbar-nav ms-auto">
<li class="dropdown nav-item">
<a href="/" class="nav-link lg-item"> Home </a>
</li>
<li class="nav-item">
<a href="./events.html" class="nav-link lg-item">
Events
</a>
</li>
<li class="nav-item">
<a href="./team.html" class="nav-link lg-item"> Team </a>
</li>
</ul>
</div>
<!--Collapsible Content Ends-->
</div>
</nav>
<!-- ADD YOUR CONTENT HERE-->
<h1>Add Your Stuff Here</h1>
<h1>Add Your Stuff Here</h1>
<h1>Add Your Stuff Here</h1>
<h1>Add Your Stuff Here</h1>
<h1>Add Your Stuff Here</h1>
<h1>Add Your Stuff Here</h1>
<h1>Add Your Stuff Here</h1>
<h1>Add Your Stuff Here</h1>
<h1>Add Your Stuff Here</h1>
<h1>Add Your Stuff Here</h1>
<h1>Add Your Stuff Here</h1>
<h1>Add Your Stuff Here</h1>
<h1>Add Your Stuff Here</h1>
<h1>Add Your Stuff Here</h1>
<h1>Add Your Stuff Here</h1>
<h1>Add Your Stuff Here</h1>
<h1>Add Your Stuff Here</h1>
<h1>Add Your Stuff Here</h1>
<h1>Add Your Stuff Here</h1>
<h1>Add Your Stuff Here</h1>
<!--END YOUR CONTENT HERE-->
<!-- **** Footer **** -->
<footer class="container pt-5">
<div class="row justify-content-center">
<img
class="dsc-logo"
src="/assets/images/gdg-on-campus-horizontal.png"
alt="DSC DA-IICT logo"
/>
</div>
<!-- Footer content -->
<div class="row text-md-left py-5">
<!-- Grid column 1 -->
<div class="col-lg-4 col-md-3 col-sm-6">
<!-- Content -->
<h5>Important Links</h5>
<ul class="list-unstyled">
<li>
<a class="link-dark p-2" href="/">Home</a>
</li>
<li>
<a class="link-dark p-2" href="/events.html">Events</a>
</li>
<li>
<a class="link-dark p-2" href="/team.html">Team</a>
</li>
</ul>
</div>
<!-- Grid column 2 -->
<div class="col-md-4 col-sm-6">
<!-- Links -->
<h5>Connect with Us</h5>
<ul class="list-unstyled">
<li><i class="far fa-envelope p-2"></i> [email protected]</li>
<li>
<i class="fas fa-map-marker-alt p-2"></i> Gandhinagar,
Gujarat, India
</li>
</ul>
<div class="container px-0 mb-4 float-left">
<a
class="link-dark p-2 text-decoration-none"
href="https://github.com/ossdaiict"
target="_blank"
rel="noopener"
aria-label="GitHub profile link"
>
<i class="fab fa-github fa-2x"></i>
</a>
<a
class="link-dark p-2 text-decoration-none"
href="https://x.com/gdgdaiict"
target="_blank"
rel="noopener"
aria-label="Twitter profile link"
>
<i class="fab fa-twitter fa-2x"></i>
</a>
<a
class="link-dark p-2 text-decoration-none"
href="https://medium.com/code-dementia"
target="_blank"
rel="noopener"
aria-label="Medium profile link"
>
<i class="fab fa-medium fa-2x"></i>
</a>
<a
class="link-dark p-2 text-decoration-none"
href="https://www.instagram.com/gdg.daiict/"
target="_blank"
rel="noopener"
aria-label="Instagram profile link"
>
<i class="fab fa-instagram fa-2x"></i>
</a>
</div>
</div>
<!-- Grid column 3 -->
<div class="col-lg-4 col-md-5">
<h5>Contact Us</h5>
<form
class="text-center py-2"
action="https://form2channel.com?form=contact"
method="POST"
enctype="multipart/form-data"
>
<!-- form2channel setup -->
<input
type="hidden"
name="formto_googlesheets"
value="[email protected]"
/>
<input
type="email"
id="SenderEmail"
name="Email"
class="form-control mb-3 h-3r"
placeholder="Your e-mail"
required
/>
<input
type="text"
id="SenderName"
name="Name"
class="form-control mb-3 h-3r"
placeholder="Your Name"
required
/>
<textarea
id="SenderMessage"
name="Message"
class="form-control h-6r"
placeholder="Your message"
required
></textarea>
<button
class="btn btn-outline-dark btn-block my-4"
type="submit"
>
Submit
</button>
</form>
<!-- hidden toasts -->
<div
class="
toast
hide
align-items-center
text-white
bg-success
border-0
"
id="successToast"
role="alert"
aria-live="assertive"
aria-atomic="true"
>
<div class="d-flex">
<div class="toast-body">
Thank you for reaching out to us.
</div>
<button
type="button"
class="btn-close btn-close-white me-2 m-auto"
data-bs-dismiss="toast"
aria-label="Close"
></button>
</div>
</div>
<div
class="
toast
hide
align-items-center
text-white
bg-danger
border-0
"
id="alertToast"
role="alert"
aria-live="assertive"
aria-atomic="true"
>
<div class="d-flex">
<div class="toast-body">
<!-- available error status will be added here by the script -->
Oops! looks like your request encountered some error.
</div>
<button
type="button"
class="btn-close btn-close-white me-2 m-auto"
data-bs-dismiss="toast"
aria-label="Close"
></button>
</div>
</div>
</div>
</div>
<hr />
<!-- Copyright -->
<p class="mt-4 text-center">
<small>© 2021 Developer Student Club, DA-IICT</small>
</p>
</footer>
<!-- Project Ends Here -->
<!-- Bootstrap JS bundle -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4"
crossorigin="anonymous"
></script>
<script type="text/javascript" src="/js/navbar.js"></script>
<script type="text/javascript" src="/js/footer.js"></script>
</body>
</html>