diff options
author | Sashi20 | 2017-10-17 11:06:53 +0530 |
---|---|---|
committer | Sashi20 | 2017-10-17 11:06:53 +0530 |
commit | 0fdecbb69b339bd732994759a2cede5be2a06925 (patch) | |
tree | c09fead91e52406d2588f4d764b0d6354fc0aac6 /website | |
parent | c8a20c89a19cc0ed63a1e79aefec66f24ba69bbc (diff) | |
download | SciPy2017-0fdecbb69b339bd732994759a2cede5be2a06925.tar.gz SciPy2017-0fdecbb69b339bd732994759a2cede5be2a06925.tar.bz2 SciPy2017-0fdecbb69b339bd732994759a2cede5be2a06925.zip |
Updated with the new poster
Diffstat (limited to 'website')
-rw-r--r-- | website/static/pdf/scipy_poster.pdf | bin | 0 -> 352860 bytes | |||
-rwxr-xr-x | website/templates/abstract-details.html | 2 | ||||
-rwxr-xr-x | website/templates/comment-abstract.html | 2 | ||||
-rw-r--r-- | website/templates/home.html | 2 |
4 files changed, 3 insertions, 3 deletions
diff --git a/website/static/pdf/scipy_poster.pdf b/website/static/pdf/scipy_poster.pdf Binary files differnew file mode 100644 index 0000000..dd53fa7 --- /dev/null +++ b/website/static/pdf/scipy_poster.pdf diff --git a/website/templates/abstract-details.html b/website/templates/abstract-details.html index 751ca9c..1bd6b2d 100755 --- a/website/templates/abstract-details.html +++ b/website/templates/abstract-details.html @@ -8,7 +8,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content=""> <meta name="author" content=""> - <link rel="icon" href="{% static 'img/favicon.ico'%}" type="icon"> + <link rel="icon" href="{% static 'img/fevicon.png'%}" type="icon"> <title>SciPy India 2017</title> <!-- Bootstrap core CSS --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> diff --git a/website/templates/comment-abstract.html b/website/templates/comment-abstract.html index 1ff3a77..fc7082d 100755 --- a/website/templates/comment-abstract.html +++ b/website/templates/comment-abstract.html @@ -8,7 +8,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content=""> <meta name="author" content=""> - <link rel="icon" href="{% static 'img/favicon.ico'%}" type="icon"> + <link rel="icon" href="{% static 'img/fevicon.png'%}" type="icon"> <title>SciPy India 2017</title> <!-- Bootstrap core CSS --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> diff --git a/website/templates/home.html b/website/templates/home.html index 2967099..f6cd13d 100644 --- a/website/templates/home.html +++ b/website/templates/home.html @@ -669,7 +669,7 @@ </p> </div> <div class="col-lg-4 col-sm-4 text-center mb-4" align="justify"> - <a href="{% static 'pdf/poster_option7a.pdf'%}" target="_blank"> + <a href="{% static 'pdf/scipy_poster.pdf'%}" target="_blank"> <img src="{% static 'img/Th_Scipy2017.png'%}" /> </a> </div> |