diff options
Diffstat (limited to 'website')
-rw-r--r-- | website/templates/.page.html.swp | bin | 0 -> 16384 bytes | |||
-rw-r--r-- | website/templates/index.html | 15 |
2 files changed, 14 insertions, 1 deletions
diff --git a/website/templates/.page.html.swp b/website/templates/.page.html.swp Binary files differnew file mode 100644 index 0000000..1b69427 --- /dev/null +++ b/website/templates/.page.html.swp diff --git a/website/templates/index.html b/website/templates/index.html index acfa3eb..a63a20b 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -8,6 +8,13 @@ <meta name="viewport" content="width=device-width" /> <title>Scipy India 2013 | IIT Bombay</title> + <!-- Foundation 3 for IE 8 and earlier --> + <!--[if lt IE 9]> + <link rel="stylesheet" href="{% static 'css/foundation3/normalize.css' %}"> + <link rel="stylesheet" href="{% static 'css/foundation3/foundation.css' %}"> + <link rel="stylesheet" href="{% static 'css/foundation3/app.css' %}"> + <![endif]--> + <!-- If you are using CSS version, only link these 2 files, you may add app.css to use for your overrides if you like. --> <link rel="stylesheet" href="{% static 'css/normalize.css' %}" /> <link rel="stylesheet" href="{% static 'css/foundation.css' %}" /> @@ -244,6 +251,12 @@ ga('create', 'UA-44697375-1', 'scipy.in'); ga('send', 'pageview'); </script> - + + <!-- Foundation 3 for IE 8 and earlier --> + <!--[if lt IE 9]> + <script src="/js/foundation3/foundation.min.js"></script> + <script src="/js/foundation3/app.js"></script> + <![endif]--> + </body> </html> |