-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
347 lines (342 loc) · 16 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Landing Page</title>
<meta property="og:title" content="Landing Page" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta property="twitter:card" content="summary_large_image" />
<style data-tag="reset-style-sheet">
html { line-height: 1.15;}body { margin: 0;}* { box-sizing: border-box; border-width: 0; border-style: solid;}p,li,ul,pre,div,h1,h2,h3,h4,h5,h6,figure,blockquote,figcaption { margin: 0; padding: 0;}button { background-color: transparent;}button,input,optgroup,select,textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0;}button,select { text-transform: none;}button,[type="button"],[type="reset"],[type="submit"] { -webkit-appearance: button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner { border-style: none; padding: 0;}button:-moz-focus,[type="button"]:-moz-focus,[type="reset"]:-moz-focus,[type="submit"]:-moz-focus { outline: 1px dotted ButtonText;}a { color: inherit; text-decoration: inherit;}input { padding: 2px 4px;}img { display: block;}html { scroll-behavior: smooth }
</style>
<style data-tag="default-style-sheet">
html {
font-family: Raleway;
font-size: 18px;
}
body {
font-weight: 400;
font-style:normal;
text-decoration: none;
text-transform: none;
letter-spacing: normal;
line-height: 1.55;
color: var(--dl-color-gray-black);
background-color: var(--dl-color-gray-white);
}
</style>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
data-tag="font"
/>
<style>
html {
scroll-behavior: smooth;
}
</style>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<div>
<link href="./home.css" rel="stylesheet" />
<div class="home-container">
<div data-role="Header" class="home-navbar-container">
<div class="home-navbar">
<div class="home-left-side">
<a href="index.html" class="home-navlink">
<img
alt="image"
src="public/playground_assets/simvia_logo_plain.svg"
class="home-image"
/>
</a>
</div>
<div class="home-right-side">
<div data-role="BurgerMenu" class="home-burger-menu">
<svg viewBox="0 0 1024 1024" class="home-icon">
<path
d="M128 256h768v86h-768v-86zM128 554v-84h768v84h-768zM128 768v-86h768v86h-768z"
></path>
</svg>
</div>
<div class="home-links-container">
<a href="#learn_more" class="home-link Anchor">About</a>
<a href="#team" class="home-link01 Anchor">Team</a>
<a href="#contact" class="home-link02 Anchor">Contact</a>
<a href="privacy.html" class="home-link03 Anchor">Privacy</a>
</div>
</div>
<div data-role="MobileMenu" class="home-mobile-menu">
<div class="home-container1">
<img
alt="image"
src="public/playground_assets/simvia_logo_plain.svg"
class="home-image1"
/>
<div data-role="CloseMobileMenu" class="home-close-menu">
<svg viewBox="0 0 1024 1024" class="home-icon02">
<path
d="M810 274l-238 238 238 238-60 60-238-238-238 238-60-60 238-238-238-238 60-60 238 238 238-238z"
></path>
</svg>
</div>
</div>
<div class="home-links-container1">
<a href="#learn_more" class="home-link Anchor">About</a>
<a href="#team" class="home-link01 Anchor">Team</a>
<a href="#contact" class="home-link02 Anchor">Contact</a>
<a href="privacy.html" class="home-link03 Anchor">Privacy</a>
</div>
</div>
</div>
</div>
<div id="resources" class="home-hero">
<div class="home-content-container">
<div class="home-hero-text">
<img
src="public/playground_assets/simvia_logo_plain.svg"
alt="image"
class="home-image2"
/>
<h1 class="home-heading Section-Heading">
Redefining the Security Camera System.
</h1>
<span class="home-text">
Unique, AI-powered solutions that will change how you see
security
</span>
<a
href="#learn_more"
id="learn_more"
class="home-cta-btn1 button Anchor"
>
Learn More
</a>
</div>
</div>
</div>
<div id="inspiration" class="home-features">
<div class="home-heading-container">
<h2 id="how_are_we_different" class="home-text01 Section-Heading">
How are we different?
</h2>
</div>
<video
src="public/playground_assets/website_demo_video.mp4"
poster="https://play.teleporthq.io/static/svg/videoposter.svg"
loop
autoplay
muted
playsinline
preload="auto"
class="home-video"
></video>
<div class="home-cards-container">
<div class="home-features-card">
<div class="home-icon-container">
<svg viewBox="0 0 1024 1024" class="home-icon04">
<path
d="M1024 320l-512-256-512 256 512 256 512-256zM512 148.97l342.058 171.030-342.058 171.030-342.058-171.030 342.058-171.030zM921.444 460.722l102.556 51.278-512 256-512-256 102.556-51.278 409.444 204.722zM921.444 652.722l102.556 51.278-512 256-512-256 102.556-51.278 409.444 204.722z"
></path>
</svg>
</div>
<div class="home-text-container">
<span class="home-heading1 Card-Heading">
The Next Dimension in Visualization
</span>
<span class="home-text02">
Our unique mesh network integrates 2D camera feeds into a
single 3D representation, allowing the user to understand the
scene holistically, from any direction.
</span>
</div>
</div>
<div class="home-features-card1">
<div class="home-icon-container1">
<svg viewBox="0 0 1024 1024" class="home-icon06">
<path
d="M512 192c-223.318 0-416.882 130.042-512 320 95.118 189.958 288.682 320 512 320 223.312 0 416.876-130.042 512-320-95.116-189.958-288.688-320-512-320zM764.45 361.704c60.162 38.374 111.142 89.774 149.434 150.296-38.292 60.522-89.274 111.922-149.436 150.296-75.594 48.218-162.89 73.704-252.448 73.704-89.56 0-176.858-25.486-252.452-73.704-60.158-38.372-111.138-89.772-149.432-150.296 38.292-60.524 89.274-111.924 149.434-150.296 3.918-2.5 7.876-4.922 11.86-7.3-9.96 27.328-15.41 56.822-15.41 87.596 0 141.382 114.616 256 256 256 141.382 0 256-114.618 256-256 0-30.774-5.452-60.268-15.408-87.598 3.978 2.378 7.938 4.802 11.858 7.302v0zM512 416c0 53.020-42.98 96-96 96s-96-42.98-96-96 42.98-96 96-96 96 42.982 96 96z"
></path>
</svg>
</div>
<div class="home-text-container1">
<span class="home-heading2">
<span class="Card-Heading">
Never Miss a Thing in your Space
</span>
<br />
</span>
<span class="home-text05">
Our AI automatically detects and records the location and
movement of objects and people in 3D space for real time
understanding and comprehensive review
</span>
</div>
</div>
<div class="home-features-card2">
<div class="home-icon-container2">
<svg viewBox="0 0 1152 1024" class="home-icon08">
<path
d="M1088 901.166c0 45.5 26.028 84.908 64 104.184v15.938c-10.626 1.454-21.472 2.224-32.5 2.224-68.008 0-129.348-28.528-172.722-74.264-26.222 6.982-54.002 10.752-82.778 10.752-159.058 0-288-114.616-288-256s128.942-256 288-256c159.058 0 288 114.616 288 256 0 55.348-19.764 106.592-53.356 148.466-6.824 14.824-10.644 31.312-10.644 48.7zM230.678 221.186c-66.214 53.798-102.678 122.984-102.678 194.814 0 40.298 11.188 79.378 33.252 116.15 22.752 37.92 56.982 72.586 98.988 100.252 30.356 19.992 50.78 51.948 56.176 87.894 1.8 11.984 2.928 24.088 3.37 36.124 7.47-6.194 14.75-12.846 21.88-19.976 24.154-24.152 56.78-37.49 90.502-37.49 5.368 0 10.762 0.336 16.156 1.024 20.948 2.662 42.344 4.016 63.594 4.020v128c-27.128-0.002-53.754-1.738-79.742-5.042-109.978 109.978-241.25 129.7-368.176 132.596v-26.916c68.536-33.578 128-94.74 128-164.636 0-9.754-0.758-19.33-2.164-28.696-115.796-76.264-189.836-192.754-189.836-323.304 0-229.75 229.23-416 512-416 278.458 0 504.992 180.614 511.836 405.52-41.096-18.316-85.84-29.422-132.262-32.578-11.53-56.068-45.402-108.816-98.252-151.756-35.322-28.698-76.916-51.39-123.628-67.444-49.706-17.080-102.76-25.742-157.694-25.742-54.932 0-107.988 8.662-157.694 25.742-46.712 16.054-88.306 38.744-123.628 67.444z"
></path>
</svg>
</div>
<div class="home-text-container2">
<span class="home-heading3 Card-Heading">
A Security System you can Chat with
</span>
<span class="home-text06">
Chat integration for verbal control of your system and simple
retrieval of information. Talk to the system about your
space as you would talk to a person.
</span>
</div>
</div>
</div>
</div>
<div class="home-section-separator"></div>
<div id="team" class="home-team">
<div class="home-heading-container1">
<h1 class="home-text07 Section-Heading">Meet the Team</h1>
<span class="home-text08">The brains behind our technology.</span>
</div>
<div class="home-cards-container1">
<div class="home-team-card">
<a
href="https://vmacri.com"
target="_blank"
rel="noreferrer noopener"
class="home-link08"
>
<div class="home-avatar-container">
<img
src="public/playground_assets/vincenzo-macri-200h.jpg"
alt="image"
class="home-image3"
/>
</div>
</a>
<span class="home-name Card-Heading">Vincenzo Macri</span>
<span class="home-position">
Chief Executive Officer & President
</span>
</div>
<div class="home-team-card1">
<a
href="https://justmisha.com/"
target="_blank"
rel="noreferrer noopener"
class="home-link09"
>
<div class="home-avatar-container1">
<img
src="public/playground_assets/misha-200w.jpg"
alt="image"
class="home-image4"
/>
</div>
</a>
<span class="home-name1 Card-Heading">
<span class="Card-Heading">Misha </span>
<span>Klopukh </span>
</span>
<span class="home-position1">
Vice President of Product Development
</span>
</div>
<div class="home-team-card2">
<div class="home-avatar-container2">
<img
src="public/playground_assets/elan-barenholtz-200h.jpg"
alt="image"
class="home-image5"
/>
</div>
<span class="home-name2 Card-Heading">Elan Barenholtz</span>
<span class="home-position2">
<span>Vice President</span>
<br />
<span>of Communications</span>
</span>
</div>
<div class="home-team-card3">
<div class="home-avatar-container3">
<img
src="public/playground_assets/william-hahn-200h.webp"
alt="image"
class="home-image6"
/>
</div>
<span class="home-name3 Card-Heading">William Hahn</span>
<span class="home-position3">
Chief Technology Officer & Vice President of Engineering
</span>
</div>
</div>
</div>
<div class="home-section-separator1"></div>
<div class="home-section-separator2"></div>
<div id="contact" class="home-get-in-touch">
<h2 class="home-text14 Section-Heading">Inquiries</h2>
<div class="home-content-container1">
<div class="home-form-container">
<form action="https://formspree.io/f/mbjebnaa" method="POST">
<span class="home-heading4 BigCard-Heading">
Interested? Send us a message
</span>
<input
type="text"
required="true"
name="name"
placeholder="Name"
class="home-name4 input"
/>
<input
type="text"
required="true"
name="_replyto"
placeholder="E-mail"
class="home-email input"
/>
<textarea
placeholder="Your Message"
name="message"
class="home-message textarea"
></textarea>
<button type="submit" class="home-cta-btn2 Anchor button">
SEND
</button>
</form>
</div>
</div>
</div>
<div class="home-section-separator3"></div>
<div class="home-footer-container">
<div class="home-footer">
<div class="home-copyright-container">
<svg viewBox="0 0 1024 1024" class="home-icon10">
<path
d="M512 854q140 0 241-101t101-241-101-241-241-101-241 101-101 241 101 241 241 101zM512 86q176 0 301 125t125 301-125 301-301 125-301-125-125-301 125-301 301-125zM506 390q-80 0-80 116v12q0 116 80 116 30 0 50-17t20-43h76q0 50-44 88-42 36-102 36-80 0-122-48t-42-132v-12q0-82 40-128 48-54 124-54 66 0 104 38 42 42 42 98h-76q0-14-6-26-10-20-14-24-20-20-50-20z"
></path>
</svg>
<a href="index.html" class="home-link10 Anchor">
Copyright, 2023 Simvia Technologies, LLC.
</a>
<a href="privacy.html" class="home-link11">
<span class="Anchor"> | </span>
<span>Privacy</span>
</a>
</div>
</div>
</div>
</div>
</div>
<script src="https://unpkg.com/@teleporthq/teleport-custom-scripts"></script>
</body>
</html>