-
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
1 parent
2540ef6
commit d27d04a
Showing
2 changed files
with
36 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!-- This is one possible solution --> | ||
<h1>It's My Birthday!</h1> | ||
<h2>On the 24th June</h2> | ||
|
||
<img src="https://raw.githubusercontent.com/appbrewery/webdev/main/birthday-cake3.4.jpeg" | ||
alt="purple birthday cake with candles" /> | ||
|
||
<h3>What to bring:</h3> | ||
<ul> | ||
<li>Baloons (I love baloons)</li> | ||
<li>Cake (I'm really good at eating)</li> | ||
<li>An appetite (There will be lots of food)</li> | ||
</ul> | ||
|
||
<h3>This is where you need to go:</h3> | ||
<a | ||
href="https://www.google.com/maps/@35.7040744,139.5577317,3a,75y,289.6h,87.01t,0.72r/data=!3m6!1e1!3m4!1sgT28ssf0BB2LxZ63JNcL1w!2e0!7i13312!8i6656">Google | ||
map link</a> |
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,18 @@ | ||
<h1>The Best Movies According to Maitreya</h1> | ||
<h2>My top 5 movies of all-time.</h2> | ||
<hr /> | ||
<h3>1) A beautiful mind</h3> | ||
<img src="../assets/images/A_Beautiful_Mind_poster.jpg" height="350"/> | ||
<p>A compelling portrayal of brilliance and mental struggle, showcasing the triumph of the human spirit over adversity.</p> | ||
<h3>2) The Imitation Game</h3> | ||
<img src="../assets/images/Imitation Game.jpeg" height="350"/> | ||
<p>A gripping and poignant biopic highlighting Alan Turing's genius and his critical role in ending World War II, coupled with the tragic consequences of societal prejudice.</p> | ||
<h3>3) 3 idiots</h3> | ||
<img src="../assets/images/3 idiots.jpeg" height="350"/> | ||
<p>A heartwarming and humorous tale that challenges traditional education norms, celebrating friendship and the pursuit of one's true passion.</p> | ||
<h3>4) Shutter Island</h3> | ||
<img src="../assets/images/shutter island.jpeg" height="350"/> | ||
<p>A haunting and masterfully crafted psychological thriller that keeps you guessing until the very end.</p> | ||
<h3>5) The Wolf of Wall Street</h3> | ||
<img src="../assets/images/Wolf of wall street.jpeg" height="350"/> | ||
<p>A wild and unapologetic portrayal of excess and ambition, offering a darkly comedic glimpse into the world of high-stakes finance.</p> |