Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions about-me.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

- Your name: Jorge
- Why you are interested in Web Development: I want to build amazing websites and web apps!
- One fun fact about yourself or a goal for this course: I love painting landscapes.
53 changes: 22 additions & 31 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,36 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Portfolio Page</title>
</head>
<body>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
<head>
<meta charset="UTF-8" />
<title>Portfolio Page</title>
</head>
<body>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>

<h1>Welcome To Ironhacker's Page</h1>
<h1>Welcome To Ironhacker's Page</h1>

<section>
<h2>Things I Like</h2>
<ul>
<li>Fill</li>
<li>This</li>
<li>In</li>
</ul>
</section>

<section>
<h2>Things I Don't Like</h2>
<ul>
<li>Fill</li>
<li>This</li>
<li>In</li>
</ul>
</section>
</body>
<section>
<h2>Things I Don't Like</h2>
<ul>
<li>Fish</li>
<li>Heights</li>
<li>Wind</li>
</ul>
</section>
</body>
</html>