-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
253 lines (225 loc) · 6.83 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name='robots' content='index,follow' />
<title>mewsfeed – for the calm cats</title>
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-icon-180x180.png">
<!-- <link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png"> -->
<link rel="icon" href="icons/favicon.svg" type="image/svg+xml">
<link rel="preconnect" href="https://fonts.gstatic.com">
<!-- <link href="https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700" rel="stylesheet"> -->
<link href="https://fonts.googleapis.com/css2?family=Syne:wght@400;700" rel="stylesheet">
<meta property="og:title" content="mewsfeed: for the calm cats">
<meta property="og:type" content="website">
<meta property="og:description" content="Come and chill with the other calm cats over on mewsfeed!">
<meta property="og:image" content="http://whimsical-walk.surge.sh/img/og-image04.png">
<meta property="og:url" content="https://mewsfeed.social">
<meta name="twitter:card" content="summary_large_image">
<style>
@font-face {
font-family: "Sporting Grotesque";
src: url('fonts/Sporting_Grotesque-Regular_web.ttf');
}
* {
box-sizing: border-box;
}
html,
body {
margin: 0;
padding: 0;
font-family: 'Syne', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
background: rgba(255, 92, 0, 0.01);
color: rgba(255, 92, 0, 1);
}
h1 {
font-size: 9.5rem;
font-family: 'Sporting Grotesque', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
font-weight: 300;
font-style: normal;
line-height: 73%;
letter-spacing: -0.12em;
margin-left: -2.5rem;
/* background: linear-gradient(104.71deg, rgb(255, 92, 0) 45.02%, #FF823B 79.35%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent; */
}
h2 {
font-size: 2rem;
color:black;
}
footer {
font-size: 0.7rem;
position: fixed;
padding: 1.5rem;
bottom: 0;
right: 0;
/* width: 100%; */
/* color: black; */
color: rgba(255, 92, 0, 1);
text-transform: uppercase;
z-index: 1000;
opacity: 0.3;
}
.button, .button:visited {
/* background: rgba(255, 42, 234, 1); */
padding: 1rem 2rem;
margin: 0 1rem 1rem 0;
border-radius: 30px;
/* border: 2px solid rgba(255, 92, 0, 1); */
border: 2px solid black;
color: black;
/* color: rgba(255, 92, 0, 1); */
font-weight: 700;
text-transform: uppercase;
font-size: 1.3rem;
}
.button:hover {
background: black;
/* border-color: rgba(255, 92, 0, 1); */
/* background: rgba(255, 92, 0, 1); */
color: white;
}
.flex {
height: 100vh;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.flex-inline {
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.left, .right {
flex-basis: 50%;
padding: 3rem;
}
.right {
display: flex;
flex-wrap: wrap;
}
.left {
margin-left: -4rem;
}
a, a:visited {
text-decoration: none;
color: rgba(255, 92, 0, 1);
; }
a:hover, a:visited:hover {
/* color: black; */
}
.shadow {
/* box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25); */
box-shadow: inset rgba(0, 0, 0, 0) -3px -3px 4px 0px, rgba(65, 26, 3, 0.2) 0px 30px 100px -20px;
}
.background {
position: absolute; bottom: -80vh; top: 0; left: -80vw; right: 0; opacity: 0.6; z-index: -1;
/* background: radial-gradient(50% 50% at 50% 50%, #FF2AEA 0%, rgba(42, 255, 255, 0.748708) 25.13%, rgba(198, 255, 126, 0.373693) 62.63%, rgba(255, 42, 234, 0) 100%); */
/* background: radial-gradient(50% 50% at 50% 50%, #FF2AEA 0%, rgba(255, 202, 68, 0.749) 20%, rgba(255, 211, 150, 0.374) 40%, rgba(255, 255, 255, 0) 100%); */
}
/* RESPONSIVE LAYOUT */
@media (min-width: 1919px) {
h1 {
font-size: 13rem;
}
.right img {width: 70%;}
}
@media (max-width: 1025px) {
h1 {
font-size: 6.5rem;
}
}
@media (max-width: 769px) {
h1 {
font-size: 7rem;
margin-left: 0;
}
.left, .right {
flex-basis: 100%;
padding: 1rem;
}
.left {
/* margin-top: 3rem; */
margin-left: 0rem;
order: 2;
}
.right {
order: 1;
}
}
@media (max-width: 376px) {
h1 {
font-size: 5rem;
}
/* html, body {overflow: visible;} */
}
/* HEIGHT EDGE CASES */
@media (max-height: 800px) {
.left, .right. {padding: 1rem;}
h1 {
font-size: 6.5rem !important;
}
}
/* ANIMATIONS */
.animate-left {
animation-duration: 0.5s;
animation-name: animate-left;
animation-timing-function: ease;
z-index: 100;
}
@keyframes animate-left {
0% {
opacity: 0.3;
/* transform: scale(2, 2); */
transform: scale(2, 2) translate(0px, 0px);
}
100% {
opacity: 1;
/* transform: scale(1, 1); */
transform: scale(1, 1) translate(0, 0);
}
}
.animate-right {
animation-duration: 0.5s;
animation-name: animate-right;
animation-timing-function: ease;
}
@keyframes animate-right {
0% {
opacity: 0.5;
/* transform: scale(0.5, 0.5); */
transform: translate(400px, 0);
}
100% {
opacity: 1;
/* transform: scale(1, 1); */
transform: translate(0, 0);
}
}
</style>
</head>
<body>
<div class="flex">
<div class="left animate-left">
<img src="img/mewsfeed_slice3.png" style="width: 100%; max-width: 600px; background-color: rgba(255, 255, 255, 0.4); border-radius: 30px; " class="shadow">
</div>
<div class="right">
<header class="animate-right">
<div class="flex-inline">
<img src="img/favicon.png" style="margin-right: 2rem; width: 70px">
<h2>mewsfeed</h2>
</div>
<h1>for the calm cats</h1>
</header>
<!-- <a href="#" class="button animate-right">Download via Holochain launcher</a> -->
<a href="https://forms.gle/KW1wV4TZ5tJbpA1q7" target="_blank" class="button animate-right">Get early access</a>
</div>
<footer>®<script>document.write(new Date().getFullYear());</script></footer>
</div>
<!-- <div class="background"></div> -->
</body>
</html>