Skip to content

Commit 9109945

Browse files
authored
chore: Added meeting video iframes (#110)
1 parent 30a965f commit 9109945

File tree

3 files changed

+46
-1
lines changed

3 files changed

+46
-1
lines changed

docs/schedule/2024Fall/Week2.mdx

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,31 @@ import Link from '@docusaurus/Link';
1717
- **Date:** September 12, Thursday
1818
- **Time:** 6:30pm-8:00pm
1919

20+
### 🎥 Meeting Recording:
21+
<div style={{maxWidth: "1280px"}}>
22+
<div style={{
23+
position: "relative",
24+
paddingBottom: "56.25%",
25+
height: 0,
26+
overflow: "hidden",
27+
borderRadius: "16px"
28+
}}>
29+
<iframe src="https://studentuml.sharepoint.com/sites/UMLCloudComputingClub/_layouts/15/embed.aspx?UniqueId=7f185a06-b058-48e7-b7eb-0322f93241db&embed=%7B%22ust%22%3Atrue%2C%22hv%22%3A%22CopyEmbedCode%22%7D&referrer=StreamWebApp&referrerScenario=EmbedDialog.Create"
30+
width="1280" height="720" frameborder="0" scrolling="no"
31+
allowfullscreen title="Kickstarter Event Presentation (9-13-2024).mp4"
32+
className="meeting_recording_iframe">
33+
</iframe>
34+
</div>
35+
</div>
36+
37+
2038
### 🚩 Agenda
2139
1. Sign in with attendance code
2240
2. Complete simple form from presentation
2341
3. Presentation
2442
4. Break for Pizza
2543
5. Hands-on: Starting PhotoSky
2644

27-
2845
### 📓 Kickoff Meeting Notes
2946
[Club Presentation](https://studentuml.sharepoint.com/:p:/s/UMLCloudComputingClub/ERs7iVhp-bVOjoOP7s_kZnQBIMa0QhztQCucu83zM7NHxA?e=ewRg88)
3047
<br/>

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,23 @@ sidebar_position: 3
1717
- **Date:** September 12, Thursday
1818
- **Time:** 6:30pm-8:00pm
1919

20+
### 🎥 Meeting Recording:
21+
<div style={{maxWidth: "1280px"}}>
22+
<div style={{
23+
position: "relative",
24+
paddingBottom: "56.25%",
25+
height: 0,
26+
overflow: "hidden",
27+
borderRadius: "16px"
28+
}}>
29+
<iframe src="https://studentuml.sharepoint.com/sites/UMLCloudComputingClub/_layouts/15/embed.aspx?UniqueId=cfb2db45-790b-4bf6-8173-628eeb07fd57&embed=%7B%22ust%22%3Atrue%2C%22hv%22%3A%22CopyEmbedCode%22%7D&referrer=StreamWebApp&referrerScenario=EmbedDialog.Create"
30+
width="1280" height="720" frameborder="0" scrolling="no"
31+
allowfullscreen title="Week 2 (9-19-2024).mp4"
32+
className="meeting_recording_iframe">
33+
</iframe>
34+
</div>
35+
</div>
36+
2037
### 🚩 Agenda
2138
1. Sign in with attendance code
2239
2. [AWS Core Services Presentation](https://studentuml.sharepoint.com/:p:/s/UMLCloudComputingClub/ERlgCaetR51LukTSs6tS9FYBFJelpc205kJXcLI2WJIPHQ?e=agcpTU) by Alvin Yu

src/css/custom.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,17 @@
5050
background-color: grey.800;
5151
}
5252

53+
.meeting_recording_iframe {
54+
border:none;
55+
position: absolute;
56+
top: 0;
57+
left: 0;
58+
right: 0;
59+
bottom: 0;
60+
height: 100%;
61+
max-width: 100%;
62+
}
63+
5364
/* FontAwesome */
5465
.navbar__icon {
5566
height: 2.5rem;

0 commit comments

Comments
 (0)