Skip to content

Commit

Permalink
added 2 gallary imgs and 1 icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-JL committed Nov 26, 2024
1 parent b115407 commit 875b416
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@ <h2>Gallery</h2>
<figcaption>Portfolio Website</figcaption>
<a href="../images/portfolio-website.jpg" target="_blank" class="button">View Full Image</a>
</figure>
<figure>
<img src="../images/portfolio-website.jpg" alt="Portfolio Screenshot" title="Bioinformatics Tool">
<figcaption>Portfolio Website</figcaption>
<a href="../images/portfolio-website.jpg" target="_blank" class="button">View Full Image</a>
</figure>
<figure>
<img src="../images/portfolio-website.jpg" alt="Portfolio Screenshot" title="Kicker Data">
<figcaption>Portfolio Website</figcaption>
<a href="../images/portfolio-website.jpg" target="_blank" class="button">View Full Image</a>
</figure>
</div>
</section>
<section id="skills">
Expand Down
6 changes: 3 additions & 3 deletions assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ nav ul li a:hover {
}

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

/* Section Styling */
Expand Down
Binary file added images/download.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 875b416

Please sign in to comment.