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
21 changes: 13 additions & 8 deletions docs/schedule/2025Spring/Week6.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,27 @@ tag: meeting-notes


### 🚩 Agenda
1. ...
2.
3.
1. Break for Pizza
2. Infrastructure Team: Defining some lambda functions
3. Front End: Covering fundamentals


### 📓 Meeting Notes

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

### Presentation Section

### 🧑‍💻 Hands On Section

Covered a React Tutorial within Front End Team

Infrastructure team began writing a few test lambda functions

### 🪄 Meeting Resources
[React Tutorial](https://github.com/UMLCloudComputing/react-tutorial)

#### 🚀 Next meeting(s)

#### 🚀 Next meeting(s)
Continue working on Immersion within our teams
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:
// '🧑‍💻🍕💬 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
// },
navbar: {
title: 'UML Cloud Computing Club',
logo: {
Expand Down
Loading