-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
259 lines (256 loc) · 8.46 KB
/
index.html
File metadata and controls
259 lines (256 loc) · 8.46 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Primary Meta Tags -->
<title>mu.cash - The yield generating credit card for global citizens</title>
<meta name="title" content="mu.cash - The yield generating credit card for global citizens" />
<meta name="description" content="We offer secured, yield generating credit cards to digital nomads, remote workers and crypto entrepreneurs, with low fees and global acceptance." />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://mu.cash/" />
<meta property="og:title" content="mu.cash - The yield generating credit card for global citizens" />
<meta property="og:description" content="We offer secured, yield generating credit cards to digital nomads, remote workers and crypto entrepreneurs, with low fees and global acceptance." />
<meta property="og:image" content="https://mu.cash/" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://mu.cash/" />
<meta property="twitter:title" content="mu.cash - The yield generating credit card for global citizens" />
<meta property="twitter:description" content="We offer secured, yield generating credit cards to digital nomads, remote workers and crypto entrepreneurs, with low fees and global acceptance." />
<meta property="twitter:image" content="https://mu.cash/" />
<!-- Meta Tags -->
<style>
:root {
--glitter: url("https://assets.codepen.io/13471/silver-glitter-background.png");
--duration: 6.66s;
}
.card-front:before {
content: "";
inset: 0;
position: absolute;
transform: translate3d(0, 0, 0.01px);
background-image: var(--glitter), var(--glitter),
linear-gradient(120deg, black 25%, white, black 75%);
background-size: 100% 100%, 80% 80%, 200% 200%;
background-blend-mode: multiply, multiply, overlay;
background-position: 50% 50%, 50% 50%, 50% 50%;
mix-blend-mode: color-dodge;
filter: brightness(2) contrast(0.8);
animation: bg var(--duration) ease infinite;
}
.card-front {
display: grid;
position: relative;
transform: translate3d(0, 0, 0.01px);
width: 90vw;
max-width: 580px;
aspect-ratio: 3/2;
border-radius: 3.5% 3.5% 3.5% 3.5% / 5% 5% 5% 5%;
background-image: url("./card-back.png");
background-size: cover;
box-shadow: 0 30px 40px -25px rgba(15, 5, 20, 1), 0 20px 50px -15px rgba(15, 5, 20, 1);
overflow: hidden;
animation: tilt var(--duration) ease infinite;
image-rendering: optimizequality;
}
.card-front:after {
content: "";
background: none, none, linear-gradient(125deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 0.1%, rgba(255,255,255,0) 60%);
background-size: 200% 200%;
mix-blend-mode: hard-light;
animation: bg var(--duration) ease infinite;
}
.card-front * {
font-family: PT Mono, monospace;
}
.cardLogo,
.expiry,
.name,
.number,
.chip,
.icon {
color: #ccc;
position: absolute;
margin: 0;
padding: 0;
letter-spacing: 0.075em;
text-transform: uppercase;
font-size: clamp(0.75rem, 2.8vw + 0.2rem, 1.1rem);
inset: 5%;
text-shadow: -1px -1px 0px rgba(255,255,255,0.5),1px -1px 0px rgba(255,255,255,0.5),1px 1px 0px rgba(0,0,0,0.5),1px -1px 0px rgba(0,0,0,0.5);
z-index: 5;
}
.name, .number, .expiry {
background-image: linear-gradient(to bottom, #ededed 20%, #bababa 70%), none,
linear-gradient(120deg, transparent 10%, white 40%, white 60%, transparent 90%);
background-size: cover, cover, 200%;
background-position: 50% 50%;
background-blend-mode: overlay;
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
animation: bg var(--duration) ease infinite;
}
.number {
font-family: PT Mono, monospace;
text-align: center;
font-size: clamp(1rem, 8vw - 0.5rem, 2.5rem);
letter-spacing: 0.025em;
top: 60%;
bottom: auto;
}
.expiry,
.name {
top: auto;
}
.name {
right: auto;
max-width: 300px;
line-height: 1.2;
text-align: left;
}
.expiry {
left: auto;
}
.cardLogo {
bottom: auto;
left: auto;
width: 15%;
filter: invert(1) saturate(0) brightness(1) contrast(1.2);
mix-blend-mode: screen;
}
.chip {
display: grid;
place-items: center;
width: 14%;
aspect-ratio: 5/4;
left: 10%;
top: 30%;
border-radius: 10% 10% 10% 10% / 15% 15% 15% 15%;
background-image: none, none,
linear-gradient(120deg, #777 10%, #ddd 40%, #ddd 60%, #777 90%);
background-size: 200% 200%;
background-position: 50% 50%;
overflow: hidden;
animation: bg var(--duration) ease infinite;
}
.chip svg {
display: block;
width: 90%;
fill: none;
stroke: #444;
stroke-width: 2;
}
.contactless {
position: absolute;
left: 23%;
top: 30%;
width: 12%;
rotate: 90deg;
stroke-width: 1.25;
stroke: currentColor;
fill: none;
stroke-linecap: round;
stroke-linejoin: round;
opacity: 0.5;
}
.icon {
width: 25%;
bottom: auto;
right: auto;
top: 0;
left: 15px;
filter: invert(1) hue-rotate(180deg) saturate(5) contrast(2);
}
@keyframes tilt {
0%, 100% { transform: translate3d(0, 0, 0.01px) rotateY(-20deg) rotateX(5deg); }
50% { transform: translate3d(0, 0, 0.01px) rotateY(20deg) rotateX(5deg); }
}
@keyframes bg {
0%, 100% { background-position: 50% 50%, calc(50% + 1px) calc(50% + 1px), 0% 50%; }
50% { background-position: 50% 50%, calc(50% - 1px) calc(50% - 1px), 100% 50%; }
}
main {
display: grid;
grid-template-rows: minmax(20px,100px) 1fr;
place-items: center;
min-height: 100%;
perspective: 1000px;
}
body {
color: white;
background: #333844;
font-family: "Heebo", sans-serif;
background: #161616;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
backdrop-filter: blur(5px);
}
body,
html {
height: 100%;
padding: 0;
margin: 0;
}
#chip,
#contactless {
display: none;
}
h1 {
margin: 1em;
color: white;
opacity: 0.7;
text-shadow: 0 1px 1px black;
}
</style>
</head>
<body>
<main id=app>
<h1>mu.cash</h1>
<aside class="card-front">
<label class="number" for="cardNumber">
5355 1234 0000 9999
</label>
<label class="name" for="cardHolder">
Coming Soon on Cardano
</label>
<label class="expiry" for="expiryMonth" >
03/27
</label>
<img class="cardLogo" data-v-5d206127="" data-v-8fcb32d4="" style="opacity: 1;" src="./cow.svg">
<div class="chip">
<svg role="img" viewBox="0 0 100 100" aria-label="Chip">
<use href="#chip-lines" />
</svg>
</div>
<svg class="contactless" role="img" viewBox="0 0 24 24" aria-label="Contactless">
<use href="#contactless">
</svg>
</aside>
<div align="center">
<h4>The yield generating credit card for global citizens<br>
<a href="mailto:hello@mu.cash" style="color:#1e66f5;">hello@mu.cash</a>
</h4>
</div>
</main>
<svg id="chip">
<g id="chip-lines">
<polyline points="0,50 35,50"></polyline>
<polyline points="0,20 20,20 35,35"></polyline>
<polyline points="50,0 50,35"></polyline>
<polyline points="65,35 80,20 100,20"></polyline>
<polyline points="100,50 65,50"></polyline>
<polyline points="35,35 65,35 65,65 35,65 35,35"></polyline>
<polyline points="0,80 20,80 35,65"></polyline>
<polyline points="50,100 50,65"></polyline>
<polyline points="65,65 80,80 100,80"></polyline>
</g>
</svg>
<svg id="contactless">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M9.172 15.172a4 4 0 0 1 5.656 0"></path>
<path d="M6.343 12.343a8 8 0 0 1 11.314 0"></path>
<path d="M3.515 9.515c4.686 -4.687 12.284 -4.687 17 0"></path>
</svg>
</body>