Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
rayann18 authored Jan 24, 2024
1 parent 2c38aec commit 9eb0abf
Show file tree
Hide file tree
Showing 10 changed files with 84 additions and 0 deletions.
23 changes: 23 additions & 0 deletions BEST_PORTFOLIO.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Portfolio</title>
</head>
<body>
<h1>Ryan Gigg's Portfolio</h1>
<h2>I'm an aspiring fullstack web developer</h2>
<hr>

<h3><a href="../public/movie-ranking.html">Movie Ranking Project</a></h3>
<img src="../assets/images/movie ranks.png" alt="movie ranking project preview" height="">

<h3><a href="../public/birthday-invite.html">Birthday invite project</a></h3>
<img src="../assets/images/rupa.png" alt="birthday invite project preview" height="">
<hr>

<a href="about.html">About me</a> <a href="contact.html">Contact Me</a>

</body>
</html>
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>BEST_PORTFOLIO</title>
</head>

<body>
<h1>Ryan Gigg's Portfolio</h1>
<h2>I'm an aspiring Web Developer</h2>
<hr />
<h3><a href="./public/movie-ranking.html">Movie Ranking Project</a></h3>
<img src="./assets/images/movie ranks.png" height="200" alt="movie ranking project preview"/>
<h3><a href="./public/birthday-invite.html">Birthday Invite Project</a></h3>
<img src="./assets/images/rupa.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>
3 changes: 3 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<h1>About Me</h1>
<p>A multifaceted individual driven by a keen interest in coding, web development, software engineerinig and the intricate world of geopolitics.My love for football , especially manchester united, adds a spirited touch to my diverse range of passions.</p>
<p>Commited to physical fitness, am navigating the academic real with a pursuit of a bachelors degree in education science at Moi university, weaving together technology, global affairs, sports and education in my journey.</p>
Binary file added about.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions birthday-invite.html
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 28th May</h2>

<img src="../assets/images/rupa.png" height="" width=""
alt="Giggs at rupas mall" />

<h3>What to bring:</h3>
<ul>
<li>HP core i7 8th generation</li>
<li>16gb ram 512gb ssd 13.3"</li>
<li>Free bag and mouse</li>
</ul>

<h3>This is where i 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>
9 changes: 9 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<h1>Contact Me</h1>
<p>Tel: +254757285175, 0789247871</p>
<p>Email: [email protected]</p>
<p>Address: 124</p>
<p>
150-30205<br />
Eldoret<br />
Kenya <br />
</p>
Binary file added contact.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 movie ranks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions movie-ranking.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<h1>The Best Movies According to Ryan Giggs</h1>
<h2>My top 3 movies of all-time.</h2>
<hr />
<h3>THE BLACKLIST</h3>
<p>This is my favourite action-crime series. I love the captivating episodes.</p>
<h3>HOMELAND</h3>
<p>Really cool CIA series.</p>
<h3>POWER/POWERBOOK</h3>
<p>Super series. Really enjoyable.</p>
Binary file added rupa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9eb0abf

Please sign in to comment.