-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
342 lines (321 loc) · 13.3 KB
/
index.html
File metadata and controls
342 lines (321 loc) · 13.3 KB
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
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
<!DOCTYPE html>
<html lang="en">
<head>
<title>Electrical.Coders</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="./css/bootstrap-4.5.0-dist/css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- MAIN CSS -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- PRE LOADER -->
<div class="preloader">
<div class="spinner">
<span class="spinner-rotate"></span>
</div>
</div>
<header>
<nav class="navbar navbar-expand-lg navbar-light fixed-top">
<div class="container container-nav">
<a class="navbar-brand glow" href="index.html">Electrical.Coders</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#menu">Menu</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projcts">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Carousel -->
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="./images/electrical.jpg" class="d-block w-100" alt="image not found">
<div class="carousel-caption d-md-block">
<h5 class="neon">Electrical</h5>
<p class="glow">No resistance can drop your potential</p>
<p><a class="caption-anchor" href="#ee">Get Started</a></p>
</div>
</div>
<div class="carousel-item">
<img src="./images/coding.jpg" class="d-block w-100" alt="image not found">
<div class="carousel-caption d-md-block">
<h5 class="neon">Coding</h5>
<p class="glow">“Programs must be written for people to read, and only incidentally for machines to
execute.”
- Harold
Abelson</p>
<p><a class="caption-anchor" href="#cd">Get Started</a></p>
</div>
</div>
<div class="carousel-item">
<img src="./images/blog.jpg" class="d-block w-100" alt="image not found">
<div class="carousel-caption d-md-block">
<h5 class="neon">Blog</h5>
<p class="glow">“Don’t focus on having a great blog. Focus on producing a blog that’s great for your
readers.”
</p>
<p><a class="caption-anchor" href="#bl">Get Started</a></p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</header>
<!-- background animation -->
<div class="wrapper">
<div class="box">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<section id="about">
<div class="container">
<div class="row">
<div class="col-12 col-md-8">
<div class="row">
<h4>Read Our Story</h4>
</div>
<hr>
<div class="row row-title">
<h1>Electrical.Coders</h1>
</div>
<div class="row row-about">
<p>So What is Electrical.Coders? and Why is Electrical.Coders?<br>
We know that one who can control the elctricity can capable to control or program
any type of things. But nowadays students of electrical enginerring
<span id="dots">...</span><span id="more"> are not so
much interested about programming.
<br>
But why? Is they had less talent ? No No. and absolutly no.<br>they are fully
capable to program using diffrent programming languages. But the opportunity
which they find is very poor. so they lost their interests.
<br>
Electrical.Coders is a platform where it's does not matter that you are form a
non-IT background student, You can learn diffrent programming languages and
build your project to suprise anyone. </span></p>
<button onclick="myFunction()" class="btn btn-primary" id="myBtn">Read more</button>
</div>
</div>
<div class="d-md-block col-sm-4">
<img src="./images/gif2.gif" class="img-fluid" alt="gif">
</div>
</div>
</div>
</section>
<hr>
<section id="menu">
<div class="container">
<div class="row row-title ">
<h1 class="mx-auto">Menu</h1>
</div>
<div class="row row-card">
<div class="col-12 col-sm-6 col-md-4">
<div class="card">
<!-- Card image -->
<div class="view view-cascade overlay">
<a href="#ee"><img class="card-img-top" src="./images/electrical-card.jpg" alt="Card image"></a>
</div>
<!-- Card content -->
<div class="card-body card-body-cascade text-center">
<!-- Title -->
<h4 class="card-title glow"><strong>Electrical</strong></h4>
<!-- Text -->
<p class="card-text">The Power of thunder</p>
<!-- link -->
<a href="#ee" class="btn btn-warning">Know more</a>
</div>
</div>
<!-- Card Wider -->
</div>
<div class="col-12 col-sm-6 col-md-4">
<div class="card">
<!-- Card image -->
<div class="view view-cascade overlay">
<a href="#cd"><img class="card-img-top" src="./images/coding-card.jpg" alt="Card image"></a>
</div>
<!-- Card content -->
<div class="card-body card-body-cascade text-center">
<!-- Title -->
<h4 class="card-title glow"><strong>Coding</strong></h4>
<!-- Text -->
<p class="card-text">programming the world</p>
<!-- link -->
<a href="#cd" class="btn btn-warning">Know more</a>
</div>
<!-- Card Wider -->
</div>
</div>
<div class="col-12 col-sm-6 col-md-4">
<div class="card">
<!-- Card image -->
<div class="view view-cascade overlay">
<a href="#bl"><img class="card-img-top" src="./images/blog-card.jpg" alt="Card image"></a>
</div>
<!-- Card content -->
<div class="card-body card-body-cascade text-center">
<!-- Title -->
<h4 class="card-title glow"><strong>Blog</strong></h4>
<!-- Text -->
<p class="card-text">The knowlenge of Mankind</p>
<!-- link -->
<a href="#bl" class="btn btn-warning">Know more</a>
</div>
</div>
<!-- Card Wider -->
</div>
</div>
</div>
<br><br>
<hr>
</section>
<hr>
<section id="description">
<div class="container">
<div class="row row-title">
<h1 class="mx-auto">Description</h1>
</div>
<br><br>
<div class="row featurette">
<div class="col-md-7" id="ee">
<h2 class="featurette-heading">Electrical <span class="text-muted">Most Important Enginerring</span></h2>
<div class="lead">Electrical Enginerring is one of the most important enginerring for our daily
life.<br>So it is our responsibility to enhance the students of electrical
enginerring today for a brighter future.<br>
Electrical.Coders is a platform where the students of electrical enginerring can
enhance their skills by doing different types of Courses, Trainnings, Question
Answers, Notes, Previous Year Question papers and lots more.<br><br>
<div class="text-muted h4">Contents You Will Found</div>
<div>
<ul>
<li>Courses</li>
<li>Trainning</li>
<li>Notes</li>
<li>Suggestions</li>
<li>Previous Year Question Papers</li>
<li>and many other things</li>
</ul>
</div>
</div>
</div>
<div class="col-md-5">
<img class="featurette-image img-fluid mx-auto" src="./images/electrical-media.jpg" alt="Image Not Found">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7 order-md-2" id="cd">
<h2 class="featurette-heading">Coding <span class="text-muted">Program to Fun</span></h2>
<div class="lead">Coding is one of the most important thing for our daily
life.<br>So it is our responsibility to enhance the students all streams today for a brighter future.<br>
Electrical.Coders is a platform where the students of different streams can
enhance their skills by doing different types of Courses, Trainnings, Question
Answers, Notes, Previous Year Question papers and lots more.<br><br>
<div class="text-muted h4">Contents You Will Found</div>
<div><ul>
<li>Courses</li>
<li>Trainning</li>
<li>Notes</li>
<li>Suggestions</li>
<li>Previous Year Question Papers</li>
<li>and many other things</li>
</ul></div>
</div>
</div>
<div class="col-md-5 order-md-1">
<img class="featurette-image img-fluid mx-auto" src="./images/coding-media.jpg" alt="Image Not Found">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7" id="bl">
<h2 class="featurette-heading">Bloging <span class="text-muted">Sharing knowlege and experiences</span></h2>
<div class="lead">Bloging is a art of sharing own knowlenge or own experiences to the whole world
<br><br>
<div class="text-muted h4">Contents You Will Found</div>
<div> <ul>
<li>Hello</li>
<li>Nice</li>
<li>To</li>
<li>Meet</li>
<li>You</li>
<li>Bye</li>
</ul></div>
</div>
</div>
<div class="col-md-5">
<img class="featurette-image img-fluid mx-auto" src="./images/blog-media.jpg" alt="Image Not Found">
</div>
</div>
</div>
</section>
<hr>
<div><img src="./images/footer(2).png" class="wave" alt="wave">
</div>
<!-- ========== FOOTER ========== -->
<footer class="text-center">
<a href="#ee"> <img src="./images/logo.png" class="brand" alt="logo"></a>
<!-- End Logo -->
<p class="font-size-1 mb-1">We're Here For You</p>
<p class="font-size-1">Follow me on</p>
<!-- Social Networks -->
<div class="text-center">
<a class="btn btn-social-icon btn-google" href="http://google.com/+"><i class="fa fa-google-plus"></i></a>
<a class="btn btn-social-icon btn-facebook" href="http://www.facebook.com/profile.php?id="><i
class="fa fa-facebook"></i></a>
<a class="btn btn-social-icon btn-linkedin" href="http://www.linkedin.com/in/"><i class="fa fa-linkedin"></i></a>
<a class="btn btn-social-icon btn-twitter" href="http://twitter.com/"><i class="fa fa-twitter"></i></a>
<a class="btn btn-social-icon btn-google" href="http://youtube.com/"><i class="fa fa-youtube"></i></a>
<a class="btn btn-social-icon" href="mailto:"><i class="fa fa-envelope-o"></i></a>
</div>
<!-- End Social Networks -->
</footer>
<!-- ========== END FOOTER ========== -->
<!-- SCRIPTS -->
<script src="js/jquery.js"></script>
<script src="./css/bootstrap-4.5.0-dist/js/bootstrap.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>