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