-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (62 loc) · 1.7 KB
/
Copy pathindex.html
File metadata and controls
79 lines (62 loc) · 1.7 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
---
layout: landing-page
---
<header class="special container">
<h2>
We create software we’re incredibly proud of to fit exactly what you’re looking for.
</h2>
</header>
<!-- <article id="team-value">
<section class="wrapper style4 container">
<div class="content">
<a href="#" class="image featured">
<img src="images/snow.jpg" alt=""/>
</a>
<p>
Our team lives the way we work. We believe values driven decisions will make sure we do right by you and right by us. This is what we’re all about.
</p>
</div>
</section>
</article> -->
<header class="special container">
<h2>Notable Clients</h2>
</header>
<article id="notable-clients">
<section class="container">
<a href="#">
<img src="images/clients/wm.png" />
</a>
<a href="#">
<img src="images/clients/gotjunk.jpg" />
</a>
<a href="#">
<img src="images/clients/deutsche.png" />
</a>
<!-- <a href="#">
<img src="images/clients/otsuka.png" />
</a> -->
<a href="#">
<img src="images/clients/bellasoma.png" />
</a>
<a href="#">
<img src="images/clients/shelby.svg" />
</a>
<a href="#">
<img src="images/clients/cheekd.png" />
</a>
</section>
</article>
<article>
<section id="cta">
<header>
<h2>Ready to do something <strong>great</strong>?</h2>
<p>Let us know what problems you're facing.</p>
</header>
<footer>
<ul class="buttons">
<li><a href="mailto:contact@gargoylesoftware.ca" class="button special">Email Us</a></li>
<li><a href="tel:1-404-624-6385" class="button">Call Us</a></li>
</ul>
</footer>
</section>
</article>