-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (36 loc) · 1.55 KB
/
index.html
File metadata and controls
41 lines (36 loc) · 1.55 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
---
layout: main
---
<div class="row" >
<div class="col-lg-12 quickstart">
{% include quickstart.html %}
</div>
</div>
<div class="row">
<div class="col-lg-12">
{% include differentiators.html %}
</div>
</div>
<div class="row">
<div class="col-lg-12">
{% include grid.html %}
</div>
</div>
<!-- <div class="row technologies">
<div class="col-lg-12">
<div class="home">
<p><div class="btn-toolbar"></div></p>
<ul class="posts">
{% for post in site.posts %}
{% unless post.categories contains 'ugly' %}
<li class="col-lg-3 col-md-4 col-xs-12">
<a href="{{ post.url | prepend: site.url }}"><img src="{{post.image}}" height="160"></img>
<p><div class="btn-toolbar"></div></p>
<a class="post-link" href="{{ post.url | prepend: site.url }}">{{ post.title }}</a>
</li>
{% endunless %}
{% endfor %}
</ul>
</div>
</div>
</div> -->