-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
54 lines (50 loc) · 1.63 KB
/
contact.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
<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="row6 acenter bgdark" style="padding: 25vh 5mm 20vh 5mm; background: url(assets/contact.jpg); background-size: cover; background-position: center bottom; background-attachment: fixed;">
<div class="col6">
<h1 class="pagetitle">
Contact Us
</h1>
</div>
</section>
<section class="row6 acenter bgdark">
<div class="col1 onlylarge">
</div>
<div class="col4" style="padding: 10mm 5mm;">
We are based out of Bengaluru, India and can drop by for a meeting
anywhere in the city. We also take up and co-ordinate work over
email/phone with clients in other areas.
</div>
<div class="col1 onlylarge"></div>
<div class="col1 onlylarge"></div>
<div class="col2">
<img src="/assets/phone.svg"><br>
+91 9538065734
</div>
<div class="col2">
<img src="/assets/mail.svg"><br>
</div>
</section>
</body>
</html>