diff --git a/about.html b/about.html new file mode 100644 index 0000000..ff07ec1 --- /dev/null +++ b/about.html @@ -0,0 +1,774 @@ + + + + + + About Us - Global Weather App + + + + +
+ + +
+
+

About Global Weather App

+

Your trusted companion for accurate and up-to-date weather information from around the world

+
+ +
+
+

Our Mission

+

Welcome to the Global Weather App, your trusted companion for accurate and up-to-date weather information from around the world. Our mission is to provide users with a seamless and intuitive weather experience, delivering real-time data in a beautiful and accessible interface.

+

Founded in 2023, our team of passionate developers and meteorology enthusiasts set out to create a weather application that goes beyond basic forecasts. We believe that weather information should be easily accessible, visually appealing, and packed with useful details to help you plan your day effectively.

+

Whether you're planning a trip, scheduling outdoor activities, or just curious about the weather in different parts of the world, our app provides comprehensive weather data including temperature, humidity, wind speed, and atmospheric conditions.

+
+
+
+ +
+
+
+ +
+

Why Choose Our App

+
+
+ +

Real-time Data

+

Get up-to-the-minute weather information with our advanced API integration.

+
+
+ +

Responsive Design

+

Enjoy a seamless experience across all your devices - desktop, tablet, and mobile.

+
+
+ +

Dark/Light Mode

+

Toggle between themes to suit your preference and reduce eye strain.

+
+
+ +

Global Coverage

+

Access weather information for any location worldwide with our extensive coverage.

+
+
+
+ +
+

Meet Our Team

+
+
+
+ +
+

Alex Johnson

+

Lead Developer

+ +
+
+
+ +
+

Sarah Williams

+

UI/UX Designer

+ +
+
+
+ +
+

Michael Chen

+

Data Scientist

+ +
+
+
+
+ + +
+ + + + \ No newline at end of file diff --git a/css/style.css b/css/style.css index 1f132e0..1c5942d 100644 --- a/css/style.css +++ b/css/style.css @@ -549,10 +549,6 @@ nav { font-weight: 900; } -.consern-level { - /* margin-top: 10px; */ -} - .aqi-level { display: flex; gap: 20px; @@ -1122,3 +1118,20 @@ input:checked+.slider { input:checked+.slider:before { transform: translateX(26px); } +.nav-links { + margin-left: 20px; +} + +.nav-links .about-btn { + text-decoration: none; + color: #fff; + font-weight: bold; + padding: 5px 12px; + border-radius: 20px; + background-color: #0a2348; + transition: 0.3s; +} + +.nav-links .about-btn:hover { + background-color: #155ab6; +} diff --git a/index.html b/index.html index e36a1dd..8732e19 100644 --- a/index.html +++ b/index.html @@ -54,6 +54,9 @@

+