-
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
Showing
10 changed files
with
84 additions
and
0 deletions.
There are no files selected for viewing
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,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> |
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>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> |
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,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> |
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 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> |
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: +254757285175, 0789247871</p> | ||
<p>Email: [email protected]</p> | ||
<p>Address: 124</p> | ||
<p> | ||
150-30205<br /> | ||
Eldoret<br /> | ||
Kenya <br /> | ||
</p> |
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,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> |