File tree Expand file tree Collapse file tree 1 file changed +13
-14
lines changed
Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change 3939
4040 </ header >
4141 < main >
42-
43- </ main >
44- < footer >
45- <!--Quick links Container-->
46- < div class ="footerInfoContainer ">
47- < div class ="quickLinks ">
48- < h3 > Quick Links < i class ='bx bx-link ' > </ i > </ h3 >
42+ <!--Create about section-->
43+ < section class ="aboutContainer " id ="about ">
44+ < div class ="aboutContent ">
45+ < h2 > Weather App</ h2 >
4946
50- < p > < a href ="index.html#weather "> Check Weather</ a > </ p >
51- < p > < a href ="index.html#about "> About Weather App</ a > </ p >
52- < p > < a href ="../index.html#projects "> Other Script Lab Projects</ a > </ p >
53- </ div >
54- < div class ="socialMedia ">
55- < h3 > Get In Touch < i class ='bx bxs-phone-call ' > </ i > </ h3 >
47+ < img src ="images/cartoonSunNoBg.png " alt ="Weather App ">
5648
49+ < p >
50+ The purpose of the Weather App is to showcase what can be done with website formatting
51+ using BootStrap and Jquery. Bootstrap is used for website styling while Jquery is used to
52+ get the weather information from an API. Then Jquery will be used to calculate the weather in the region.
53+ </ p >
5754 </ div >
58- </ div >
55+ </ section >
56+ </ main >
57+ < footer >
5958 < p > © 2024 ScritLab | All Rights Reserved</ p >
6059 </ footer >
6160 </ body >
You can’t perform that action at this time.
0 commit comments