forked from StarterSquad/startersquad.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.html
53 lines (52 loc) · 2.28 KB
/
default.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
---
menu:
- title: "Home"
href: "/"
- title: "Products"
href: "/products"
- title: "Clients"
href: "/projects"
- title: "Team"
href: "/team"
- title: "Blog"
href: "/blog"
# - title: "Contact"
# href: "/contact"
---
<!DOCTYPE html>
<html class="no-js">
<head>
<script>(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement)</script>
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<title>{% if page.title %}{{ page.title }}{% else %}StarterSquad{% endif %}</title>
<meta name="description"
content="Our team of professionals works for startups only. Serious and invested, we will develop your idea and take your project to the next level.">
<meta content="width=1000" name="viewport">
<link href="//fonts.googleapis.com/css?family=Lato:400,i,b,bi" rel="stylesheet">
<link href="/_/css/style.css" rel="stylesheet">
<script type="text/javascript">
var heap=heap||[];heap.load=function(a){window._heapid=a;var b=document.createElement("script");b.type="text/javascript",b.async=!0,b.src=("https:"===document.location.protocol?"https:":"http:")+"//d36lvucg9kzous.cloudfront.net";var c=document.getElementsByTagName("script")[0];c.parentNode.insertBefore(b,c);var d=function(a){return function(){heap.push([a].concat(Array.prototype.slice.call(arguments,0)))}},e=["identify","track"];for(var f=0;f<e.length;f++)heap[e[f]]=d(e[f])};
heap.load("2794372135");
</script>
</head>
<body class="{{ page.body_class }}">
<div class="layout-page">
<div class="layout-page-top">
{% include heaven.html %}
{{ content }}
</div>
<div class="layout-page-bottom">
{% include hell.html %}
</div>
</div>
<!-- Polyfill for <img srcset> | https://github.com/borismus/srcset-polyfill -->
<script src="/_/js/srcset.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="/_/js/jquery-1.9.1.min.js"><\/script>')</script>
<script src="/_/js/jquery.bureaucrat.js"></script>
<script src="/_/js/jquery.carouFredSel.js"></script>
<script src="/_/js/ui.js"></script>
{% include analytics.html %}
</body>
</html>