-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeatures.html
113 lines (95 loc) · 4.93 KB
/
features.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Intelligence to Prevent. Power to Protect.">
<title>Soteria Security</title>
<link rel="icon" href="assets/images/favicon.ico" type="image/x-icon">
<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=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Manrope:[email protected]&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/style/global.css">
<link rel="stylesheet" href="assets/style/features.css">
</head>
<body>
<main>
<div id="navbar">
<div id="hamburger" onclick="hamburgerClick()">
<div></div>
<div></div>
<div></div>
</div>
<img id="navbar_logo" src="assets/images/logo.svg" onclick="window.scrollTo({ top: 0, behavior: 'smooth' });">
<a class="navbar_link" href="index.html">Home</a>
<a class="navbar_link active" onclick="window.scrollTo({ top: 0, behavior: 'smooth' });">Features</a>
<a class="navbar_link" href="impact.html">Impact</a>
<a class="navbar_link" href="about.html">About</a>
<a class="navbar_link" href="pricing.html">Pricing</a>
<a class="navbar_link" href="/PWA">PWA</a>
<button id="navbar_contact" onclick="window.open('https:\/\/idp7al2lb7x.typeform.com/to/CzxPzDxT', '_blank')">Reserve a Demo</button>
</div>
<div id="header">
<div id="header_text">
<p id="header_title">Features</p>
<p id="header_subtitle">What you receive from Soteria and the technology behind it</p>
</div>
<img id="header_img" src="assets/images/features_cover.png">
</div>
<div id="product">
<p id="product_bigtitle">
Using <span class="product_blue">AI Detection</span>
for <span class="product_blue">Disaster Prevention</span>
</p>
<div id="product_wrapper">
<div id="product_view">
<img id="product_img1" src="assets/images/analysis.png">
<img id="product_img2" src="assets/images/adminpanel.png" style="opacity: 0;">
<img id="product_img3" src="assets/images/publicapp.jpg" style="opacity: 0;">
</div>
<div id="product_desc">
<div id="product_desc_selector">
<div id="product_desc_selector_bg"></div>
<div class="product_desc_selector_label" id="product_desc_selector_l1">
Analysis
</div>
<svg id="product_desc_selector_svg1" xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#FFFFFF"><path d="M488-481 302-667l74-74 260 260-260 260-74-74 186-186Z"/></svg>
<div class="product_desc_selector_label" id="product_desc_selector_l2">
Admin Panel
</div>
<svg id="product_desc_selector_svg2" xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#FFFFFF"><path d="M488-481 302-667l74-74 260 260-260 260-74-74 186-186Z"/></svg>
<div class="product_desc_selector_label" id="product_desc_selector_l3">
Public App
</div>
</div>
<p id="product_desc_text">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Placeat natus rerum soluta obcaecati ratione, laboriosam maxime, possimus id optio fugiat voluptas ipsum nulla cumque, perferendis aliquid corporis. Error, excepturi placeat?
</p>
</div>
</div>
</div>
<br>
<hr id="overview_underline">
<br>
<div id="adaptable_text">
<h2 id="adaptable_title">Adaptable Everywhere</h2>
<p id="adaptable_desc">Soteria is integratable everywhere, uniquely crafted and usable for every camera in every home and building.</p>
</div>
<div id="footer">
<img id="footer_img" src="assets/images/logo.svg">
<div id="footer_text">
<p id="footer_name">Soteria<br>Security</p>
<p id="footer_slogan">Intelligence to Prevent.<br>Power to Protect.</p>
</div>
<p id="footer_copyright">© 2025 Copyright Soteria. All rights reserved.</p>
<div id="footer_buttons">
<button onclick="window.open('https:\/\/idp7al2lb7x.typeform.com/to/RPdMPne5', '_blank')">Contact Us</button>
<button onclick="window.open('https:\/\/idp7al2lb7x.typeform.com/to/CzxPzDxT', '_blank')">Request a Demo</button>
</div>
</div>
</main>
<script src="assets/script/global.js"></script>
<script src="assets/script/features.js"></script>
</body>
</html>