Skip to content

Commit 31d09df

Browse files
authored
chore: Added meeting pictures from past meetings. Simple implementation (#212)
1 parent 9270ff2 commit 31d09df

File tree

5 files changed

+40
-0
lines changed

5 files changed

+40
-0
lines changed

docs/schedule/2023Fall.md renamed to docs/schedule/2023Fall.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ This schedule is outdated and refers to a past semester. Please check the [lates
1919

2020
Welcome to the UMass Lowell Cloud Computing Club! Our mission is to explore cloud computing and its applications using Amazon Web Services (AWS) and related technologies. Whether you're a beginner or an expert, join us as we learn together, build projects, and connect with industry professionals.
2121

22+
## 📸 Semester Pictures
23+
24+
![Fall 2023 Meeting 1](https://se-images-blob.campuslabs.com/documents/520/c93b4209-3af5-4d30-e50e-08dc245e249c/1500.png)
25+
![Fall 2023 Meeting 2](https://se-images-blob.campuslabs.com/documents/520/7c906c82-4475-4cc7-e50d-08dc245e249c/1500.png)
26+
27+
2228
## Meeting Schedule
2329

2430
**Meeting Time**: Every meeting will be from 6:30pm-9:30pm.

docs/schedule/2024Fall/2024Fall.md renamed to docs/schedule/2024Fall/2024Fall.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ This schedule is outdated and refers to a past semester. Please check the [lates
2121

2222
# 🍂 Fall 2024
2323

24+
## 📸 Semester Pictures
25+
26+
![Agile Fall 2024](https://se-images-blob.campuslabs.com/documents/520/0e40cee7-bd4d-4bb3-abc7-08dcf4f4e462/1500.jpg)
27+
28+
![Kickoff Fall 2024](https://se-images-blob.campuslabs.com/documents/520/61993e7d-a280-4c7a-f218-08dcdef18805/1500.png)
29+
30+
![Open House Fall 2024](https://se-images-blob.campuslabs.com/documents/520/aea963e3-64b9-44b0-4368-08dd0856f880/1500.jpg)
31+
2432
## 📆 Meeting Schedule
2533

2634
**Events & Meeting Location**:

docs/schedule/2024Spring.md renamed to docs/schedule/2024Spring.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ This schedule is outdated and refers to a past semester. Please check the [lates
1919

2020
Welcome to the UMass Lowell Cloud Computing Club! Our mission is to explore cloud computing and its applications using Amazon Web Services (AWS) and related technologies. Whether you're a beginner or an expert, join us as we learn together, build projects, and connect with industry professionals.
2121

22+
## 📸 Semester Pictures
23+
24+
![Frontend UniPath Spring 2024](https://se-images-blob.campuslabs.com/documents/520/f1c2faf9-2ec8-4dcf-0d8e-08dc3838a586/1500.jpg)
25+
26+
![Backend UniPath Spring 2024](https://se-images-blob.campuslabs.com/documents/520/3480e3fc-4ac9-4df7-19b8-08dc3825692a/1500.jpg)
27+
2228
## :calendar: Meeting Schedule
2329

2430
**Events & Meeting Location**: https://umasslowellclubs.campuslabs.com/engage/organization/cloudcomputingclub/events

docs/schedule/2025Spring/2025Spring.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ ogTitle: Meeting Schedule for Spring 2025
77
ogDescription: Explore the Spring 2025 meeting schedule for the UMass Lowell Cloud Computing Club. Join us for virtual and hybrid sessions every week, featuring expert presentations, hands-on activities, and collaborative projects like UniPath.io. Stay engaged, learn from industry leaders, and contribute to exciting cloud computing initiatives.
88
---
99

10+
:::danger
11+
This schedule is outdated and refers to a past semester. Please check the [latest schedule](../current-schedule) for current information.
12+
:::
13+
14+
1015
<center>
1116

1217
[![Discord](https://img.shields.io/discord/890983857938116729?logo=discord&logoColor=white&style=for-the-badge)](https://discord.gg/WC2NdqYtDt)
@@ -16,6 +21,15 @@ ogDescription: Explore the Spring 2025 meeting schedule for the UMass Lowell Clo
1621

1722
# 🌿 Spring 2025
1823

24+
## 📸 Semester Pictures
25+
26+
![Sam DeLap Meeting Spring 2025](https://se-images-blob.campuslabs.com/documents/520/39c6f343-b243-4083-9fc8-08dd83f7c10e/1500.jpg)
27+
28+
![Club Fair Spring 2025](https://se-images-blob.campuslabs.com/documents/520/1f5f028f-8fe1-43a6-9fc9-08dd83f7c10e/1500.jpg)
29+
30+
![General Meeting Spring 2025](https://se-images-blob.campuslabs.com/documents/520/8529afb2-4be3-4ba0-9fc7-08dd83f7c10e/1500.jpg)
31+
32+
1933
## 📆 Meeting Schedule
2034

2135
**Events & Meeting Location**:

src/css/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,4 +218,10 @@ html[data-theme='dark'] .navbar__github {
218218
-webkit-background-clip: text;
219219
background-clip: text;
220220
color: transparent;
221+
}
222+
223+
.meeting-pictures {
224+
border-radius: 8px;
225+
max-width: 500px;
226+
max-height: 300px;
221227
}

0 commit comments

Comments
 (0)