Skip to content

Commit d1d6ae2

Browse files
committed
Adding Presentation Photos
1 parent 6937866 commit d1d6ae2

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-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']}}" width="100" height="100" />
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']}}" width="100" height="100" />
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ body {
300300

301301
.reveal section img {
302302
margin: 15px 0;
303-
border: 4px solid #222;
303+
border: none;
304304
box-shadow: 0 0 10px rgba(0, 0, 0, .15);
305305
background: rgba(255, 255, 255, .12);
306306
}

0 commit comments

Comments
 (0)