-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
433 lines (369 loc) · 23.9 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
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
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link href="number.css" rel="stylesheet" type="text/css" />
<title>VentureX | Home Page</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!--Favicon-->
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/img/favicon/site.webmanifest">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<!--Jquery Scripts for Number Counter-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Counter-Up/1.0.0/jquery.counterup.min.js"></script>
<style>
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap");
body {
margin: 0;
font-family: "Montserrat", sans-serif;
color: #444444;
}
</style>
</head>
<body>
<div class="blur">
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center">
<div class="container d-flex align-items-center">
<a href="index.html" class="logo me-auto"><img src="assets/img/logo/logo1.png" alt="" class="img-fluid"></a>
<nav id="navbar" class="navbar">
<ul>
<li><a href="index.html" class="active">Home</a></li>
<li><a href="#about" class="btn-get-started animate__animated scrollto">About</a></li>
<li><a href="events.html">Events</a></li>
<!-- <li class="dropdown"><a href="team.html">The Team <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="team.html#councilX">Council X</a></li>
<li><a href="team.html#leaderX">Leader X</a></li>
<li><a href="team.html#HRX">HR X</a></li>
<li><a href="team.html#eventX">Event X</a></li>
<li><a href="team.html#createX">Create X</a></li>
<li><a href="team.html#websiteX">Dev X</a></li>
<li><a href="team.html#innovateX">Innovate X</a></li>
<li><a href="team.html#MarketX">Market X</a></li>
</ul>
</li> -->
<li><a href="blog.html">Blogs</a></li>
<li><a href="Research.html">Research</a></li>
<li><a href="anime.html">Anime-poll</a></li>
<li class="dropdown"><a href="innovatex.html" class="getstarted">InnovateX<i
class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="innovatex.html#idea">Idea Portal</a></li>
<li><a href="innovatex.html#ongoin">Ongoing Projects</a></li>
<li><a href="innovatex.html#fund">Partners</a></li>
</ul>
</li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
<!-- .navbar -->
</div>
</header>
<!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero">
<div id="heroCarousel" data-bs-interval="5000" class="carousel slide carousel-fade" data-bs-ride="carousel">
<ol class="carousel-indicators" id="hero-carousel-indicators"></ol>
<div class="carousel-inner" role="listbox">
<!-- Slide 1 -->
<div class="carousel-item active" style="background-image: url(assets/img/slide/7.svg); background-color: white;">
<div class="carousel-container">
<div class="container">
<h2 class="animate__animated animate__fadeInDown" style="font-family: 'Montserrat', sans-serif;">Welcome to Venture<span style="color:#ef4444;">X</span></h2>
<h3 class="animate__animated animate__fadeInUp" style="color:white;">SJCE's very own E-Cell</h3>
<a href="#about" class="btn-get-started animate__animated animate__fadeInUp scrollto">Read More</a>
</div>
</div>
</div>
<!-- Slide 2 -->
<div class="carousel-item" style="background-image: url(assets/img/slide/3.svg);background-color: white;">
<div class="carousel-container">
<div class="container">
<h2 class="animate__animated animate__fadeInDown">Hey there<span style="color:#ef4444;">!</span></h2>
<p class="animate__animated animate__fadeInUp">Our team welcomes you to our very own website that helps coordinate all our past, present and ofcourse the future ventures.</p>
<a href="#about" class="btn-get-started animate__animated animate__fadeInUp scrollto">Read More</a>
</div>
</div>
</div>
<!-- Slide 3 -->
<div class="carousel-item" style="background-image: url(assets/img/slide/69.png);background-color: white;">
<div class="carousel-container">
<div class="container">
<h2 class="animate__animated animate__fadeInDown">Join us Today<span style="color:#ef4444;">!</span>
</h2>
<p class="animate__animated animate__fadeInUp">Let's sail together for your entrepreneurial progress.
</p>
<a href="#about" class="btn-get-started animate__animated animate__fadeInUp scrollto">Read More</a>
</div>
</div>
</div>
<!-- Slide 4 -->
<<<<<<< Updated upstream <div class="carousel-item" style="background-image: url(assets/img/slide/idea.svg); background-color: white;">
<div class="carousel-container">
<div class="container">
<h2 class="animate_animated animate_fadeInDown">Share your Idea<span style="color:#ef4444;">!</span>
</h2>
<p class="animate_animated animate_fadeInUp">This is your chance to <span style="color:#ef4444;">X</span>press, <span style="color:#ef4444;">X</span>plore and <span style="color:#ef4444;">X</span>perience. And maybe a bit of <span style="color:#ef4444;">X</span>periment?
If you want the right guidance to move forward with your idea, this is the platform! Click on the link below to know more.</p>
<a href="https://venturex-ideaportal.herokuapp.com" class="btn-get-started animate_animated animate_fadeInUp scrollto" target="_blank">Idea Portal</a> =======
<div class="carousel-item" style="background-image: url(assets/img/slide/undraw_work_together_re_5yhn.svg); background-color: white;">
<div class="carousel-container">
<div class="container">
<h2 class="animate__animated animate__fadeInDown">Share your Idea<span style="color:#ef4444;">!</span></h2>
<p class="animate__animated animate__fadeInUp">This is your chance to <span style="color:#ef4444;">X</span>press, <span style="color:#ef4444;">X</span>plore and <span style="color:#ef4444;">X</span>perience. And maybe a bit of <span style="color:#ef4444;">X</span>periment?
If you want the right guidance to move forward with your idea, this is the platform! Click on the link below to know more.</p>
<a href="https://venturex-ideaportal.herokuapp.com" class="btn-get-started animate__animated animate__fadeInUp scrollto" target="_blank">Idea
Portal</a> >>>>>>> Stashed changes
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#heroCarousel" role="button" data-bs-slide="prev">
<span class="carousel-control-prev-icon bi bi-chevron-left" aria-hidden="true"></span>
</a>
<a class="carousel-control-next" href="#heroCarousel" role="button" data-bs-slide="next">
<span class="carousel-control-next-icon bi bi-chevron-right" aria-hidden="true"></span>
</a>
</div>
</section>
<!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="section-title">
<h2>VentureX</h2>
<p>About <span style="color:#ef4444">Us</span> </p>
</div>
<div class="row content">
<div class="col-lg-6">
<br><img src="assets/img/about/boy.jpeg" alt="" style="text-align: center;" width="400px" height="auto">
</div>
<div class="col-lg-6 pt-4 pt-lg-0">
<p> <strong>Venture<span style="color:#ef4444">X</span></strong> is a student run Entrepreneurship Cell that believes in facilitating new and young entrepreneurs.
</p>
<ul>
<li><i class="ri-check-double-line"></i> We promote holistic growth by providing an entrepreneurial ecosystem thus leading to exponential growth and successful startups. </li>
<li><i class="ri-check-double-line"></i> We are defined by originality, the different way of life, and we believe in bringing viable solutions to ideas by turning them into action through unique personality development skills
and financial literacy while enabling students to form new and helpful connections throughout their entrepreneurial journey.</li>
</ul>
<!-- <p class="fst-italic">
We are SJCE's very own E-Cell. If the sense of entrepreneurship is strong within you then this is the club to join!
</p> -->
</div>
</div>
</div>
</section>
<!-- End About Section -->
<!-- STEP Section -->
<section id="about" class="about">
<div class="container">
<div class="section-title">
<h2>Powered By</h2>
<p>STEP-SJCE</p>
</div>
<div class="row content">
<div class="col-lg-6">
<br><br><img src="assets/img/about/STEPping_up.svg" alt="" style="text-align: center;" width="auto" height="300px">
</div>
<div class="col-lg-6 pt-4 pt-lg-0">
<p> <strong>Venture<span style="color: #ef4444;">X</span></strong> is supported by <strong><span
style="color:#ef4444">STEP </span>(<span style="color:#ef4444">S</span>cience & <span
style="color:#ef4444">T</span>echnology <span style="color:#ef4444">E</span>ntrepreneurs <span
style="color:#ef4444">P</span>ark) - SJCE</strong> (established in 1985), an invaluable platform for entrepreneurs to build startups and spread awareness of the startup culture to the general public.
<!-- STEP has evolved & groomed entrepreneurs & promoted more than 300+ enterprises over three decades of its existence. -->
<br>SJCE- STEP ties together a rich ecosystem of Innovators, Entrepreneurs, R&D, government policymakers, investors, venture firms, mentors, industry experts, and like-minded partners to foster innovation and entrepreneurship
to create valuable startups for the nation.
</p>
<div class="row align-items-end">
<div class="col col-lg-6">
<div id="step" style="text-align: center;"><a href="https://jssstuniv.in/sjce-step/" target="_blank" class="btn-get-started ">Read More</a></div><br>
</div>
<div class="col col-lg-6">
<img src="assets/img/about/STEP-LOGO.png" alt="" style="text-align: center;" width="auto" height="150px">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End STEP Section -->
<!-- ======= Ideals Section ======= -->
<section id="services" class="services">
<div class="container">
<div class="section-title">
<h2>Ideals</h2>
<p>Our <span style="color:#ef4444">Ideals</span> </p>
</div>
<div class="row">
<div class="col-md-6">
<div class="icon-box">
<i class="bi bi-bar-chart"></i>
<h4><a href="#">Activities</a></h4>
<p>There are a lot of technical and non technical activities that are undertaken.</p>
</div>
</div>
<div class="col-md-6 mt-4 mt-md-0">
<div class="icon-box">
<i class="bi bi-card-checklist"></i>
<h4><a href="#">Personality development</a></h4>
<p>Soft skills are one of the most important attributes in todays world. <span style="color:#f8f9fa">.....................</span></p>
</div>
</div>
<div class="col-md-6 mt-4 mt-md-0">
<div class="icon-box">
<i class="bi bi-mic"></i>
<h4><a href="#">Seminars</a></h4>
<p>Venture-X conducts many technical talks, business talks and seminar. <span style="color:#f8f9fa">.................</span></p>
</div>
</div>
<div class="col-md-6 mt-4 mt-md-0">
<div class="icon-box">
<i class="bi bi-brightness-high"></i>
<h4><a href="#">Blogs</a></h4>
<p>Latest trending concepts in the world of Finance and Technology are covered.</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Ideal Section -->
<section id="faq" class="faq">
<div class="container">
<div class="section-title">
<h2>Stats</h2>
<p>Club <span style="color:#ef4444">Statistics</span> </p>
</div>
</div>
<div class="container">
<div class="counter-up">
<div class="content">
<div class="box">
<div class="icon"><i class="fas fa-users"></i></div>
<div class="counter">75</div>
<div class="text">Members</div>
</div>
<div class="box">
<div class="icon"><i class="fab fa-artstation"></i></div>
<div class="counter">7</div>
<div class="text">Events Held</div>
</div>
<div class="box">
<div class="icon"><i class="fas fa-archive"></i></div>
<div class="counter">2</div>
<div class="text">Projects</div>
</div>
<div class="box">
<div class="icon"><i class="fas fa-award"></i></div>
<div class="counter">2</div>
<div class="text">Years Active</div>
</div>
</div>
</div>
</div>
</section>
<br>
</main>
<!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-sm">
<div class="footer-info">
<a href="index.html" class="logo me-auto"><img src="assets/img/logo/footLogo.png" alt="" class="img-fluid"></a>
<p>
<br>
<strong> JSS Science & Technology University</strong> (Formerly SJCE), SJCE Campus Roads, Mysuru - 570006
<br>
<i class="bi bi-envelope-fill"></i><strong> Email:</strong> venturex.sjce@gmail.com<br>
</p>
<div class="social-links mt-3">
<a href="https://instagram.com/venturex.sjce/" target="_blank" class="instagram"><i
class="bx bxl-instagram"></i></a>
<a href="https://www.linkedin.com/company/venturex-sjce/" target="_blank" class="linkedin"><i
class="bx bxl-linkedin"></i></a>
<a href="https://twitter.com/VentureXSJCE" target="_blank"><i class="ri-twitter-fill"></i></a>
</div>
</div>
</div>
<div class="col-sm footer-map">
<iframe style="border:0; width: 100%; height: 270px;" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3898.037352574724!2d76.61123781463797!3d12.313271491290193!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3baf7ae94fffffff%3A0x1ad797cbfc78d07a!2sJSS%20Science%20and%20Technology%20University%2C%20Mysuru.!5e0!3m2!1sen!2sin!4v1622651559624!5m2!1sen!2sin"
width="400" height="300" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
<div class="col-sm footer-newsletter" style="float:right;">
<h4>Our Newsletter</h4>
<p>Enter your email to stay updated about the day-to-day activities of the club.</p>
<form action="https://formsubmit.co/shoaibahmed9138@gmail.com" method="POST">
<input type="email" name="email" placeholder="Enter your email" required>
<input type="hidden" name="_next" value="https://venturex.netlify.app">
<input type="submit" value="Subscribe">
</form>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong><span>VentureX </span></strong>. All Rights Reserved
</div>
<div class="credits">
Developed by <a href="https://www.linkedin.com/in/shoaib-ahmed-s-990b301a9/" target="_blank">Shoaib Ahmed</a>,
<a href="https://www.linkedin.com/in/harsha-g-3149441a0/" target="_blank">G Harsha</a> &
<a href="https://www.linkedin.com/in/affan-khan-580469197/" target="_blank">Affaan Ahmed Khan</a>
</div>
</footer>
<!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
</div>
<div class="popup center">
<div class="dismiss-btn">
<button id="dismiss-popup-btn">×</button>
</div>
<div class="description">
<p>Registrations for the Entrepreneurship Conclave by eSamuday are closing soon! <a href="https://venturex.netlify.app/events.html#esam">Click here to register</a></p>
<!-- <p><a href="#" target="_onblank">Click here to become a Member!</a></p> -->
<p>Have an Idea?<a href="https://venturex.netlify.com/innovatex.html#idea" target="_onblank"> Click here to get
started with your Entrepreneurial Journey</a></p>
</div>
</div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<!-- Number Counter-->
<script>
$(document).ready(function() {
$('.counter').counterUp({
delay: 10,
time: 1200
});
});
</script>
</body>
</html>