-
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
4702649
commit 2b8a11e
Showing
9 changed files
with
99 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Rounak's Portfolio</title> | ||
</head> | ||
<body> | ||
<h1>Rounak's Portfolio</h1> | ||
<h2>I'm a Web Developer</h2> | ||
<hr/> | ||
<h3><a href ="./public/movie-ranking.html">Movie Ranking Project</a></h3> | ||
<img src = "./assets/images/movie-ranking.png" height="200"/> | ||
<h3><a href="./public/birthday-invite.html">Birthday invite link</a></h3> | ||
<img src="./assets/images/birthday-invite.png" height="200"/> | ||
<hr/> | ||
<h4><a href="./public/about.html">About Me</a></h4><h4><a href="./public/contact.html">Contact Me</a></h4> | ||
|
||
</body> | ||
</html> | ||
|
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,20 @@ | ||
<h1>About Me</h1> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque sem tellus, sagittis non odio nec, interdum | ||
elementum lacus. Ut ac justo eget risus sollicitudin fringilla sed ut leo. Ut condimentum elit nec fermentum lobortis. | ||
Quisque tincidunt quam nec tincidunt ullamcorper. Integer vitae pretium justo. In placerat volutpat pellentesque. | ||
Etiam | ||
gravida quam vitae odio pulvinar imperdiet. Vivamus venenatis gravida purus sit amet aliquet. Ut in nibh sed quam | ||
laoreet lacinia. Cras cursus ut dui vitae posuere. Vivamus volutpat urna vitae odio fringilla placerat. Nulla vel | ||
rhoncus sapien. Phasellus at interdum enim.</p> | ||
|
||
<p>Curabitur elementum sagittis mollis. In porta nec quam ut semper. Nulla volutpat neque quis lacus mattis eleifend. | ||
Phasellus et congue odio. Mauris tristique, nisl quis porttitor porttitor, tortor ante mattis ex, at dictum tortor | ||
dolor | ||
ut sem. Nullam nec libero non ex porta vulputate a eu sapien. In nec bibendum mauris. Fusce iaculis lectus vel magna | ||
laoreet gravida.</p> | ||
|
||
<p>Donec euismod vestibulum arcu, a blandit metus mattis ultrices. Integer quis hendrerit justo. Maecenas sed tempor mi. | ||
Fusce egestas urna leo. Mauris viverra sem sed libero egestas, volutpat aliquet magna porta. Quisque id diam sed ipsum | ||
interdum sollicitudin id quis augue. Donec congue nisl nec massa ornare imperdiet quis quis odio. Etiam ut volutpat | ||
nisl. Vestibulum hendrerit justo nibh, eget consequat magna fermentum finibus. Pellentesque et urna fringilla, rutrum | ||
neque in, varius leo. Vestibulum efficitur id massa eget pellentesque.</p> |
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 12th May</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,9 @@ | ||
<h1>Contact Me</h1> | ||
<p>Tel: +123456789</p> | ||
<p>Email: [email protected]</p> | ||
<p>Address:</p> | ||
<p> | ||
123 North Street<br /> | ||
Some City<br /> | ||
Some Country <br /> | ||
</p> |
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,9 @@ | ||
<h1>The Best Movies According to Angela</h1> | ||
<h2>My top 3 movies of all-time.</h2> | ||
<hr /> | ||
<h3>Spirited Away</h3> | ||
<p>This is my favourite anime. I love the beautiful images.</p> | ||
<h3>Ex Machina</h3> | ||
<p>Really cool sci-fi movie.</p> | ||
<h3>Drive</h3> | ||
<p>Super beautiful film. Really artistic.</p> |
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,22 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Angela's Portfolio</title> | ||
</head> | ||
|
||
<body> | ||
<h1>Angela Yu's Portfolio</h1> | ||
<h2>I'm a Web Developer</h2> | ||
<hr /> | ||
<h3><a href="./public/movie-ranking.html">Movie Ranking Project</a></h3> | ||
<img src="./assets/images/movie-ranking.png" height="200" alt="movie ranking project preview"/> | ||
<h3><a href="./public/birthday-invite.html">Birthday Invite Project</a></h3> | ||
<img src="./assets/images/birthday-invite.png" height="200" alt="birthday invite project preview"/> | ||
<hr /> | ||
<a href="./public/about.html">About Me</a> | ||
<a href="./public/contact.html">Contact Me</a> | ||
</body> | ||
|
||
</html> |