-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathradiator-home.html
37 lines (34 loc) · 1.04 KB
/
radiator-home.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
<div class="splash">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1>{{::event.title}}</h1>
</div>
</div>
</div>
</div>
<!-- Page Content -->
<div class="container">
<!--
<div class="row">
<div class="col-lg-12">
<alert ng-repeat="alert in alerts" type="{{alert.type}}" close="closeAlert($index)">{{alert.msg}}</alert>
<button class='btn btn-default' ng-click="addAlert()">Add Alert</button>
</div>
</div>
-->
<div>
<radiator-item></radiator-item>
</div>
<div>
<summary-item></summary-item>
</div>
<!-- Footer -->
<footer>
<div class="row">
<div class="col-lg-12">
<p>Copyright © JHC 2015</p>
</div>
</div>
<!-- /.row -->
</footer>