-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathabout.html
244 lines (243 loc) · 9.58 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About Us</title>
<link rel="stylesheet" href="css/style.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script>
$(function () {
$("#footer").load("./components/footer.html");
$("#scroll").load("./components/scrolltoTop.html");
$("#search-list").load("../components/search-list.html");
});
</script>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
/>
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
</head>
<body id="about-page">
<section id="load">
<div class="loading">
<div class="blocks" style="--i: 1"></div>
<div class="blocks" style="--i: 2"></div>
<div class="blocks" style="--i: 3"></div>
<div class="blocks" style="--i: 4"></div>
<div class="blocks" style="--i: 5"></div>
<div class="blocks" style="--i: 6"></div>
<div class="blocks" style="--i: 7"></div>
<div class="blocks" style="--i: 8"></div>
<div class="blocks" style="--i: 9"></div>
<div class="blocks" style="--i: 10"></div>
<div class="blocks" style="--i: 11"></div>
<div class="blocks" style="--i: 12"></div>
<div class="blocks" style="--i: 13"></div>
<div class="blocks" style="--i: 14"></div>
<div class="blocks" style="--i: 15"></div>
<div class="blocks" style="--i: 16"></div>
<div class="blocks" style="--i: 17"></div>
<div class="blocks" style="--i: 18"></div>
<div class="blocks" style="--i: 19"></div>
<div class="blocks" style="--i: 20"></div>
<h3>Loading...</h3>
</div>
</section>
<div id="scroll"></div>
<div class="container">
<div class="wrapper">
<nav>
<input type="checkbox" id="show-menu" />
<label for="show-menu" class="menu-icon"
><i class="fas fa-bars"></i
></label>
<div class="content">
<div class="logo">
<a href="../index.html"
><img src="../Images/logo1.png" /><span>LabSpot</span></a
>
</div>
<ul class="links" id="links">
<li><a href="../index.html">Home</a></li>
<li><a href="../about.html" class="active">About</a></li>
<li><a href="../lab.html">Laboratory</a></li>
<li><a href="../feedback.html">Feedback</a></li>
<li class="search-btn">
<!-- <a href="../search.html"
>Search <i class="fas fa-search"></i
></a> -->
<input id="searchbar" onkeyup="search_lab()" type="text" name="search" placeholder="Search...🔍">
</li>
</ul>
</div>
</nav>
</div>
<div id="search-list"></div>
<div class="main">
<div class="lottie">
<lottie-player
src="https://assets6.lottiefiles.com/packages/lf20_bpqri9y8.json"
background="transparent"
speed="1"
loop
autoplay
></lottie-player>
</div>
<div class="story">
<h1>OUR STORY</h1>
<h2>
It was during the Third Semester Lab Externals when we realized that
recalling all the experiments we conducted during the regular lab
sessions was the most challenging task and also the main reason
behind us not being able to score good marks.This led us to the idea
of having a portal where one can find anything and everything
related to all the lab experiments.
</h2>
<h1>WHAT WE BRING TO THE TABLE</h1>
<h2>
We provide Theory, Explanation Videos, and Viva questions for all
the lab subjects of all semesters of the ISE Dept.
This would help save time and hard work involved in searching the
perfect Lab resources on the internet.
</h2>
</div>
</div>
<div class="main">
<div class="description">
<h1>CONTRIBUTIONS</h1>
<h2>
The sole purpose behind making this website is to help students out
and spread knowledge all over the globe, cause
<span style="color: green">'Knowledge grows with Sharing'</span>.
Being said so, not only the study materials but also the
<a href="https://github.com/Swastik1710/LabSpot">SOURCE CODE</a> of this
Website is available for all to use, learn and contribute, thus
promoting Open Source Software.
</h2>
<h2>
We are open to contributions of all types, be it related to Study
materials or the Website itself.Head over to our
<a href="https://github.com/Swastik1710">Github Repository</a> and
get started.
</h2>
<h2>
Also, we would love hearing back from you. So, head over to our
<a href="feedback.html">Feedback</a> page and let us know your
thoughts.
</h2>
<lottie-player
src="https://assets6.lottiefiles.com/packages/lf20_ca8zbrdk.json"
background="transparent"
speed="1"
loop
autoplay
></lottie-player>
</div>
<!-- <div class="wrapper2">
<div class="team-name">
<h1>Meet Our Team Members</h1>
</div>
<div class="team">
<div class="team_member">
<div class="team_img">
<img src="./Images/team1.png" alt="Team_image" />
</div>
<h3>Swastik Raj Singh</h3>
<p class="role">Frontend Developer</p>
<p class="info">
He is a Frontend Web Developer currently pursuing his bachelor's
degree in Information Science & Engineering at CMRIT Bangalore.
</p>
<q
>A user interface is like a joke. If you have to explain it,
it’s not that good</q
>
<div class="icons1">
<li class="fill-back">
<a href="https://twitter.com/SwastikRajSing1"
><span class="fab fa-twitter"></span
></a>
</li>
<li class="fill-back">
<a href="https://www.instagram.com/swastik_17.10/"
><span class="fab fa-instagram"></span
></a>
</li>
<li class="fill-back">
<a
href="https://www.linkedin.com/in/swastik-raj-singh-80ba881b8/"
><span class="fab fa-linkedin-in"></span
></a>
</li>
</div>
</div>
<div class="team_member">
<div class="team_img">
<img
style="border-radius: 50%"
src="./Images/team2.png"
alt="Team_image"
/>
</div>
<h3>Shaheer Hasan</h3>
<p class="role">Backend Developer</p>
<p class="info">
He is a Backend Web Developer currently pursuing his bachelor's
degree in Information Science & Engineering at CMRIT Bangalore.
</p>
<q>It’s not a bug. It’s an undocumented feature!</q>
<div class="icons1">
<li class="fill-back">
<a href="https://twitter.com/ShaheerHasan19"
><span class="fab fa-twitter"></span
></a>
</li>
<li class="fill-back">
<a href="https://www.instagram.com/rossoneri_shaheer/"
><span class="fab fa-instagram"></span
></a>
</li>
<li class="fill-back">
<a href="https://www.linkedin.com/in/shaheer14hasan/"
><span class="fab fa-linkedin-in"></span
></a>
</li>
</div>
</div>
<div class="team_member">
<div class="team_img">
<img src="./Images/team3.png" alt="Team_image" />
</div>
<h3>Yash Raj Singh</h3>
<p class="role">Backend Developer</p>
<p class="info">
He is a Backend Web Developer currently pursuing his bachelor's
degree in Information Science & Engineering at CMRIT Bangalore.
</p>
<q>Talk is cheap. Show me the code.</q>
<div class="icons1 imp">
<li class="fill-back">
<a href="https://twitter.com/iamyash15"
><span class="fab fa-twitter"></span
></a>
</li>
<li class="fill-back">
<a href="https://www.instagram.com/_yashrajsingh21/"
><span class="fab fa-instagram"></span
></a>
</li>
<li class="fill-back">
<a href="#"><span class="fab fa-linkedin-in"></span></a>
</li>
</div>
</div>
</div>
</div> -->
</div>
<div id="footer"></div>
</div>
</body>
<script src="./js/scripts.js"></script>
</html>