-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
107 lines (92 loc) · 3.35 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DutchCoders - Making stuff, because we can</title>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700' rel='stylesheet' type='text/css'>
<link href="css/main.css" rel="stylesheet">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<header class="hero hero-dark" id="hero">
<div class="container">
<div class="row header-row">
<div class="col-xs-2 col-logo">
<img src="img/dutchcoders-logo.png" class="img-responsive logo" alt=""/>
</div>
<div class="col-xs-10">
<h1 class="slug-line">We are DutchCoders.
<br class="visible-xs"/>
An Amsterdam based team designing and building quality products for companies.
</h1>
<hr/>
<ul class="nav">
<li><a href="mailto:email">Email Us</a></li>
<li class="sep">•</li>
<li><a href="https://twitter.com/dutchcoders">Follow on Twitter</a></li>
<li class="sep">•</li>
<li><a href="https://github.com/dutchcoders/">Our open-source projects</a></li>
</ul>
</div>
</div>
</div>
</header>
<!--<div class="container content text-center">
<h2>Some of our work</h2>
<div class="work">
<a href="" class="work-link"><img src="http://lorempixel.com/940/340/technics/6" class="img-responsive">
<span class="text-block">
<span class="title">Relais</span>
<span class="info">Web design & full-stack development</span>
</span>
</a>
<div class="row">
<div class="col-xs-6 col-sm-4">
<a href="" class="work-link"><img src="http://lorempixel.com/313/313/technics" class="img-responsive">
<span class="text-block">
<span class="title">Relais</span>
<span class="info">Web design & full-stack development</span>
</span>
</a>
</div>
<div class="col-xs-6 col-sm-4">
<a href="" class="work-link"><img src="http://lorempixel.com/313/313/technics/2" class="img-responsive">
<span class="text-block">
<span class="title">Relais</span>
<span class="info">Web design & full-stack development</span>
</span>
</a>
</div>
<div class="col-xs-6 col-sm-4">
<a href="" class="work-link"><img src="http://lorempixel.com/313/313/technics/3" class="img-responsive">
<span class="text-block">
<span class="title">Relais</span>
<span class="info">Web design & full-stack development</span>
</span>
</a></div>
</div>
</div>
</div>-->
<footer class="footer">
<nav class="container">
<div class="row">
<div class="col-sm-6">
<div class="copyright">
DutchCoders. All Rights Reserved.
</div>
</div>
<div class="col-sm-6">
<ul class="footer-nav">
<li><a href="mailto:email">Email Us</a></li>
<li><a href="https://twitter.com/dutchcoders">Twitter</a></li>
<li><a href="https://github.com/dutchcoders/">Github</a></li>
</ul>
</div>
</div>
</nav>
</footer>
</body>
</html>