diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644
index 00000000..2f54e4ac
--- /dev/null
+++ b/.vscode/launch.json
@@ -0,0 +1,14 @@
+{
+ // Use IntelliSense to learn about possible attributes.
+ // Hover to view descriptions of existing attributes.
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
+ "version": "0.2.0",
+ "configurations": [
+ {
+ "type": "editor-browser",
+ "request": "launch",
+ "name": "Open exercise1.html",
+ "url": "file:///c%3A/Users/stanl/.ssh/SL%20BU/bu-learning/exercise1.html"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Exercise 0/FavoriteThings.txt b/Exercise 0/FavoriteThings.txt
new file mode 100644
index 00000000..bd5e7fc5
--- /dev/null
+++ b/Exercise 0/FavoriteThings.txt
@@ -0,0 +1,3 @@
+Name: Stanley Li
+Movie: Alice in Wonderland 2010
+Music: Daylight
\ No newline at end of file
diff --git a/Exercise 1/exercise1.html b/Exercise 1/exercise1.html
new file mode 100644
index 00000000..9ee7420e
--- /dev/null
+++ b/Exercise 1/exercise1.html
@@ -0,0 +1,94 @@
+
+
+
+
+ Exercise 1
+ 6/27/2026
+
+
+
+ Stanley Li:Exercise 1-HTML
+ 6/27/2026
+
+
+ My Favorite Things
+
+
+
+ | First name |
+ Last name |
+ Favorite Movie Image |
+ Favorite Music Audio Sample |
+ Favorite Video Sample |
+
+
+
+
+ | Stanley |
+ Li |
+
+
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Exercise 2/exercise2.css b/Exercise 2/exercise2.css
new file mode 100644
index 00000000..4150e6e0
--- /dev/null
+++ b/Exercise 2/exercise2.css
@@ -0,0 +1,85 @@
+* {
+ box-sizing: border-box;
+ margin: 0;
+ padding: 0;
+ position: relative;
+}
+
+.blue {
+ background-color: blue;
+ width: 100%;
+ height: 250px;
+ flex-direction: row;
+ text-align: center;
+ padding-top: 90px;
+ color: white;
+}
+
+.orange {
+ background-color: orange;
+ width: 100%;
+ height: 250px;
+ flex-direction: row;
+ text-align: center;
+ padding-top: 45px;
+ color: white;
+}
+
+.Grey {
+ background-color: rgb(62, 57, 57);
+ width: 100%;
+ height: 250px;
+ flex-direction: row;
+ text-align: center;
+ padding-top: 100px;
+ color: white;
+}
+
+html {
+ border: 36px solid rgb(255, 255, 255);
+}
+
+a {
+ color: rgb(0, 123, 255);
+}
+
+.Title {
+ font-size: 50px;
+ font-weight: bold;
+}
+
+.logo {
+ margin-right: 1050px;
+ margin-top: -3250px;
+ border: 12px solid rgb(62, 57, 57);
+}
+
+.teamPhoto {
+ margin-right: 1050px;
+ margin-top: -3250px;
+ border: 12px solid orange;
+}
+
+.code {
+ margin-left: 1050px;
+ margin-top: -100%;
+ border: 12px solid rgb(62, 57, 57);
+}
+
+.engirl{
+ margin-right: 1050px;
+ margin-top: -100%;
+ border: 12px solid blue;
+}
+
+.engboy{
+ margin-left: 1050px;
+ margin-top: -100%;
+ border: 12px solid blue;
+}
+
+.teamPhoto2 {
+ margin-top: -100%;
+ margin-left: 1050px;
+ border: 12px solid orange;
+}
\ No newline at end of file
diff --git a/Exercise 2/exercise2.html b/Exercise 2/exercise2.html
new file mode 100644
index 00000000..e400bf5c
--- /dev/null
+++ b/Exercise 2/exercise2.html
@@ -0,0 +1,37 @@
+
+
+
+
+Exercise 2
+
+
+
+
+
+
Robotic Club Interest Meeting
+
Welcoming all students interested in electrical,
+
mechanical, and software engineering or business!
+

+

+
+
+
+
+
Join us on November 12 at 6 PM
+
Location: Room 207
+
We will be discussing our upcoming
+
season and how you can get involved!
+

+

+
+
+
+
+
+
Club Advisor: Mr. Litchford
+

+

+
+
+
+
\ No newline at end of file
diff --git a/assets/Alice, Exercise 1.png b/assets/Alice, Exercise 1.png
new file mode 100644
index 00000000..56f14d5b
Binary files /dev/null and b/assets/Alice, Exercise 1.png differ
diff --git a/assets/Building U exercise 1 music.mp3 b/assets/Building U exercise 1 music.mp3
new file mode 100644
index 00000000..3146ff75
Binary files /dev/null and b/assets/Building U exercise 1 music.mp3 differ
diff --git a/assets/Exercise 1 Video.mp4 b/assets/Exercise 1 Video.mp4
new file mode 100644
index 00000000..056f4f9f
Binary files /dev/null and b/assets/Exercise 1 Video.mp4 differ
diff --git a/assets/Exercise 2, code.jpg b/assets/Exercise 2, code.jpg
new file mode 100644
index 00000000..66fcbfae
Binary files /dev/null and b/assets/Exercise 2, code.jpg differ
diff --git a/assets/Exercise 2, en.jpg b/assets/Exercise 2, en.jpg
new file mode 100644
index 00000000..60794a9d
Binary files /dev/null and b/assets/Exercise 2, en.jpg differ
diff --git a/assets/Exercise 2, eng.jpg b/assets/Exercise 2, eng.jpg
new file mode 100644
index 00000000..83824bc7
Binary files /dev/null and b/assets/Exercise 2, eng.jpg differ
diff --git a/assets/Exercise 2.jpg b/assets/Exercise 2.jpg
new file mode 100644
index 00000000..7c39e23d
Binary files /dev/null and b/assets/Exercise 2.jpg differ
diff --git a/assets/FRC1758 Logo, Exercise 2.webp b/assets/FRC1758 Logo, Exercise 2.webp
new file mode 100644
index 00000000..54fc0c45
Binary files /dev/null and b/assets/FRC1758 Logo, Exercise 2.webp differ
diff --git a/assets/Technomancers 1758-All photos-76331596281.jpg b/assets/Technomancers 1758-All photos-76331596281.jpg
new file mode 100644
index 00000000..1f5fa9af
Binary files /dev/null and b/assets/Technomancers 1758-All photos-76331596281.jpg differ