forked from ajsingh273/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevelopment.html
More file actions
35 lines (31 loc) · 1.03 KB
/
development.html
File metadata and controls
35 lines (31 loc) · 1.03 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: Development
permalink: /development/
---
{% 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.development_title }}</h5>
{% for development_description in site.development_descriptions %}
<ul>
<li>{{ development_description.bullet }}</li>
</ul>
{% endfor %}
</div>
<div class="col-md-6">
<img src="{{ site.development_img }}">
</div>
</div>
</div>
</div>