File tree Expand file tree Collapse file tree 3 files changed +46
-1
lines changed Expand file tree Collapse file tree 3 files changed +46
-1
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,31 @@ import Link from '@docusaurus/Link';
17
17
- ** Date:** September 12, Thursday
18
18
- ** Time:** 6:30pm-8:00pm
19
19
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
+
20
38
### 🚩 Agenda
21
39
1 . Sign in with attendance code
22
40
2 . Complete simple form from presentation
23
41
3 . Presentation
24
42
4 . Break for Pizza
25
43
5 . Hands-on: Starting PhotoSky
26
44
27
-
28
45
### 📓 Kickoff Meeting Notes
29
46
[ Club Presentation] ( https://studentuml.sharepoint.com/:p:/s/UMLCloudComputingClub/ERs7iVhp-bVOjoOP7s_kZnQBIMa0QhztQCucu83zM7NHxA?e=ewRg88 )
30
47
<br />
Original file line number Diff line number Diff line change @@ -17,6 +17,23 @@ sidebar_position: 3
17
17
- ** Date:** September 12, Thursday
18
18
- ** Time:** 6:30pm-8:00pm
19
19
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
+
20
37
### 🚩 Agenda
21
38
1 . Sign in with attendance code
22
39
2 . [ AWS Core Services Presentation] ( https://studentuml.sharepoint.com/:p:/s/UMLCloudComputingClub/ERlgCaetR51LukTSs6tS9FYBFJelpc205kJXcLI2WJIPHQ?e=agcpTU ) by Alvin Yu
Original file line number Diff line number Diff line change 50
50
background-color : grey.800;
51
51
}
52
52
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
+
53
64
/* FontAwesome */
54
65
.navbar__icon {
55
66
height : 2.5rem ;
You can’t perform that action at this time.
0 commit comments