Skip to content

Commit 02eb059

Browse files
committed
Adds additional images to image caurosel on home page
1 parent ecba6eb commit 02eb059

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,27 @@
2525
<img src="https://assets.csh.rit.edu/pubsite/rock.jpeg" alt="CSHers crowd around a rock painted red with a CSH logo on it in white" />
2626
</picture>
2727
</div>
28+
<div>
29+
<picture>
30+
<source srcset="https://assets.csh.rit.edu/pubsite/science_house_2019.webp" type="image/webp" />
31+
<source srcset="https://assets.csh.rit.edu/pubsite/science_house_2019.jpeg" type="image/jpeg" />
32+
<img src="https://assets.csh.rit.edu/pubsite/science_house_2019.jpeg" alt="A sign that reads Science House with CSHers in the background. Taken at Fall Camping 2019" />
33+
</picture>
34+
</div>
35+
<div>
36+
<picture>
37+
<source srcset="https://assets.csh.rit.edu/pubsite/holiday_dinner_2019.webp" type="image/webp" />
38+
<source srcset="https://assets.csh.rit.edu/pubsite/holiday_dinner_2019.webp" type="image/jpeg" />
39+
<img src="https://assets.csh.rit.edu/pubsite/holiday_dinner_2019.webp" alt="CSHers pose for a group photo after Holiday Dinner 2019" />
40+
</picture>
41+
</div>
42+
<div>
43+
<picture>
44+
<source srcset="https://assets.csh.rit.edu/pubsite/fall_camping_group_2019.webp" type="image/webp" />
45+
<source srcset="https://assets.csh.rit.edu/pubsite/fall_camping_group_2019.webp" type="image/jpeg" />
46+
<img src="https://assets.csh.rit.edu/pubsite/fall_camping_group_2019.webp" alt="A group of CSHers at Fall Camping 2019" />
47+
</picture>
48+
</div>
2849
</div>
2950

3051
<div class="gray-wrapper">

0 commit comments

Comments
 (0)