From 29372cea6b2154d5a263cdf150986deefcab17a0 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Fri, 12 Jun 2015 15:51:53 +0530 Subject: add speaker & venue details --- website/static/css/bootstrap.css | 1 + website/static/css/freelancer.css | 18 ++++++++++++++++++ website/static/img/ajith-scaled.jpg | Bin 0 -> 54623 bytes website/static/img/ajith.jpg | Bin 0 -> 10995 bytes website/static/img/ajith.png | Bin 0 -> 51505 bytes website/static/img/andreas-scaled.png | Bin 0 -> 156296 bytes website/static/img/andreas.png | Bin 209420 -> 101333 bytes website/static/img/calendar.png | Bin 5224 -> 5609 bytes website/static/img/jarrod-scaled.png | Bin 0 -> 139881 bytes website/static/img/jarrod.png | Bin 235437 -> 95520 bytes website/static/img/map.png | Bin 0 -> 191942 bytes 11 files changed, 19 insertions(+) create mode 100644 website/static/img/ajith-scaled.jpg create mode 100644 website/static/img/ajith.jpg create mode 100644 website/static/img/ajith.png create mode 100644 website/static/img/andreas-scaled.png create mode 100644 website/static/img/jarrod-scaled.png create mode 100644 website/static/img/map.png (limited to 'website/static') diff --git a/website/static/css/bootstrap.css b/website/static/css/bootstrap.css index b525752..06d8c86 100644 --- a/website/static/css/bootstrap.css +++ b/website/static/css/bootstrap.css @@ -1290,6 +1290,7 @@ h6, } p { margin: 0 0 10.5px; + color: #3676ab; } .lead { margin-bottom: 21px; diff --git a/website/static/css/freelancer.css b/website/static/css/freelancer.css index 4750a6e..3662195 100644 --- a/website/static/css/freelancer.css +++ b/website/static/css/freelancer.css @@ -479,3 +479,21 @@ footer .footer-below { display: none; opacity: 0; } + +.map-iframe { + width: 90%; + height: 400px; +} + +.img-responsive-speakers, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img { + display: block; + max-width: 100%; + height: auto; + border-radius: 20px; +} + +.calendar-icon { + width: 50px; + height: 50px; + float: left; +} diff --git a/website/static/img/ajith-scaled.jpg b/website/static/img/ajith-scaled.jpg new file mode 100644 index 0000000..aa0c45f Binary files /dev/null and b/website/static/img/ajith-scaled.jpg differ diff --git a/website/static/img/ajith.jpg b/website/static/img/ajith.jpg new file mode 100644 index 0000000..201e951 Binary files /dev/null and b/website/static/img/ajith.jpg differ diff --git a/website/static/img/ajith.png b/website/static/img/ajith.png new file mode 100644 index 0000000..9c7e216 Binary files /dev/null and b/website/static/img/ajith.png differ diff --git a/website/static/img/andreas-scaled.png b/website/static/img/andreas-scaled.png new file mode 100644 index 0000000..aadce65 Binary files /dev/null and b/website/static/img/andreas-scaled.png differ diff --git a/website/static/img/andreas.png b/website/static/img/andreas.png index 5023082..a412cf3 100644 Binary files a/website/static/img/andreas.png and b/website/static/img/andreas.png differ diff --git a/website/static/img/calendar.png b/website/static/img/calendar.png index b132c97..6125853 100644 Binary files a/website/static/img/calendar.png and b/website/static/img/calendar.png differ diff --git a/website/static/img/jarrod-scaled.png b/website/static/img/jarrod-scaled.png new file mode 100644 index 0000000..2faa75e Binary files /dev/null and b/website/static/img/jarrod-scaled.png differ diff --git a/website/static/img/jarrod.png b/website/static/img/jarrod.png index 46e1703..f9b93c4 100644 Binary files a/website/static/img/jarrod.png and b/website/static/img/jarrod.png differ diff --git a/website/static/img/map.png b/website/static/img/map.png new file mode 100644 index 0000000..3d29b6d Binary files /dev/null and b/website/static/img/map.png differ -- cgit