-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
121 lines (97 loc) · 4.98 KB
/
about.html
File metadata and controls
121 lines (97 loc) · 4.98 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
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
<html>
<head>
<base href="/">
<title>Go Incremental</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
<script src="js/scripts.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="icon" type="image/png" sizes="96x96" href="/img/favicon-96x96.png">
</head>
<body>
<nav class="navbar navbar-default navbar-inverse" style="border-radius: 0; height: 60px;">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#top-right" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><img src="img/logo.png" style="margin-top: -8px" height="45"></a> <span class="header-text"> Go Incremental </span>
</div>
<div class="collapse navbar-collapse" id="top-right">
<ul class="nav navbar-nav navbar-right">
<li><a href="/index">HOME</a></li>
<li><a href="#">ABOUT US</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<h1>We Are <span class="pink-text">Go Incremental</span></h1>
<div class="row">
<div class="col-md-7">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2411.842239489686!2d-1.6299435342276978!3d52.807182079869584!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x487a02430c22cb17%3A0x11241e494ad77df0!2sBurton-on-Trent+DE14+1NJ!5e0!3m2!1sen!2suk!4v1469452372669" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
<div class="col-md-4 " style=" padding:15;">
<div class="text-box">
<p> We work with the latest and greatest technologies to give you the best and most effective solution to meet your requirements.</p>
</div>
<br>
<div class="text-box">
<p> We're a small team dedicated to delivering work of the highest quality.</p>
</div>
<br>
<div class="text-box">
<p> We're based out of Burton On Trent in the Midlands of the UK. </p>
</div>
<br>
<div class="text-box">
<p> We're all caffeine addicts. </p>
</div>
<br>
</div>
</div>
</div>
<div style="margin-top: 45px"></div>
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<h3> ABOUT GO INCREMENTAL </h3>
<p style="color: #fff"> Go Incremental is a relatively young company that takes a fresh approach on creating solutions for businesses. From cloud architecture to bespoke software solutions, we have you covered.</p>
</div>
<div class="col-md-4">
<!--<h3> QUICK LINKS </h3>-->
</div>
<div class="col-md-4">
<h3> TWEETS </h3>
<p style="color: white; font-size: 15px;">Project delays: why good software estimates are impossible <a href="http://chrismm.com/blog/project-delays-why-software-estimates/">chrismm.com/blog/project-delays-why-software-estimates..</a> via @christianmaioli</p>
<div class="line"> </div>
<br>
<p style="color: white; font-size: 15px;">The End of Microservices – LightStep – See Production in a New Light <a href="http://disq.us/t/2apro19">http://disq.us/t/2apro19</a> </p>
</div>
</div>
<div class="row">
<div class="container">
<div class="col-md-4 col-md-offset-8">
<a href="http://twitter.com/goincremental" target="_blank" class="icon-hover"> <i class="fa fa-twitter fa-2x social-cons" aria-hidden="true"></i></a>
<a href="https://www.facebook.com/Go-Incremental-700827010030364/?fref=ts&ref=br_tf" target="_blank" class="icon-hover"> <i class="fa fa-facebook fa-2x social-cons" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/company/go-incremental" target="_blank" class="icon-hover"> <i class="fa fa-linkedin fa-2x social-cons" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-4" style="color: #fff">
Copyright, Go Incremental.
</div>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
</body>
</html>