forked from Aviral09/DevSocHackathon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
269 lines (253 loc) · 13 KB
/
index.html
File metadata and controls
269 lines (253 loc) · 13 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://kit.fontawesome.com/e6b630a060.js" crossorigin="anonymous"></script>
<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="stylesheet" href="./style.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,700&display=swap" rel="stylesheet" />
<title>Study with Me</title>
</head>
<body>
<!-- Home (shlok) start -->
<header>
<nav>
<a href="index.html" class="logo"><img src="images/Study with me logo.png" class="logo" /></a>
<ul>
<li><a href="#WhyToUse?">Why to use?</a></li>
<li><a href="#reviews">Reviews</a></li>
<li><a href="#howtouse">How to use?</a></li>
<li><a href="#main-footer">About us</a></li>
</ul>
<div class="line">|</div>
<a href="login.html" class="log-in"><button>Log in</button></a>
<a href="login.html" class="sign-up" id="sign-up"><button>Sign up</button></a>
</nav>
<section class="main">
<img src="images/5.png" class="upper-img" />
<div class="main-title">"STUDY<br />WITH<br />ME"</div>
<img src="images/4.png" class="lower-img" />
</section>
</header>
<!-- Home (shlok) end -->
<!-- why to use? (rohit) start -->
<div id="WhyToUse?" class="WhyToUse">
<div class="L-section">
<div class="point">
<div class="point-img"><img width="125px" src="./images/problem solving.png" alt="" /></div>
<div class="point-title">Point of views</div>
<div class="point-content">→ it makes one understand different methods or prespectives to solve a problem and improve one's problem solving and critical thinking ability.</div>
</div>
<div class="point">
<div class="point-img"><img width="125px" src="./images/competition.png" alt="" /></div>
<div class="point-title">Motivation & Competition</div>
<div class="point-content">→ studing together can lead to competition between partners and can boost skills and others progress can even motivate you.</div>
</div>
</div>
<div class="middle-section">
<div class="middle-section-logo"><img width="200px" src="./images/Study with me logo no circle.png" alt="" /></div>
<div class="middlesection-text">Why to Use?</div>
</div>
<div class="R-section">
<div class="point">
<div class="point-img"><img width="125px" src="./images/mutual support.png" alt="" /></div>
<div class="point-title">Mutual Support</div>
<div class="point-content">
→ cannot study for long hours? feel sleepy while studing? then this is a reason to use Study with me where uou can provide mutual support and combat procrastination.
</div>
</div>
<div class="point">
<div class="point-img"><img width="125px" src="./images/teamwork.png" alt="" /></div>
<div class="point-title">Teamwork,Social skills</div>
<div class="point-content">→ it improves ones teamwork ability if one is working on a group project. social skills are also improved by conversation with new people.</div>
</div>
</div>
</div>
<!-- why to use? (rohit) end -->
<!-- how to use? (varun) start -->
<div class="howtouse" id="howtouse">
<div class="howtouse_heading">
<p>HOW TO USE</p>
</div>
<div class="howtouse_body">
<div class="step1">
<div class="step1_heading">
<p>Step 1</p>
</div>
<div class="step1_body">
<p>You can begin by signing up.
Click <a href="login.html" class="howtouselink" >here</a> to be redirected to sign up page.
</p>
</div>
</div>
<div class="step2">
<div class="step2_heading">
<p>Step 2</p>
</div>
<div class="step2_body">
The sign up feature is temporarily down. You may skip to the filters page from the login page or click <a href="./filter.html" class="howtouselink" >here</a>.
</div>
</div>
<div class="step3">
<div class="step3_heading">
<p>Step 3</p>
</div>
<div class="step3_body">
Choose a name, the gender of the person you want to study with, the subject, language and time.
</div>
</div>
</div>
</div>
<!-- how to use? (varun) end -->
<!-- reviews (rohit) start -->
<div id="reviews" class="review-page">
<div class="review-head">Reviews</div>
<div class="reviews">
<script>
var n = 0;
function myFunction() {
let btn = document.querySelector(".next-button");
let box1 = document.querySelector(".reviewbox1");
let box2 = document.querySelector(".reviewbox2");
let box3 = document.querySelector(".reviewbox3");
let box4 = document.querySelector(".reviewbox4");
let box5 = document.querySelector(".reviewbox5");
let box6 = document.querySelector(".reviewbox6");
n++;
if (n % 2 === 1) {
box1.style.display = "none";
box2.style.display = "none";
box3.style.display = "none";
box4.style.display = "flex";
box5.style.display = "flex";
box6.style.display = "flex";
} else {
box1.style.display = "flex";
box2.style.display = "flex";
box3.style.display = "flex";
box4.style.display = "none";
box5.style.display = "none";
box6.style.display = "none";
}
}
</script>
<div class="reviewbox1">
<div class="reviewer">
<div class="reviewer-image">
<a href="https://www.linkedin.com/in/rohit-kodam-b81b95204/" target="_blank"><img style="border-radius: 50%" width="45px" height="45px" src="./images/rohit img.jpg" alt="" /></a>
</div>
<div class="reviewer-name">Rohit Kodam</div>
</div>
<div class="review-text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Ea blanditiis iure, repudiandae voluptatibus inventore atque totam nam molestiae libero velit.</div>
</div>
<div class="reviewbox2">
<div class="reviewer">
<div class="reviewer-image">
<a href="https://www.linkedin.com/in/aviral-kumar-goel/" target="_blank"><img style="border-radius: 50%" width="45px" height="45px" src="./images/aviral goel img.jfif" alt="" /></a>
</div>
<div class="reviewer-name">Aviral Goel</div>
</div>
<div class="review-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quod quia dolores necessitatibus totam maiores fuga hic id et voluptate perspiciatis?</div>
</div>
<div class="reviewbox3">
<div class="reviewer">
<div class="reviewer-image">
<a href="https://www.linkedin.com/in/naman-markhedkar-613984113/" target="_blank"><img style="border-radius: 50%" width="45px" height="45px" src="./images/naman img.jfif" alt="" /></a>
</div>
<div class="reviewer-name">Naman Markhedkar</div>
</div>
<div class="review-text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Sint quis expedita eaque qui cumque atque porro itaque maiores quidem ullam!</div>
</div>
<div class="reviewbox4">
<div class="reviewer">
<div class="reviewer-image">
<a href="https://www.linkedin.com/in/varun-gopal-62b0b0205/" target="_blank"><img style="border-radius: 50%" width="45px" height="45px" src="./images/varun img.jpg" alt="" /></a>
</div>
<div class="reviewer-name">Varun Gopal</div>
</div>
<div class="review-text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Sint quis expedita eaque qui cumque atque porro itaque maiores quidem ullam!</div>
</div>
<div class="reviewbox5">
<div class="reviewer">
<div class="reviewer-image">
<a href="https://www.linkedin.com/in/shlok-sinha-8297ba204/" target="_blank"><img style="border-radius: 50%" width="45px" height="45px" src="./images/shlok img.jfif" alt="" /></a>
</div>
<div class="reviewer-name">Shlok Sinha</div>
</div>
<div class="review-text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Sint quis expedita eaque qui cumque atque porro itaque maiores quidem ullam!</div>
</div>
<div class="reviewbox6">
<div class="reviewer">
<div class="reviewer-image">
<a href="https://www.linkedin.com/in/sejal-sarada-88ab96204/" target="_blank"><img style="border-radius: 50%" width="45px" height="45px" src="./images/sejal img.jfif" alt="" /></a>
</div>
<div class="reviewer-name">Sejal Sarada</div>
</div>
<div class="review-text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Sint quis expedita eaque qui cumque atque porro itaque maiores quidem ullam!</div>
</div>
<button style="background: none; border: 0; margin-bottom: 20px;" onclick="myFunction()"><img width="100px" class="next-button" src="./images/Next arrow.png" alt="" /></button>
</div>
</div>
<!-- reviews (rohit) end -->
<!-- contacts (sejal) start -->
<footer id="main-footer">
<br>
<div class="footer-heading">
<h2>Study with Me</h2>
<br>
</div>
<br>
<div class="footer-links">
<div class="footer-container-item" style="flex-basis: 40%;"><section id="About">
<p style="font-size: 19px;">-About-</p>
<div class="footer-link-gap"></div>
<div class="about1">
<p>Founded in 2021 by aspiring Web-Developers at the Developer's Society of BITS Pilani, K.K. Birla Goa Campus. Our aim, to aid your learning-journey by connecting you with like-minded awesome people.</p>
</div>
<div class="about2">
<p>
<div class="footer-link-contact-gap"></div>
With support from:
<ul>
<li><a href="https://devsoc.club/"><img class="logos" height="80px" width="80px" src="images/devsoc_logo.png"></a></li>
<li><a href="https://www.bits-pilani.ac.in/goa/"><img class="logos" height="80px" width="80px" src="images/BITSlogo.png"></a></li>
</ul>
</p>
</div>
</section></div>
<div class="footer-container-item" style="flex-basis: 25%;"><section id="Contact">
<p style="font-size: 19px;">-Contact-</p>
<div class="footer-link-gap"></div>
<ul>
<li><a href="https://www.linkedin.com/in/aviral-kumar-goel/">Head developer</a></li>
<li><a href="https://www.linkedin.com/company/devsoc-bpgc/mycompany/">Developers</a></li>
<li><a href="https://www.google.com/">Customer care</a></li>
<div class="footer-link-contact-gap"></div>
<li>Email us at CustomerCare@StudyWithMe.org</li>
</ul>
</section></div>
<div class="footer-container-item" style="flex-basis: 35%;"><section id="Follow">
<p style="font-size: 19px;">-Follow us at-</p>
<div class="footer-link-gap"></div>
<ul>
<li><div class="icons-gap"><a href="https://www.facebook.com/MACBITSGoa/"><i class="fab fa-facebook" style="color: black; font-size: 5.5em;"></i></a></div></li>
<li><div class="icons-gap"><a href="https://www.instagram.com/devsocbitsgoa/"><i class="fab fa-instagram" style="color: black; font-size: 5.5em;"></i></a></div></li>
<li><div class="icons-gap"><a href="https://github.com/Aviral09/DevSocHackathon"><i class="fab fa-github" style="color: black; font-size: 5.5em;"></i></a></div></li>
<li><div class="icons-gap"><a href="https://in.linkedin.com/company/devsoc-bpgc"><i class="fab fa-linkedin" style="color: black; font-size: 5.5em;"></i></a></div></li>
</ul>
</section></div>
</div>
<br>
<div class="footer-end">
<p>Made with ☕ and <span style="font-size:150%;color:red;">♥</span> by Aviral Goel's mentees</p>
<br>
<p style="font-size: 10px;">Copyright © 2021 Developer's Society BITS Goa</p>
<br>
</div>
</footer>
<!-- contacts (sejal) end -->
</body>
</html>