-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
253 lines (229 loc) · 10.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- BOOTSTRAP CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous" />
<link rel="stylesheet" href="style.css" />
<title>WeLink</title>
<style>
@import url('https://fonts.googleapis.com/css?family=Roboto:300');
.zoom-on-hover img {
width: 100%; /* Ensure the image fills the container */
height: auto;
transition: transform 0.3s ease;
}
.zoom-on-hover:hover img {
transform: scale(1.1); /* Increase scale on hover */
}
</style>
</head>
<body>
<section id="navbar">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<h1><b>WeLink</b></h1>
</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 m-auto">
<!-- <li class="nav-item">
<a class="nav-link active" aria-current="page" href="html_files/login.html">Login</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="#service">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./html_files/calender.html">Calendar</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#product">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#social">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
</section>
<!-- banner -->
<section id="banner">
<div class="container-fluid" id="banner-container">
<div class="row" id="banner-row">
<div class="col-md-6" id="banner-col">
<div class="justify-content-center">
<h1>
Learn | Connect | Collaborate<hr>
</h1>
</div>
<h4>
The fastest way to conduct, coordinate, host, and participate in any intercollegiate event.<br><hr>
<h6>
Bored from online courses and want to test your practical skills,
compete with people of similar skills, and meet some new enthusiasts?<br><br>
Then you are at the right place!
Login if you already have an account,<br><br>
Else Get Started right away!
</h6>
</h4>
<div class="d-grid gap-2 d-md-flex justify-content-center">
<a class="btn btn-primary" href="#service" role="button">Get Started</a>
</div>
</div>
<div class="col-md-6" id="banner-col2">
<img class="img-responsive rounded mx-auto d-block" src="photos/logo.jfif" width="500"
height="500" alt="" />
</div>
</div>
</div>
</section>
<!-- services -->
<section id="service">
<h1 class="text-center">SERVICES</h1>
<div class="container-fluid" id="service-container">
<div class="row" id="banner-row">
<div class="col-md-4" id="service-col1">
<img src="photos/PR.png" class="img-fluid rounded mx-auto d-block" alt="..." />
<h3>Marketing and Publicity</h3>
<p>
1. Reach out to the audience and participants.<br>
2. Find the people who want to attend your event.<br>
3. Connect with people and grow.<br>
</p>
</div>
<div class="col-md-4" id="service-col2">
<img src="photos/community.png" class="img-fluid rounded mx-auto d-block" alt="..." />
<h3>Community</h3>
<p>
1. Meet people with a similar mindset and goals.<br>
2. Connect with people with great skills.<br>
3. Connect with industry leaders and experts.<br>
4. Be with the community where you belong.
</p>
</div>
<div class="col-md-4" id="service-col3">
<img src="photos/support.png" class="img-fluid rounded mx-auto d-block" alt="..." />
<h3>Hosting and Coordination of Event</h3>
<p>
1. Find tools for event hosting and publicity.<br>
2. Find volunteers from a large community of students.<br>
3. Collaborate with people with the right skills.<br>
4. Post your events and reach out to thousands of students.
</p>
</div>
</div>
</div>
</section>
<hr />
<!-- about Us -->
<section id="about">
<h1 class="text-center">About Us</h1>
<div class="container-fluid" id="about-container">
<div class="row" id="banner-row">
<div class="col-md-6" id="about-col">
<h3>Why Us<hr></h3>
<ul>
<li>
WeLink is a website that will help you reach students across various colleges.
</li>
<li>A medium where students can find events, hackathons, seminars, technical and non-technical
activities.</li>
<li>
We provide free services for student clubs and colleges.
</li>
<li>WeLink service is a "BY STUDENTS FOR STUDENTS" initiative.</li>
</ul>
</div>
<div class="col-md-6" id="banner-col2">
<img class="rounded mx-auto " src="photos/about.jpg" alt="" />
</div>
</div>
</div>
</section>
<hr />
<!-- product -->
<section id="product">
<h1 class="text-center">| Events |</h1>
<div class="container-fluid d-flex justify-content-center" id="product-container">
<a href="./html_files/events.html" class="zoom-on-hover">
<img src="photos/Events1.jpg" alt="">
</a>
</div>
</section>
<hr />
<!-- social -->
<section id="social">
<h1 class="text-center">Get In Touch</h1>
<div class="d-grid gap-2 d-md-flex justify-content-center">
<div class="row align-items-center" id="social-row">
<div class="col-md-4 social-col">
<a href="https://www.linkedin.com/in/saksham-avasthi-7444ba213"><img
class="img-responsive rounded mx-auto d-block" src="photos/linkedin.png" width="50"
alt="" /></a>
</div>
<div class="col-md-4 social-col">
<a href="https://www.facebook.com"><img class="img-responsive rounded mx-auto d-block"
src="photos/fb.png" width="50" alt="" /></a>
</div>
<div class="col-1 social-col">
<a href="https://www.instagram.com/avasthii7/"><img
class="img-responsive rounded mx-auto d-block" src="photos/instagramlogo.png" alt=""
width="60" height="60" /></a>
</div>
</div>
</div>
</section>
<!-- footer -->
<section id="footer">
<section id="banner">
<div class="container-fluid" id="banner-container">
<div class="row" id="banner-row">
<div class="col-md-4" id="footer-col1">
<h3>Team CodeBros</h3>
<br>
<pre>
WeLink Website is developed by Team CODEBROS.
Contact us for more information and support.
Instagram Handles of Team CodeBROS:
Suryaprakash Pandey: @s_pandey17
Prasad Babar: @yeah_itzme_prasad.09
Saksham Avasthi: @Avasthii7
Abhishek Pawar: @Abhishek_03113
</pre>
</div>
<div class="col-md-4" id="footer-col2">
<h3>Contact Us</h3>
<br>
<p>Call Us - 1234567890</p>
<p>Email Us - [email protected]</p>
</div>
<div class="col-md-4" id="footer-col2">
<h3>Apply To Become a Member</h3>
<br>
<form>
<div class="mb-3">
<input type="email" placeholder="Enter Your Email" class="form-control"
id="exampleInputEmail1" aria-describedby="emailHelp" />
<div id="emailHelp" class="form-text">
We'll never share your email with anyone else.
</div>
</div>
<button type="submit" class="btn btn-primary">
Submit
</button>
</form>
</div>
</div>
</div>
</section>
</section>
</body>
</html>