diff options
author | hardythe1 | 2015-06-12 15:51:53 +0530 |
---|---|---|
committer | hardythe1 | 2015-06-12 15:51:53 +0530 |
commit | 29372cea6b2154d5a263cdf150986deefcab17a0 (patch) | |
tree | e3b388b8174880c5a8f8ea184847d223b9679963 /website/static | |
parent | c595c908937b8d10eabf3f01bf77e98861f88282 (diff) | |
download | SciPy2015-29372cea6b2154d5a263cdf150986deefcab17a0.tar.gz SciPy2015-29372cea6b2154d5a263cdf150986deefcab17a0.tar.bz2 SciPy2015-29372cea6b2154d5a263cdf150986deefcab17a0.zip |
add speaker & venue details
Diffstat (limited to 'website/static')
-rw-r--r-- | website/static/css/bootstrap.css | 1 | ||||
-rw-r--r-- | website/static/css/freelancer.css | 18 | ||||
-rw-r--r-- | website/static/img/ajith-scaled.jpg | bin | 0 -> 54623 bytes | |||
-rw-r--r-- | website/static/img/ajith.jpg | bin | 0 -> 10995 bytes | |||
-rw-r--r-- | website/static/img/ajith.png | bin | 0 -> 51505 bytes | |||
-rw-r--r-- | website/static/img/andreas-scaled.png | bin | 0 -> 156296 bytes | |||
-rw-r--r-- | website/static/img/andreas.png | bin | 209420 -> 101333 bytes | |||
-rw-r--r-- | website/static/img/calendar.png | bin | 5224 -> 5609 bytes | |||
-rw-r--r-- | website/static/img/jarrod-scaled.png | bin | 0 -> 139881 bytes | |||
-rw-r--r-- | website/static/img/jarrod.png | bin | 235437 -> 95520 bytes | |||
-rw-r--r-- | website/static/img/map.png | bin | 0 -> 191942 bytes |
11 files changed, 19 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000..aa0c45f --- /dev/null +++ b/website/static/img/ajith-scaled.jpg diff --git a/website/static/img/ajith.jpg b/website/static/img/ajith.jpg Binary files differnew file mode 100644 index 0000000..201e951 --- /dev/null +++ b/website/static/img/ajith.jpg diff --git a/website/static/img/ajith.png b/website/static/img/ajith.png Binary files differnew file mode 100644 index 0000000..9c7e216 --- /dev/null +++ b/website/static/img/ajith.png diff --git a/website/static/img/andreas-scaled.png b/website/static/img/andreas-scaled.png Binary files differnew file mode 100644 index 0000000..aadce65 --- /dev/null +++ b/website/static/img/andreas-scaled.png diff --git a/website/static/img/andreas.png b/website/static/img/andreas.png Binary files differindex 5023082..a412cf3 100644 --- a/website/static/img/andreas.png +++ b/website/static/img/andreas.png diff --git a/website/static/img/calendar.png b/website/static/img/calendar.png Binary files differindex b132c97..6125853 100644 --- a/website/static/img/calendar.png +++ b/website/static/img/calendar.png diff --git a/website/static/img/jarrod-scaled.png b/website/static/img/jarrod-scaled.png Binary files differnew file mode 100644 index 0000000..2faa75e --- /dev/null +++ b/website/static/img/jarrod-scaled.png diff --git a/website/static/img/jarrod.png b/website/static/img/jarrod.png Binary files differindex 46e1703..f9b93c4 100644 --- a/website/static/img/jarrod.png +++ b/website/static/img/jarrod.png diff --git a/website/static/img/map.png b/website/static/img/map.png Binary files differnew file mode 100644 index 0000000..3d29b6d --- /dev/null +++ b/website/static/img/map.png |