-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
437 lines (427 loc) · 20.3 KB
/
Copy pathindex.html
File metadata and controls
437 lines (427 loc) · 20.3 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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Neuron by OmniSense | Intelligence Everywhere</title>
<link rel="stylesheet" href="styles.css">
<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@300;400;500;600;700;800&display=swap" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="container">
<div class="nav-brand">
<span class="brand-icon">⚡</span>
<span class="brand-text">Neuron</span>
<span class="brand-subtitle">by OmniSense</span>
</div>
<ul class="nav-menu">
<li><a href="#home">Home</a></li>
<li><a href="#problem">Problem</a></li>
<li><a href="#solution">Solution</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#technology">Technology</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<button class="nav-toggle" aria-label="Toggle navigation">
<span></span>
<span></span>
<span></span>
</button>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="hero">
<div class="hero-background">
<div class="gradient-overlay"></div>
<div class="animated-grid"></div>
</div>
<div class="container">
<div class="hero-content">
<h1 class="hero-title">
<span class="title-line">Intelligence</span>
<span class="title-line highlight">Everywhere</span>
</h1>
<p class="hero-subtitle">
Revolutionizing construction site management through comprehensive IoT sensor technology.
Real-time monitoring, accurate resource allocation, and intelligent data analytics.
</p>
<div class="hero-cta">
<a href="#solution" class="btn btn-primary">Discover Neuron</a>
<a href="#contact" class="btn btn-secondary">Get in Touch</a>
</div>
<div class="hero-stats">
<div class="stat-item">
<div class="stat-number">95%</div>
<div class="stat-label">Data Accuracy</div>
</div>
<div class="stat-item">
<div class="stat-number">10,000</div>
<div class="stat-label">Sq. Ft. Coverage</div>
</div>
<div class="stat-item">
<div class="stat-number">3x</div>
<div class="stat-label">Richer Insights</div>
</div>
</div>
</div>
</div>
<div class="scroll-indicator">
<div class="mouse"></div>
</div>
</section>
<!-- Problem Section -->
<section id="problem" class="problem-section">
<div class="container">
<div class="section-header">
<span class="section-tag">The Challenge</span>
<h2 class="section-title">Construction Sites Face Critical Pain Points</h2>
<p class="section-description">
Traditional construction management relies on outdated, manual processes that lead to inefficiencies,
cost overruns, and safety concerns.
</p>
</div>
<div class="problem-grid">
<div class="problem-card">
<div class="problem-icon">⏱️</div>
<h3>Inaccurate Time Tracking</h3>
<p>Manual timekeeping leads to payroll discrepancies and disputes, costing projects time and money.</p>
</div>
<div class="problem-card">
<div class="problem-icon">📊</div>
<h3>Poor Resource Allocation</h3>
<p>Difficulty balancing workforce to avoid shortages and overstaffing, leading to increased costs or delays.</p>
</div>
<div class="problem-card">
<div class="problem-icon">📝</div>
<h3>Paper-Based Systems</h3>
<p>Continued reliance on manual, paper-based methods results in data inaccuracies and inefficiencies.</p>
</div>
<div class="problem-card">
<div class="problem-icon">📈</div>
<h3>Limited Productivity Insights</h3>
<p>Measuring and analyzing worker productivity accurately is complex without real-time data.</p>
</div>
<div class="problem-card">
<div class="problem-icon">🔄</div>
<h3>Scheduling Challenges</h3>
<p>Balancing diverse workforce schedules with varying skills and availability is time-consuming.</p>
</div>
<div class="problem-card">
<div class="problem-icon">⚖️</div>
<h3>Compliance Risks</h3>
<p>Monitoring compliance with labor laws, working hours, and safety regulations is critical but challenging.</p>
</div>
</div>
</div>
</section>
<!-- Solution Section -->
<section id="solution" class="solution-section">
<div class="container">
<div class="solution-content">
<div class="solution-text">
<span class="section-tag">Our Solution</span>
<h2 class="section-title">Neuron: Multi-Sensor IoT Intelligence</h2>
<p class="solution-description">
Neuron is a compact, comprehensive IoT device that harnesses the power of multiple sensors
to provide real-time construction site monitoring and intelligent resource management.
</p>
<div class="solution-features-list">
<div class="feature-item">
<span class="check-icon">✓</span>
<div>
<h4>Real-Time Work Monitoring</h4>
<p>Track and monitor human resources using cameras and advanced sensors</p>
</div>
</div>
<div class="feature-item">
<span class="check-icon">✓</span>
<div>
<h4>Accurate Time Prediction</h4>
<p>Predict and track daily activities with precision using AI and machine learning</p>
</div>
</div>
<div class="feature-item">
<span class="check-icon">✓</span>
<div>
<h4>Performance Analytics</h4>
<p>Convert labor operations into actionable cost insights in dollars and cents</p>
</div>
</div>
<div class="feature-item">
<span class="check-icon">✓</span>
<div>
<h4>Seamless Integration</h4>
<p>Easy integration with existing construction management systems</p>
</div>
</div>
</div>
</div>
<div class="solution-visual">
<div class="device-mockup">
<div class="device-screen">
<div class="screen-content">
<div class="data-stream">
<div class="data-point"></div>
<div class="data-point"></div>
<div class="data-point"></div>
<div class="data-point"></div>
</div>
<div class="metrics-display">
<div class="metric">Workers: 24</div>
<div class="metric">Active: 18</div>
<div class="metric">Efficiency: 87%</div>
</div>
</div>
</div>
<div class="device-base"></div>
</div>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section id="features" class="features-section">
<div class="container">
<div class="section-header">
<span class="section-tag">Capabilities</span>
<h2 class="section-title">Comprehensive Sensor Array</h2>
<p class="section-description">
Neuron integrates a wide range of sensors to capture comprehensive data from construction sites
</p>
</div>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon">📷</div>
<h3>Camera & Vision</h3>
<p>High-resolution cameras with night vision capabilities for 24/7 monitoring</p>
</div>
<div class="feature-card">
<div class="feature-icon">🌡️</div>
<h3>Environmental Sensors</h3>
<p>Temperature, humidity, air quality, UV, and pressure monitoring</p>
</div>
<div class="feature-card">
<div class="feature-icon">📍</div>
<h3>Location & Motion</h3>
<p>GPS, gyroscope, accelerometer, and LiDAR for precise positioning and movement tracking</p>
</div>
<div class="feature-card">
<div class="feature-icon">🔊</div>
<h3>Audio & Communication</h3>
<p>Microphone, speaker, and proximity sensors for communication and detection</p>
</div>
<div class="feature-card">
<div class="feature-icon">🔐</div>
<h3>Security & Access</h3>
<p>Fingerprint recognition and infrared sensors for secure access control</p>
</div>
<div class="feature-card">
<div class="feature-icon">💚</div>
<h3>Health Monitoring</h3>
<p>Heart rate sensors for worker safety and wellness tracking</p>
</div>
<div class="feature-card">
<div class="feature-icon">☀️</div>
<h3>Solar Powered</h3>
<p>Sustainable energy solution with integrated solar panels</p>
</div>
<div class="feature-card">
<div class="feature-icon">🌐</div>
<h3>Connectivity</h3>
<p>WiFi, Bluetooth, and distributed network capabilities</p>
</div>
</div>
</div>
</section>
<!-- Technology Section -->
<section id="technology" class="technology-section">
<div class="container">
<div class="tech-content">
<div class="tech-visual">
<div class="tech-diagram">
<div class="diagram-center">
<div class="center-node">Neuron</div>
</div>
<div class="diagram-connections">
<div class="connection-line"></div>
<div class="connection-line"></div>
<div class="connection-line"></div>
<div class="connection-line"></div>
</div>
<div class="diagram-nodes">
<div class="node">AI/ML</div>
<div class="node">Blockchain</div>
<div class="node">3D Modeling</div>
<div class="node">Analytics</div>
</div>
</div>
</div>
<div class="tech-text">
<span class="section-tag">Technology</span>
<h2 class="section-title">Advanced Intelligence Platform</h2>
<p class="tech-description">
Neuron leverages cutting-edge technology to transform raw sensor data into actionable insights.
</p>
<div class="tech-list">
<div class="tech-item">
<h4>Machine Learning & AI</h4>
<p>TensorFlow-powered analytics for pattern recognition and predictive modeling</p>
</div>
<div class="tech-item">
<h4>Blockchain Security</h4>
<p>Secure video and data storage with blockchain verification</p>
</div>
<div class="tech-item">
<h4>3D Modeling</h4>
<p>Real-time 3D site reconstruction and visualization</p>
</div>
<div class="tech-item">
<h4>Event Recognition</h4>
<p>Automated detection and classification of construction events</p>
</div>
<div class="tech-item">
<h4>Distributed Network</h4>
<p>Within-sensor communication for seamless data sharing</p>
</div>
<div class="tech-item">
<h4>Daily Summaries</h4>
<p>User-centric automated reports and insights</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Market Section -->
<section class="market-section">
<div class="container">
<div class="section-header">
<span class="section-tag">Market Opportunity</span>
<h2 class="section-title">A $5 Billion Market by 2025</h2>
</div>
<div class="market-grid">
<div class="market-card">
<div class="market-value">$1B</div>
<h3>Urban Advertising</h3>
<p>Targeted advertising opportunities in smart city infrastructure</p>
</div>
<div class="market-card">
<div class="market-value">$2B</div>
<h3>Smart City Initiatives</h3>
<p>Integration with municipal smart city programs</p>
</div>
<div class="market-card">
<div class="market-value">$500M</div>
<h3>Public Services</h3>
<p>Emergency services and public safety applications</p>
</div>
<div class="market-card highlight">
<div class="market-value">$1.5B</div>
<h3>Construction Tech</h3>
<p>Direct construction industry technology solutions</p>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact-section">
<div class="container">
<div class="contact-content">
<div class="contact-info">
<span class="section-tag">Get in Touch</span>
<h2 class="section-title">Ready to Transform Your Construction Site?</h2>
<p class="contact-description">
Join forward-thinking partners and investors in revolutionizing construction management.
Let's make construction sites smarter, safer, and more efficient.
</p>
<div class="contact-details">
<div class="contact-item">
<div class="contact-icon">👥</div>
<div>
<h4>Team</h4>
<p>Mihir Kavishwar & Neel Patil</p>
</div>
</div>
<div class="contact-item">
<div class="contact-icon">🏛️</div>
<div>
<h4>Institution</h4>
<p>University of Southern California</p>
<p class="sub-text">Sonny Astani Department of Civil & Environmental Engineering</p>
</div>
</div>
<div class="contact-item">
<div class="contact-icon">🎯</div>
<div>
<h4>Program</h4>
<p>InnovateLA Das Family Competition</p>
</div>
</div>
</div>
</div>
<div class="contact-form-container">
<form class="contact-form" id="contactForm">
<div class="form-group">
<label for="name">Name</label>
<input type="text" id="name" name="name" required>
</div>
<div class="form-group">
<label for="email">Email</label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label for="company">Company/Organization</label>
<input type="text" id="company" name="company">
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea id="message" name="message" rows="5" required></textarea>
</div>
<button type="submit" class="btn btn-primary btn-full">Send Message</button>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-brand">
<div class="brand-icon">⚡</div>
<div>
<h3>Neuron</h3>
<p>by OmniSense</p>
</div>
</div>
<div class="footer-links">
<div class="footer-column">
<h4>Product</h4>
<ul>
<li><a href="#solution">Solution</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#technology">Technology</a></li>
</ul>
</div>
<div class="footer-column">
<h4>Company</h4>
<ul>
<li><a href="#problem">Problem</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 OmniSense. All rights reserved.</p>
<p class="footer-tagline">Intelligence Everywhere</p>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>