Here is my Morning Routine for the weekday!
[[Brushing Teeth]]
Here is my Morning Routine for the weekend!
[[Brush Teeth]] First, I brush my teeth as soon as I get up in the morning!
[[Eat Breakfast]]
[[Morning Routine]] After I am done brushing my teeth, I usually eat breakfast so I can start my day off right!
[[Zoom Class]]
[[Brushing Teeth]]
[[Morning Routine]] First, I brush my teeth once I wake up!
[[Shower]]
[[Morning Routine]] Next, I take a shower to get my body cleaned.
[[Breakfast]]
[[Brush Teeth]]
[[Morning Routine]] Lastly, after I am done eating breakfast, I start off with homework, usually I start off with less diffcult homework and I build my way up to the most difficult homework!
[[Shower]]
[[Morning Routine]] Once I am done with eating breakfast, I start my Calculus Zoom class at 10am! I love to study Calculus especially with learning about derivatives.
[[Morning Routine]]
[[Eat Breakfast]] Once I am done with my shower, I eat a light breakfast, usually it consists of cereal or a toast.
[[Homework]]
[[Shower]]
[[Morning Routine]]
<script>
function EmbedTwineUpdateHeight(){
var passage = document.getElementsByTagName("tw-passage")[0];
if (passage === undefined){//SugarCube
passage = document.getElementById("passages");
}
var newHeight = passage.offsetHeight;
if(newHeight<500){newHeight=500;}
window.parent.postMessage(["setHeight", newHeight], "*");
console.log(newHeight);
}
setTimeout(EmbedTwineUpdateHeight, 50);
</script>