Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranj8521Kumar authored Aug 11, 2023
1 parent 14f5f9a commit 3ef9fbd
Show file tree
Hide file tree
Showing 9 changed files with 90 additions and 0 deletions.
Binary file added assets/images/birthday-invite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/movie-ranking.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added goal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions index.html
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 -->
14 changes: 14 additions & 0 deletions public/about.html
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/>
19 changes: 19 additions & 0 deletions public/birthday-invite.html
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>
11 changes: 11 additions & 0 deletions public/contact.html
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>
9 changes: 9 additions & 0 deletions public/movie-ranking.html
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>
22 changes: 22 additions & 0 deletions solution.html
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>

0 comments on commit 3ef9fbd

Please sign in to comment.