-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwhy-mobile.html
More file actions
132 lines (131 loc) · 5.65 KB
/
why-mobile.html
File metadata and controls
132 lines (131 loc) · 5.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gargoyle Software</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"><img src="http://placehold.it/1000x400&text=[img]">
<hr>
</div>
</div>
<h1>Case Studies</h1>
<This>page is dedicated to the Gargoyle Software case studies.</This>
<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 }-->
<!---->