generated from wiosdesigns/roadrunner
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
299 lines (263 loc) · 8.54 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-157349003-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-157349003-1');
</script>
<title>WIOS Labs</title>
<meta property="og:title" content="WIOS Labs" />
<meta name="twitter:title" content="WIOS Labs" />
<meta name="description" content="A digital enablement company that labs, develops and delivers products & services">
<meta property="og:description" content="A digital enablement company that labs, develops and delivers products & services">
<meta name="twitter:description" content="A digital enablement company that labs, develops and delivers products & services">
<meta property="og:url" content="https://wios.xyz" />
<meta property="og:image" content="/assets/dp.png">
<meta property="twitter:image" content="/assets/dp.png">
<meta name="twitter:image:alt" content="Background Image">
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary"></meta>
<meta name="keywords" content="WIOS Labs, Digital, Transformation, Product, Design, User, Experience, Interface, Chatbot, Web, App, Software, Architecture, Website, Consulting, DevOps, Cybersecurity, Small, Business, Data, Analytics"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta name="theme-color" content="#161e24">
<link rel="shortcut icon" href="/assets/favicon.png"/>
<link rel="stylesheet" type="text/css" href="/css/roadrunner.css"/>
<script>
function mousemoved(e){
var logo = document.querySelector('#coverlogo');
var x2 = e.clientX;
var y2 = e.clientY;
var x1 = logo.offsetLeft + logo.offsetWidth/2;
var y1 = logo.offsetTop + logo.offsetHeight/2;
var t = 63.5 + 180 * Math.atan((y2-y1)/(x2-x1))/3.1415;
if(x2<x1){t+=180;}
console.log('hi');
logo.style.transform = `rotate(${t}deg)`
}
</script>
<style>
/* Slideshow */
[id^="gridslide"]{
display: inline-grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr;
padding: 0;
align-items: start;
justify-items: center;
}
[id^="gridslide"]>*{
width: 100%;
grid-area: 1 / 1 / 2 / 2;
animation: slide 12s linear infinite;
opacity: 0;
border-radius: 2mm;
text-align: center;
}
[id^="gridslide"]>*:nth-child(1){
animation-delay: 0s;
}
[id^="gridslide"]>*:nth-child(2){
animation-delay: 3s;
}
[id^="gridslide"]>*:nth-child(3){
animation-delay: 6s;
}
[id^="gridslide"]>*:nth-child(4){
animation-delay: 9s;
}
@keyframes slide{
0%{opacity: 0;}
5%{opacity: 1;}
20%{opacity: 1;}
25%{opacity: 0;}
100%{opacity: 0;}
}
header{
display: grid;
grid-template-columns: auto 1fr;
background: none;
justify-items: right;
position: absolute;
max-height: 4.2rem;
top: 0;
left: 0;
width: 100%;
padding: 1rem;
align-items: center;
z-index: 20;
font-size: 1rem;
}
.header-home-link{text-decoration:none;padding:0;display:inline-block;}
header nav{
text-align: right;
}
header a{
color: var(--lighter);
text-decoration: none;
padding: 15px;
margin: 0;
vertical-align: 0.3rem;
font-size: 125%;
display: inline-block;
}
.width60{
width: 60%;
height: auto;
}
.round-edges{
border-radius: 1rem;
}
</style>
</head>
<body onmousemove="mousemoved(event);">
<div class="home-bg-image"></div>
<header>
<a href="mailto:[email protected]" class="header-home-link fg-theme">
</a>
<nav>
<a href="/works.html">Our Works</a>
</nav>
</header>
<section class="grid5 fg-lighter" style="padding: 22vh 0 15vh 0; align-items: center;">
<div class="col1 large-only"></div>
<div class="col3 a-center">
<img id="coverlogo" src="/assets/icon.png" style="width: 5cm; max-width: 35vw;">
<h1 style="padding: 2.5mm 0; border-top: 0.5mm solid transparent; margin-top: 6mm; font-size: 200%;">
WIOS Labs
</h1>
</div>
<style>
#homecover a>h2{
display: inline-block;
margin: 3mm 4mm;
transition: color 0.2s;
font-family: main;
}
#homecover a:hover>h2{
color: var(--accent);
}
</style>
<div class="col1 large-only"></div>
</section>
<section class="grid11 bg-darker" style="padding: 0; padding-bottom: 4rem; margin-top: 4rem; align-items:center;">
<div class="col2 large-only"></div>
<div class="col7 a-center">
<h2 style="line-height: 150%; text-align: center;">
We build and ship digital experiences
<br>
<div id="gridslide1" class="fg-theme a-center">
<span>to make life easy.</span>
<span>to delight users.</span>
<span>to enable businesses.</span>
<span>to improve efficiency.</span>
</div>
</h2>
</div>
<div class="col2 large-only"></div>
<img class="col5" src="/assets/p7o.png"/>
<div class="col1 large-only"></div>
<div class="col4 a-left">
<h2 class="underline paddingh0">About</h2>
<p>
WIOS Labs is a design/dev team based in Bengaluru, India.<br><br>
We build products to help businesses & individuals
make the best use of digital firepower.
</p>
</div>
<div class="col1 large-only"></div>
</section>
<section class="grid11 bg-darker" style="padding: 4rem 0; align-items:center;">
<div class="col1 large-only"></div>
<div class="col4 a-left">
<h2 class="underline paddingh0">Digital for all</h2>
<p>
Our core mission is to digitally enable businesses
at all levels - home based to global scale.
</p>
</div>
<img class="col5" src="/assets/p8o.png"/>
<div class="col1 large-only"></div>
</section>
<section class="grid6 bg-darker a-center" style="padding: 2rem 0;">
<div class="col6">
<h2 class="underline">Focus Areas</h2>
</div>
<div class="col2">
<img class="width60 round-edges" src="/assets/shop.png">
<br> E-commerce
</div>
<div class="col2">
<img class="width60 round-edges" src="/assets/p_data.png">
<br> Analytics & Data Visualization
</div>
<div class="col2">
<img class="width60 round-edges" src="/assets/remote.png">
<br> Remote Office Tools
</div>
</section>
<section class="grid7 bg-darker a-center" style="padding: 2rem 0;">
<div class="col7">
<h2 class="underline">Get in touch!</h2>
</div>
<style>
.contact-icon{
vertical-align: -0.25rem;
height: 1.25rem;
width: auto;
}
</style>
<div class="col1 large-only"></div>
<div class="col2">
<h3 class="fg-theme">
<img class="contact-icon" src="/assets/phone.svg">
</h3>
<p>
+91 99012 97970<br>
<a class="fg-theme" href="tel:+919901297970">Call Now</a><br>
<a class="fg-theme" href="https://wa.me/919901297970">WhatsApp</a>
</p>
</div>
<div class="col1 large-only"></div>
<div class="col2">
<h3 class="fg-theme">
<img class="contact-icon" src="/assets/mail.svg">
</h3>
<p>
<a class="fg-theme" href="mailto:[email protected]">Mail Now</a><br>
</p>
</div>
<div class="col1 large-only"></div>
<div class="col1 large-only"></div>
<div class="col2">
<h3 class="fg-theme">
<img class="contact-icon" src="/assets/github.svg">
</h3>
<p>
GitHub<br>
<a class="fg-theme" href="https://github.com/wiosdesigns">Open Source Projects</a><br>
</p>
</div>
<div class="col1 large-only"></div>
<div class="col2">
<h3 class="fg-theme">
<img class="contact-icon" src="/assets/instagram.svg">
</h3>
<p>
Instagram<br>
<a class="fg-theme" href="https://instagram.com/wioslabs">Follow Us</a><br>
</p>
</div>
</section>
<footer style="padding: 10vh 1rem; background: url(/assets/p_beach.png); background-size: cover; background-position: top center;">
© 2020 WIOS Labs, a unit of
<a href="https://xpify.wiosdesigns.xyz/">Xpify Services Pvt. Ltd.</a>
</footer>
</body>
</html>