Skip to content

Commit

Permalink
+images and icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-JL committed Nov 26, 2024
1 parent 5ac1950 commit b115407
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 8 deletions.
16 changes: 8 additions & 8 deletions assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<header>
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="../files/Resume - Joseph Lavoie.pdf" download class="download-btn">Download Resume</a></li>
<li><a href="#home"><img src="../images/home.png" alt="Home Icon"> Home</a></li>
<li><a href="#projects"><img src="../images/projects.png" alt="Projects Icon"> Projects</a></li>
<li><a href="#skills"><img src="../images/skills.png" alt="Skills Icon"> Skills</a></li>
<li><a href="#education"><img src="../images/education.png" alt="Education Icon"> Education</a></li>
<li><a href="#contact"><img src="../images/contact.png" alt="Contact Icon"> Contact</a></li>
<li><a href="../files/Resume - Joseph Lavoie.pdf" download class="download-btn"><img src="../images/download.png" alt="Download Icon"> Download Resume</a></li>
</ul>
</nav>
</header>
Expand Down Expand Up @@ -45,9 +45,9 @@ <h2>Gallery</h2>
<a href="../images/kick-tool.jpg" target="_blank" class="button">View Full Image</a>
</figure>
<figure>
<img src="images/project2-placeholder.jpg" alt="Portfolio Screenshot" title="Portfolio Website">
<img src="../images/portfolio-website.jpg" alt="Portfolio Screenshot" title="Portfolio Website">
<figcaption>Portfolio Website</figcaption>
<a href="images/project2-placeholder.jpg" target="_blank" class="button">View Full Image</a>
<a href="../images/portfolio-website.jpg" target="_blank" class="button">View Full Image</a>
</figure>
</div>
</section>
Expand Down
7 changes: 7 additions & 0 deletions assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ nav ul li a:hover {
transform: scale(1.05);
}

nav ul li a img {
width: 16px;
height: 16px;
margin-right: 4px;
vertical-align: middle;
}

/* Section Styling */
section {
padding: 40px 20px;
Expand Down
Binary file added images/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 images/education.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 images/home.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 images/portfolio-website.jpg
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 images/projects.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 images/skills.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 b115407

Please sign in to comment.