-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (75 loc) · 3.46 KB
/
index.html
File metadata and controls
90 lines (75 loc) · 3.46 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Milkshake Software - We Make Beautiful Web- and Mobile Apps</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/font-awesome.css" />
<link rel="stylesheet" href="css/main.css" />
</head>
<body data-spy="scroll" data-target=".masthead">
<div class="wrapper">
<!--[if lt IE 7]>
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
<![endif]-->
<div class="container">
<div class="masthead">
<!--<h3><img src="img/logo.png" alt="Milkshake Software" /></h3>-->
<h3>Milkshake Software</h3>
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<ul class="nav">
<li class="active"><a href="#home">Home</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<section class="container" id="home">
<div class="jumbotron">
<p class="lead">The internet revolutionized how we communicate,
and today enabling connections is the new economy. We create beautiful, simple, socially engaging and connecting software that stays sane, solves a problem and makes you happy!</p>
</div>
</section>
<section class="container" id="contact">
<h2 class="muted">Contact</h2>
<hr class="featurette-divider slim-top-margin">
<address>
<strong>Milkshake Software</strong><br />
Damtoften 19<br />
DK-7600 Struer<br />
Denmark<br /><br />
<abbr title="Phone">P:</abbr> +45 71 99 63 66<br />
<abbr title="E-mail">E:</abbr> <a href="mailto:mhn@milkshakesoftware.com">mhn@milkshakesoftware.com</a>
</address>
<h4>Find us on the web</h4>
<a href="http://github.com/milkshakesoftware" title="GitHub"><img src="img/fc-webicon-github.png" alt="GitHub" /></a>
<hr class="featurette-divider">
</section>
<footer class="container muted">
Copyright © 2003 - 2014 Milkshake Software - Phone: +45 71 99 63 66 - VAT/CVR: DK 27 30 17 11
</footer>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script>
var _gaq=[['_setAccount','UA-36700431-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'http://www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>