-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
78 lines (77 loc) · 3.05 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
<!DOCTYPE html>
<html>
<head>
<base href="/">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content=""/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no" />
<link rel="shortcut icon" href="content/favicon.png" type="image/x-icon">
<link rel="icon" href="content/favicon.png" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<title>GO! Fetch</title>
<link rel="stylesheet" type="text/css" href="dist/style.min.css">
<script type="text/javascript" src="dist/main.min.js"></script>
</head>
<body>
<div class="container-fluid">
<div id="header" class="row">
<div id="header-content">
<img id="gofetch" src="/content/gofetch.png">
<h1 class="header-text">We are currently working on something <br> awesome. Stay tuned!</h1>
<form id="email">
<input id="input-email" type="email" name="email" placeholder="Enter your email address" pattern="[^@\s]+@[^@\s]+\.[^@\s]+" title="Invalid email address" required>
<input id="submit-email" type="submit" name="submit" value="Subscribe">
</form>
</div>
</div>
<div id="about-us" class="row">
<i id="people-icon" class="fa fa-group fa-5x"></i>
<h1 class="header-text">About Us.</h1>
<div id="about-us-text">GO! FETCH is Bangladesh’s premier delivery and logistics infrastructure. We partner businesses and enable them to deliver products to their customers – on demand, on time, every time. From food/beverage and e-commerce players to laundry services and pharmacies, we’re revolutionizing delivery solutions in Bangladesh. Whether first mile or last mile, our tech-led logistics platform will help you keep your business ahead.</div>
</div>
<div id="contact" class="row">
<div class="col-xs-12 col-sm-4 col-md-4 col-lg-4">
<div class="contact-content">
<span>
<i class="fa fa-home"></i>
<span>ADDRESS</span>
</span>
<div class="contact-content-div">
<p>House-28, Road-20<br>Banani, Dhaka</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4 col-lg-4">
<div class="contact-content">
<span>
<i class="fa fa-phone"></i>
<span>CALL US AT</span>
</span>
<div class="contact-content-div">
<p>(880) 172 1130751</p>
<p>(880) 173 5952047</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4 col-lg-4">
<div class="contact-content">
<span>
<i class="fa fa-envelope"></i>
<span>EMAIL</span>
</span>
<div class="contact-content-div">
<p>[email protected]</p>
</div>
</div>
</div>
</div>
<div id="footer" class="row">
© Copyright 2016 GObd
</div>
</div>
</body>
</html>