-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
121 lines (119 loc) · 4.25 KB
/
Copy pathblog.html
File metadata and controls
121 lines (119 loc) · 4.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gargoyle Software - Blog</title>
<!-- If you are using CSS version, only link these 2 files, you may add app.css to use for your overrides if you like.-->
<link rel="stylesheet" type="text/css" href="/foundation/css/normalize.css">
<link rel="stylesheet" type="text/css" href="/foundation/css/foundation.css">
<!-- If you are using the gem version, you need this only-->
<link rel="stylesheet" type="text/css" href="/css/main.css">
<link rel="stylesheet" type="text/css" href="/galleria/themes/classic/galleria.classic.css">
<script src="/foundation/js/vendor/custom.modernizr.js"></script>
</head>
<body>
<!-- Header and Nav-->
<div class="row nav">
<div class="large-12 columns spacer">
<p></p>
<!-- create spacing on top of page-->
</div>
</div>
<div class="row nav">
<div class="large-3 columns logo">
<div id="logo"><a href="/"><img src="/general/logo/standard.png" class="logo"></a></div>
</div>
<div class="large-9 columns">
<ul class="button-group right">
<li><a href="/offering.html" class="button">Offering</a></li>
<li><a href="/approach.html" class="button">Approach</a></li>
<li><a href="/case-studies.html" class="button">Case Studies</a></li>
<li><a href="/team.html" class="button">Team</a></li>
<li><a href="/contact.html" class="button contact">Contact</a></li>
</ul>
</div>
</div>
<!-- End Header and Nav-->
<!-- First Band (Image)-->
<div class="row">
<div class="large-12 columns">
<hr>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<h1>Blog</h1>
<hr>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<article class="article intro">
<header>
<p class="date"><span>31. January 2014</span></p>
<h2><a href="/articles/new-site/">New Website</a></h2>
</header>
<section class="content"><p>Welcome to the new site! It’ll be a while before this place is beautiful, but our hope is to put some good blog articles up here to make it feel more like home.</p>
<p>Excited to see where this goes.</p>
</section>
</article>
</div>
</div>
<div class="row">
<hr>
<div class="nav"><a href="/archive.html">« Archives</a>
</div>
</div>
<!-- Footer-->
<footer class="row">
<div class="large-12 columns">
<hr>
<div class="row">
<div class="large-6 columns">
<p>© Copyright 2014 Gargoyle Software LLC</p>
</div>
<div class="large-6 columns">
<ul class="inline-list right">
<li><a href="/blog.html">Blog</a></li>
<li><a href="/about.html">About</a></li>
<li><a href="/jobs.html">Jobs</a></li>
<li><a href="http://www.twitter.com/GargoyleSoft">Twitter</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</footer>
<script src="/foundation/js/jquery.js"></script>
<script src="/foundation/js/foundation.min.js"></script>
<script src="/galleria/galleria-1.3.3.js"></script>
<script>$(document).foundation();</script>
<script>
console.log("no galleria on this page")
</script>
</body>
</html>
<!-- header.header-->
<!-- div.content-wrap-->
<!-- block header-->
<!-- include nav-->
<!-- div.logo-->
<!-- h1-->
<!-- a(href=locals.url)-->
<!-- img(src="/logo/standard.png")-->
<!-- p.description= locals.description-->
<!-- div.nav-->
<!-- mixin nav()-->
<!-- div#content-->
<!-- div.content-wrap-->
<!-- block content-->
<!-- h2 Welcome to zombocom!-->
<!-- footer-->
<!-- div.content-wrap-->
<!-- block footer-->
<!-- section.about-->
<!-- !=contents['about.md'].html-->
<!-- section.copy-->
<!-- p © #{ new Date().getFullYear() } #{ locals.owner }-->
<!---->