-
Notifications
You must be signed in to change notification settings - Fork 0
/
karyashaala.html
351 lines (274 loc) · 17.4 KB
/
karyashaala.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
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>KaryaShaala</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat|Ubuntu" rel="stylesheet">
<!-- CSS Stylesheets -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="images/favicon.ico">
<!-- Font Awesome -->
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
<!-- Bootstrap Scripts -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</head>
<body>
<section class="colored-section" id="title" style="background-image: url('images/confr.jpg'); background-repeat: no-repeat; background-size: cover; background-size: 100% 100%;">
<div class="container-fluid">
<!-- Nav Bar -->
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand" href="karyashaala.html" style="letter-spacing: 2px;">KaryaShaala</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="publish.html">Publish</a>
</li>
<li class="nav-item">
<a class="nav-link" href="filter/index.html" target="_blank">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#cta">About Us</a>
</li>
<div>
<input class="search" list="field" type="text" placeholder="Search" />
</div>
</ul>
</div>
</nav>
<!-- Title -->
<div class="row">
<div class="col-lg-6">
<h1 class="big-heading">
The experience at KaryaShaala is unlike any other. Here you can find all the academic events organised under the affiliation of major institutions and organizations like <a href="https://www.aicte-india.org/" target="_blank" style="color: #fff"><u>AICTE</u></a>,
under one roof. KaryaShaala ensures you a stress-free experience from start to finish.
</h1>
<br>
<a href="C:\Users\HP\OneDrive\Desktop\Kk\KaryaShaala\Login1\public\login.html" style="color: #fff;">
<button type="button" class="btn btn-light btn-lg download-button">Login</button>
</a>
<a href="C:\Users\HP\OneDrive\Desktop\Kk\KaryaShaala\Login1\public\register.html" style="color: #fff;" target="_blank">
<button type="button" class="btn btn-light btn-lg download-button">Register</button>
</a>
</div>
<div class="col-lg-6">
</div>
</div>
</div>
</section>
<!-- Features -->
<!-- Testimonials -->
<section class="colored-section" id="testimonials">
<div id="testimonial-carousel" class="carousel slide" data-ride="false">
<br><br>
<p class="test">TESTIMONIALS</p>
<div class="carousel-inner">
<div class="carousel-item active container-fluid">
<h2 class="testimonial-text">Loved the experience at KaryaShaala, a well defined portal to portray your knowledge to make it as a connection with the young brains.</h2>
<img class="testimonial-image" src="images/user.png" alt="organiser">
<em>Sachin Gupta, TTL Solutions</em>
</div>
<div class="carousel-item container-fluid">
<h2 class="testimonial-text">A very useful web portal to get to know which academic event will happen in near future, around you.</h2>
<img class="testimonial-image" src="images/user.png" alt="student">
<em>Sakshi Singh, Lucknow</em>
</div>
<div class="carousel-item container-fluid">
<h2 class="testimonial-text">KaryaShaala is a convenient and user-friendly platform to find the perfect workshop for yourself to enhance your skills and to learn some new ones.</h2>
<img class="testimonial-image" src="images/user.png" alt="student">
<em>Vidhi Tayal, Dehradun</em>
</div>
<div class="carousel-item container-fluid">
<h2 class="testimonial-text">A much needed platform for students to keep themselves updated of academic events organized by big organizations like AICTE and other renowned institutions.</h2>
<img class="testimonial-image" src="images/user.png" alt="student">
<em>Saurabh Pathak, Mirzapur</em>
</div>
</div>
<a class="carousel-control-prev" href="#testimonial-carousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#testimonial-carousel" role="button" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
</section>
<!-- Press -->
<section class="colored-section" id="press">
<h2 class="section-heading">SOME RENOWNED INSTITUTIONS</h2>
<br><br>
<a href="https://www.aicte-india.org/" target="_blank">
<img class="press-logo" src="images/aicte.png" alt="AICTE">
</a>
<a href="https://aktu.ac.in/" target="_blank">
<img class="press-logo" src="images/aktu.png" alt="AKTU">
</a>
<a href="https://ncte.gov.in/website/index.aspx" target="_blank">
<img class="press-logo" src="images/ncte.png" alt="NCTE">
</a>
<a href="https://www.aiu.ac.in/" target="_blank">
<img class="press-logo" src="images/idnuni.png" alt="AIU">
</a>
<a href="https://www.iitb.ac.in/" target="_blank">
<img class="press-logo" src="images/iitb.png" alt="IIT">
</a>
</section>
<!-- Pricing -->
<section class="white-section" id="pricing">
<h2 class="section-heading">LET'S MAKE A CONNECTION</h2>
<p>Connect with our team and we will be happy to serve you back.</p>
<div class="row">
<div class="pricing-column col-lg-4 col-md-6">
<div class="card">
<div class="card-header">
<h4 class="h">GET IN TOUCH </h4>
</div>
<div class="card-body">
<h2 class="price-text">SEND US A MESSAGE</h2>
<p>Our team will be very happy to connect with you and will serve you with all our efforts.</p>
<a href="team.html" style="color: #fff; text-decoration: none;">
<button class="btn btn-lg btn-block btn-dark" type="button">CONTACT US</button>
</a>
</div>
</div>
</div>
<div class="pricing-column col-lg-4 col-md-6">
<div class="card">
<div class="card-header">
<h4 class="h">LATEST BLOG ARTICLES </h4>
</div>
<div class="card-body">
<h2 class="price-text">SEE OUR COMMUNITY SECTION</h2>
<p>Take a look at our community section and latest blog articles.</p>
<a href="" style="color: #fff; text-decoration: none;">
<button class="btn btn-lg btn-block btn-dark" type="button">COMMUNITY</button>
</a>
</div>
</div>
</div>
<div class="pricing-column col-lg-4 col-md-6">
<div class="card">
<div class="card-header">
<h4 class="h">FEEDBACK </h4>
</div>
<div class="card-body">
<h2 class="price-text">PROVIDE YOUR FEEDBACK</h2>
<p>We will be happy to reviewed by you. Provide your overall experience at KaryaShaala.</p>
<a href="feedback.html" target="_blank" style="color: #fff; text-decoration: none;">
<button class="btn btn-lg btn-block btn-dark" type="button">FEEDBACK</button>
</a>
</div>
</div>
</div>
<div class="pricing-column col-lg-4 col-md-6">
<div class="card">
<div class="card-header">
<h4 class="h">STATISTICS </h4>
</div>
<div class="card-body">
<h2 class="price-text">PUBLISH RESEARCH PAPER</h2>
<p>Perfect platform to publish your research work and paper to spread it among masses.</p>
<a href="publish.html" target="_blank" style="color: #fff; text-decoration: none;">
<button class="btn btn-lg btn-block btn-dark" type="button">PUBLISH</button>
</a>
</div>
</div>
</div>
<div class="pricing-column col-lg-4 col-md-6">
<div class="card">
<div class="card-header">
<h4 class="h">EVENTS </h4>
</div>
<div class="card-body">
<h2 class="price-text">EVENTS PAGE</h2>
<p>A page wholly dedicated to various domains of events and better connrc at KaryaShaala.</p>
<a href="filter/index.html" target="_blank" style="color: #fff; text-decoration: none;">
<button class="btn btn-lg btn-block btn-dark" type="button">EVENTS</button>
</a>
</div>
</div>
</div>
<div class="pricing-column col-lg-4 col-md-6">
<div class="card">
<div class="card-header">
<h4 class="h">DASHBOARD</h4>
</div>
<div class="card-body">
<h2 class="price-text">PERSONALISED DASHBOARD</h2>
<p>Users will be provided a personalised dashboard equiped with a calendar where all the events will be listed..</p>
<a href="Dashboard.html" target="_blank" style="color: #fff; text-decoration: none;">
<button class="btn btn-lg btn-block btn-dark " type="button ">DASHBOARD</button>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Call to Action -->
<section class="colored-section " id="cta ">
<div class="cont ">
<h3 class="big ">About KaryaShaala</h3>
<hr align="left " style="width: 100%; ">
<p style="color: #fff; text-align: left; font-size: 0.8rem; ">KaryaShaala is a portal where information about all academic activities across the country, universities and international arena in chronological order and in subject areas so as to enable the students, faculty, and researchers to access information
and prepare well in advance and participate effectively and successfully.
<br>Here we provide you with the information and details of various academic events like seminars, workshops and conferences, happening near you to make it easy for you to participate and grab the opportunities to learn some new skills.
<br>KaryaShaala is a well structured platform where an organizer can announce and publish the event he/she is going to organize along with the essential details so that more and more participation can be grabbed.
<br>KaryaShaala provides you with your own personalized dashboard where you can keep track of all the events in which you have participated along with information like dates and place of event.A calender is also associated with this dashboard
to make it more convenient for you.
<br>Along with all the user friendly experience, we also ensures the safety and security of your personal data to provide you a hassle-free experience.The security of our users and clients are our topmost priority.
</p>
<hr align="left " style="width: 100%; ">
<p style="color: #fff; text-align: left; ">To Know More</p>
<p style="color: #fff; text-align: left; font-size: 0.8rem; ">Contact Us: +91-9988776655
<br>E-mail: [email protected]</p>
</div>
</section>
<!-- Miscellaneous -->
<section class="colored-section " id="cta ">
<div class="amrit ">
<a href="https://amritmahotsav.nic.in/ " target="_blank ">
<img src="images/az.png " style="width: 400px; height: 200px; float: right; ">
</a>
<h3 class="big " style="color: #312d2d; ">AZADI KA AMRIT MAHOTSAV<br><br>75th YEAR OF INDEPENDENCE DAY OF INDIA</h3>
<hr style="width: 65%; float: left;"><br>
<p style="color: #000000; text-align: left; font-size: 0.8rem; "><br>Azadi ka Amrit Mahotsav is an initiative of the Government of India to celebrate and commemorate 75 years of independence and<br> the glorious history of it's people, culture and achievements.
<br>This Mahotsav is dedicated to the people of India who have not only been instrumental in bringing India thus far in its evolutionary journey but also hold within them the power and potential to enable Prime Minister Narendra Modi's
vision of activating India 2.0, fuelled by the spirit of Aatmanirbhar Bharat.
<br>KaryaShaala is a well structured platform where an organizer can announce and publish the event he/she is going to organize along with the essential details so that more and more participation can be grabbed.
<br>The official journey of Azadi Ka Amrit Mahotsav commenced on 12th March 2021 which started a 75-week countdown to our 75th anniversary of independence and will end post a year on 15th August 2023. Following are the five themes of Azadi
Ka Amrit Mahotsav.
<br>This theme anchors our commemoration initiatives under Azadi Ka Amrit Mahotsav. It helps bring alive stories of unsung heroes whose sacrifices have made freedom a reality for us and also revisits the milestones, freedom movements etc.
in the historical journey to 15 August, 1947.
</p>
</div>
</section>
<!-- Footer -->
<footer class="white-section " id="footer ">
<div class="container-fl ">
<a href="https://www.facebook.com/profile.php?id=100083358333757 " target="_blank " style="color: #000000; "><i class="social-icon fab fa-facebook-f "></i></a>
<a href="https://twitter.com/karyaShaala " target="_blank " style="color: #000000; "><i class="social-icon fab fa-twitter "></i></a>
<a href="https://www.instagram.com/karyashaala01/ " target="_blank " style="color: #000000; "><i class="social-icon fab fa-instagram "></i></a>
<a href="mailto:[email protected]?subject=Mail From our Website " target="_blank " style="color: #000000; "><i class="social-icon fas fa-envelope "></i></a>
</div>
</footer>
<script>
var x = document.getElementById("demo ");
function getLocation() {
if (navigator.geolocation) {
navigator.geolocation.getCurrentPosition(showPosition);
} else {
x.innerHTML = "Geolocation is not supported by this browser. ";
}
}
function showPosition(position) {
console.log(position);
x.innerHTML = "Latitude: " + position.coords.latitude + "<br>Longitude: " + position.coords.longitude;
}
</script>
</body>
</html>