File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed
Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en-us ">
3+ < head >
4+ < meta charset ="utf-8 ">
5+ < title > ScriptLab</ title >
6+ < link rel ="stylesheet " href ="css/style.css ">
7+ < link rel ="icon " type ="image/x-icon " href ="favicon/favicon.ico "> <!--Link to favicon-->
8+ < link href ='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css ' rel ='stylesheet '> <!--Link to boxicons-->
9+ </ head >
10+ < body >
11+ < header >
12+ < img src ="images/SCRIPTLABNOBGpng.png " alt ="ScriptLab " class ="siteLogo ">
13+
14+ <!--Define logo image map-->
15+ < map name ="ScriptLabLogo ">
16+ < area shape ="rect " coords ="0,0,50%,50% " href ="footer.html " alt ="ScriptLab ">
17+ </ map >
18+
19+ <!--Insert hamburger menu-->
20+ < i class ='bx bx-menu '> </ i >
21+ </ header >
22+ < main >
23+ <!--About section-->
24+ < section >
25+ < h2 > Our Story</ h2 >
26+ </ section >
27+
28+ <!--Projects Section-->
29+ < section >
30+ < h2 > Projects</ h2 >
31+ </ section >
32+
33+ <!--Contact Section-->
34+ < section >
35+ < h2 > Get in Touch</ h2 >
36+ </ section >
37+
38+ </ main >
39+ < footer >
40+ © 2024 ScriptLab All Rights Reserved
41+ </ footer >
42+ </ body >
43+ </ html >
You can’t perform that action at this time.
0 commit comments