Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
pikachu202117 authored Feb 16, 2024
1 parent bd062a1 commit ae6ce2a
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!-- TODO 1: Create the HTML Boilerplate -->
<html lang=en>
<head>
<meta charset="UTF-8"/>
<title>My Portfolio</title>
</head>
<body>
<h1>My Portfolio</h1>
<h2>I'm a Web Developer</h2>
<hr>
<!-- TODO 2: Add Your previous projects' HTML into the public folder -->
<!--<a href="../../2.4+Movie+Ranking+Project/2.4 Movie Ranking Project/index.html">My First Webpage</a>-->
<a href="./public/movie-ranking.html">My First Html webpage</a>
<p>My webpage looks something like this:</p>
<img src="./assets/images/movie-ranking-ss.png">
<!-- 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 -->
<br>
<!--<a href="../../3.4+Birthday+Invite+Project/3.4 Birthday Invite Project/index.html">Birthday Invitation</a>-->
<a href="./public/birthday-invite.html">Birthday Invitation</a><br><br>
<p>My webpage looks something like this:</p>
<img src="./assets/images/birthday-invitation-page-ss.png" >
<!-- 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 -->
</body>
</html>

0 comments on commit ae6ce2a

Please sign in to comment.