-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·41 lines (39 loc) · 1.45 KB
/
index.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
---
layout: standard
title: "$50 Car Locksmith | Kennesaw Locksmith"
slug: index
---
<div class="os-header os-metal">
<div class="no-desktop place-right mobile-social-links">
{% for link in site.data.social_links %}
<a title="{{link.title}}" href="{{link.href}}" class="element place-right"><span class="{{link.class}}"></span></a>
<span class="element-divider place-right"></span>
{% endfor %}
</div>
<div class="container" style="padding: 50px 20px">
<h1 class="fg-white">Open Sesame | Atlanta Locksmith</h1>
<h2 class="fg-white" style="margin-top: 20px;">
A residential, commercial, and automotive locksmith <br>
serving Atlanta, and its surrounding cities.
</h2>
<div class="no-tablet-portrait no-phone os-top-logo"></div>
</div>
<div class="container">
<div class="grid fluid">
<div class="row" style="margin-top: 20px">
{% for link in site.data.homelinks %}
<a href="{{link.href}}"
class="span4 {{link.class}} padding20 text-center">
<h2 class="fg-white">{{link.text}}</h2>
</a>
{% endfor %}
</div>
</div>
</div>
{% include home/cta.html %}
{% include home/slider.html %}
{% include home/residential-content.html %}
{% include home/commercial-content.html %}
{% include home/automotive-content.html %}
{% include home/safe-content.html %}
{% include home/footer.html %}