-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
785 lines (772 loc) · 32.4 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
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
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="images/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="images/favicon-16x16.png"
/>
<title>Divinci™ Multiplayer AI Chat</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<nav class="navbar">
<div class="nav-logo">
<img
src="images/divinci_logo.png"
alt="Divinci Heart Robot logo"
/>
</div>
<div class="nav-title">
Divinci™
<span class="mobile-hide">
- Platform for fully managed, tested, custom AIs</span
>
</div>
<div class="nav-menu">
<a href="#features">Features</a>
<a href="#team">Team</a>
<a href="#signup">Sign Up</a>
</div>
</nav>
<div class="hero">
<div class="circle central">
<img
class="central-logo"
src="images/divinci_logo.png"
alt="Divinci Heart Robot logo black and white"
/>
</div>
<svg class="flower-of-life" xmlns="http://www.w3.org/2000/svg">
<!-- Central Circle -->
<circle
cx="200"
cy="100"
r="50"
stroke="navy"
stroke-width="2"
fill="none"
/>
<!-- First Ring of Circles -->
<circle
cx="200"
cy="50"
r="50"
stroke="navy"
stroke-width="2"
fill="none"
/>
<circle
cx="200"
cy="50"
r="50"
stroke="navy"
stroke-width="2"
fill="none"
/>
<circle
cx="250"
cy="75"
r="50"
stroke="navy"
stroke-width="2"
fill="none"
/>
<circle
cx="250"
cy="25"
r="50"
stroke="navy"
stroke-width="2"
fill="none"
/>
<circle
cx="150"
cy="75"
r="50"
stroke="navy"
stroke-width="2"
fill="none"
/>
<circle
cx="150"
cy="25"
r="50"
stroke="navy"
stroke-width="2"
fill="none"
/>
<!-- Second Ring of Circles (partial example) -->
<!-- <circle cx="150" cy="100" r="50" stroke="black" stroke-width="2" fill="none"/> -->
<!-- Add more circles as needed -->
</svg>
<!-- Existing Group of Circles -->
<div class="geometry-group">
<div class="circle circle00">👴</div>
<div class="circle circle01">🤖</div>
<div class="circle circle02">🧑🏽🦱</div>
<div class="circle circle03">🤖</div>
<div class="circle circle04">👨🏻</div>
</div>
<!-- Second Set of Circles for Inner Orbit -->
<!-- <div class="geometry-group-inner">
<div class="circle circle10">🤖</div>
<div class="circle circle11">👨🏻🔬</div>
<div class="circle circle12">🤖</div>
<div class="circle circle13">👩🏻⚕️</div>
<div class="circle circle14">🤖</div>
<div class="circle circle15">👩🏻💼</div>
</div> -->
<!-- Sets for Outer Orbit -->
<!-- Outer Orbit Set 1 -->
<div class="geometry-group-outer1">
<div class="circle circle20">🌞</div>
<div class="circle circle21">🤖</div>
<div class="circle circle22">🤠</div>
<div class="circle circle23">🤖</div>
<div class="circle circle24">😺</div>
<div class="circle circle25">👽</div>
</div>
<div class="geometry-group-outer2">
<div class="circle circle26">🧑🏾🦰</div>
<div class="circle circle27">🤖</div>
<div class="circle circle28">🧔🏽♂️</div>
<div class="circle circle29">🤖</div>
<div class="circle circle30">👱♀️</div>
<div class="circle circle31">🐸</div>
</div>
</div>
<!-- .hero section -->
<div class="features-section" id="features">
<div></div>
<div class="feature" id="multiplayer">
<span> 🧑🧒🧑🧒 </span>
<h3>Multiplayer</h3>
<p>
Invite more of your human buddies into a chat with your
favorite AIs.
</p>
</div>
<div class="feature" id="ai-family">
<span> 🤖🤖 </span>
<h3>AI Family</h3>
<p>
Choose from ChatGPT, Gemini, Claude, Llama, and many
more!
</p>
</div>
<div class="feature" id="voice-in-out">
<span> 🗣️🗣️ </span>
<h3>Voice In/Out</h3>
<p>
Fancy AI Voices from Google to have your answers read to you
in a natural-sounding voice. Use your mic to chat text in.
</p>
</div>
<div class="feature" id="images-graphs">
<span> 📸 📊 </span>
<h3>Generate Images, Diagrams, Graphs and Charts!</h3>
<p>
Divinci™ knows when you're asking to generate an image or
chart and knows when its answer can best be described with a
diagram.
</p>
</div>
<div class="feature" id="text-messaging">
<span> 📱 💬 </span>
<h3>Text Messaging</h3>
<p>
Text Divinci™ while you're out on the go, hands-free with
"Hey Siri/Google, text Divinci".
</p>
</div>
<div class="feature" id="share-private">
<span> 🔐 👀 </span>
<h3>Sharable/Private Chats</h3>
<p>
Share Chats with friends to join in. Make a chat publicly
readable or make a chat completely private.
</p>
</div>
<div class="feature" id="rag">
<span> 🤖📑 </span>
<h3>
Personal Retrieval Augmentation
<br />
(coming soon)
</h3>
<p>
Upload files to your chat to make a custom AI that learns
those files and prioritizes them in answering.
</p>
</div>
<div class="feature" id="expert-ai">
<span> 👩🏻⚕️🤖 </span>
<h3>
<a href="https://galvani.ai/" target="_blank">
Expert AIs
</a>
<br />
(coming soon)
</h3>
<p>Expert AIs trained by teams of industry veterans.</p>
</div>
</div>
<!-- End Feature 1-->
<div class="features-section profiles" id="team">
<div class="feature team-feature" id="founder">
<h3>Founder</h3>
<img
src="images/Michael-Mooring.jpeg"
style="object-position: center 15%"
alt="Michael-Mooring"
/>
<h4>Mike Mooring</h4>
<p>
15+ Years Software Experience
<br />
Serial Software Entrepreneur
</p>
<a
href="https://www.linkedin.com/in/michaelduanemooring/"
target="_blank"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="linkedin-logo"
viewBox="0 0 24 24"
data-supported-dps="24x24"
fill="#0a66c2"
class="mercado-match"
width="24"
height="24"
focusable="false"
>
<path
d="M20.5 2h-17A1.5 1.5 0 002 3.5v17A1.5 1.5 0 003.5 22h17a1.5 1.5 0 001.5-1.5v-17A1.5 1.5 0 0020.5 2zM8 19H5v-9h3zM6.5 8.25A1.75 1.75 0 118.3 6.5a1.78 1.78 0 01-1.8 1.75zM19 19h-3v-4.74c0-1.42-.6-1.93-1.38-1.93A1.74 1.74 0 0013 14.19a.66.66 0 000 .14V19h-3v-9h2.9v1.3a3.11 3.11 0 012.7-1.4c1.55 0 3.36.86 3.36 3.66z"
></path>
</svg>
</a>
</div>
<div class="feature team-feature" id="cto">
<h3 style="color: rgb(22 33 76)">CTO</h3>
<img
src="images/sam-tobia.jpg"
style="object-position: center 20%"
alt="Samual Tobia"
/>
<h4 style="color: rgb(22 33 76)">Samuel Tobia</h4>
<p>
15+ Years Software Experience
<br />
Principle Software Engineer
</p>
<a
href="https://www.linkedin.com/in/sam-tobia-1aa2762b/"
target="_blank"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="linkedin-logo"
viewBox="0 0 24 24"
data-supported-dps="24x24"
fill="#0a66c2"
class="mercado-match"
width="24"
height="24"
focusable="false"
>
<path
d="M20.5 2h-17A1.5 1.5 0 002 3.5v17A1.5 1.5 0 003.5 22h17a1.5 1.5 0 001.5-1.5v-17A1.5 1.5 0 0020.5 2zM8 19H5v-9h3zM6.5 8.25A1.75 1.75 0 118.3 6.5a1.78 1.78 0 01-1.8 1.75zM19 19h-3v-4.74c0-1.42-.6-1.93-1.38-1.93A1.74 1.74 0 0013 14.19a.66.66 0 000 .14V19h-3v-9h2.9v1.3a3.11 3.11 0 012.7-1.4c1.55 0 3.36.86 3.36 3.66z"
></path>
</svg>
</a>
</div>
<div class="feature team-feature" id="Sierra-Hooshiari">
<h3 style="color: rgb(22 33 76); margin: -27px 0 0 -16px">
COO
</h3>
<div style="overflow: hidden; display: contents">
<img src="" style="background-color: #5ce2e7" alt="" />
<img
src="images/sierra-hooshiari.jpeg"
style="
transform: scale(1.2);
object-fit: contain;
object-position: center 20%;
height: 133px;
margin-top: 16px;
"
alt="Sierra Hooshiari"
/>
</div>
<h4
style="
color: rgb(22 33 76);
background-color: #5ce2e7a3;
width: 151px;
padding: 0 0 0 20px;
border-radius: 3px;
margin: 18px 0 0 -16px;
"
>
Sierra Hooshiari
</h4>
<p>
Founder/CEO of BrainPOP Drink
<br />
Cornell ILR Business School
</p>
<a
href="https://www.linkedin.com/in/sierra-hooshiari-3abbb27/"
target="_blank"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="linkedin-logo"
viewBox="0 0 24 24"
data-supported-dps="24x24"
fill="#0a66c2"
class="mercado-match"
width="24"
height="24"
focusable="false"
>
<path
d="M20.5 2h-17A1.5 1.5 0 002 3.5v17A1.5 1.5 0 003.5 22h17a1.5 1.5 0 001.5-1.5v-17A1.5 1.5 0 0020.5 2zM8 19H5v-9h3zM6.5 8.25A1.75 1.75 0 118.3 6.5a1.78 1.78 0 01-1.8 1.75zM19 19h-3v-4.74c0-1.42-.6-1.93-1.38-1.93A1.74 1.74 0 0013 14.19a.66.66 0 000 .14V19h-3v-9h2.9v1.3a3.11 3.11 0 012.7-1.4c1.55 0 3.36.86 3.36 3.66z"
></path>
</svg>
</a>
</div>
<div class="feature team-feature" id="Abdul-Sarnor">
<h3
style="
color: rgb(222, 220, 232);
background-color: rgba(0, 0, 22, 0.6);
width: 207px;
padding: 0 0 0 20px;
border-radius: 3px;
"
>
Founding Engineer
</h3>
<img
src="images/abdul.jpeg"
style="object-position: center 20%"
alt="Abdul-Sarnor"
/>
<h4
style="
color: rgb(222, 220, 232);
background-color: rgba(0, 0, 22, 0.6);
width: 131px;
padding: 0 0 0 20px;
border-radius: 3px;
"
>
Abdul Sarnor
</h4>
<p>Former Peechy Founding Engineer</p>
<a
href="https://www.linkedin.com/in/abdul-sarnor/"
target="_blank"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="linkedin-logo"
viewBox="0 0 24 24"
data-supported-dps="24x24"
fill="#0a66c2"
class="mercado-match"
width="24"
height="24"
focusable="false"
>
<path
d="M20.5 2h-17A1.5 1.5 0 002 3.5v17A1.5 1.5 0 003.5 22h17a1.5 1.5 0 001.5-1.5v-17A1.5 1.5 0 0020.5 2zM8 19H5v-9h3zM6.5 8.25A1.75 1.75 0 118.3 6.5a1.78 1.78 0 01-1.8 1.75zM19 19h-3v-4.74c0-1.42-.6-1.93-1.38-1.93A1.74 1.74 0 0013 14.19a.66.66 0 000 .14V19h-3v-9h2.9v1.3a3.11 3.11 0 012.7-1.4c1.55 0 3.36.86 3.36 3.66z"
></path>
</svg>
</a>
</div>
<div class="feature team-feature" id="sean-fuhrman">
<h3
style="
background-color: rgb(89 122 54 / 53%);
width: 144px;
padding: 0 0 0 20px;
margin: 3px 0 0 -18px;
"
>
ML Engineer
</h3>
<img src="" style="background-color: rgb(89 122 54)" alt="" />
<img
src="images/sean-fuhrman.jpeg"
style="
transform: scale(1.07);
object-fit: contain;
object-position: center 20%;
height: 162px;
margin-top: 7px;
"
alt="sean-fuhrman"
/>
<h4
style="
background-color: rgb(89 122 54 / 53%);
width: 159px;
border-radius: 3px;
margin: 43px 0 0 -16px;
"
>
Sean Fuhrman
</h4>
<p>
SEELab at UCSD
<br />
Published Data Scientist
</p>
<a
href="https://www.linkedin.com/in/sean-fuhrman/"
target="_blank"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="linkedin-logo"
viewBox="0 0 24 24"
data-supported-dps="24x24"
fill="#0a66c2"
class="mercado-match"
width="24"
height="24"
focusable="false"
>
<path
d="M20.5 2h-17A1.5 1.5 0 002 3.5v17A1.5 1.5 0 003.5 22h17a1.5 1.5 0 001.5-1.5v-17A1.5 1.5 0 0020.5 2zM8 19H5v-9h3zM6.5 8.25A1.75 1.75 0 118.3 6.5a1.78 1.78 0 01-1.8 1.75zM19 19h-3v-4.74c0-1.42-.6-1.93-1.38-1.93A1.74 1.74 0 0013 14.19a.66.66 0 000 .14V19h-3v-9h2.9v1.3a3.11 3.11 0 012.7-1.4c1.55 0 3.36.86 3.36 3.66z"
></path>
</svg>
</a>
</div>
<div class="feature team-feature" id="duane-moorig">
<h3
style="
color: rgb(22 33 76);
background-color: rgb(113 149 180 / 60%);
width: 95px;
margin: -16px 0 0 -10px;
"
>
CPO
</h3>
<img src="" class="duane-bg" alt="" />
<img
src="images/duane-mooring.png"
style="
transform: scale(1.3);
object-fit: contain;
object-position: center 20%;
height: 155px;
margin-top: 24px;
border-radius: 136px 136px 0 0;
"
alt="bryan-reynolds"
/>
<h4
style="
color: rgb(22 33 76);
background-color: rgb(113 149 180 / 60%);
width: 153px;
padding: 0 0 0 20px;
border-radius: 3px;
margin: 21px 0 0 -10px;
"
>
Duane Mooring
</h4>
<p>
Former Manager at Sitrof (sold)
<br />
Lifetime experience of management
</p>
<!-- <a href="https://www.linkedin.com/in/bryanreynoldsdocx/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" class="linkedin-logo" viewBox="0 0 24 24" data-supported-dps="24x24" fill="#0a66c2" class="mercado-match" width="24" height="24" focusable="false">
<path d="M20.5 2h-17A1.5 1.5 0 002 3.5v17A1.5 1.5 0 003.5 22h17a1.5 1.5 0 001.5-1.5v-17A1.5 1.5 0 0020.5 2zM8 19H5v-9h3zM6.5 8.25A1.75 1.75 0 118.3 6.5a1.78 1.78 0 01-1.8 1.75zM19 19h-3v-4.74c0-1.42-.6-1.93-1.38-1.93A1.74 1.74 0 0013 14.19a.66.66 0 000 .14V19h-3v-9h2.9v1.3a3.11 3.11 0 012.7-1.4c1.55 0 3.36.86 3.36 3.66z"></path>
</svg>
</a> -->
</div>
<!-- <div class="feature team-feature" id="bryan-reynolds">
<h3 style="color: rgb(22 33 76); background-color: rgb(185 183 177 / 60%); width: 95px;">
Advisor
</h3>
<img src="" class="bryan-bg" alt="">
<img src="images/bryan-reynolds.jpeg" style="transform: scale(1.3); object-fit: contain;object-position: center 20%;height: 155px;margin-top:30px;" alt="bryan-reynolds">
<h4 style="color: rgb(22 33 76); background-color: rgb(185 183 177 / 60%); width: 153px; padding: 0 0 0 20px; border-radius: 3px;">
Bryan Reynolds
</h4>
<p>
Founder/CEO at Docxonomy
<br/>
Sold Sitrof software company
</p> -->
<!-- <a href="https://www.linkedin.com/in/bryanreynoldsdocx/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" class="linkedin-logo" viewBox="0 0 24 24" data-supported-dps="24x24" fill="#0a66c2" class="mercado-match" width="24" height="24" focusable="false">
<path d="M20.5 2h-17A1.5 1.5 0 002 3.5v17A1.5 1.5 0 003.5 22h17a1.5 1.5 0 001.5-1.5v-17A1.5 1.5 0 0020.5 2zM8 19H5v-9h3zM6.5 8.25A1.75 1.75 0 118.3 6.5a1.78 1.78 0 01-1.8 1.75zM19 19h-3v-4.74c0-1.42-.6-1.93-1.38-1.93A1.74 1.74 0 0013 14.19a.66.66 0 000 .14V19h-3v-9h2.9v1.3a3.11 3.11 0 012.7-1.4c1.55 0 3.36.86 3.36 3.66z"></path>
</svg>
</a> -->
<!-- </div> -->
<div class="feature team-feature" id="founder">
<h3 style="color: rgb(22 33 76); margin: -20px 0 0 -12px">
Advisor
</h3>
<img src="" style="background-color: white" alt="" />
<img
src="images/drjoelfuhrman.jpeg"
style="
transform: scale(1.3);
object-fit: contain;
object-position: center 20%;
height: 133px;
margin-top: 30px;
"
alt="dr-joel-fuhrman"
/>
<h4
style="
color: rgb(22 33 76);
background-color: #ffffffc2;
width: 159px;
padding: 0 0 0 20px;
border-radius: 3px;
margin: 25px 0 0 -16px;
"
>
Dr.Joel Fuhrman
</h4>
<p>
3x NY Best Seller
<br />
Renowned physician and author
</p>
<a
href="https://www.linkedin.com/in/joel-fuhrman-m-d-61887112/"
target="_blank"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="linkedin-logo"
viewBox="0 0 24 24"
data-supported-dps="24x24"
fill="#0a66c2"
class="mercado-match"
width="24"
height="24"
focusable="false"
>
<path
d="M20.5 2h-17A1.5 1.5 0 002 3.5v17A1.5 1.5 0 003.5 22h17a1.5 1.5 0 001.5-1.5v-17A1.5 1.5 0 0020.5 2zM8 19H5v-9h3zM6.5 8.25A1.75 1.75 0 118.3 6.5a1.78 1.78 0 01-1.8 1.75zM19 19h-3v-4.74c0-1.42-.6-1.93-1.38-1.93A1.74 1.74 0 0013 14.19a.66.66 0 000 .14V19h-3v-9h2.9v1.3a3.11 3.11 0 012.7-1.4c1.55 0 3.36.86 3.36 3.66z"
></path>
</svg>
</a>
</div>
<!-- <div class="feature team-feature" id="bryan-reynolds">
<h3 style="color: rgb(22 33 76); background-color: rgb(185 183 177 / 60%); width: 95px;">
Advisor
</h3> -->
<!-- <img src="" class="bryan-bg" alt="">
<img src="images/bryan-reynolds.jpeg" style="transform: scale(1.3); object-fit: contain;object-position: center 20%;height: 155px;margin-top:30px;" alt="bryan-reynolds">
<h4 style="color: rgb(22 33 76); background-color: rgb(185 183 177 / 60%); width: 153px; padding: 0 0 0 20px; border-radius: 3px;">
Bryan Reynolds
</h4>
<p>
Founder/CEO at Docxonomy
<br/>
Sold Sitrof software company
</p> -->
<!-- <a href="https://www.linkedin.com/in/bryanreynoldsdocx/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" class="linkedin-logo" viewBox="0 0 24 24" data-supported-dps="24x24" fill="#0a66c2" class="mercado-match" width="24" height="24" focusable="false">
<path d="M20.5 2h-17A1.5 1.5 0 002 3.5v17A1.5 1.5 0 003.5 22h17a1.5 1.5 0 001.5-1.5v-17A1.5 1.5 0 0020.5 2zM8 19H5v-9h3zM6.5 8.25A1.75 1.75 0 118.3 6.5a1.78 1.78 0 01-1.8 1.75zM19 19h-3v-4.74c0-1.42-.6-1.93-1.38-1.93A1.74 1.74 0 0013 14.19a.66.66 0 000 .14V19h-3v-9h2.9v1.3a3.11 3.11 0 012.7-1.4c1.55 0 3.36.86 3.36 3.66z"></path>
</svg>
</a>
</div> -->
</div>
<!-- End Feature 2-->
<div class="newsletter-signup" id="signup">
<h1 style="color: rgb(8, 8, 66)">
Sign up, <br />
Stay tuned!
</h1>
<!-- Begin Mailchimp Signup Form -->
<link
href="//cdn-images.mailchimp.com/embedcode/classic-071822.css"
rel="stylesheet"
type="text/css"
/>
<style type="text/css">
#mc_embed_signup {
clear: left;
font:
14px Helvetica,
Arial,
sans-serif;
}
.email {
margin-bottom: 11px;
}
/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form
action="https://app.us21.list-manage.com/subscribe/post?u=50defbdc8145d92b64b450183&id=f5115ea39a&f_id=000753e1f0"
method="post"
id="mc-embedded-subscribe-form"
name="mc-embedded-subscribe-form"
class="validate"
target="_blank"
novalidate
>
<div id="mc_embed_signup_scroll">
<div class="mc-field-group">
<input
type="email"
value=""
placeholder="Your Email"
name="EMAIL"
class="required email"
id="mce-EMAIL"
required
/>
</div>
<div id="mce-responses" class="clear foot">
<div
class="response"
id="mce-error-response"
style="display: none"
></div>
<div
class="response"
id="mce-success-response"
style="display: none"
></div>
</div>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div
style="position: absolute; left: -5000px"
aria-hidden="true"
>
<input
type="text"
name="b_50defbdc8145d92b64b450183_f5115ea39a"
tabindex="-1"
value=""
/>
</div>
<div class="optionalParent">
<div class="clear foot">
<input
type="submit"
value="Subscribe"
name="subscribe"
id="mc-embedded-subscribe"
class="button"
/>
</div>
</div>
</div>
</form>
</div>
<script
type="text/javascript"
src="//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js"
></script>
<script type="text/javascript">
(function ($) {
window.fnames = new Array();
window.ftypes = new Array();
fnames[0] = "EMAIL";
ftypes[0] = "email";
fnames[1] = "FNAME";
ftypes[1] = "text";
fnames[2] = "LNAME";
ftypes[2] = "text";
fnames[3] = "ADDRESS";
ftypes[3] = "address";
fnames[4] = "PHONE";
ftypes[4] = "phone";
fnames[5] = "BIRTHDAY";
ftypes[5] = "birthday";
})(jQuery);
var $mcj = jQuery.noConflict(true);
</script>
<!--End mc_embed_signup-->
</div>
<!-- Footer section -->
<footer class="home site-footer">
<div class="container">
<p>© 2024 Divinci™ AI, Inc. All rights reserved.</p>
<p>
<a href="ai-safety-ethics.html">AI Safety & Ethics</a> |
<a href="terms-of-service.html">Terms of Service</a> |
<a href="privacy-policy.html">Privacy Policy</a>
</p>
</div>
</footer>
<script src="script.js" defer></script>
<!-- Start of HubSpot Embed Code -->
<script
type="text/javascript"
id="hs-script-loader"
async
defer
src="//js.hs-scripts.com/48021503.js"
></script>
<!-- End of HubSpot Embed Code -->
<script>
!(function () {
var reb2b = (window.reb2b = window.reb2b || []);
if (reb2b.invoked) return;
reb2b.invoked = true;
reb2b.methods = ["identify", "collect"];
reb2b.factory = function (method) {
return function () {
var args = Array.prototype.slice.call(arguments);
args.unshift(method);
reb2b.push(args);
return reb2b;
};
};
for (var i = 0; i < reb2b.methods.length; i++) {
var key = reb2b.methods[i];
reb2b[key] = reb2b.factory(key);
}
reb2b.load = function (key) {
var script = document.createElement("script");
script.type = "text/javascript";
script.async = true;
script.src =
"https://s3-us-west-2.amazonaws.com/b2bjsstore/b/" +
key +
"/Z6PVLH5Y116R.js.gz";
var first = document.getElementsByTagName("script")[0];
first.parentNode.insertBefore(script, first);
};
reb2b.SNIPPET_VERSION = "1.0.1";
reb2b.load("Z6PVLH5Y116R");
})();
</script>
</body>
</html>