forked from compiler-research/compiler-research.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhomelay.html
48 lines (40 loc) · 810 Bytes
/
homelay.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
layout: default
---
<div>
<div id="jumbo" class="col-sm-12">
{% include jumbotron.html %}
</div>
</div>
<div id="thumbs" class="col-sm-12">
{% include thumbnails.html %}
</div>
<div id="newsid" class="col-sm-3" >
<div>
{% include open-projects.html %}
</div>
</div>
<div id="newsid" class="col-sm-3" >
<div>
{% include project-meetings.html %}
</div>
</div>
<div id="newsid" class="col-sm-3" >
<div>
{% include releases.html %}
</div>
</div>
<div id="newsid" class="col-sm-3" >
<div>
{% include news.html %}
</div>
</div>
<div id="homeid" class="col-sm-9">
{{ content }}
</div>
<div id="newsid" class="col-sm-3" >
<div>
<br><br>
{% include blog_widget.html %}
</div>
</div>