Skip to content

Commit 1e20a23

Browse files
authored
Merge pull request #194 from devinmatte/presentation_photos
Adding Presentation Photos
2 parents a9aa75b + 843d1ed commit 1e20a23

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

conditional/templates/intro_eval_slideshow.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
{% for m in members %}
1313
<section id="slide-{{m['uid']}}">
1414
<section>
15+
<img class="eval-user-img" alt="{{m['uid']}}" src="https://profiles.csh.rit.edu/image/{{m['uid']}}" />
1516
<h1>{{m['name']}}</h1>
1617
<div class="row">
1718
<div class="col-xs-12 col-md-3">

conditional/templates/spring_eval_slideshow.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
{% for m in members %}
1313
<section id="slide-{{m['uid']}}">
1414
<section>
15+
<img class="eval-user-img" alt="{{m['uid']}}" src="https://profiles.csh.rit.edu/image/{{m['uid']}}" />
1516
<h1>{{m['name']}}</h1>
1617
<div class="row">
1718
<div class="col-xs-12 col-md-4">

frontend/stylesheets/components/reveal/_white.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,9 @@ body {
300300

301301
.reveal section img {
302302
margin: 15px 0;
303-
border: 4px solid #222;
303+
border: none;
304+
width: 100px;
305+
height: 100px;
304306
box-shadow: 0 0 10px rgba(0, 0, 0, .15);
305307
background: rgba(255, 255, 255, .12);
306308
}

0 commit comments

Comments
 (0)