-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (69 loc) · 4.96 KB
/
index.html
File metadata and controls
86 lines (69 loc) · 4.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>vLEIDA Inc</title>
<link href="dist/output.css" rel="stylesheet">
</head>
<body class="bg-indigo-40 text-gray-900">
<!-- Header -->
<header class="bg-indigo-600 flex justify-center items-center">
<h1 class="text-4xl font-bold"><a href="index.html" class="no-underline"><img src="logo.svg" class="m-h-full w-40" alt="vLEIDA Inc."></img></a></h1>
</header>
<!-- Main Content -->
<main class="container mx-auto p-5">
<!-- Public and Private Mission -->
<section id="mission" class="space-y-6 content-center">
<h2 class="text-3xl font-bold">Mission</h2>
<p>Our team focuses on digital identity products and tools for people and businesses. Our speciality is decentralized digital identity ecosystems, with a focus on the enterprise and the public sector and in particular, the revolutionary, distributed, public key infrastructure (PKI) framework <i><a href="https://keri.one/" class="underline">KERI</a></i> and the governance ecosystem, the <i><a href="https://www.gleif.org/en/vlei/introducing-the-verifiable-lei-vlei" class="underline">verifiable Legal Entity Identifier (vLEI)</a></i>. This framework and governance ecosystem are part of a brand new initiative coupled to the now ubiquitous <i><a href="https://www.gleif.org/en/about-lei/introducing-the-legal-entity-identifier-lei" class="underline">Legal Entity Identifier (LEI)</a></i> governed by the <i><a href="https://gleif.org" class="underline">Global Legal Entity Identifier Foundation (GLEIF)</a></i>.</p>
<p class="text-1xl font-bold"><a href="./what-are-keri-the-lei-and-vlei.html" class="underline">What are KERI, the vLEI, and the LEI?</a></p>
<h2 class="text-3xl font-bold">What we can do for you</h2>
<ul class="list-disc list-inside">
<li>KERI integrations, KERI architected digital identity ventures, and KERI related products and project support</li>
<li>vLEI initiatives leveraging the vLEI to transform your businesses approach to digital identity.</li>
<li>Leverage our team’s fintech, security, and digital forensic domain backgrounds to help bring digital identity projects to market</li>
</ul>
<h2 class="text-3xl font-bold">Our Roadmap</h2>
<ul class="list-disc list-inside">
<li>We are currently seeking consulting opportunities, development requests, and partnerships in the digital identity space.</li>
<li>We actively participate in the open source community WebOfTrust where KERI is developed.</li>
<li>We have a variety of prototypes using KERI, from whiteboard prototypes describing exciting new ways to do old things to products under active development.</li>
<li>We are building another implementation of the KERI suite with a potential target of Q3 2024.</li>
<li>We plan to launch at least two services to help the other members of this community by the end of the year.</li>
</ul>
</section>
<section id="team" class="mt-10 space-y-6">
<h2 class="text-3xl font-bold">Team</h2>
<div class="flex space-x-6">
<div class="text-center flex-shrink-0">
<img src="charles_headshot.jpeg" alt="Charles Lanahan" class="w-32 h-32 rounded-full mx-auto">
<h3 class="text-xl text-indigo-800 mt-2">Charles Lanahan</h3>
</div>
<!--<div class="text-center flex-shrink-0">
<img src="nick_headshot.jpeg" alt="Nick Toricellas" class="w-32 h-32 rounded-full mx-auto">
<h3 class="text-xl text-indigo-800 mt-2">Nick Toricellas</h3>
</div> -->
<div class="text-center flex-shrink-0">
<img src="cianan_headshot.jpeg" alt="Cianan Mauk" class="w-32 h-32 rounded-full mx-auto">
<h3 class="text-xl text-indigo-800 mt-2">Cianan Mauk</h3>
</div>
<div class="text-center flex-shrink-0">
<img src="dc_headshot.jpg" alt="Daniel Comisar" class="w-32 h-32 rounded-full mx-auto">
<h3 class="text-xl text-indigo-800 mt-2">Daniel Comisar</h3>
</div>
<!-- <div class="text-center flex-shrink-0">
<img src="matt_headshot.jpg" alt="Matthew Gagliardi" class="w-32 h-32 rounded-full mx-auto">
<h3 class="text-xl text-indigo-800 mt-2">Matthew Gagliardi</h3>
</div> -->
</div>
</section>
<!-- Contact Info -->
<section id="contact" class="mt-10 space-y-6">
<h2 class="text-3xl font-bold">Contact Information</h2>
<p>Email: <a href="mailto:info@vleida.net" class="text-indigo-600 underline">info@vleida.net</a></p>
<p>Phone: <a href="tel:8282098622" class="text-indigo-600 underline">828.209.8622</a></p>
</section>
</main>
</body>
</html>