|
1 | 1 | <!doctype html> |
2 | | -<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> |
| 2 | +<!-- |
| 3 | + M A Y T H E S O U R C E B E W I T H Y O U E X C E L L E N T B E I N G ! |
| 4 | + .#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ |
| 5 | + .@@@@@@@@@@@@@@@@@@@@@@@@@@@@&##%@@@@@@@@@@@@@@@@@@@@@@@# @@@@@@@@@@@@@@@@@@@@@@@@@@@@( |
| 6 | + .@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%######@@@@@@@@@@@@@@@@@@@/ *@@@@@@@@@@@@@@@@@@@@@@@@@@@@/ |
| 7 | + #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%#######@@@@@@@@@@@@@@@@@@@ (@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ |
| 8 | + @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@########%@@@@@@@@@@@@@@@@@@@# @@@@@@@@@@@@@@@@@@@@@@@@@@@@@. |
| 9 | + &@@@@@@@@@@@@@@@@@@@@@@@@@@@@%#########@@@@@@@@@@@@@@@@@@@@@. .@@@@@@@@@@@@@@@@@@@@@@@@@@@@ |
| 10 | +,@@@@@@@@@@@@@@@@@@@@@@@@@@@####################%@@@# @@@@@@@@@@@@@@@@@@@@@@@@@@% |
| 11 | +&@@@@@@@@@@@@#########%@@#########################@* &@@/ #@@@@@@@@@@@@ |
| 12 | +@@@@@@@@@@@@@#########%@&#########################@* @@/ #@@@@@@@@@@@@, |
| 13 | +@@@@@@@@@@@@@#########&@%########################&@& @@/ #@@@@@@@@@@@@. |
| 14 | +(@@@@@@@@@@@@#########&@%########################@@@. @@/ #@@@@@@@@@@@& |
| 15 | + @@@@@@@@@@@@#########&@%#######################%@@@% @@/ #@@@@@@@@@@@* |
| 16 | + .@@@@@@@@@@@###&@&###&@%#######################@@@@@. @@/ @@% #@@@@@@@@@@# |
| 17 | + .@@@@@@@@@@%########@@%######################%@@@@@@ @@/ #@@@@@@@@@( |
| 18 | + &@@@@@@@@@&&&&&&@@@@@@%###################%@@@@@@@@ .,#@@#********%@@@@@@@@. |
| 19 | + .@@@@@@@@@@@@@@@@@@@@@@@@@@@@&%%#####%%@@@@@@@@@@@@@*. .,,(%@@@@@@@@@@@@@@@@@@@@@@@@@@@/ |
| 20 | + &@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@, |
| 21 | + THIS EVENT WAS PRODUCED WITH HELP FROM DRIBDAT.CC - OPEN SOURCE HACKATHON PLATFORM |
| 22 | + --> |
3 | 23 | <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> |
4 | 24 | <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]--> |
5 | 25 | <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]--> |
|
20 | 40 | <body class="{% block body_class %}{% endblock %}"> |
21 | 41 | {% block body %} |
22 | 42 | {% with form=form, tabs=tabs, event=current_event %} |
23 | | -{% include "nav.html" %} |
| 43 | +{% include "includes/nav.html" %} |
24 | 44 | {% endwith %} |
25 | 45 |
|
26 | 46 | <header>{% block header %}{% endblock %}</header> |
|
47 | 67 |
|
48 | 68 | </div><!-- end container --> |
49 | 69 |
|
50 | | -{% include "footer.html" %} |
| 70 | +{% include "includes/footer.html" %} |
51 | 71 |
|
52 | | -<!-- JavaScript at the bottom for fast page loading --> |
| 72 | +<!-- Standard scripts --> |
53 | 73 | {% assets "js_all" %} |
54 | 74 | <script type="text/javascript" src="{{ ASSET_URL }}"></script> |
55 | 75 | {% endassets %} |
56 | 76 | {% block js %}{% endblock %} |
57 | | -<!-- end scripts --> |
58 | | -{% endblock %} |
| 77 | + |
| 78 | +{% include "includes/analytics.html" %} |
| 79 | + |
| 80 | +{% endblock %}<!-- /body --> |
59 | 81 |
|
60 | 82 | {% block css %}{% endblock %} |
61 | 83 | </body> |
|
0 commit comments