-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (49 loc) · 1.87 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
<html>
<head>
<title>WIOS Designs</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#06090b">
<meta charset="utf-8">
<link rel="shortcut icon" type="image/png" href="/assets/icon.png"/>
<link rel="stylesheet" type="text/css" href="/styles/spicygrid.css"/>
</head>
<body>
<header>
<img src="/assets/icon.png">
<input type="checkbox" id="menutoggle">
<label for="menutoggle"></label>
<nav>
<a href="/index.html">Home</a>
<a href="/services.html">For Businesses</a>
<a href="/works.html">Our Works</a>
<a href="/oss.html">Open Source</a>
<a href="/contact.html">Contact Us</a>
</nav>
</header>
<section class="row1 acenter bgdark" style="padding: 20vh 5mm; background: url(assets/bg.jpg); background-size: cover; background-position: center center; background-attachment: fixed;">
<div class="col1">
<img src="/assets/wiostext.png" style="width: 80%; max-width: 80mm; margin: 5vh 0;">
<h1>
We design, develop and deliver digital experiences to make lives easier.
</h1>
</div>
</section>
<section class="row6 acenter bgdark">
<div class="col1 onlylarge"></div>
<div class="col4" style="padding: 15mm 5mm;">
We are digital design start-up from Bengaluru, India and we work
to build and ship innovative digital products.
<br><br>
We work with clients to understand their needs and deliver
customized solutions, and we work on open source products catering to
larger audiences as well.
<br><br>
<a class="btn" href="/services.html">Our Services</a>
<a class="btn" href="/oss.html">Open Source</a>
<a class="btn" href="/works.html">Our Works</a>
<a class="btn" href="/contact.html">Contact Us</a>
</div>
<div class="col1 onlylarge"></div>
</section>
</body>
</html>