summaryrefslogtreecommitdiff
path: root/static/website/templates/home.html
diff options
context:
space:
mode:
authorJayaram R Pai2014-10-04 17:30:23 +0530
committerJayaram R Pai2014-10-04 17:30:23 +0530
commitf7c72433cd6e96c52f1dd2cc87cf9e669b60cec6 (patch)
tree95fef3d9c817c70407483d53d351183b643b5e1d /static/website/templates/home.html
parenta242e5baeeef4edee62f8e2a3c2aa6fed1046590 (diff)
downloadscipy2014-f7c72433cd6e96c52f1dd2cc87cf9e669b60cec6.tar.gz
scipy2014-f7c72433cd6e96c52f1dd2cc87cf9e669b60cec6.tar.bz2
scipy2014-f7c72433cd6e96c52f1dd2cc87cf9e669b60cec6.zip
started compressing css/js/html
Diffstat (limited to 'static/website/templates/home.html')
-rwxr-xr-xstatic/website/templates/home.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/static/website/templates/home.html b/static/website/templates/home.html
index 6ac8603..132927b 100755
--- a/static/website/templates/home.html
+++ b/static/website/templates/home.html
@@ -1,4 +1,5 @@
{% load static %}
+{% load compress %}
{% load tags %}
<!DOCTYPE html>
<html lang="en">
@@ -7,7 +8,15 @@
<title>SciPy India 2014</title>
<link rel="shortcut icon" type="image/png" href="{% static 'website/images/favicon.ico'%}"/>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
+ {% compress css %}
<link rel="stylesheet" href="{% static 'website/css/main.css'%}">
+ <!-- style rules that require relative image paths -->
+ <style>
+ body { background-image: url("{% static 'website/images/ecailles.png' %}"); }
+ #header{ background: url("{% static 'website/images/jumbo_bg.jpg' %}"); }
+ #page-header { background: url("{% static 'website/images/jumbo_bg.jpg' %}"); }
+ </style>
+ {% endcompress %}
</head>
<body>
<div id="page-wrapper">
@@ -246,7 +255,6 @@
</div> <!-- /#social -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
-<script src="{% static 'website/js/holder.js' %}"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),