-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
217 lines (195 loc) · 8.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>CRYPTONOMIC - Home</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<link href="./assets/img/logo_top.png" rel="icon">
<link href="./assets/img/logo_top.png" rel="apple-touch-icon">
<!-- Tailwind CSS Files -->
<link href="./output.css" rel="stylesheet">
<!-- Matomo -->
<script type="text/javascript">
var _paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//matomo.cryptonomic-infra.tech/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '3']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</head>
<body>
<div class="h-full">
<!--==========================
Header
============================-->
<header class="flex flex-col items-center pt-4 px-4 sm:pt-14 sm:px-14 3xl:w-[1440px] 3xl:mx-auto pb-[3.5625rem]">
<!--==========================
Navigation
============================-->
<nav class="flex gap-8">
<a href="/" class="font-bold"> Home </a>
<a href="/work.html"> Work </a>
<a href="/contact.html"> Contact </a>
</nav>
<div class="w-48 h-20 mt-[4.0625rem] mb-[1.625rem]">
<img
src="./assets/img/cryptonomicLogo.png"
alt="cryptonomic"
class="w-full h-full"
/>
</div>
<h1 class="sm:text-h1 text-center xl:px-[21.5rem]">
Intelligent infrastructure for a decentralizing world
</h1>
<div class="text-center px-4 xl:px-72">
<p class="pt-10">
Since 2017, Cryptonomic has built innovative software that embraces all aspects of decentralized technology.
</p>
<p class="pt-[.8125rem]">
Our team has expertise in building sophisticated, mission-critical products in both enterprise and consumer environments.
We believe that software should be built thoughtfully with a focus on the people and communities it reaches.
</p>
</div>
</header>
<!--==========================
Main
============================-->
<main class="px-4 sm:px-14 xl:pl-[11.375rem] xl:pr-[11.5625rem] 3xl:w-[1440px] 3xl:mx-auto pb-[6.875rem]">
<!--==========================
Recent Work Section
============================-->
<section class="py-20 md:pl-[3.875rem] border-y border-borderBg">
<h2 class="sm:text-h2 pb-6"> Recent Work </h2>
<!--========= Projects =========-->
<div class="flex flex-wrap gap-4 justify-center sm:justify-start">
<!--==========================
Persimmon
============================-->
<a href="/work/persimmon.html">
<div class="flex flex-col w-[14.9375rem] h-[18.625rem]">
<div class="w-full h-[10.4375rem]">
<img
src="./assets/img/persimmonPreview.png"
alt="Persimmon Preview"
class="w-full h-full"
/>
</div>
<div class="flex-1 bg-cardBg p-4">
<p class="text-cardHeader font-bold pb-4"> Persimmon </p>
<p class="text-cardBody text-sm"> Notifications app for digital assets </p>
</div>
</div>
</a>
<!--==========================
Rhubarb
============================-->
<a href="/work/rhubarb.html">
<div class="flex flex-col w-[14.9375rem] h-[18.625rem]">
<div class="w-full h-[10.4375rem]">
<img
src="./assets/img/rhubarbPreview.png"
alt="Rhubarb Preview"
class="w-full h-full"
/>
</div>
<div class="flex-1 bg-cardBg p-4">
<p class="text-cardHeader font-bold pb-4"> Rhubarb </p>
<p class="text-cardBody text-sm"> Secure digital asset transfers using smart contracts </p>
</div>
</div>
</a>
<!--==========================
Project Guardian
============================-->
<a href="/work/projectGuardian.html">
<div class="flex flex-col w-[14.9375rem] h-[18.625rem]">
<div class="w-full h-[10.4375rem]">
<img
src="./assets/img/projectGuardianPreview.png"
alt="Project Guardian Preview"
class="w-full h-full"
/>
</div>
<div class="flex-1 bg-cardBg p-4">
<p class="text-cardHeader font-bold pb-4"> Project Guardian </p>
<p class="text-cardBody text-sm"> Demonstrating the applicability of DeFi to institutional finance </p>
</div>
</div>
</a>
<!--==========================
Monadic DNA
============================-->
<a href="/work/monadicDNA.html">
<div class="flex flex-col w-[14.9375rem] h-[18.625rem]">
<div class="w-full h-[10.4375rem]">
<img
src="./assets/img/monadicDNAPreview.png"
alt="Monadic DNA Preview"
class="w-full h-full"
/>
</div>
<div class="flex-1 bg-cardBg p-4">
<p class="text-cardHeader font-bold pb-4"> Monadic DNA </p>
<p class="text-cardBody text-sm"> Privacy-preserving personal genomics using FHE and ZK </p>
</div>
</div>
</a>
</div>
<!--========= View All Button =========-->
<a href="/work.html" class="bg-btnBg font-archivo-black w-[12.25rem] flex justify-center mt-[4.1875rem] mx-auto xl:ml-[24.25rem] p-6 text-lg"> View All >>>>> </a>
</section>
<!--==========================
Services Section
============================-->
<section class="pt-[3.8125rem]">
<div class="flex flex-col lg:flex-row gap-4 xl:gap-[7.75rem] xl:pl-[8.25rem] pb-12">
<ul role="list" class="sm:w-[28.5rem] space-y-3 list-disc list-inside marker:text-[0.625rem] ">
<h3 class="sm:text-h3"> Services </h3>
<li class="pl-2 text-lg"> Blockchain strategy consulting </li>
<li class="pl-2 text-lg"> Product development and deployment </li>
<li class="pl-2 text-lg"> Smart contract design </li>
<li class="pl-2 text-lg"> Smart contract audits </li>
</ul>
<ul role="list" class="space-y-3 list-disc list-inside marker:text-[0.625rem] ">
<h3 class="sm:text-h3"> Focus Areas </h3>
<li class="pl-2 text-lg"> Decentralized Applications </li>
<li class="pl-2 text-lg"> Institutional Finance </li>
<li class="pl-2 text-lg"> Data Privacy </li>
<li class="pl-2 text-lg"> Functional Programming </li>
</ul>
</div>
<p class="pt-12 pb-20 md:px-[5.71875rem] xl:pl-[7.625rem] xl:pr-[9.375rem] text-lg text-center border-y border-borderBg">
Our team has substantial experience working across varied technological environments including; institutional finance, art institutions, biotechnology and machine learning.
Get in touch with us to discuss any bespoke services.
</p>
</section>
</main>
<!--==========================
Footer
============================-->
<footer class="bg-footerBg text-lg font-['Avenir'] flex flex-wrap gap-6 p-8 justify-center items-center">
<a href="https://github.com/Cryptonomic" target="_blank" rel="noopener noreferrer" class="underline"> Github </a>
<a href="https://twitter.com/CryptonomicTech" target="_blank" rel="noopener noreferrer" class="underline"> Twitter (X) </a>
<a href="https://www.linkedin.com/company/cryptonomic" target="_blank" rel="noopener noreferrer" class="underline"> Linkedin </a>
<a href="https://medium.com/the-cryptonomic-aperiodical" target="_blank" rel="noopener noreferrer" class="underline"> Medium </a>
<a href="https://discourse.cryptonomic.tech/" target="_blank" rel="noopener noreferrer" class="underline"> Discourse </a>
<a href="https://warpcast.com/cryptonomic" target="_blank" rel="noopener noreferrer" class="underline"> Farcaster </a>
</footer>
</div>
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>