-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (58 loc) · 2.45 KB
/
index.html
File metadata and controls
70 lines (58 loc) · 2.45 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="google-site-verification" content="jiNGveESSYJW3lXQzFfJUBn4GLvYBmhdXMvwjH1cZoo" />
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>chambersoft</title>
</head>
<body>
<div id="container">
<div style="width:100%;text-align:center;">
<img style="margin-top:-20px;padding-top:0;padding-bottom:0;" src="images/chambersoft-logo-xl.png">
</div>
<div class="inner" style="margin-top:-30px;">
<hr>
<div style="width:100%;text-align:center;">
<a href="https://github.com/chambersoft" id="view-on-github" class="button"><span>View on GitHub</span></a>
</div>
<h1 style="float:right;">clean. reliable. software.</h1>
<hr style="margin-top:65px;">
<br/><br/>
<section id="main_content">
<h1>
<a id="what-do-we-do" class="anchor" href="#what-do-we-do" aria-hidden="true"><span
class="octicon octicon-link"></span></a>What we do</h1>
<p>a clean approach to building dynamic software</p>
<hr>
<h1>
<a id="technologies-we-use" class="anchor" href="#technologies-we-use" aria-hidden="true"><span
class="octicon octicon-link"></span></a>Technologies we use</h1>
<ul>
<li>node.js</li>
<li>AngularJS</li>
<li>Browserify</li>
<li>MongoDB</li>
<li>Bootstrap</li>
<li>LESS / SASS</li>
</ul>
<hr>
<h1>Contact us</h1>
<p>Please send all inquiries to <a href="mailto:cole.chamberlain@gmail.com">cole.chamberlain@gmail.com</a></p>
<footer>
<div style="width:100%;text-align:center;">
<img src="images/chambersoft-logo-xs.png">
</div>
</footer>
</section>
</div>
</div>
</body>
</html>