1- <!DOCTYPE html>
2- < html lang ="en "> < head >
3- < meta charset ="utf-8 " />
4- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
5- < title > Portfolio</ title >
6- < link href ="style.css " rel ="stylesheet "/>
7- </ head >
8-
91< body >
102 < div id ="navbar-container ">
113 < nav id ="navbar ">
@@ -18,15 +10,15 @@ <h1>Andreati</h1>
1810 < h1 > ENGINNERING</ h1 >
1911 </ a >
2012 </ header >
21- < button onclick ="openNav() " id ="menubtn "> ☰</ button > < button id =" themebtn " onclick =" changeTheme() " > < img class =" theme-img " src =" images/sun.png " alt =" light " id =" dark-light-img " > </ button > < ul id ="nav-menu " class ="hide-in-portrait " onclick ="openNav() ">
13+ < button onclick ="openNav() " id ="menubtn "> ☰</ button > < ul id ="nav-menu " class ="hide-in-portrait " onclick ="openNav() ">
2214 < li > < a href ="#mechanical "> Mechanical</ a > </ li >
2315 < li > < a href ="#software "> Software</ a > </ li >
2416 < li > < a href ="#data "> Data and Machine Learning</ a > </ li >
2517 < li > < a href ="#certificates "> Certificates and Projects</ a > </ li >
2618 < li > < a href ="#contact "> Contact</ a > </ li >
2719 </ ul >
2820 < footer id ="nav-footer ">
29- < img id ="ligth-img " class ="theme-img " src ="images/sun.png " alt ="light ">
21+ < button id =" themebtn " onclick =" changeTheme() " > < img class =" theme-img " src =" images/sun.png " alt =" light " id =" dark-light-img " > </ button > < img id ="ligth-img " class ="theme-img " src ="images/sun.png " alt ="light ">
3022 < div id ="toggle-div ">
3123 < input type ="checkbox " class ="hide-me " id ="theme-toggle " value ="dark ">
3224 < label class ="toggle " for ="theme-toggle " value ="dark "> </ label >
@@ -135,7 +127,7 @@ <h1 class="subtitle">Data and Machine Learning</h1>
135127
136128 < section class ="section " id ="certificates ">
137129 < div class ="section-div ">
138- < h3 > Certificates:</ h3 >
130+ < h1 class =" subtitle " > Certificates:</ h1 >
139131 < div class ="grid ">
140132 < a href ="https://www.freecodecamp.org/certification/Andreati/data-analysis-with-python-v7 " target ="_blank ">
141133 < img class ="certificate-img " src ="images/FCC Data Analysis.png " alt ="Data Analysis Certification "> </ a >
@@ -148,7 +140,7 @@ <h3>Certificates:</h3>
148140 < a href ="https://www.freecodecamp.org/certification/Andreati/javascript-algorithms-and-data-structures " target ="_blank ">
149141 < img class ="certificate-img " src ="images/FCC Javascript.png " alt ="Javascript Algorithms and Data Structures Certification "> </ a >
150142 </ div >
151- < h3 > Projects:</ h3 >
143+ < h1 class =" subtitle " > Projects:</ h1 >
152144 < div class ="grid ">
153145
154146 < div class ="certificate-container " style ="margin-left: 0px;margin-top: 0px;margin-bottom: 0px; ">
@@ -193,8 +185,5 @@ <h1 class="subtitle">Contact</h1>
193185 </ main >
194186
195187 < script src ="script.js "> </ script >
196-
197- </ body >
198-
199- </ html >
200188
189+ </ body >
0 commit comments