-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
271 lines (251 loc) · 16 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
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<title>CSCult</title>
<!-- Bootstrap link -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<!-- Google Fonts -->
<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=Montserrat&display=swap" rel="stylesheet">
<!-- FontAwsome CDN -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous">
<!-- CSS Link -->
<link rel="stylesheet" href="index.css">
</head>
<body>
<section id="navigation">
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand" href="#"><img src="img/logo-black.png"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-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 ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#community">Community</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#event">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="product.html">Products</a>
</li>
<li class="nav-item">
<a class="nav-link" href="clubs.html">Clubs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="team.html">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="logo.html">Logo</a>
</li>
</ul>
</div>
</nav>
</section>
<section id="navigation-mobile">
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<h2><img class="nav-img2" src="img/logo-main.png" alt=""></h2>
<a href="#about"about>About</a>
<a href="#community">Community</a>
<a href="#event">Events</a>
<a href="product.html">Proudcts</a>
<a href="clubs.html">Clubs</a>
<a href="team.html">Teams</a>
<a href="logo.html">Logo</a>
</div>
<img class="nav-img1" src="img/logo-black.png" alt="">
<span class="toggle-btn" style="font-size:30px;cursor:pointer" onclick="openNav()">☰</span>
<script>
function openNav() {
document.getElementById("mySidenav").style.width = "500px";
}
function closeNav() {
document.getElementById("mySidenav").style.width = "0";
}
</script>
</section>
<section id="title">
<div class="title-img">
<img class="main-img" src="img\Hero-Pro.svg">
</div>
<div class="title-content">
<h1><span>We are building</span><span> Indore's largest</span><span> Internet community</span></h1>
<p>Exploring the Future</p>
<button class="btn btn-lg btn-dark" onclick="openNav()">Explore</button>
</div>
</section>
<section id="about">
<div class="row">
<div class="about-content col-lg-8">
<h2>About</h2>
<p>CSCult is a community of individuals and learners from different backgrounds, who want to spend their time learning, innovating & working on new ideas.</p>
<p>If you are a part of CSCult, you spend your time doing better things than just studying for interviews and exams & doing numerous internships.</p>
<p>We have a healthy culture of engaging in meaningful discussions and helping each other out in achieving coherence and harmony in the community.</p>
</div>
<div class="col-lg-4">
<a href="logo.html"><img src="img/logo-main.png" alt=""></a>
</div>
</div>
</section>
<section id="community">
<div class="community-content">
<h2>Community</h2>
<p>The CSCult community is not just like any other community. We don't plan events just for the sake of making them happen. We believe in hearing out our end consumers, i.e. our Community Members and giving them the events they require.</p>
<p>We avoid going the traditional marketing path that every community tries to do. We believe that people would love to join our Community by looking at our efforts and believing in our vision.</p>
<p>What we do believe is in personal, digital and co-branding!</p>
<p>Join our Discord server to get access to resources, event announcements, fun activities and everything we have in store for our lovely community!</p>
</div>
<div class="row">
<div class="col-lg-6">
<img src="img\CommunityDiss.svg" alt="" class="img1">
</div>
<div class="col-lg-4 join-discord">
<h3>Join the CSCult Discord Server today !</h3>
<a target="_blank" href="https://discord.gg/fjkauFJ3jB"><img src="img\discord-btn.png" alt="" class="img2"></a>
</div>
</div>
</section>
<section id="event">
<h2>Events</h2>
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#" data-bs-slide-to="2" aria-label="Slide 3"></button>
<button type="button" data-bs-target="#" data-bs-slide-to="3" aria-label="Slide 4"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row">
<div class="col-lg-4">
<img src="https://cdn.discordapp.com/attachments/923793151477563422/924160035829985300/Untitled_design_2.png" alt="">
</div>
<div class="col-lg-6 event-content">
<h3>Crypto Session</h3>
<p>This session-cum-workshop was hosted by Saud Hashmi, the Founder of CSCult, in collaboration with MUACM, on the very basics of cryptocurrencies. </p>
<p>The session not only covered what cryptocurrencies are, but it discovered the history of currency in general, how traditional fiat money has its own demerits; and how cryptocurrencies can build a more safer and reliable currency system. We also discussed how the power of hashing and nonces are unleashed by cryptocurrencies!</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-lg-4">
<img src="https://cdn.discordapp.com/attachments/923793151477563422/924160036220076083/Untitled_design_1.png" alt="">
</div>
<div class="col-lg-6 event-content">
<h3>GitHub 101</h3>
<p>One of the most successful sessions organized by CSCult for beginners and open-source developers.</p>
<p> Yash Sehgal, the first ever Web Dev (see CSCult's brochure), hosted this session, where he taught everyone the basics of Git and GitHub. From creating repositories to managing branches and version control, Yash covered it all.</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-lg-4">
<img src="https://cdn.discordapp.com/attachments/923793151477563422/924160036618502194/Crypto_Session.png" alt="">
</div>
<div class="col-lg-6 event-content">
<h3>Mobile Development Workshop</h3>
<p>Another popular event organized by CSCult, where Mihir Pesswani, our first ever AI Div Head, took a Live Online Workshop on Mobile Development.</p>
<p>He explained all kinds of mob dev, life cycles of an app, Flutter v/s React Native and finally, an awesome 30-40 minute live Flutter Sample App coding, where we all coded our own sample portfolio in the Flutter Development IDE.</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-lg-4">
<img src="https://cdn.discordapp.com/attachments/923793151477563422/924160037012783114/Mastering_Instagram_and_LinkedIn_for_Personal_and_Brand_Growth_1.png" alt="">
</div>
<div class="col-lg-6 event-content">
<h3>Mastering Instagram and Linkedin for Personal and Brand Growth</h3>
<p>A panel discussion on mastering personal and co-branding. Learn to use the power of Instagram and LinkedIn to reach organic growth.</p>
<p>- A panel discussion to master personal and co-branding - A panel of entrepreneurs, marketing professionals & social media managers.</p>
<p>The speakers were: Sidhant Sidana, Anjali Pawar and Purna Jain.</p>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev btn-1" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next btn-2" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</section>
<section id="product">
<h2>Products</h2>
<div class="row">
<div class="col-lg-4">
<a href="product.html"><img src="https://cdn.discordapp.com/attachments/923793151477563422/924672001925349427/CSCult_Divs_Programme_Logo.png" alt=""></a>
</div>
<div class="col-lg-8 content1">
<h3>Divs Programme</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p>
<a href="product.html"><button class="btn btn-light btn-outline-dark">Explore</button></a>
</div>
</div>
<div class="row">
<div class="col-lg-8 content2">
<h3>Cult Speaks</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p>
<a href="product.html"><button class="btn btn-light btn-outline-dark">Explore</button></a>
</div>
<div class="col-lg-4">
<a href="product.html"><img src="https://cdn.discordapp.com/attachments/923793151477563422/924672065754238986/Cult_Speaks.png" alt=""></a>
</div>
</div>
</section>
<section id="footer">
<div class="row">
<div class="col-lg-1"><h4>CSCult</h4></div>
<div class="col-lg-1"><a href="logo.html"><img class="footer-logo" src="img/logo-main.png" alt=""></a></div>
</div>
<div class=" content-box">
<div class="content">
<ul>
<h5>EXPLORE</h5>
<li><a href="#about"><button class="btn btn-none btn-outline-light">About</button></a></li>
<li><a href="#event"><button class="btn btn-none btn-outline-light">Events</button></a></li>
<li><a href="product.html"><button class="btn btn-none btn-outline-light">Products</button></a></li>
<li><a href="clubs.html"><button class="btn btn-none btn-outline-light">Clubs</button></a></li>
<li><a href="team.html"><button class="btn btn-none btn-outline-light">Team</button></a></li>
</ul>
</div>
<div class="content">
<ul>
<h5>SOCIAL MEDIA</h5>
<li><a target="_blank" href="https://instagram.com/cscult.in"><i class="fab fa-instagram-square fa-2x"></i></a></li>
<li><a target="_blank" href="https://www.linkedin.com/company/cscult"><i class="fab fa-linkedin fa-2x"></i></a></li>
<li><a target="_blank" href="https://twitter.com/CSCultOfficial"><i class="fab fa-twitter fa-2x"></i></a></li>
<li><a target="_blank" href="https://www.youtube.com/channel/UCn2bhZWnwi51vGFVr3bqR8w"><i class="fab fa-youtube fa-2x"></i></a></li>
<li><a target="_blank" href="https://discord.gg/fjkauFJ3jB"><i class="fab fa-discord fa-2x"></i></a></li>
<li><a target="_blank" href="https://github.com/CSCult"><i class="fab fa-github fa-2x"></i></a></li>
<li><a target="_blank" href="https://open.spotify.com/show/7cPdUTgXDhYvM26YrM3QV2"><i class="fab fa-spotify fa-2x"></i></a></li>
</ul>
</div>
<div class="content">
<ul>
<h5>CONNECT !</h5>
<a target="_blank" href="https://discord.gg/fjkauFJ3jB"><button class="btn btn-light btn-outline-dark">DISCORD BRO</button></a>
<a target="_blank" href="https://www.linkedin.com/company/cscult"><button class="btn btn-light btn-outline-dark">LET'S TALK</button></a>
</ul>
</div>
<div>
<img class="footer-img1" src="img/connect-footer.png" alt="">
</div>
</div>
</section>
</body>
</html>