-
Notifications
You must be signed in to change notification settings - Fork 0
/
odra.dev.index.html
317 lines (283 loc) · 12.7 KB
/
odra.dev.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Odra Project</title>
<link rel="shortcut icon" type="image/png" href="img/favicon.ico" />
<style>
:root {
--black: #0A0208;
--dark-green: #1F3B07;
--green: #00C943;
--light-green: #00F552;
--neon-green: #1FFF69;
--logo-on: var(--neon-green);
--logo-off: var(--green);
--section-header-background: var(--green);
--section-header-text: var(--black);
--section-content-h3: var(--light-green);
--section-content-text: var(--green);
--info-line-link: var(--light-green);
}
body {
background-color: var(--black);
overflow-x: hidden;
}
@keyframes logo-flicker-inv {
from {
opacity: 0; }
10.7% {
opacity: 0; }
11% {
opacity: 1; }
11.3% {
opacity: 0; }
18.7% {
opacity: 0; }
19% {
opacity: 1; }
19.3% {
opacity: 0; }
34.7% {
opacity: 0; }
35% {
opacity: 1; }
58.2% {
opacity: 1; }
58.5% {
opacity: 0; }
to {
opacity: 0; }
}
@keyframes logo-flicker {
from {
opacity: 1; }
10.7% {
opacity: 1; }
11% {
opacity: 0; }
11.3% {
opacity: 1; }
18.7% {
opacity: 1; }
19% {
opacity: 0; }
19.3% {
opacity: 1; }
34.7% {
opacity: 1; }
35% {
opacity: 0; }
58.2% {
opacity: 0; }
58.5% {
opacity: 1; }
to {
opacity: 1; }
}
@font-face {
font-family: "LiberationMono";
src: url(LiberationMono-Regular.ttf);
}
@font-face {
font-family: "iAWriterMonoS";
src: url(iAWriterMonoS-Regular.ttf);
}
/*SVG ICON SYSTEM*/
.icon {
display: inline-flex;
align-self: center;
}
.icon svg, .icon img {
height: 1em;
width: 1em;
fill: currentColor;
}
.icon.baseline svg, .icon img {
top: .125em;
position: relative;
}
.container {
display: grid;
justify-content: center;
grid-template-columns: minmax(0, 600pt);
grid-template-rows: auto;
grid-template-areas:
"header"
"main";
padding-top: 5pt;
padding-bottom: 5pt;
}
/* Logo */
.item-logo {
grid-area: header;
display: grid;
font-size: min(1.15vw, 7pt);
justify-content: center;
margin-bottom: 5pt;
}
.item-logo-on {
color: var(--logo-on);
text-shadow: 1px 1px 22pt var(--logo-on);
animation: logo-flicker 10s infinite;
}
.item-logo-off {
color: var(--logo-off);
animation: logo-flicker-inv 10s infinite;
}
.item-logo-on, .item-logo-off {
grid-column: 1;
grid-row: 1;
font-family: "LiberationMono";
}
/* Content */
.item-content {
grid-area: main;
color: var(--light-green);
font-family: "iAWriterMonoS";
font-size: 14pt;
}
.item-content a {
text-decoration: none;
}
.section-header {
background-color: var(--section-header-background);
color: var(--section-header-text);
font-size: 18pt;
/* padding: 4pt; */
padding-left: 8pt;
padding-top: 3pt;
padding-bottom: 3pt;
margin: 1pt;
font-weight: bold;
}
.section-content {
padding-left: 10pt;
margin-top: 15pt;
margin-bottom: 15pt;
color: var(--section-content-text);
}
.section-content h3 {
color: var(--section-content-h3);
}
.info-line {
padding-left: 10pt;
padding-right: 5pt;
}
.info-line a {
color: var(--info-line-link);
}
</style>
</head>
<body>
<svg style="display: none">
<defs>
<symbol id="link-icon" viewBox="0 0 48 48">
<path id="icon-open" d="M38 38H10V10h14V6H10c-2.21 0-4 1.79-4 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V24h-4v14zM28 6v4h7.17L15.51 29.66l2.83 2.83L38 12.83V20h4V6H28z"/>
</symbol>
</defs>
</svg>
<div class="container">
<div class="item-logo">
<pre class="item-logo-on">
<a> █████████═╗ ████████████═╗ ████████████═╗ █████████═╗ ████████████═╗ ████████████═╗ ███═╗ ███═╗</a>
<a>███ ███═╗ ███ ███═╗ ███ ███═╗ ███ ███═╗ ███ ███═╗ ███ ╔════════╝ ███ ║ ███ ║</a>
<a>███ ███ ║ ███ ███ ║ ███ ███ ║ ███ ███ ║ ███ ███ ║ ███ ║ ███ ║ ███ ║</a>
<a>███ ███ ║ ███ ███ ║ ███ ███ ║ ███ ███ ║ ███ ███ ║ ███ ║ ███ ║ ███ ║</a>
<a>███ ███ ║ ███ ███ ║ ████████████ ╔══╝ ███ ███ ║ ███ ███ ║ ████████████═╗ ███ ║ ███ ║</a>
<a>███ ███ ║ ███ ███ ║ ███ ╔═══════███═╗ ███████████████ ║ ███ ███ ║ ███ ╔════════╝ ███ ║ ███ ║</a>
<a>███ ███ ║ ███ ███ ║ ███ ║ ███ ║ ███ ╔═══════███ ║ ███ ███ ║ ███ ║ ███═╗ ███ ╔═╝</a>
<a>███ ███ ║ ███ ███ ║ ███ ║ ███ ║ ███ ║ ███ ║ ███ ███ ║ ███ ║ █████ ╔═╝ </a>
<a> ╚═█████████ ╔══╝ ████████████ ╔══╝ ███ ║ ███ ║ ███ ║ ███ ║ ███═╗ ████████████ ╔══╝ ████████████═╗ ███ ╔╝ </a>
<a> ╚════════╝ ╚═══════════╝ ╚══╝ ╚══╝ ╚══╝ ╚══╝ ╚══╝ ╚═══════════╝ ╚═══════════╝ ╚══╝ </a>
</pre>
<pre class="item-logo-off">
<a> █████████ ████████████ ████████████ █████████ ████████████ ████████████ ███ ███ </a>
<a>███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ </a>
<a>███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ </a>
<a>███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ </a>
<a>███ ███ ███ ███ ████████████ ███ ███ ███ ███ ████████████ ███ ███ </a>
<a>███ ███ ███ ███ ███ ███ ███████████████ ███ ███ ███ ███ ███ </a>
<a>███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ </a>
<a>███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ █████ </a>
<a> █████████ ████████████ ███ ███ ███ ███ ███ ████████████ ████████████ ███ </a>
<a> </a>
</pre>
</div>
<div class="item-content">
<p class="section-header">PROJECTS</p>
<div class="section-content">
<div class="project">
<a href="https://odra.dev/docs" target="_blank">
<h3>Odra Framework <div class="icon baseline"><svg><use href="#link-icon"/></svg></div></h3>
</a>
<div class="info-line">
High-level smart contract framework for Rust, which encourages rapid development and clean, pragmatic design.
</div>
</div>
<div class="project">
<a href="https://korale.odra.dev" target="_blank">
<h3>Korale <div class="icon baseline"><svg><use href="#link-icon"/></svg></div></h3>
</a>
<div class="info-line">
AI smart contract developer for Casper.
</div>
</div>
<div class="project">
<a href="https://codegen.substack.com" target="_blank">
<h3>CodeGen Newsletter <div class="icon baseline"><svg><use href="#link-icon"/></svg></div></h3>
</a>
<div class="info-line">
Weekly news for software developers interesting in AI-generated code.
</div>
</div>
<div class="project">
<a href="https://zknewsletter.com" target="_blank">
<h3>ZK Newsletter <div class="icon baseline"><svg><use href="#link-icon"/></svg></div></h3>
</a>
<div class="info-line">
Weekly summary of the most important things, which happened in Zero Knowledge world.
</div>
</div>
<div class="project">
<a href="https://github.com/odradev/awesome-zero-knowledge" target="_blank">
<h3>Awesome Zero Knowledge <div class="icon baseline"><svg><use href="#link-icon"/></svg></div></h3>
</a>
<div class="info-line">
Curated list of Zero Knowledge links, mostly focusing on blockchain.
</div>
</div>
</div>
<p class="section-header">MISSION</p>
<div class="section-content">
<div class="info-line">
We bring cutting-edge smart contract development tools to professionals with deadlines.
</div>
</br>
<div class="info-line">
Our code is free and open source.
</div>
</div>
<p class="section-header">INFO</p>
<div class="section-content">
<div class="info-line">
See our code on <a href="https://github.com/odradev" target="_blank"><b>Github</b> <div class="icon baseline"><svg><use href="#link-icon"/></svg></div></a>.
</div>
<div class="info-line">
Read more on our <a href="https://odra.dev/blog" target="_blank"><b>Blog</b> <div class="icon baseline"><svg><use href="#link-icon"/></svg></div></a>.
</div>
<div class="info-line">
Follow us on <a href="https://twitter.com/odradev" target="_blank"><b>Twitter</b> <div class="icon baseline"><svg><use href="#link-icon"/></svg></div></a>.
</div>
<div class="info-line">
Join our <a href="https://discord.gg/Mm5ABc9P8k" target="_blank"><b>Discord</b> <div class="icon baseline"><svg><use href="#link-icon"/></svg></div></a>.
</div>
<div class="info-line">
Write us at <b>[email protected]</b>.
</div>
</div>
</div>
</div>
</body>
</html>