forked from ajsingh273/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupport.html
More file actions
35 lines (31 loc) · 1 KB
/
support.html
File metadata and controls
35 lines (31 loc) · 1 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
---
layout: default
title: Support
permalink: /support/
---
{% include wrap.html %}
<!--<div class="container mtb" style="width:100%; height:400px;margin-top:0;margin-bottom:0;background-image: url('{{ site.expose_img }}'); background-repeat:no-repeat; background-size: cover;background-position:center bottom;" >
<div class="row">
<div class="col-lg-8 col-lg-offset-2 centered">
</br></br></br></br>
<h2>{{ site.expose_description }}</h2>
<div class="hline"></div>
</div>
</div>
</div>-->
<div class="container mtb" >
<div class="row">
<div class="col-md-6">
<h5 class="content-title">{{ site.support_title }}</h5>
{% for support_description in site.support_descriptions %}
<ul>
<li>{{ support_description.bullet }}</li>
</ul>
{% endfor %}
</div>
<div class="col-md-6">
<img src="{{ site.support_img }}">
</div>
</div>
</div>
</div>