-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
278 lines (241 loc) · 13.6 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
<!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">
<link rel="shortcut icon" href="images/logo_new.PNG" type="image/x-icon">
<title>Coders Arena</title>
<link rel="stylesheet" href="css/materialize.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/footer.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="https://kit.fontawesome.com/dda7a08063.js" crossorigin="anonymous"></script>
</head>
<body>
<!--nav bar starting-->
<nav class="bg-primary">
<div class="container">
<div class="nav-wrapper">
<a href="#" data-target="slide-out" class="sidenav-trigger"><i class="material-icons">menu</i></a>
<a href="#" class="brand-logo ">Coders Arena</a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="index.html"><i class="material-icons left">home</i>Home</a></li>
<li><a href="courses.html"><i class="material-icons left">import_contacts</i>Courses</a></li>
<li><a href="about_us.html"><i class="material-icons left">info</i>About Us</a></li>
<li><a href="contact_us.php"><i class="material-icons left">call</i>Contact</a></li>
<li><a href="register.php"><i class="material-icons left">account_circle</i>Login/Sign-Up</a></li>
</ul>
</div>
</div>
</nav>
<!--end of nav bar-->
<!--start of side nav bar for mobile-->
<ul id="slide-out" class="sidenav">
<li><div class="user-view">
<div class="background">
<img src="images/side_bar_bg.jpg">
</div>
<a href="#user"><img class="circle" src="images/my_photo.png"></a>
<a href="#name"><span class="white-text name">Dwijsinh H Gohil</span></a>
<a href="[email protected]"><span class="white-text email">[email protected]</span></a>
</div></li>
<li><a href="index.html"><i class="material-icons left">home</i>Home</a></li>
<li><a href="courses.html"><i class="material-icons left">import_contacts</i>Courses</a></li>
<li><a href="about_us.html"><i class="material-icons left">info</i>About Us</a></li>
<li><a href="contact_us.php"><i class="material-icons left">call</i>Contact</a></li>
<li><a href="register.php"><i class="material-icons left">account_circle</i>Login/Sign-Up</a></li>
<li><div class="divider"></div></li>
<li><a class="subheader">Connect With Us</a></li>
<li><a class="waves-effect" href="https://www.youtube.com/channel/UCv-hJwt6dcm7YMVpFr2Sx_g">Our Youtube Channel</a></li>
</ul>
<!--end of side nav bar for mobile-->
<!--start of slider-->
<main>
<section class="hero">
<div class="slider">
<ul class="slides">
<li class="slide">
<img src="images/bg-index1.jpg" alt="hero-1">
<div class="caption center-align span">
<h3 class="dark">Coders Arena</h3>
<h5 class="dark">One Stop Destination for best quality<br> free resources related
coding and development.</h5>
</div>
</li>
<li class="slide">
<img src="images/bg-index2_new.jpg" alt="hero-2">
<div class="caption center-align white-text">
<h3 style="color: white;">BE THE BEST</h3>
<h5 style="color: white;" class="light">REST IN THE END NOT IN THE MIDDLE.</h5>
</div>
</li>
</ul>
</div>
</section>
<!--end of slider-->
<!--start of mission/vision section -->
<section class="about">
<div class="col s12 m7">
<!--start of typewriter animation html-->
<h2>OUR -
<span class="txt-type" data-wait="2000" data-words='["MISSION", "VISION"]'></span>
</h2>
<!--end of typewriter animation html-->
<h1 id="example">
</h1>
<div class="center-align" class="row">
<div class="col s12 m6">
<div class="card darken-1">
<div class="card-content dark-text">
<img style="height: 50%; width: 50%;" src="images/mission.jpg" alt="">
<h3>Our mission and Vision At Coders Arena is very clear and simple. <br> We want to help student by providing them best possible quality content at free of cost. </h3>
</div>
<div class="card-action button">
<a class="btn-floating red darken-3"><i class="fab fa-youtube"></i></a>
<a style="color: orange;" href="https://www.youtube.com/channel/UCv-hJwt6dcm7YMVpFr2Sx_g">LINK TO OUR CHANNEL</a>
</div>
</div>
</div>
</div>
</section>
<!--end of mission/vision section-->
<!--start of blog section-->
<section class="blogs">
<h4 class="center">Our Short Tech Blogs</h4>
<div class="row">
<div class="col s12 m4">
<div class="card">
<div class="card-image waves-effect waves-light">
<img class="activator" src="images/blog1.jpg" alt="destination-1">
</div>
<div class="card-content">
<span class="card-title activator">Codechef SmackDown 2021 <i class="material-icons right">more_vert</i></span>
<p>Codechef is back with its very well known and famous contest smackdown read this article to know all about smackdown-2021</p>
</div>
<div class="card-reveal">
<span class="card-title">Hello Fellows <i class="material-icons right">close</i></span>
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Ipsa, neque!
</div>
</div>
</div>
<div class="col s12 m4">
<div class="card">
<div class="card-image waves-effect waves-light">
<img class="activator" src="images/side_bar_bg.jpg" alt="destination-2">
</div>
<div class="card-content">
<span class="card-title activator">How To Become Good At Coding <i class="material-icons right">more_vert</i></span>
<p>Here in this we have compiled some of the best resources which will help you to become better at coding . What you are waiting for ?? checkout now!</p>
</div>
<div class="card-reveal">
<span class="card-title">Hello Fellows <i class="material-icons right">close</i></span>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Dolore, pariatur.</p>
</div>
</div>
</div>
<div class="col s12 m4">
<div class="card">
<div class="card-image waves-effect waves-light">
<img class="activator" src="images/blog3.jpg" alt="destination-3">
</div>
<div class="card-content">
<span class="card-title activator"> Best Resources For WEB-DEV <i class="material-icons right">more_vert</i></span>
<p>In this article you will get each and every resources related to web development be it front end or backend everything is compiled at one place.</p>
</div>
<div class="card-reveal">
<span class="card-title">Hello Fellows <i class="material-icons right">close</i></span>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Ipsam, exercitationem.</p>
</div>
</div>
</div>
</div>
</section>
<!--end of blog section-->
<!--starting of testimonials-->
<section class="testimonials">
<h4 class="center">Testimonials <br> See What Our Users Says!!</h4>
<div class="carousel">
<a href="#" class="carousel-item teal center white-text">
<h5>Antonny</h5>
<p>The best courses i have ever took i enrolled in java course everything was perfectly taught and faculty were also highly educated kudos to team coders arena must buy!! course.</p>
</a>
<a href="#" class="carousel-item teal center white-text">
<h5>John</h5>
<p>The best courses i have ever took i enrolled in acm-icpc course everything was perfectly taught and faculty were also highly educated kudos to team coders arena must buy!! course.</p>
</a>
<a href="#" class="carousel-item teal center white-text">
<h5>Margaret</h5>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quod odio eius repellat quos, numquam sint reiciendis adipisci id. Fugiat, totam ipsam! Perspiciatis dolore ullam iure mollitia enim porro reprehenderit blanditiis deleniti! Consequuntur, laborum repellat? Consequatur.</p>
</a>
<a href="#" class="carousel-item teal center white-text">
<h5>Tommy</h5>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quod odio eius repellat quos, numquam sint reiciendis adipisci id. Fugiat, totam ipsam! Perspiciatis dolore ullam iure mollitia enim porro reprehenderit blanditiis deleniti! Consequuntur, laborum repellat? Consequatur.</p>
</a>
<a href="#" class="carousel-item teal center white-text">
<h5>Alexander</h5>
<p>The best courses i have ever took i enrolled in front end course everything was perfectly taught and faculty were also highly educated kudos to team coders arena must buy!! course.</p>
</a>
</div>
</section>
<!--ending of testimonials-->
</main>
<!--java script functionality-->
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="js/materialize.min.js"></script>
<script src="js/share.js"></script>
<script src="js/type.js"></script>
<script>
$(document).ready(function(){
$('.sidenav').sidenav();
M.Slider.init($('.slider'));
M.Materialbox.init($('.materialboxed'));
M.Parallax.init($('.parallax'));
M.Carousel.init($('.carousel'), {
indicators: true,
shift: 55,
dist: 0,
});
});</script>
<!--javascript code ends-->
<!--share button starts-->
<div class="fixed-action-btn">
<a class="btn-floating red pulse"><i class="fas fa-share-alt-square"></i></a>
<ul>
<li><a class="btn-floating indigo darken-3" id="fb"><i class="fab fa-facebook"></i></a></li>
<li><a class="btn-floating light-blue darken-3" id="tw"><i class="fab fa-twitter"></i></a></li>
<li><a class="btn-floating green darken-3" id="wts"><i class="fab fa-whatsapp"></i></a></li>
<li><a class="btn-floating light-blue darken-3" id="lnk"><i class="fab fa-linkedin"></i></a></li>
<li><a class="btn-floating red darken-3" id="gp"><i class="fab fa-google-plus"></i></a></li>
</ul>
</div>
<!--share button ends-->
<!--footer starts-->
<footer class="page-footer">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Made with <i class="material-icons ">favorite</i> by DWIJSINH H GOHIL</h5>
<p class="grey-text text-lighten-4">DHARMSINH DESAI UNIVERSITY</p>
</div>
<div class="col l4 offset-l2 s12">
<h5 class="white-text">Follow Us On</h5>
<ul>
<li><a class="btn-floating red darken-3" href="https://www.youtube.com/channel/UCv-hJwt6dcm7YMVpFr2Sx_g"><i class="fab fa-youtube"></i></a> YOUTUBE</li>
<br>
<li><a class="btn-floating light-blue darken-3" href="https://www.linkedin.com/in/dwijsinh-h-gohil-2415521b9"><i class="fab fa-linkedin"></i> </a> Linkdin</li>
<br>
<li><a class="btn-floating black darken-3" href="https://www.instagram.com/dwijsinh_gohil/"><i class="fab fa-instagram"></i></a> INSTAGRAM</li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
© 2021 Coders Arena
</div>
</div>
</footer>
<!--footer ends here-->
</body>
</html>