-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdefault.html
More file actions
35 lines (25 loc) · 1.46 KB
/
default.html
File metadata and controls
35 lines (25 loc) · 1.46 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
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="container">
<a href="http://pitt-ras.github.io/PittRAS">
<img src="/assets/images/archive_banner.jpg" width="100%" href="https://pittras.org/projects/2020-auto-indy" />
</a>
<a href="/projects/2020-auto-indy">
<img src="/assets/images/car_banner.jpg" width="100%" href="https://pittras.org/projects/2020-auto-indy" />
</a>
{{ content }}
</div>
{% include footer.html %}
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js" integrity="sha384-THPy051/pYDQGanwU6poAc/hOdQxjnOEXzbT+OuUAFqNqFjL+4IGLBgCJC3ZOShY" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.3/js/bootstrap.min.js" integrity="sha384-ux8v3A6CPtOTqOzMKiuo3d/DomGaaClxFYdCu2HPMBEkf6x2xiDyJ7gkXU0MWwaD" crossorigin="anonymous"></script>
{% if page.title == 'Gallery' %}
<script src="/js/photos.js"></script>
<script src="/js/pages/gallery.js"></script>
{% endif %}
<script src="/js/main.js"></script>
</html>