Created
August 10, 2018 21:59
-
-
Save riyaadazad/f2e2d399eb75762bbdc858541c489c11 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's To-Do List</title> | |
</head> | |
<body style="background-color: lightYellow"> | |
<h1 style="background-color:black; color: red; text-align:center">My To-Do List</h1> | |
<ul> | |
<li style="color: red; font-size: 20px"><strong>Homework</strong></li> | |
</ul> | |
<ul> | |
<ul> | |
<li><a href="file:///C:/Users/Riyaad%20Azad/Documents/Summer%20Reading%20Assignment%206G.html"><em>Summer Reading Assignment</em></a></li> | |
<li><em>Ramadan Journal</em></li> | |
</ul> | |
</ul> | |
<ul> | |
<li style="color: red; font-size: 20px"><strong>Important</strong></li> | |
</ul> | |
<ul> | |
<ul> | |
<li>Read <em>Al-Qur'an</em></li> | |
<li><a href="https://www.outlook.com">Create new email using user name "azad.riyaad"</a></li> | |
<li>Write in card for Mama</li> | |
<li>Learn coding on <a href="https://www.codecademy.com">Codecademy</a></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> | |
<li>Play <a href="https://www.silenthunteronline.com"><em>Silent Hunter Online</em></a></li></li> | |
<li>Add jokes to the <a href="file:///C:/Users/Riyaad%20Azad/Documents/Artichoke%20Joke.html"><em>Joke Book</em></a> like the <a href="file:///C:/Users/Riyaad%20Azad/Documents/Artichoke%20Joke.html"><em>Artichoke Joke</em></a></li> | |
</ul> | |
</ul> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment