generated from nighthawkcoders/student_2025
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Lara3333
committed
Nov 4, 2024
1 parent
6cf358b
commit 9ba78af
Showing
4 changed files
with
74 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
### Condtions | ||
|
||
> Here is what I have learned about Conditions and the hacks and homework I've done. | ||
|
||
<div style="display: flex; flex-wrap: wrap; gap: 10px;"> | ||
<a href="{{site.baseurl}}/csse/lessons/conditional_p1/" style="text-decoration: none;"> | ||
<div style="background-color: #a515f8; color: rgb(0, 0, 0); padding: 10px 20px; border-radius: 5px; font-weight: bold;"> | ||
Conditions p1 | ||
</div> | ||
</a> | ||
<a href="{{site.baseurl}}/csse/lessons/conditionals-p2/" style="text-decoration: none;"> | ||
<div style="background-color: #d088fa; color: rgb(0, 0, 0); padding: 10px 20px; border-radius: 5px; font-weight: bold;"> | ||
Conditions p2 | ||
</div> | ||
</a> | ||
<a href="{{site.baseurl}}/csse/lessons/conditions_p3/" style="text-decoration: none;"> | ||
<div style="background-color: #9e07f6; color: rgb(0, 0, 0); padding: 10px 20px; border-radius: 5px; font-weight: bold;"> | ||
Homework | ||
</div> | ||
</a> | ||
<a href="{{site.baseurl}}/csse/conditionals_hacks/" style="text-decoration: none;"> | ||
<div style="background-color: #9e07f6; color: rgb(0, 0, 0); padding: 10px 20px; border-radius: 5px; font-weight: bold;"> | ||
Hacks | ||
</div> | ||
</a> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
### Math Operators Lesson | ||
|
||
> Here is I've learned about math operators and the assignments I've done to them: | ||
|
||
<div style="display: flex; flex-wrap: wrap; gap: 10px;"> | ||
<a href="{{site.baseurl}}/csse/lessons/operators/" style="text-decoration: none;"> | ||
<div style="background-color: #f05485; color: rgb(0, 0, 0); padding: 10px 20px; border-radius: 5px; font-weight: bold;"> | ||
Math Operators Intro | ||
</div> | ||
</a> | ||
<a href="{{site.baseurl}}/csse/lessons/impliment_in_rpg/" style="text-decoration: none;"> | ||
<div style="background-color: #e22561; color: rgb(0, 0, 0); padding: 10px 20px; border-radius: 5px; font-weight: bold;"> | ||
Use in RPG | ||
</div> | ||
</a> | ||
<a href="{{site.baseurl}}/csse/lessons/mathhomework/" style="text-decoration: none;"> | ||
<div style="background-color: #f1acc2; color: rgb(0, 0, 0); padding: 10px 20px; border-radius: 5px; font-weight: bold;"> | ||
Homework | ||
</div> | ||
</a> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
### Variables: Hacks and Homework | ||
|
||
> Here is I've learned about variables and the assignments I've done to them: | ||
|
||
<div style="display: flex; flex-wrap: wrap; gap: 10px;"> | ||
<a href="{{site.baseurl}}/csse/lessons/variables/" style="text-decoration: none;"> | ||
<div style="background-color: #f05485; color: rgb(0, 0, 0); padding: 10px 20px; border-radius: 5px; font-weight: bold;"> | ||
Variables Intro | ||
</div> | ||
</a> | ||
<a href="{{site.baseurl}}/csse/lessons/variables_popcorn_hax/" style="text-decoration: none;"> | ||
<div style="background-color: #e22561; color: rgb(0, 0, 0); padding: 10px 20px; border-radius: 5px; font-weight: bold;"> | ||
Popcorn Hacks | ||
</div> | ||
</a> | ||
<a href="{{site.baseurl}}/csse/lessons/variables_hw/" style="text-decoration: none;"> | ||
<div style="background-color: #f1acc2; color: rgb(0, 0, 0); padding: 10px 20px; border-radius: 5px; font-weight: bold;"> | ||
Homework | ||
</div> | ||
</a> | ||
</div> |