-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork.html
286 lines (267 loc) · 11.1 KB
/
work.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>CRYPTONOMIC - Work</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 sm:pt-14">
<!--==========================
Navigation
============================-->
<nav class="flex gap-8">
<a href="/"> Home </a>
<a href="/work.html" class="font-bold"> Work </a>
<a href="/contact.html"> Contact </a>
</nav>
</header>
<!--==========================
Main
============================-->
<main class="px-8 sm:px-10 md:px-20 xl:pl-[21.25rem] xl:pr-[9.1875rem] pb-[6.875rem]">
<!--==========================
Products
============================-->
<div class="pt-[3.875rem]">
<h3 class="sm:text-h3 pb-4"> Products </h3>
<div class='flex flex-wrap flex-col sm:flex-row gap-4 place-items-center sm:place-items-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-2"> 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-2"> Rhubarb </p>
<p class="text-cardBody text-sm"> Secure digital asset transfers using smart contracts </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-2"> Monadic DNA </p>
<p class="text-cardBody text-sm"> Privacy-preserving personal genomics using FHE and ZK </p>
</div>
</div>
</a>
</div>
</div>
<!--==========================
Engagements
============================-->
<div class="pt-12 pb-14">
<h3 class="sm:text-h3 pb-4"> Engagements </h3>
<div class='flex flex-col sm:flex-row gap-4 place-items-center sm:place-items-start'>
<!--==========================
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-2"> Project Guardian </p>
<p class="text-cardBody text-sm"> Showing the applicability of DeFi to institutional finance </p>
</div>
</div>
</a>
<!--==========================
Institutional DiD
============================-->
<a href="/work/institutionalDiD.html">
<div class="flex flex-col w-[14.9375rem] h-[18.625rem]">
<div class="w-full h-[10.4375rem]">
<img
src="./assets/img/institutionalDiDPreview.png"
alt="Institutional DiD Preview"
class="w-full h-full"
/>
</div>
<div class="flex-1 bg-cardBg p-4">
<p class="text-cardHeader font-bold pb-2"> Institutional DiD </p>
<p class="text-cardBody text-sm"> Decentralized identity (DiD) project for a leading investment bank </p>
</div>
</div>
</a>
</div>
</div>
<!--==========================
Past Work
============================-->
<div class="pt-14 border-t border-borderBg">
<h3 class="sm:text-h3 pb-4"> Past Work </h3>
<div class='flex flex-wrap flex-col sm:flex-row gap-4 place-items-center sm:place-items-start'>
<!--==========================
Arronax
============================-->
<a href="/work/arronax.html">
<div class="flex flex-col w-[14.9375rem] h-[18.625rem]">
<div class="w-full h-[10.4375rem]">
<img
src="./assets/img/arronaxPreview.png"
alt="Arronax Preview"
class="w-full h-full"
/>
</div>
<div class="flex-1 bg-cardBg p-4">
<p class="text-cardHeader font-bold pb-2"> Arronax </p>
<p class="text-cardBody text-sm"> Free-form analysis of Tezos blockchain data </p>
</div>
</div>
</a>
<!--==========================
Conseil & ConseilJS
============================-->
<a href="/work/conseilAndConseilJS.html">
<div class="flex flex-col w-[14.9375rem] h-[18.625rem]">
<div class="w-full h-[10.4375rem]">
<img
src="./assets/img/conseilPreview.png"
alt="Conseil & ConseilJS Preview"
class="w-full h-full"
/>
</div>
<div class="flex-1 bg-cardBg p-4">
<p class="text-cardHeader font-bold pb-2"> Conseil & ConseilJS </p>
<p class="text-cardBody text-sm"> Scala based Indexer and SDK for Tezos </p>
</div>
</div>
</a>
<!--==========================
Galleon
============================-->
<a href="/work/galleon.html">
<div class="flex flex-col w-[14.9375rem] h-[18.625rem]">
<div class="w-full h-[10.4375rem]">
<img
src="./assets/img/galleonPreview.png"
alt="Galleon Preview"
class="w-full h-full"
/>
</div>
<div class="flex-1 bg-cardBg p-4">
<p class="text-cardHeader font-bold pb-2"> Galleon </p>
<p class="text-cardBody text-sm"> Software wallet for Tezos </p>
</div>
</div>
</a>
<!--==========================
Mininax
============================-->
<a href="/work/mininax.html">
<div class="flex flex-col w-[14.9375rem] h-[18.625rem]">
<div class="w-full h-[10.4375rem]">
<img
src="./assets/img/mininaxPreview.png"
alt="Mininax Preview"
class="w-full h-full"
/>
</div>
<div class="flex-1 bg-cardBg p-4">
<p class="text-cardHeader font-bold pb-2"> Mininax </p>
<p class="text-cardBody text-sm"> Retro block explorer inspired by Minitel and ReasonML </p>
</div>
</div>
</a>
<!--==========================
Nautilus Cloud
============================-->
<a href="/work/nautilusCloud.html">
<div class="flex flex-col w-[14.9375rem] h-[18.625rem]">
<div class="w-full h-[10.4375rem]">
<img
src="./assets/img/nautilusCloudPreview.png"
alt="Nautilus Cloud Preview"
class="w-full h-full"
/>
</div>
<div class="flex-1 bg-cardBg p-4">
<p class="text-cardHeader font-bold pb-2"> Nautilus Cloud </p>
<p class="text-cardBody text-sm"> Cloud service for Tezos </p>
</div>
</div>
</a>
</div>
</div>
</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>
</body>
</html>