forked from reslr/reslr.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (53 loc) · 2.17 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
layout: index
title: Expert Technical Strategists and Architects
permalink: /
---
<div id="service">
<div class="container">
<div class="row centered">
<div class="col-md-4">
<i class="fa fa-tachometer"></i>
<h4>Performance</h4>
<p>From audits to tuning systems, our infrastructure and front-end experts can help.</p>
<p><br/><a href="/contact/" class="btn btn-theme">More Info</a></p>
</div>
<div class="col-md-4">
<i class="fa fa-code-fork"></i>
<h4>Development Leads</h4>
<p>Each engineer has over 15 years of experience building high traffic digital properties.</p>
<p><br/><a href="/contact/" class="btn btn-theme">More Info</a></p>
</div>
<div class="col-md-4">
<i class="fa fa-lightbulb-o"></i>
<h4>Technical Strategy</h4>
<p>Our experience implementing solutions can help you make those tough decisions.</p>
<p><br/><a href="/contact/" class="btn btn-theme">More Info</a></p>
</div>
</div>
</div><! --/container -->
</div><! --/service -->
{% include testimonial.html %}
<div class="container mtb">
<div class="row">
<div class="col-lg-4 col-lg-offset-1">
<h4>More About Us.</h4>
<p>{{ site.about }}</p>
<p><br/><a href="{{ "/contact/" | prepend: site.baseurl }}" class="btn btn-theme">Hire Us</a></p>
</div>
<div class="col-lg-3">
<h4>Frequently Asked</h4>
<div class="hline"></div>
{% for post in site.categories['question'] %}
<p><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></p>
{% endfor %}
</div>
<div class="col-lg-3">
<h4>Latest Posts</h4>
<div class="hline"></div>
{% for post in site.categories['blog'] limit:5 %}
<p><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></p>
{% endfor %}
</div>
</div><! --/row -->
</div><! --/container -->