Skip to content

Commit d1e6be4

Browse files
committed
updated cover photo and awards after clubs and socs ball
1 parent 7e96512 commit d1e6be4

File tree

4 files changed

+16
-11
lines changed

4 files changed

+16
-11
lines changed

mps_site/data/dcufm.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
homepage_carousel = [
2-
{'url': 'assets/img/slideshow/ClubsAndSocs-36.jpg', 'alt': 'DCU MPS Slideshow Image 1'},
3-
{'url': 'assets/img/slideshow/DSC_0004.JPG', 'alt': 'DCU MPS Slideshow Image 2'},
4-
{'url': 'assets/img/slideshow/IMG_8407.jpg', 'alt': 'DCU MPS Slideshow Image 3'},
5-
{'url': 'assets/img/slideshow/DSC02140.JPG', 'alt': 'DCU MPS Slideshow Image 4'},
6-
{'url': 'assets/img/slideshow/DSC00472.JPG', 'alt': 'DCU MPS Slideshow Image 5'},
7-
{'url': 'assets/img/slideshow/DSC_0066.JPG', 'alt': 'DCU MPS Slideshow Image 6'},
8-
]
9-
101
dcufm_carousel = [
112
{'url': 'assets/img/slideshow/dcufm/DSC_0027.JPG', 'alt': 'DCUfm Slideshow Image 1'},
123
{'url': 'assets/img/slideshow/dcufm/DSC_0042.JPG', 'alt': 'DCUfm Slideshow Image 2'},

mps_site/data/homepage.py

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
homepage_carousel = [
2-
{'url': 'assets/img/slideshow/ClubsAndSocs-36.jpg', 'alt': 'DCU MPS Slideshow Image 1'},
2+
{'url': 'assets/img/slideshow/DSC07021.JPG', 'alt': 'DCU MPS Slideshow Image 1'},
33
{'url': 'assets/img/slideshow/DSC_0004.JPG', 'alt': 'DCU MPS Slideshow Image 2'},
44
{'url': 'assets/img/slideshow/IMG_8407.jpg', 'alt': 'DCU MPS Slideshow Image 3'},
55
{'url': 'assets/img/slideshow/DSC02140.JPG', 'alt': 'DCU MPS Slideshow Image 4'},
@@ -132,6 +132,20 @@
132132
"title": "Awards",
133133
"subtitle": "Our Society has won many awards over the years!",
134134
"awards": [
135+
{
136+
"award": "Best Society Promotional Video - This is DCU TV",
137+
"sponsor": "DCU Society Awards",
138+
"year": "2025",
139+
"award_icon": "fa-solid fa-trophy",
140+
"award_image": "assets/images/awards/clubsandsocs.jpg"
141+
},
142+
{
143+
"award": "Individual Contribution to Society Life - Jake Farrell",
144+
"sponsor": "DCU Society Awards",
145+
"year": "2025",
146+
"award_icon": "fa-solid fa-trophy",
147+
"award_image": "assets/images/awards/clubsandsocs.jpg"
148+
},
135149
{
136150
"award": "Best Society in a Cultural / Academic / Social Field",
137151
"sponsor": "DCU Society Awards",
1.56 MB
Loading

mps_site/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<div class="title-large">
66
<h1>DCU Media Production Society</h1>
7-
<h3><i>DCU's Best Society 2023/24</i></h3>
7+
<h3><i>DCU's Best Society 2023/24, Best Society Promotional Video 2024/25</i></h3>
88
</div>
99

1010
<h3 style="font-size: 20px; padding: 10px; padding-top: 20px;"><i>DCU Media Production Society is home to DCUtv, DCUfm & The College View. We take pride in producing Ireland’s best student-media! Love Media? Love MPS!</i></h3>

0 commit comments

Comments
 (0)