-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·268 lines (235 loc) · 11.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Weave Lab</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script src="./static/jquery-3.2.1.slim.min.js"></script>
<script src="./static/popper.min.js"></script>
<script src="./static/bootstrap.min.js"></script>
<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="https://use.fontawesome.com/releases/v5.6.3/css/all.css"
integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" media="screen" href="./static/style.css"/>
<link rel="stylesheet" type="text/css" media="screen" href="./static/media_style.css"/>
<link href="https://fonts.googleapis.com/css?family=Lato|Playfair+Display" rel="stylesheet">
<!-- <script src="../static/jquery.scrollify.js" ></script> -->
<!-- <script src="../static/jquery.scrollTo.min.js" ></script> -->
<script src="./static/js/main.js"></script>
<!-- <script src="main.js"></script> -->
</head>
<body data-spy="scroll" data-offset="400" data-target="#menu">
<header>
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="menu">
<a class="navbar-brand" href="#home"><img src="./static/logo.png" class="logo"></a>
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<!-- <span class="navbar-toggler-icon"></span> -->
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="sr-only">Toggle navigation</span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link exp" href="#about"><span >About</span></a>
</li>
<li class="nav-item">
<a class="nav-link exp" id="researchDiv" href="#research"><span>Research</span></a>
</li>
<li class="nav-item">
<a class="nav-link exp" href="#contact"><span>Contact</span></a>
</li>
<li class="nav-item">
<a class="nav-link exp" href="docs/team.html"><span >Team</span></a>
</li>
<li class="nav-item">
<a class="nav-link exp" href="docs/joinus.html"><span>Join Us</span></a>
</li>
</ul>
</div>
</nav>
</header>
<!-- landing page -->
<section class="home" data-section-name="home" id="home">
<div class="jumbotron jumbotron-fluid bg_video">
<video playsinline autoplay muted loop poster="./static/final-poster.png">
<source src="./static/BGvideo.mp4" type="video/mp4">
</video>
<div class="container weave_logo justify-content-center align-items-center">
<img class="img-fluid" src="./static/WeaveLab.png" alt=""/>
</div>
<div class="container-fluid scrollDown justify-content-center">
<a href="#about"> <img class="img-fluid" src="./static/down_arrow.svg" alt=""/> </a>
</div>
<ul class="container social_media">
<li><a href="https://medium.com/iiitd-weave-lab"><img src="./static/medium.png"></a></li>
<li><a href="https://www.linkedin.com/company/weavelabiiitd/"><img src="./static/linkedin.png"></a></li>
<li><a href="https://github.com/weave-lab-iiitd"><img src="./static/github.svg"></a></li>
<li><a href="https://twitter.com/WeaveIIITD"><img src="./static/twitter.svg"></a></li>
</ul>
<div class="container iiitd_logo">
<a href="https://www.iiitd.ac.in/"><img class="img-fluid" src="./static/iiitd.png" alt=""/> </a>
</div>
</div>
</section>
<!-- About Page -->
<section class="about" data-section-name="about" id="about">
<div class="container-fluid">
<h1>About<br>The Lab</h1>
<div class="row">
<div class="col about-data">
<p>At Weave Lab we weave interactivity into everyday objects and experiences. We envision as well as
discover through critical observations new opportunities for human-computer interactions. Through
our extensive research on material and technologies, we prototype manifestations of our ideas, which
we then iteratively improve. Our applied research approach interweaves basic research with which we
contribute to the advancement of the technologies we leverage.
</p>
<div id="carouselAbout" class=" carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="./static/Weave_grp.jpg" alt="First slide"/>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- researches page -->
<section id="research" >
<div class="container-fluid research ">
<div class="row">
<div class="col-12">
<h1>Research</h1>
</div>
<div class="col-4" style="position: relative;">
<!--<a href="docs/research.html" class="see_more"><h5>See More<img src="static/down_arrow.svg"
style="transform: rotate(-90deg);padding-top: 50px;width:0.7em;"/> -->
</h5></a>
</div>
</div>
<div class="container">
<div class="row justify-content-center">
<div class="col-sm-6 col-lg-6 col-md-6 re_img">
<a href="docs/projects/gehna.html">
<img src="./static/gehna.jpg" alt="Gehna"/>
</a>
<!--<h4><em>Research Topic</em></h4>-->
<h3 style="color: white; position: absolute;z-index:1;">Gehna <br><span style="color: rgb(236, 236, 236);">Accepted at CHI’19</span></h3>
</div>
<div class="col-sm-6 col-lg-6 col-md-6 re_img">
<a href="docs/projects/lpvr.html">
<img src="./static/lpvr.jpg" alt="VirtualBricks"/>
</a>
<!--<h4><em>Research Topic</em></h4>-->
<h3 style="color: white; position: absolute;z-index:1;">VirtualBricks<br><span style="color: rgb(236, 236, 236);">Accepted at CHI’19</span></h3>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-12 justify-content-center mob_seeMore">
<div>
<!--<a href="docs/research.html">-->
<!--<h5 style="font-size: 1rem;">See More-->
<!--<img src="static/down_arrow.svg"-->
<!--style="transform: rotate(-90deg);padding-top: 50px;width:0.8rem;"/>-->
<!--</h5>-->
<!--</a>-->
</div>
</div>
</div>
</div>
</section>
<!--<!–-->
<section id="contact">
<div class="container-fluid contact">
<h1>Contact</h1>
<div class="row">
<div class="col-lg-12 col-sm-12 col-12 google-maps">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3504.8698517475905!2d77.2717716!3d28.5436314!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390ce3f2356f7613%3A0xdb65e93007d35437!2sWeave+Lab+IIIT+Delhi!5e0!3m2!1sen!2sin!4v1546940021182"
width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
<br>
<div class="row" style="text-align: center;">
<div class="col-xl-4 col-lg-4 col-md-12 col-sm-12 col-xs-12 address">
<i class="fas fa-home colorify fa-3x" aria-hidden="true"></i>
<br>
<p>A-416 New Academic Block
Indraprastha Institute Of
Information Technology
Delhi-110020</p>
</div>
<div class="col-xl-4 col-lg-4 col-md-12 col-sm-12 col-xs-12">
<i class="fas fa-phone colorify fa-3x" aria-hidden="true"></i>
<br>
<p class="mailer"><a href="tel:+911126907521">011-26907521</a></p>
</div>
<div class="col-xl-4 col-lg-4 col-md-12 col-sm-12 col-xs-12">
<i class="fas fa-envelope colorify fa-3x" aria-hidden="true"></i>
<br>
<p class="mailer"><a href="mailto:[email protected]">weave-lab-admin [at] iiitd [dot] ac [dot]
in</a></p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="page-footer font-small mdb-color pt-4 mt-5" style="background-color: rgb(240,240,240); position: relative; z-index: 1; margin-top: 5rem;">
<!-- Footer Links -->
<div class="container text-center text-md-left">
<!-- Footer links -->
<div class="row text-center text-md-left pb-3">
<!-- Grid column -->
<div class="col-md-3 col-lg-3 col-xl-3 mx-auto">
<!--<h6 class="text-uppercase mb-4 font-weight-bold">Weave Lab</h6>-->
<img src="./static/logo.png" style="width: 5.5rem;">
<img src="./static/iiitd-greyscale.png" style="width: 10rem;">
<p style="text-align: center; font-size: 0.7rem;" >© 2019 Weave Lab</p>
</div>
<!-- Grid column -->
<hr class="w-100 clearfix d-md-none">
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto">
<!--<h6 class="text-uppercase mb-4 font-weight-bold">Products</h6>-->
<p class="footer-link">
<a href="#about">About</a>
</p>
<p class="footer-link">
<a href="#research">Research</a>
</p>
<p class="footer-link">
<a href="#contact">Contact</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto">
<!--<h6 class="text-uppercase mb-4 font-weight-bold">Useful links</h6>-->
<p class="footer-link">
<a href="docs/team.html">Team</a>
</p>
<p class="footer-link">
<a href="docs/joinus.html">Join Us</a>
</p>
</div>
<!-- Grid column -->
<hr class="w-100 clearfix d-md-none">
<!-- Grid column -->
</div>
<!-- Grid row -->
<div class="row">
<div class="offset-lg-4 col-lg-4">
</div>
</div>
</div>
<!-- Footer Links -->
</footer>
<!-- Footer -->
</body>
</html>