-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (39 loc) · 1.24 KB
/
index.html
File metadata and controls
45 lines (39 loc) · 1.24 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Oliv Labs</title>
<link rel="shortcut icon" href="img/favicon.png" type="image/png">
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Amaranth" />
<link rel="stylesheet" type="text/css" href="bower_components/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body>
<div class="container-fluid">
<div id="top-row" class="row">
<div class="col-xs-6 logo-col">
<img src="img/olivlabs_logo.png">
</div>
<div class="col-xs-6 tagline-col">
<div id="tagline-container">
<div id="tagline">
<div class="olive">We build</div>
<div class="maroon">awesome</div>
<div class="olive">software</div>
</div>
</div>
</div>
</div>
<div id="contact-row" class="row">
<div class="col-xs-12 hcenter">
<div>
Reach us at: <a href="mailto:hello@olivlabs.com">hello@olivlabs.com</a>
</div>
<div>
Address: Oliv Labs (Private) Limited, 84/B, Alakeshwara Road, Ethul Kotte, Sri Lanka
</div>
</div>
</div>
</div>
</body>
</html>