forked from Coders-Evoke-Community/CodersEvoke_website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
319 lines (278 loc) · 10.3 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
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
311
312
313
314
315
316
317
318
319
<!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" />
<!-- attach css files here -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Nunito&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="stylesheet" href="assets/css/about.css" />
<!--Bootstrap CDN-->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF"
crossorigin="anonymous"
></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css"
integrity="sha384-wESLQ85D6gbsF459vf1CiZ2+rr+CsxRY0RpiF1tLlQpDnAgg6rwdsUF1+Ics2bni"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
integrity="sha384-tKLJeE1ALTUwtXlaGjJYM3sejfssWdAaWR2s97axw4xkiAdMzQjtOjgcyw0Y50KU"
crossorigin="anonymous"
/>
<!-- Bootstrap -->
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous"
/>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"
/>
<link rel="apple-touch-icon" sizes="180x180" href="assets/logo/favicon.jpeg">
<link rel="icon" type="image/png" sizes="32x32" href="assets/logo/favicon.jpeg">
<link rel="icon" type="image/png" sizes="16x16" href="assets/logo/favicon.jpeg">
<meta name="msapplication-TileColor" content="#603cba">
<meta name="theme-color" content="#ffffff">
<title>CODERS EVOKE</title>
</head>
<body>
<!-- navigation bar for the page-->
<header class="header">
<a href="" class="logo1"
><img class="image1" src="assets/images/circle-cropped.png"
/></a>
<!-- <div class="site-icon">
<a href="" class="logo"><img class="image"src="assets/images/circle-cropped.png"></a>
</div> -->
<input class="menu-btn" type="checkbox" id="menu-btn" />
<label class="menu-icon" for="menu-btn"
><span class="navicon"></span
></label>
<ul class="menu">
<li><a href="./index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="opportunity.html">Opportunities</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="team.html">Team</a></li>
</ul>
</header>
<div class="top">
<section id="home">
<div class="row">
<div class="col-lg-6 col-12">
<img class="home-img" src="assets/images/home.svg" />
</div>
<div class="col-lg-6 col-12 content-main">
<p class="main-heading">Welcome to Coders Evoke</p>
<button type="button" id="view-btn" class="btn btn-primary">
View More
</button>
</div>
</div>
</section>
</div>
<div class="container">
<section class="about-us">
<div class="row">
<div class="col">
<p class="heading">About Us</p>
<p class="text">
Coders Evoke is all about sharing knowledge, posting achievements,
participating in hackathons, discussions and many more! We have a
wide variety of topics however we’re always listening to
suggestions from the community. And here , we came up with an idea
of developing a website for the community as an open-source
project so that help others to start with open source .
</p>
</div>
<div class="col">
<img class="about-img" src="assets/images/about-us.jpg" />
</div>
</div>
</section>
</div>
<!-- more info -->
<section class="guidelines" id="guidelines">
<h1 class="heading">Benefits if you join us</h1>
<div class="box-container">
<div class="box" data-aos="flip-left">
<img src="assets/images/learn.png" alt="grow with us">
<h3>For support and motivation</h3>
<p>Click the button below to find out!</p>
<a href="#" class="btn">Learn More</a>
</div>
<div class="box" data-aos="flip-left">
<img src="assets/images/expertise.png" alt="expertise">
<h3>Expand your area of expertise </h3>
<p>Click the button below to find out!</p>
<a href="" class="btn">Learn More</a>
</div>
<div class="box" data-aos="flip-left">
<img src="assets/images/network.png" alt="make connections">
<h3>Networking and sharing ideas </h3>
<p>Click the button below to find out!</p>
<a href="" class="btn">Learn More</a>
</div>
</div>
</section>
<!----- Footer ----->
<footer
id="dk-footer"
style="
background: linear-gradient(
to right,
hsl(280, 39%, 43%),
hsl(356, 72%, 50%)
);
"
>
<button id="scrollToTopBtn"><i class="bi bi-arrow-up"></i></button>
<div class="container footer-grid">
<div class="sec Aboutus">
<h2> Coders Evoke</h2>
<span class="animate-border border-black"></span>
<div class="footer-detail">
<p style="color: #ecf0f1">
“None of us, including me, ever do great things. But we can all do
small things, with great love, and together we can do something
wonderful. Just together.”
</p>
</div>
</div>
<!-- End Col -->
<div class="sec QuickLinks">
<h2>Category</h2>
<ul>
<li style="list-style: none">
<a
href="#home"
style="text-decoration: none; color: #ecf0f1; padding: 3px"
>Home</a
>
</li>
<li style="list-style: none">
<a
href="#about"
style="text-decoration: none; color: #ecf0f1; padding: 3px"
>About</a
>
</li>
<li style="list-style: none">
<a
href="#project"
style="text-decoration: none; color: #ecf0f1; padding: 3px"
>Project</a
>
</li>
<li style="list-style: none">
<a
href="#contact"
style="text-decoration: none; color: #ecf0f1; padding: 3px"
>Contact</a
>
</li>
</ul>
</div>
<!-- End col -->
<div class="sec section-heading">
<h2>Contact Us</h2>
<p style="color: #ecf0f1">
Having some questions? Don’t miss your problem
</p>
<form action="#">
<div class="sec form-row">
<div class="col dk-footer-form">
<input
type="email"
class="form-control"
placeholder="Email Address"
/>
<button type="submit" id="gmailus" value="">
<i class="fa fa-send"></i>
</button>
</div>
</div>
</form>
</div>
<div class="sec">
<h2>Follow Us</h2>
<ul class="sci">
<li>
<a href="https://twitter.com/EvokeCoders" target="_blank"
><i class="fa fa-twitter" aria-hidden="true"></i
></a>
</li>
<li>
<a href="https://www.instagram.com/coders_evoked/" target="_blank"
><i class="fa fa-instagram" aria-hidden="true"></i
></a>
</li>
<li>
<a href="https://www.linkedin.com/in/coders-evoke-a26305213/" target="_blank"
><i class="fa fa-linkedin" aria-hidden="true"></i
></a>
</li>
<li>
<a href="mailto:[email protected]" target="_blank"
><i class="fa fa-google-plus" aria-hidden="true"></i
></a>
</li>
</ul>
</div>
</div>
<!-- End Contact Container -->
<div class="copyrightText">
<p class="p2" style="color: #ecf0f1">
Copyright ©
<script>
document.write(new Date().getFullYear());
</script>
|| Coders Evoke. All rights reserved
</p>
</div>
</footer>
<!-- including javascript files here-->
<script src="./js/script.js"></script>
</body>
</html>