-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
220 lines (198 loc) · 4.99 KB
/
index.html
File metadata and controls
220 lines (198 loc) · 4.99 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
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
<style>
body {
background-color: #f18552;
}
a {
text-decoration: none;
}
.withdrawal-container {
display: flex;
flex-direction: column;
overflow: hidden;
align-items: center;
font-size: 16px;
line-height: 1.3;
justify-content: center;
padding: 80px 80px;
}
@media (max-width: 991px) {
.withdrawal-container {
padding: 100px 20px;
}
}
.withdrawal-wrapper {
display: flex;
width: 596px;
max-width: 100%;
flex-direction: column;
justify-content: start;
}
.withdrawal-image {
aspect-ratio: 4.5;
object-fit: contain;
object-position: center;
width: 450px;
align-self: center;
max-width: 100%;
}
.withdrawal-content {
display: flex;
margin-top: 48px;
width: 100%;
flex-direction: column;
align-items: center;
justify-content: start;
}
@media (max-width: 991px) {
.withdrawal-content {
max-width: 100%;
margin-top: 40px;
}
}
.withdrawal-description {
align-self: stretch;
color: #fff;
text-align: center;
font: 600 18px/27px Euclid Circular A, -apple-system, Roboto, Helvetica, sans-serif;
}
@media (max-width: 991px) {
.withdrawal-description {
max-width: 100%;
}
}
.blog-cta {
justify-content: center;
align-items: center;
border-radius: 8px;
background-color: #fcf2e4;
box-shadow: 1px 2px 4px 2px rgba(0, 0, 0, 0.1);
display: flex;
margin-top: 24px;
gap: 16px;
flex-wrap: wrap;
padding: 16px 24px;
}
@media (max-width: 991px) {
.blog-cta {
max-width: 100%;
padding: 24px;
}
}
.blog-cta-text {
font-feature-settings: "liga" off, "clig" off;
align-self: stretch;
min-width: 240px;
font-family: Euclid Circular A, sans-serif;
color: #cd6d1a;
font-weight: 600;
text-align: center;
letter-spacing: 0.1px;
width: 284px;
margin: auto 0;
}
.read-more-btn {
justify-content: center;
align-items: center;
border-radius: 8px;
background-color: #cd6d1a;
box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
align-self: stretch;
display: flex;
height: 40px;
padding: 0 16px;
gap: 8px;
font-family: Avantt, sans-serif;
color: #fffaf1;
font-weight: 700;
margin: auto 0;
}
.btn-icon {
aspect-ratio: 1;
object-fit: contain;
object-position: center;
width: 16px;
align-self: stretch;
margin: auto 0;
}
.btn-text {
font-feature-settings: "liga" off, "clig" off;
align-self: stretch;
margin: auto 0;
}
.download-cta {
justify-content: center;
align-items: center;
border-radius: 8px;
display: flex;
margin-top: 24px;
gap: 16px;
padding: 16px 24px;
}
@media (max-width: 991px) {
.download-cta {
max-width: 100%;
padding: 24px;
}
}
.download-cta-text {
font-feature-settings: "liga" off, "clig" off;
align-self: stretch;
font-family: Euclid Circular A, sans-serif;
color: #fcf2e4;
font-weight: 600;
text-align: center;
letter-spacing: 0.1px;
margin: auto 0;
}
.download-csv-btn {
justify-content: center;
align-items: center;
border-radius: 8px;
background-color: #fcf2e4;
box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
align-self: stretch;
display: flex;
height: 40px;
padding: 0 16px;
gap: 8px;
font-family: Avantt, sans-serif;
color: #cd6d1a;
font-weight: 700;
margin: auto 0;
}
.visually-hidden {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
</style>
<section class="withdrawal-container">
<div class="withdrawal-wrapper">
<img loading="lazy" src="OdysseyLogo.svg" class="withdrawal-image" alt="Withdrawal process illustration" />
<div class="withdrawal-content">
<p class="withdrawal-description">
Hook Odyssey has wound down. All user balances are secure and have been withdrawn from the protocol to respective EOAs on Arbitrum or Ethereum. A full list of withdraw transactions for each address is included as a CSV below.
</p>
<div class="blog-cta">
<p class="blog-cta-text">To learn more visit our blog post.</p>
<a target="_blank" href="https://blog.hook.xyz/odyssey-winding-down/" class="read-more-btn" role="button">
<img loading="lazy" src="OpeninNewRounded.svg" class="btn-icon" alt="" />
<span class="btn-text">Read More</span>
</a>
</div>
<div class="download-cta">
<p class="download-cta-text">View withdrawal list here.</p>
<a href="transactions.csv" class="download-csv-btn" role="button">
<img loading="lazy" src="DownloadRounded.svg" class="btn-icon" alt="" />
<span class="btn-text">Download CSV</span>
</a>
</div>
</div>
</div>
</section>