-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
158 lines (141 loc) · 8.02 KB
/
Copy pathabout.html
File metadata and controls
158 lines (141 loc) · 8.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Atmosphere Pro - About the System</title>
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Manrope:wght@700;800&display=swap" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" href="style.css">
<!-- Lucide Icons -->
<script src="https://unpkg.com/lucide@latest"></script>
</head>
<body style="background: var(--surface);">
<!-- Navbar -->
<nav class="navbar" id="navbar">
<a href="home.html" class="nav-logo">
<div class="nav-logo-icon">
<i data-lucide="cloud-sun"></i>
</div>
Atmosphere Pro
</a>
<div class="nav-links">
<a href="home.html">Home</a>
<a href="dashboard.html">Weather Suite</a>
<a href="insights.html">Tips</a>
<a href="about.html" class="active">About</a>
</div>
<div class="mobile-menu-btn" style="display: none;">
<i data-lucide="menu"></i>
</div>
</nav>
<!-- The Living Weather Environment is injected automatically by weather-engine.js -->
<!-- Page Header -->
<header class="about-header animate-fade-up" style="margin-top: 80px;">
<h1 class="about-title" style="font-family: var(--font-display); font-weight: 800; font-size: 2.5rem; letter-spacing: -0.02em;">About Atmosphere Pro</h1>
<p class="about-subtitle" style="color: var(--on-surface-variant); font-size: 1.1rem; margin-top: 0.5rem;">Understanding the Weather Management & Broadcasting Platform</p>
</header>
<!-- Main About Content -->
<main class="about-container">
<!-- 1. What is Weather Management? -->
<section class="about-section animate-fade-up delay-1">
<h2><i data-lucide="globe"></i> What is Weather Management?</h2>
<div class="about-content">
<p>Weather management is the scientific process of monitoring, analyzing, and communicating atmospheric data to help individuals and organizations navigate environment-dependent activities. In an era of increasing climate unpredictability, effective weather management is critical for safety, efficiency, and preparedness.</p>
<p>Atmosphere Pro goes beyond simple temperature readings. We synthesize complex meteorological data into actionable insights, ensuring you are never caught off-guard by changing conditions.</p>
</div>
</section>
<!-- 2. System Overview -->
<section class="about-section animate-fade-up delay-2">
<h2><i data-lucide="layers"></i> System Overview</h2>
<div class="about-content">
<p>Our platform operates on a multi-stage integration model to provide the most intuitive user experience possible:</p>
<ul class="tip-list" style="margin-left: var(--spacing-md);">
<li class="tip-item"><i data-lucide="search"></i> <strong>Discovery:</strong> Seamlessly search for any global city or pin a specific location on our interactive map.</li>
<li class="tip-item"><i data-lucide="zap"></i> <strong>Processing:</strong> Real-time data is fetched using satellite-linked meteorological APIs.</li>
<li class="tip-item"><i data-lucide="layout-dashboard"></i> <strong>Visualization:</strong> Crucial metrics are organized into a high-performance dashboard and a 7-day trend forecast.</li>
<li class="tip-item"><i data-lucide="megaphone"></i> <strong>Broadcasting:</strong> Relevant alerts and seasonal tips are broadcasted based on current atmospheric anomalies.</li>
</ul>
</div>
</section>
<!-- 3. Key Features -->
<section class="about-section animate-fade-up delay-3">
<h2><i data-lucide="star"></i> Key Features</h2>
<div class="about-feature-list">
<div class="about-feature-item">
<i data-lucide="search"></i>
<span>Global Weather Search</span>
</div>
<div class="about-feature-item">
<i data-lucide="map-pin"></i>
<span>Interactive Map Selection</span>
</div>
<div class="about-feature-item">
<i data-lucide="activity"></i>
<span>Real-Time Metric Tracking</span>
</div>
<div class="about-feature-item">
<i data-lucide="calendar"></i>
<span>7-Day Strategic Forecast</span>
</div>
<div class="about-feature-item">
<i data-lucide="bell"></i>
<span>Safety Alerts & Broadcasting</span>
</div>
<div class="about-feature-item">
<i data-lucide="smartphone"></i>
<span>Fully Responsive Design</span>
</div>
</div>
</section>
<!-- 4. Applications -->
<section class="about-section">
<h2><i data-lucide="briefcase"></i> Strategic Applications</h2>
<div class="about-content">
<p>Atmosphere Pro is designed to serve a diverse range of critical and daily needs:</p>
<div class="tips-grid" style="margin-bottom: 0;">
<div style="background: rgba(0,0,0,0.02); padding: 1rem; border-radius: var(--radius-md);">
<strong style="display: block; margin-bottom: 0.5rem; color: var(--primary);">Daily Planning</strong>
<span style="font-size: 0.9rem;">Optimize your daily commute and outdoor activities based on precise local windows.</span>
</div>
<div style="background: rgba(0,0,0,0.02); padding: 1rem; border-radius: var(--radius-md);">
<strong style="display: block; margin-bottom: 0.5rem; color: var(--primary);">Agriculture</strong>
<span style="font-size: 0.9rem;">Monitor humidity and precipitation trends to protect crop health and timing.</span>
</div>
<div style="background: rgba(0,0,0,0.02); padding: 1rem; border-radius: var(--radius-md);">
<strong style="display: block; margin-bottom: 0.5rem; color: var(--primary);">Logistics</strong>
<span style="font-size: 0.9rem;">Minimize travel risk by analyzing wind speeds and severe alerts across major transit routes.</span>
</div>
</div>
</div>
</section>
<!-- 5. Technologies Used -->
<section class="about-section" style="margin-bottom: var(--spacing-xxl);">
<h2><i data-lucide="code-2"></i> Technical Core</h2>
<div class="about-content">
<p>The system is built on a modern, high-performance stack ensuring reliability and speed:</p>
<div class="tech-stack">
<span class="tech-badge">HTML5</span>
<span class="tech-badge">Vanilla CSS3</span>
<span class="tech-badge">ES6 JavaScript</span>
<span class="tech-badge">Open-Meteo API</span>
<span class="tech-badge">Leaflet.js</span>
<span class="tech-badge">Lucide Icons</span>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="site-footer">
<p>© 2026 Atmosphere Pro. Built with professional standards for global awareness.</p>
</footer>
<!-- Initialize Atmosphere Pro Systems -->
<script src="weather-engine.js"></script>
<script>
lucide.createIcons();
</script>
</body>
</html>