Created
August 10, 2018 21:56
-
-
Save riyaadazad/0795571f1bfd237d77317c7b25e81d5b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Riyaad Azad | My To-Do List</title> | |
</head> | |
<body style="background-color: lightYellow"> | |
<h2 style="color: red">My To-Do List</h2> | |
<ul> | |
<li style="color: red; font-size: 20px"><strong>Coding Websites to Check Out</strong></li> | |
</ul> | |
<ol> | |
<ol style="background-color: yellow"> | |
<li><a href="https://www.codecademy.com">Codecademy</a></li> | |
<li><a href="https://www.codeschool.com">Code School</a></li> | |
<li><a href="https://www.codehs.com">CodeHS</a></li> | |
<li><a href="https://www.udacity.com">Udacity</a></li> | |
<li><a href="https://www.pythontutor.com">Python Tutor</a></li> | |
<li><a href="https://www.udemy.com">Udemy</a></li> | |
<li><a href="https://www.teamtreehouse.com">Tree House</a></li> | |
<li><a href="https://www.coursera.org">Coursera</a></li> | |
<li><a href="https://www.learncodethehardway.org">Learn Code the Hard Way</a></li> | |
</ol> | |
</ol> | |
<ul> | |
<li style="color: red; font-size: 20px"><strong>Homework</strong></li> | |
</ul> | |
<ul> | |
<ul style="background-color:yellow"> | |
<li><a href="file:///C:/Users/Riyaad%20Azad/Documents/Summer%20Reading%20Assignment%206G.html">Summer Reading Assignment</a></li> | |
<li>Ramadan Journal</li> | |
</ul> | |
</ul> | |
<ul> | |
<li style="color: red; font-size: 20px"><strong>Important</strong></li> | |
</ul> | |
<ul> | |
<ul style="background-color: yellow"> | |
<li>Read Qur'an</li> | |
<li>Write in card for Mama</li> | |
<li><a href="https://www.codecademy.com">Program a home-made card for Mama (with HTML/CSS, & JS)</a></li> | |
<li>Use <em>CeraVe</em> and scrub when showering</li> | |
<li>Play Wii</li> | |
<ul> | |
<li>NFS ProStreet</li> | |
<li>Wii Sports Resort</li> | |
<li>Wii Play Motion</li> | |
</ul> | |
<li>Play <a href="https://www.silenthunteronline.com">Silent Hunter Online</a></li> | |
<li>Check e-mail (<a href="https://www.outlook.com">outlook.com</a>)</li> | |
<li>Add jokes to <a href="file:///C:/Users/Riyaad%20Azad/Documents/Artichoke%20Joke.html">Joke Book</a></li> | |
</ul> | |
</ul> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment