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
10 changes: 5 additions & 5 deletions docs/schedule/2025Spring/Week11.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ tag: meeting-notes
- **Time:** 6:30pm-8:30pm

### 🎥 Meeting Recording:
{/* <div class="iframe-container">
<div class="iframe-container">
<iframe
src=""
title=""
src="https://www.youtube.com/embed/h1YDXPzpSAA?si=PKFpvgPAijjcptm8"
title="3/3 Meeting - Meriem Elkoudi from Career and Co-op Center"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
Expand All @@ -28,7 +28,7 @@ tag: meeting-notes
}}
>
</iframe>
</div> */}
</div>


### 🚩 Agenda
Expand All @@ -44,7 +44,7 @@ tag: meeting-notes
- Virtual:
<br/>

### Presentation Section
### 🗣️ Presentation Section

Merium Elkoudi
- Junior
Expand Down
13 changes: 7 additions & 6 deletions docs/schedule/2025Spring/Week12.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ sidebar_position: 12


### 🚩 Agenda
1. ...
2.
3.
1. Break for Pizza
2. Sam from SAIC will talk about Kubernetes in the Cloud!
3. Questions and Discussion


### 📓 Meeting Notes
Expand All @@ -43,10 +43,11 @@ sidebar_position: 12
- Virtual:
<br/>

### Presentation Section

### 🧑‍💻 Hands On Section
### 🗣️ Presentation Section

### 🪄 Meeting Resources
[AWS EKS](https://docs.aws.amazon.com/eks/latest/userguide/what-is-eks.html)<br/>
[Kubernetes Fundamentals](https://kubernetes.io/docs/tutorials/kubernetes-basics/)


#### 🚀 Next meeting(s)
2 changes: 1 addition & 1 deletion docs/schedule/2025Spring/Week13.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tag: meeting-notes
- Virtual:
<br/>

### Presentation Section
### 🗣️ Presentation Section

### 🧑‍💻 Hands On Section

Expand Down
2 changes: 1 addition & 1 deletion docs/schedule/2025Spring/Week14.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tag: meeting-notes
- In-Person:
- Virtual:

### Presentation Section
### 🗣️ Presentation Section

### 🧑‍💻 Hands On Section

Expand Down
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:
// '🧑‍💻 Week 9 Meeting this upcoming Thursday! Immersion continues! 🍕',
// backgroundColor: '#48a0ff',
// textColor: '#fff',
// isCloseable: false
// },
announcementBar: {
id: 'announcement-bar',
content:
'🧑‍💻 Sam from SAIC this Thursday (Week 12)! Come learn about Kubernetes in the Cloud! 🍕',
backgroundColor: '#48a0ff',
textColor: '#fff',
isCloseable: false
},
navbar: {
title: 'UML Cloud Computing Club',
logo: {
Expand Down
Loading