File tree Expand file tree Collapse file tree 1 file changed +27
-3
lines changed
Expand file tree Collapse file tree 1 file changed +27
-3
lines changed Original file line number Diff line number Diff line change 55 < title > Weather App</ title >
66 < link rel ="icon " type ="image/x-icon " href ="favicon/favicon.ico ">
77 < link rel ="stylesheet " href ="css/style.css ">
8+ < link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css " rel ="stylesheet "> <!--Insert boostrap link-->
9+ < link href ="https://cdn.jsdelivr.net/npm/boxicons@2.1.1/css/boxicons.min.css " rel ="stylesheet "> <!--Insert boxicon link-->
10+ < script src ="jquery/jquery3.7.1.js "> </ script > <!--Link to Jquery script file-->
811 </ head >
912 < body >
1013 < header >
11- < h1 > Weather App</ h1 >
14+ <!--Insert bootstrap nav bar-->
15+ < nav class ="navbar navbar-expand-lg navbar-light bg-primary ">
16+ < a class ="navbar-brand " href ="index.html "> Weather App < i class ='bx bxs-sun ' > </ i > </ a >
17+ < button class ="navbar-toggler " type ="button " data-toggle ="collapse " data-target ="#navbarNavAltMarkup " aria-controls ="navbarNavAltMarkup " aria-expanded ="false " aria-label ="Toggle navigation ">
18+ < span class ="navbar-toggler-icon "> </ span >
19+ </ button >
20+ < div class ="collapse navbar-collapse " id ="navbarNavAltMarkup ">
21+ < div class ="navbar-nav ">
22+ < a class ="nav-item nav-link " href ="../index.html#home "> Back To Home</ a >
23+ < a class ="nav-item nav-link " href ="index.html#about "> About Weather App</ a >
24+ < a class ="nav-item nav-link " href ="../index.html#projects "> See More Projects</ a >
25+ </ div >
26+ </ div >
27+ </ nav >
1228 </ header >
1329 < main >
14-
30+ <!--Create weather app container-->
31+ < section class ="weatherContainer ">
32+ < h2 > The Weather</ h2 >
33+ </ section >
34+
35+ <!--Create about Section-->
36+ < section id ="about " class ="aboutContainer ">
37+ < h2 > About Weather App</ h2 >
38+ </ section >
1539 </ main >
1640 < footer >
17- © 2024 Broward College
41+ © 2024 ScriptLab | All Rights Reserved
1842 </ footer >
1943 </ body >
2044</ html >
You can’t perform that action at this time.
0 commit comments