-
Notifications
You must be signed in to change notification settings - Fork 1
/
About.html
309 lines (287 loc) · 14 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
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>About Us</title>
<!-- css -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="CSS/about.css">
<!-- js -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<!-- fonts -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,700&family=Merriweather:ital,wght@0,700;1,900&family=Poppins&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap%27" rel="stylesheet">
<!-- fontawesome -->
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<!-- favourite icon -->
<link rel="shortcut icon" href="images/favicon.ico">
</head>
<body>
<!-- <div class="backgrounds overlay">
<div class="background aos-init aos-animate" data-aos="fade-in" data-aos-duration="1500" data-aos-anchor=".sectionero" style=""></div>
</div> -->
<div id="particles-js"><canvas class="particles-js-canvas-el" width="1889" height="349" style="width: 100%; height: 100%;"></canvas></div>
<nav class="navbar navbar-expand-lg navbar-light fixed-top double-nav white">
<div id="icon">
<a class="navbar-brand" href="index.html"><img class="img-fluid" src="images/Qkres_logo.png" alt=""></a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-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 mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#">
QkRes Technology and Research<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link home" href="index.html"><i class="fas fa-home"></i></a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="font-weight:bold;">Services</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="consultancy.html">Consultancy</a>
<a class="dropdown-item" href="3d_printing.html">3D Printing</a>
<a class="dropdown-item" href="manufacturing.html">Manufacturing and Fabrics</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="font-weight:bold;">
Material & Resources
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Chemicals</a>
<a class="dropdown-item" href="#">Electrical Equipments</a>
<a class="dropdown-item" href="#">Mechanical Equipments</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="font-weight:bold;">
More
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="bSoPP.html">Business Opportunities</a>
<a class="dropdown-item" href="About.html">About Us</a>
</div>
</li>
</ul>
<a role="button" class="sign btn btn-sm btn-outline-success" href="">Sign Up</a>
<a role="button" class="sign btn btn-sm btn-outline-success" href="">Sign In</a>
</div>
</nav>
<div class="wrap">
<div class="progress-container">
<div class="progress-bar" id="myBar"></div>
</div>
<header class="hero">
<div class="hero-center">
<h1 class="hero__logo" data-aos='zoom-in'>
<span class="letter">A</span>
<span class="letter">b</span>
<span class="letter">o</span>
<span class="letter">u</span>
<span class="letter">t</span>
<div id="break">
</div>
<span class="letter">U</span>
<span class="letter">s</span>
</h1>
</div>
</header>
<section id="first">
<div class="boxes" data-aos='flip-right'>
<div class="box-1" style="padding:15px;">
<i class="fas fa-american-sign-language-interpreting fa-3x"></i>
</div>
<div class="row">
<div class="col-lg-12">
<p><b>1.</b> QkRes Technologies and Research is a research resources and consultancy based start-up by an IIT Madras student, currently located at IIT Madras. Team QkRes mainly consist of IIT students along with some highly skilled and
reputed vendors.</p>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<p><b>2.</b> The majority of research that takes place in India consumes a longer duration than other countries.</p>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<p><b>3.</b> We studied this in detail and found that the most probable reasons are lack of availability of resources, machinery and fabrication facilities and many more. So we thought there is a need to create a helping hand that could
help these innovative researchers.</p>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<p><b>4.</b> This drove us to build <b>QkRes Technologies and Research</b> through which we aim to lend a helping hand in speeding up their research that serves our country.</p>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<p><b>5.</b> We do understand that a lot of researchers struggle to find a local vendor to buy the best research essentials and equipment.</p>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<p><b>6.</b> We are working on reducing the obstacles faced during research and development in terms of fulfilling various "Research-based requirements and facilities" which will help boost the ongoing research and development in various
organizations.</p>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<p><b>7.</b> You can place your order for research essentials at QkRes. We assure you to deliver the best quality products from a trusted vendor at a reasonable price. For more details about our vendors and price, kindly look at the
'Services and Resources' section.</p>
</div>
</div>
</div>
</section>
<section id="video">
<div class="boxes" data-aos='fade-left'>
<div class="box-1" style="margin-bottom:10px;">
<h5>watch this video for better understanding!</h5>
</div>
<div class="box-1" style="margin-bottom:10px;">
<iframe class="vid"
src="https://www.youtube.com/embed/tuZgM-r5hXI" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope;
picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</section>
<section id="query">
<div class="boxes" >
<div class="box-1" data-aos='fade-right'>
<h2>Contact us</h3>
<p>For any queries ,recommendations and complaints</p>
<div class="box-2">
<!-- <button class="btn btn-lg btn-outline-success" onclick="window.location.href='https://colorhunt.co/'">Feedback</button> -->
<a class="btn btn-lg btn-outline-success" target="_blank" role="button" href="https://www.qkres.com/contact-us">Feedback</a>
</div>
<div class="icon1">
<a href="mailto:qkrestechnology@gmail.com ?subject=feedback"><i class="fas fa-envelope-square fa-2x"></i></a>
</div>
</div>
</div>
</section>
<section id="team">
<div class="boxes">
<div class="box-1">
<h2>
<span class="letter">O</span>
<span class="letter">u</span>
<span class="letter">r</span>
<div id="break"></div>
<span class="letter">T</span>
<span class="letter">e</span>
<span class="letter">a</span>
<span class="letter">m</span>
</h2>
</div>
<div class="about row">
<div class=" feature-box col-lg-3" data-aos='fade-right'>
<img class="image" src="images/h1.jpeg" alt="" style="border-radius:90%;height:120px;">
<br>
<br>
<div class="icon1">
<a href="mailto:qkrestechnology@gmail.com ?subject=feedback"><i class="fas fa-envelope-square fa-2x"></i></a>
</div>
<div class="icon2">
<a href=" tel:8299161780"><i class="fas fa-phone fa-2x"></i></a>
</div>
</div>
<div class="feature-box col-lg-3" data-aos='fade-up'>
<img class="image" src="images/h1.jpeg" alt="" style="border-radius:90%;height:120px;">
<br>
<br>
<div class="icon1">
<a href="mailto:qkres@gmail.com ?subject=feedback"><i class="fas fa-envelope-square fa-2x"></i></a>
</div>
<div class="icon2">
<a href="tel:8299161780"><i class="fas fa-phone fa-2x"></i></a>
</div>
</div>
<div class="feature-box col-lg-3" data-aos='fade-down'>
<img class="image" src="images/h1.jpeg" alt="" style="border-radius:90%;height:120px;">
<br>
<br>
<div class="icon1">
<a href="mailto:qkres@gmail.com ?subject=feedback"><i class="fas fa-envelope-square fa-2x"></i></a>
</div>
<div class="icon2">
<a href="tel:8299161780"><i class="fas fa-phone fa-2x"></i></a>
</div>
</div>
<div class=" feature-box col-lg-3" data-aos='fade-left'>
<img class="image" src="images/h1.jpeg" alt="" style="border-radius:90%;height:120px;">
<br>
<br>
<div class="icon1">
<a href="mailto:qkres@gmail.com ?subject=feedback"><i class="fas fa-envelope-square fa-2x"></i></a>
</div>
<div class="icon2">
<a href=" tel:8299161780"><i class="fas fa-phone fa-2x"></i></a>
</div>
</div>
</div>
</div>
</section>
</div>
<footer id="end">
<div class="foo">
<div class="foo-box">
<h5><i><img src="images/Qkres_logo.png" />kRes</i></h5>
<div class="social-media">
<div class="button">
<div class="icon">
<a target="_blank" role="button" href='https://www.facebook.com/QkResTechnologies' />
<i class="fab fa-facebook-f"></i></a>
</div>
</div>
<div class="button">
<div class="icon">
<a target="_blank" href='https://mobile.twitter.com/QkRes_Tec'>
<i class="fab fa-twitter"></i></a>
</div>
</div>
<div class="button">
<div class="icon">
<a target="_blank" href='https://www.linkedin.com/mwlite/in/qkres-technologies-and-research-a25a571b1'>
<i class="fab fa-linkedin"></i></a>
</div>
</div>
<div class="button">
<div class="icon">
<a target="_blank" href='https://youtu.be/tuZgM-r5hXI'>
<i style="color:#ff0000" class="fab fa-youtube"></i></a>
</div>
</div>
</div>
<div class="box-3" >
<h4>Location</h4>
</div>
<div class="box-3">
<p>IIT Madras</p>
<p>Chennai,600036</p>
<a target="_blank" href="https://www.google.com/maps/place/Indian+Institute+of+Technology+Madras/@12.9914929,80.2336907,15z/data=!4m5!3m4!1s0x0:0x24ef264085e6a094!8m2!3d12.9914929!4d80.2336907"><i class="fas fa-map-marker-alt fa-2x"></i></a>
</div>
</div>
<br>
<p>Copyright © 2020 QkRes Technologies and Research</p>
</div>
</footer>
<script src="js/particles.min.js" charset="utf-8"></script>
<script src="js/apply.js" charset="utf-8"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<!-- <script src="js/jquery.waypoints.min.js" charset="utf-8"></script>
<script src="https://cdn.jsdelivr.net/npm/animejs@3.2.0/lib/anime.min.js"></script> -->
<script src="./index.js" charset="utf-8"></script>
</body>
</html>