- Notifications
You must be signed in to change notification settings - Fork 211
/
Copy pathindex.html
33 lines (33 loc) · 965 Bytes
/
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
---
layout: default
---
<divclass="container-fluid">
<divclass="row">
<divclass="col-md-8">
<divclass="panel panel-primary">
<divclass="panel-heading">
<h3class="panel-title">The Project Catalog</h3>
</div>
<divclass="panel-body">
<tableid="catalog-table" class="table table-striped table-bordered">
<thead>
<tr>
<th>Project</th>
<thclass="hidden-xs">Description</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</div>
<divclass="col-md-4">
{% include sidebar_links.html %}
{% include sidebar_socials.html %}
{% include sidebar_ads.html %}
</div>
</div>
</div>
<scriptsrc="https://cdn.datatables.net/r/bs-3.3.5/jqc-1.11.3,dt-1.10.8/datatables.min.js"></script>
<scriptsrc="catalog/assets/javascripts/catalog.js"></script>