Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
r-2007 authored Apr 5, 2024
1 parent 4e0f752 commit 8d369ae
Show file tree
Hide file tree
Showing 7 changed files with 99 additions and 0 deletions.
Binary file added assets/images/birthdayInvite.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/movieRanking.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>

<head>
<title>Rahbar Ghori</title>

</head>

<body>
<h1>Rahbar Ghori's portfolio</h1>

<h2>I'm a web developer</h2>

<hr>

<h3><a href="./public/movieRanking.html">Movie ranking project</a></h3>

<img src="./assets/images/movieRanking.png" alt="Movie Ranking project image">

<h3><a href="./public/birthdayInvite.html">Birthday invite project</a></h3>

<img src="./assets/images/birthdayInvite.png" alt="Birthday invite project image">

<hr>

<a href="./public/about.html">About Me</a> <a href="./public/contact.html">Contact Me</a>
</body>
20 changes: 20 additions & 0 deletions public/about.html
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>
24 changes: 24 additions & 0 deletions public/birthdayInvite.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>


<html>

<h1>It's my Birthday!!!</h1>

<h2>On the 20th of July</h2>

<img src="https://raw.githubusercontent.com/appbrewery/webdev/main/birthday-cake3.4.jpeg" alt="Birthday cake image">

<h3>What to bring:</h3>

<ul>
<li>Balloons: We pop them!</li>
<li>Cake. (Daim please)</li>
<li>An appetite for cake and food and fun!</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>

</html>
9 changes: 9 additions & 0 deletions public/contact.html
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>
20 changes: 20 additions & 0 deletions public/movieRanking.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>

<html>

<h1>The best movies according to Rahbar</h1>

<h2>My top 3 moviles all time</h2>

<hr>

<h3>Dangal</h3>
<p>The best movie ever made.</p>

<h3>Jaane jaan</h3>
<p>Murder mystery witht he best plot line.</p>

<h3>Parasite</h3>
<p>Difference between rich and poor.</p>

</html>

0 comments on commit 8d369ae

Please sign in to comment.