From 4469fbf4dd07e870c1f136d9d190fb8d13167780 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Mon, 9 Sep 2019 15:38:50 +0530 Subject: Modify poster thumbnail, add keynote speaker image --- .../bootstrap-css/assets/images/SciPy2019_thmb.png | Bin 62206 -> 78328 bytes .../assets/images/speakers/keynote_speaker.jpg | Bin 0 -> 31357 bytes .../bootstrap-css/assets/pdf/SciPy2019_pstr.pdf | Bin 0 -> 700643 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 static/website/bootstrap-css/assets/images/speakers/keynote_speaker.jpg create mode 100644 static/website/bootstrap-css/assets/pdf/SciPy2019_pstr.pdf (limited to 'static') diff --git a/static/website/bootstrap-css/assets/images/SciPy2019_thmb.png b/static/website/bootstrap-css/assets/images/SciPy2019_thmb.png index 72edf68..a78872c 100644 Binary files a/static/website/bootstrap-css/assets/images/SciPy2019_thmb.png and b/static/website/bootstrap-css/assets/images/SciPy2019_thmb.png differ diff --git a/static/website/bootstrap-css/assets/images/speakers/keynote_speaker.jpg b/static/website/bootstrap-css/assets/images/speakers/keynote_speaker.jpg new file mode 100644 index 0000000..ede6ba9 Binary files /dev/null and b/static/website/bootstrap-css/assets/images/speakers/keynote_speaker.jpg differ diff --git a/static/website/bootstrap-css/assets/pdf/SciPy2019_pstr.pdf b/static/website/bootstrap-css/assets/pdf/SciPy2019_pstr.pdf new file mode 100644 index 0000000..eef8b35 Binary files /dev/null and b/static/website/bootstrap-css/assets/pdf/SciPy2019_pstr.pdf differ -- cgit From d84267b8555a09e1500f839835439142d6c6fc95 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Mon, 9 Sep 2019 15:40:24 +0530 Subject: Update keynote speaker details, poster --- static/website/templates/home.html | 93 +++++++++------------------- static/website/templates/view-proposals.html | 10 +-- 2 files changed, 31 insertions(+), 72 deletions(-) (limited to 'static') diff --git a/static/website/templates/home.html b/static/website/templates/home.html index 3828d45..0b201c2 100644 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -65,33 +65,32 @@ - + - --> +
@@ -195,39 +195,6 @@ {% endfor %} -

@@ -325,7 +292,7 @@

- +
@@ -552,7 +519,7 @@

- +
@@ -572,7 +539,7 @@ data-image="{% static 'website/bootstrap-css/assets/images/photos/photos-10.jpg' %}" data-target="#image-gallery"> Scipy 2018 @@ -581,7 +548,7 @@ data-image="{% static 'website/bootstrap-css/assets/images/photos/photos-4.jpg' %}" data-target="#image-gallery"> Scipy 2018 @@ -590,7 +557,7 @@ data-image="{% static 'website/bootstrap-css/assets/images/photos/photos-2.jpg' %}" data-target="#image-gallery"> Scipy 2018 @@ -600,7 +567,7 @@ data-image="{% static 'website/bootstrap-css/assets/images/photos/photos-3.jpg' %}" data-target="#image-gallery"> Scipy 2018 @@ -609,7 +576,7 @@ data-image="{% static 'website/bootstrap-css/assets/images/photos/photos-1.jpg' %}" data-target="#image-gallery"> Scipy 2018 @@ -618,7 +585,7 @@ data-image="{% static 'website/bootstrap-css/assets/images/photos/photos-5.jpg' %}" data-target="#image-gallery"> Scipy 2018 @@ -627,7 +594,7 @@ data-image="{% static 'website/bootstrap-css/assets/images/photos/photos-6.jpg' %}" data-target="#image-gallery"> Scipy 2018 @@ -636,7 +603,7 @@ data-image="{% static 'website/bootstrap-css/assets/images/photos/photos-7.jpg' %}" data-target="#image-gallery"> Scipy 2018 @@ -645,7 +612,7 @@ data-image="{% static 'website/bootstrap-css/assets/images/photos/photos-8.jpg' %}" data-target="#image-gallery"> Scipy 2018 @@ -654,7 +621,7 @@ data-image="{% static 'website/bootstrap-css/assets/images/photos/photos-9.jpg' %}" data-target="#image-gallery"> Scipy 2018 @@ -663,7 +630,7 @@ data-image="{% static 'website/bootstrap-css/assets/images/photos/photos-11.jpg' %}" data-target="#image-gallery"> Scipy 2018 diff --git a/static/website/templates/view-proposals.html b/static/website/templates/view-proposals.html index 73cda7a..6f7f0a8 100755 --- a/static/website/templates/view-proposals.html +++ b/static/website/templates/view-proposals.html @@ -8,15 +8,7 @@

View Proposals

- {% if not proposals %} -
-

You have not submitted any proposal

- -
- {% else %} - {% if user.is_superuser %} + {% if user.is_superuser %} -- cgit