From 8aeb643f38828fe7b99d19ca56f70ea30f449bdc Mon Sep 17 00:00:00 2001 From: Jayaram R Pai Date: Tue, 7 Oct 2014 15:01:00 +0530 Subject: re-aligned home page blocks --- static/website/css/main.css | 2 +- static/website/images/ajith.jpg | Bin 20272 -> 9714 bytes static/website/images/maciej.jpg | Bin 7290 -> 9992 bytes static/website/images/romain.jpg | Bin 8555 -> 13136 bytes static/website/templates/home.html | 79 ++++++++++++++----------- static/website/templates/twitter-timeline.html | 2 + 6 files changed, 47 insertions(+), 36 deletions(-) create mode 100644 static/website/templates/twitter-timeline.html (limited to 'static/website') diff --git a/static/website/css/main.css b/static/website/css/main.css index 1171b4e..71a45b5 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -187,7 +187,7 @@ body { margin-top: 0; } #speakers .thumbnail { - height: 250px; + height: 310px; } #speakers hr { margin-top: 10px; diff --git a/static/website/images/ajith.jpg b/static/website/images/ajith.jpg index b5976dc..59cdd6f 100644 Binary files a/static/website/images/ajith.jpg and b/static/website/images/ajith.jpg differ diff --git a/static/website/images/maciej.jpg b/static/website/images/maciej.jpg index 7033eba..43c4737 100644 Binary files a/static/website/images/maciej.jpg and b/static/website/images/maciej.jpg differ diff --git a/static/website/images/romain.jpg b/static/website/images/romain.jpg index 0f14b2a..b70d96e 100644 Binary files a/static/website/images/romain.jpg and b/static/website/images/romain.jpg differ diff --git a/static/website/templates/home.html b/static/website/templates/home.html index 379e6fa..444961b 100755 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -70,14 +70,14 @@
-
+

Speakers

- Maciej Fijałkowski + Maciej Fijałkowski (Keynote)
@@ -96,7 +96,7 @@
- Ajith Kumar + Ajith Kumar (Keynote)
@@ -115,7 +115,7 @@
- Romain Guillebert + Romain Guillebert (Invited)
@@ -132,12 +132,6 @@
- -
-

News and Updates

- - -

@@ -169,14 +163,17 @@ Python for Scientific Computing in various fields and among different communities.

-
-

- SciPy India 2014 Organiser: FOSSEE
- For more details visit: - python.fossee.in, - python.org -

-
+
+ +
+

News and Updates

+ {% include 'website/templates/twitter-timeline.html' %} +
+
+
+
+ +

Important Dates

@@ -191,6 +188,34 @@
+
+

+ SciPy India 2014 Organiser: FOSSEE
+ For more details visit: + python.fossee.in, + python.org +

+

+ Registration for the conference is now open.

+ +

+
+
+

Sponsors

@@ -207,23 +232,7 @@
-
- -
+
diff --git a/static/website/templates/twitter-timeline.html b/static/website/templates/twitter-timeline.html new file mode 100644 index 0000000..3be22c5 --- /dev/null +++ b/static/website/templates/twitter-timeline.html @@ -0,0 +1,2 @@ + + -- cgit