Skip to content

Commit c3256b6

Browse files
committed
add weatherContainer, weatherContent, and weatherBox
1 parent a24a9cc commit c3256b6

File tree

1 file changed

+24
-12
lines changed

1 file changed

+24
-12
lines changed

weatherApp/index.html

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,32 @@
3939

4040
</header>
4141
<main>
42-
<!--Create about section-->
43-
<section class="aboutContainer" id="about">
44-
<div class="aboutContent">
45-
<h2>Weather App</h2>
42+
<!--Create weather section-->
43+
<section class="weatherContainer" id="weather">
44+
<div class="weatherContent">
45+
<h2>Weather</h2>
4646

47-
<img src="images/cartoonSunNoBg.png" alt="Weather App">
47+
<div class="weatherBox">
48+
<input type="text" id="inputBox" placeholder="Enter city name">
49+
<button id="searchBtn"><i class='bx bx-search' ></i></button>
50+
</div>
51+
</div>
52+
</section>
4853

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>
54-
</div>
55-
</section>
54+
<!--Create about section-->
55+
<section class="aboutContainer" id="about">
56+
<div class="aboutContent">
57+
<h2>Weather App</h2>
58+
59+
<img src="images/cartoonSunNoBg.png" alt="Weather App">
60+
61+
<p>
62+
The purpose of the Weather App is to showcase what can be done with website formatting
63+
using BootStrap and Jquery. Bootstrap is used for website styling while Jquery is used to
64+
get the weather information from an API. Then Jquery will be used to calculate the weather in the region.
65+
</p>
66+
</div>
67+
</section>
5668
</main>
5769
<footer>
5870
<!--Quick Links Accordion Container-->

0 commit comments

Comments
 (0)