-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
160 lines (159 loc) · 7.33 KB
/
Copy pathabout.html
File metadata and controls
160 lines (159 loc) · 7.33 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gargoyle Software - About</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">
<div class="youtube">
<iframe width="800" height="400" src="//www.youtube.com/embed/q_wzJLxUn-Y?rel=0&autohide=1&showinfo=0&theme=light" frameborder="0" allowfullscreen></iframe>
</div>
<hr>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<h1>About</h1>
<hr>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<h2>Founding</h2>
<p>Gargoyle Software was founded in 2011 after David Kay left Google in search of a more rewarding existence. </p>
<h2>Mission Statement</h2>
<p>Our mission is to create more value than we capture, growing our customers as we grow our own expertise.</p>
<h2>Immutable Values
<p>These are the core values that Gargoyle holds most dear:</p>
<h3>Truth above all</h3>
<p>Simply put, no man is greater than the truth. If this means that we tell you that we aren't the best firm for the job, that's what must be done.</p>
<h3>No Kobayashi Maru</h3>
<p>There is no situation that can't be made better. It might take hard work, original thinking, or a minor miracle, but there's never reason to lose hope.</p>
<h3>Be broad AND deep</h3>
<p>It's easy to know one subject well. It's easy to give the synopsis on a range of topics. What's truly special is to master multiple disciplines.</p>
<h3>Do it better each time</h3>
<p>Life is a long haul. You never get it perfect on the first pass, but if you can stick to it and make daily adjustments, you'll approach perfection with every passing day.</p>
<h3>Love your tools</h3>
<p>A tools are a craftsman's lifeblood. Invest in them, make love to them, and they will treat you better for it.</p>
</h2>
</div>
</div>
<div class="row">
<hr>
<div class="large-12 columns">
<!-- p Join the elite by signing up for our newsletter.-->
<!-- form(name="input", action="html_form_action.asp", method="get")-->
<!-- .large-1.columns-->
<!-- | Email:-->
<!-- .large-8.columns-->
<!-- input(type="text", name="user", placeholder="me@gmail.com")-->
<!-- .large-3.columns-->
<!-- input(type="submit",value="Submit")-->
<!-- Begin MailChimp Signup Form-->
<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form id="mc-embedded-subscribe-form" action="http://gargoyle.us4.list-manage2.com/subscribe/post?u=8cccbb825d8db3c9a6f244242&id=53f20f0ad2" method="post" name="mc-embedded-subscribe-form" target="_blank" novalidate="novalidate" class="validate">
<label for="mce-EMAIL">Want to learn more about how apps can help your business? Subscribe for informative articles:</label>
<input id="mce-EMAIL" type="email" value="" name="EMAIL" placeholder="email address" required="required" class="email">
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;">
<input type="text" name="b_8cccbb825d8db3c9a6f244242_53f20f0ad2" value="">
</div>
<div class="clear">
<input id="mc-embedded-subscribe" type="submit" value="Subscribe" name="subscribe" class="button">
</div>
</form>
</div>
<!-- End mc_embed_signup-->
</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 }-->
<!---->