File tree Expand file tree Collapse file tree 8 files changed +15
-8
lines changed
Expand file tree Collapse file tree 8 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 1010 < header >
1111 < nav >
1212 < ul >
13- < li > < a href ="#home "> Home</ a > </ li >
14- < li > < a href ="#projects "> Projects</ a > </ li >
15- < li > < a href ="#skills "> Skills</ a > </ li >
16- < li > < a href ="#education "> Education</ a > </ li >
17- < li > < a href ="#contact "> Contact</ a > </ li >
18- < li > < a href ="../files/Resume - Joseph Lavoie.pdf " download class ="download-btn "> Download Resume</ a > </ li >
13+ < li > < a href ="#home "> < img src =" ../images/home.png " alt =" Home Icon " > Home</ a > </ li >
14+ < li > < a href ="#projects "> < img src =" ../images/projects.png " alt =" Projects Icon " > Projects</ a > </ li >
15+ < li > < a href ="#skills "> < img src =" ../images/skills.png " alt =" Skills Icon " > Skills</ a > </ li >
16+ < li > < a href ="#education "> < img src =" ../images/education.png " alt =" Education Icon " > Education</ a > </ li >
17+ < li > < a href ="#contact "> < img src =" ../images/contact.png " alt =" Contact Icon " > Contact</ a > </ li >
18+ < li > < a href ="../files/Resume - Joseph Lavoie.pdf " download class ="download-btn "> < img src =" ../images/download.png " alt =" Download Icon " > Download Resume</ a > </ li >
1919 </ ul >
2020 </ nav >
2121 </ header >
@@ -45,9 +45,9 @@ <h2>Gallery</h2>
4545 < a href ="../images/kick-tool.jpg " target ="_blank " class ="button "> View Full Image</ a >
4646 </ figure >
4747 < figure >
48- < img src ="images/project2-placeholder .jpg " alt ="Portfolio Screenshot " title ="Portfolio Website ">
48+ < img src ="../ images/portfolio-website .jpg " alt ="Portfolio Screenshot " title ="Portfolio Website ">
4949 < figcaption > Portfolio Website</ figcaption >
50- < a href ="images/project2-placeholder .jpg " target ="_blank " class ="button "> View Full Image</ a >
50+ < a href ="../ images/portfolio-website .jpg " target ="_blank " class ="button "> View Full Image</ a >
5151 </ figure >
5252 </ div >
5353 </ section >
Original file line number Diff line number Diff line change @@ -45,6 +45,13 @@ nav ul li a:hover {
4545 transform : scale (1.05 );
4646}
4747
48+ nav ul li a img {
49+ width : 16px ;
50+ height : 16px ;
51+ margin-right : 4px ;
52+ vertical-align : middle;
53+ }
54+
4855/* Section Styling */
4956section {
5057 padding : 40px 20px ;
You can’t perform that action at this time.
0 commit comments