diff options
Diffstat (limited to 'website')
-rw-r--r-- | website/static/css/bootstrap.css | 3 | ||||
-rw-r--r-- | website/static/img/ajith-scaled.jpg | bin | 11990 -> 36513 bytes | |||
-rw-r--r-- | website/static/img/ajith.png | bin | 55077 -> 0 bytes | |||
-rw-r--r-- | website/static/img/andreas-scaled.png | bin | 100658 -> 86078 bytes | |||
-rw-r--r-- | website/static/img/andreas.png | bin | 122718 -> 0 bytes | |||
-rw-r--r-- | website/static/img/jarrod-scaled.png | bin | 94240 -> 91126 bytes | |||
-rw-r--r-- | website/templates/base.html | 14 |
7 files changed, 9 insertions, 8 deletions
diff --git a/website/static/css/bootstrap.css b/website/static/css/bootstrap.css index 17723fb..80e0dbf 100644 --- a/website/static/css/bootstrap.css +++ b/website/static/css/bootstrap.css @@ -330,7 +330,8 @@ img { } .img-circle { border-radius: 50%; - width: 220px; + width: 210px; + height:250px; } hr { margin-top: 20px; diff --git a/website/static/img/ajith-scaled.jpg b/website/static/img/ajith-scaled.jpg Binary files differindex 3092891..27a7054 100644 --- a/website/static/img/ajith-scaled.jpg +++ b/website/static/img/ajith-scaled.jpg diff --git a/website/static/img/ajith.png b/website/static/img/ajith.png Binary files differdeleted file mode 100644 index aa7da9f..0000000 --- a/website/static/img/ajith.png +++ /dev/null diff --git a/website/static/img/andreas-scaled.png b/website/static/img/andreas-scaled.png Binary files differindex 9065305..3252d9b 100644 --- a/website/static/img/andreas-scaled.png +++ b/website/static/img/andreas-scaled.png diff --git a/website/static/img/andreas.png b/website/static/img/andreas.png Binary files differdeleted file mode 100644 index 5741470..0000000 --- a/website/static/img/andreas.png +++ /dev/null diff --git a/website/static/img/jarrod-scaled.png b/website/static/img/jarrod-scaled.png Binary files differindex 7e9541d..863fc6b 100644 --- a/website/static/img/jarrod-scaled.png +++ b/website/static/img/jarrod-scaled.png diff --git a/website/templates/base.html b/website/templates/base.html index 54d57db..4ac71c2 100644 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -107,19 +107,19 @@ <h2 class="centered">SPEAKERS</h2> <hr> <div class="col-lg-3 centered" style="margin-left:15%"> - <img src="{% static 'img/jarrod-scaled.png' %}" class="img img-circle" alt=""></img> - <h4><a href="http://www.jarrodmillman.com/" target="_blank"><strong>Jarrod Millman</strong></a></h4> - <p></p> - <a href="https://github.com/jarrodmillman" target="_blank"><img width=30 height=30 src="{% static 'img/github.png' %}"></img></a> - <a href="http://www.jarrodmillman.com/" target="_blank"><img width=30 height=30 src="{% static 'img/internet.png' %}"></img></a> - </div> - <div class="col-lg-3 centered"> <img src="{% static 'img/andreas-scaled.png' %}" class="img img-circle" alt=""></img> <h4><a href="http://mathema.tician.de/" target="_blank"><strong>Andreas Klöckner</strong></a></h4> <p></p> <a href="https://github.com/inducer" target="_blank"><img width=30 height=30 src="{% static 'img/github.png' %}"></img></a> <a href="http://mathema.tician.de/" target="_blank"><img width=30 height=30 src="{% static 'img/internet.png' %}"></img></a> </div> + <div class="col-lg-3 centered"> + <img src="{% static 'img/jarrod-scaled.png' %}" class="img img-circle" alt=""></img> + <h4><a href="http://www.jarrodmillman.com/" target="_blank"><strong>Jarrod Millman</strong></a></h4> + <p></p> + <a href="https://github.com/jarrodmillman" target="_blank"><img width=30 height=30 src="{% static 'img/github.png' %}"></img></a> + <a href="http://www.jarrodmillman.com/" target="_blank"><img width=30 height=30 src="{% static 'img/internet.png' %}"></img></a> + </div> <div class="col-lg-3 centered"> <img src="{% static 'img/ajith-scaled.jpg' %}" class="img img-circle" alt=""></img> <h4><a href="http://expeyes.in/" target="_blank"><strong>Dr. Ajith Kumar</strong></a></h4> <p></p> |