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
3 changes: 2 additions & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
<body>
<h1> ABOUT </h1>
</body>
</html>
</html>

66 changes: 65 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,72 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel = "stylesheet" href = "./style/index.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto:ital,wght@1,300&display=swap');
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>

<div class = 'top-nav'>
<h1>Juan Ruiz</h1>
<nav>
<a class = 'home' href = '#'>Home</a>
<a class = 'about' href = '#'>About</a>
<a class = 'contact' href = '#'>Contact</a>
<a class = 'projects' href = '#'>Projects</a>
</nav>
</div>
<header>
<img class = 'juanruiz' src = 'style/IMG_0550.jpg' alt = 'image of me'>
<div class = 'title'>
<h2>Juan Ruiz</h2>
<button class = 'header-button'>My Projects</button>
<h3>Hi. Welcome to my website. I like to build things and solve problems. For fun, I like to read, observe nature and work on incredibly ambitious projects. My coding journey so far has been great, I've struggled a lot but made massive progress in such little time.</h3>
</div>
</header>
<section class = 'projects1'>
<div class = 'project1'>
<img src = 'https://picsum.photos/200' alt = 'project1'>
<p>Project 1</p>
</div>
<div class = 'project2'>
<img src = 'https://picsum.photos/200' alt = 'project2'>
<p>Project 2</p>
</div>
<div class = 'project3'>
<img src = 'https://picsum.photos/200' alt = 'project3'>
<p>Project 3</p>
</div>
<div class = 'project4'>
<img src = 'https://picsum.photos/200' alt = 'project4'>
<p>Project 4</p>
</div>
</section>

<section class = 'projects2'>
<div class = 'project5'>
<img src = 'https://picsum.photos/200' alt = 'project5'>
<p>Project 5</p>
</div>
<div class = 'project6'>
<img src = 'https://picsum.photos/200' alt = 'project6'>
<p>Project 6</p>
</div>
<div class = 'project7'>
<img src = 'https://picsum.photos/200' alt = 'project7'>
<p>Project 7</p>
</div>
<div class = 'project8'>
<img src = 'https://picsum.photos/200' alt = 'project8'>
<p>Project 8</p>
</div>
</section>


<footer>
<h2 class = 'like-what-you-see'>Like What You See?</h2>
<button class = 'footer-button'>Contact Me</button>
</footer>
</body>
</html>
Binary file added style/IMG_0550.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading