-
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
14f5f9a
commit 3ef9fbd
Showing
9 changed files
with
90 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,15 @@ | ||
<!-- TODO 1: Create the HTML Boilerplate --> | ||
|
||
<!-- TODO 2: Add Your previous projects' HTML into the public folder --> | ||
|
||
<!-- TODO 3: Take screenshots of your project previews and add the images to the images folder --> | ||
|
||
<!-- TODO 4: Add titles/subtitles etc. --> | ||
|
||
<!-- TODO 5: Add a link to the project pages --> | ||
|
||
<!-- TODO 6: Add images to show the project previews | ||
HINT for TODO 6: You can use the height attribute set to 200 to make the image smaller: | ||
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-height --> | ||
|
||
<!-- TODO 7: Add the Contact Me and About Me page links --> |
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,14 @@ | ||
<h1>About Me</h1> | ||
<hr> | ||
<hr> | ||
<h3>Myself:</h3> | ||
<hr/> | ||
<p>Hi,<br/> | ||
This is Ranjan Kumar Pandit. I'm from Siwan Bihar. My fathes's name is Shankar Pandit, He is a Farmer and My Mother name is Durgawati Devi, She is a House Wife. I have five brothers and Sisters including me. | ||
</p> | ||
<h3>Education Details:</h3> | ||
<hr> | ||
<p>I completed our Schooling Education from Kisan Majdoor High School cum inter college, Tari(Bajar), In 2019, I passed the Matric Exam with a good Marks also with the result of this exam I was the Topper of My College as well as there was a position in my distric in Top ten Students. In 2021, I passed the intermediate Exam with a good percentile and alsi i was the topper of my college, then I joned the Rajiv Gandhi Institute Of Petroleum Technology for B.Tech in 1923 and Currently I am pursuing B.Tech second Year with Department of Information Technology. </p> | ||
<h4>Thanking You</h4> | ||
<hr/> | ||
<hr/> |
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,19 @@ | ||
<!-- This is one possible solution --> | ||
<h1>It's My Birthday!</h1> | ||
<hr/> | ||
<h2>On the 07th May 2003</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,11 @@ | ||
<h1>Contact Me</h1> | ||
<hr/> | ||
<p>Tel: +91 8521584878</p> | ||
<p>Email: 22it3037@rgipt.ac.in</p> | ||
<p>Address:</p> | ||
<p> | ||
Vill.+Post-Dighwaliya, P.S.-Raghunathpur<br /> | ||
Siwan<br /> | ||
Bihar(India) <br /> | ||
Pin-Code(841203) <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> |