Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/schedule/2023Fall.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ This schedule is outdated and refers to a past semester. Please check the [lates

<center>

[![Website](https://img.shields.io/badge/Website-UML%20Engage-blue.svg?style=for-the-badge)](https://umasslowellclubs.campuslabs.com/engage/organization/cloudcomputingclub)
[![Discord](https://img.shields.io/discord/890983857938116729?logo=discord&logoColor=white&style=for-the-badge)](https://discord.gg/WC2NdqYtDt)
[![Email](https://img.shields.io/badge/Email-cloudcomputingclub%40uml.edu-red.svg?logo=gmail&logoColor=white&style=for-the-badge)](mailto:cloudcomputingclub@uml.edu)

Expand Down
1 change: 0 additions & 1 deletion docs/schedule/2024Fall/2024Fall.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ This schedule is outdated and refers to a past semester. Please check the [lates

<center>

[![Website](https://img.shields.io/badge/Website-UML%20Engage-blue.svg?style=for-the-badge)](https://umasslowellclubs.campuslabs.com/engage/organization/cloudcomputingclub)
[![Discord](https://img.shields.io/discord/890983857938116729?logo=discord&logoColor=white&style=for-the-badge)](https://discord.gg/WC2NdqYtDt)
[![Email](https://img.shields.io/badge/Email-cloudcomputingclub%40uml.edu-red.svg?logo=gmail&logoColor=white&style=for-the-badge)](mailto:cloudcomputingclub@uml.edu)

Expand Down
1 change: 0 additions & 1 deletion docs/schedule/2024Spring.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ This schedule is outdated and refers to a past semester. Please check the [lates

<center>

[![Website](https://img.shields.io/badge/Website-UML%20Engage-blue.svg?style=for-the-badge)](https://umasslowellclubs.campuslabs.com/engage/organization/cloudcomputingclub)
[![Discord](https://img.shields.io/discord/890983857938116729?logo=discord&logoColor=white&style=for-the-badge)](https://discord.gg/WC2NdqYtDt)
[![Email](https://img.shields.io/badge/Email-cloudcomputingclub%40uml.edu-red.svg?logo=gmail&logoColor=white&style=for-the-badge)](mailto:cloudcomputingclub@uml.edu)

Expand Down
1 change: 0 additions & 1 deletion docs/schedule/2025Spring/2025Spring.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ ogDescription: Explore the Spring 2025 meeting schedule for the UMass Lowell Clo

<center>

[![Website](https://img.shields.io/badge/Website-UML%20Engage-blue.svg?style=for-the-badge)](https://umasslowellclubs.campuslabs.com/engage/organization/cloudcomputingclub)
[![Discord](https://img.shields.io/discord/890983857938116729?logo=discord&logoColor=white&style=for-the-badge)](https://discord.gg/WC2NdqYtDt)
[![Email](https://img.shields.io/badge/Email-cloudcomputingclub%40uml.edu-red.svg?logo=gmail&logoColor=white&style=for-the-badge)](mailto:cloudcomputingclub@uml.edu)

Expand Down
28 changes: 18 additions & 10 deletions docs/schedule/2025Spring/Week7.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tag: meeting-notes
- **Date:** March 6th, 2025
- **Time:** 6:30pm-8:30pm

### 🎥 Meeting Recording:
{/* ### 🎥 Meeting Recording: */}
{/* <div class="iframe-container">
<iframe
src=""
Expand All @@ -32,22 +32,30 @@ tag: meeting-notes


### 🚩 Agenda
1. ...
2.
3.
1. Join for Pizza
2. Work on React Tutorial
3. Continue creating lambda functions


### 📓 Meeting Notes

**📄 Attendance**
- In-Person:
- Virtual:
<br/>

### Presentation Section
- In-Person: 9
- Virtual: 0

### 🧑‍💻 Hands On Section

Continue teaching React within Tutorial within Front End Team

Continue writing lambda functions within API and Infrastructure team.

API Team temporarily working with Infrastructure team.

### 🪄 Meeting Resources

#### 🚀 Next meeting(s)
Group picture

![Group Picture](https://media.discordapp.net/attachments/890983857938116737/1347374621808398396/WIN_20250306_20_05_06_Pro.jpg?ex=67cd9226&is=67cc40a6&hm=062605820cf05ef0c5bddf52073bc90067893eff8a27366093690e56ea0a76d5&=&format=webp&width=1220&height=686)
#### 🚀 Next meeting(s)

Continued development on Immersion in Infrastructure team and continuing React Basics in Front End team.
16 changes: 8 additions & 8 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,14 @@ const config = {
disableSwitch: false,
respectPrefersColorScheme: true,
},
// announcementBar: {
// id: 'announcement-bar',
// content:
// '🧑‍💻🍕💬 Next <a href="https://umlcloudcomputing.org/docs/current-schedule">meeting</a> @ Olsen Hall 330 on Feb 27th! Come join us! 💬🍕🧑‍💻',
// backgroundColor: '#48a0ff',
// textColor: '#fff',
// isCloseable: false
// },
announcementBar: {
id: 'announcement-bar',
content:
'🌿 Enjoy your Spring break! 🌿',
backgroundColor: '#48a0ff',
textColor: '#fff',
isCloseable: false
},
navbar: {
title: 'UML Cloud Computing Club',
logo: {
Expand Down
Loading