-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlanding.html
executable file
·53 lines (46 loc) · 2.61 KB
/
landing.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
<style>
body {
background-color: #222;
color: #fff;
}
a {
display: block;
color: #ddd;
font-family: monospace;
white-space: pre;
margin: 1em 2vw;
text-decoration: none;
}
a:hover {
font-weight: bold;
text-shadow: 0 0 2px #999;
color: #fff;
transition: all 0.5s ease-out;
}
.small { text-align:center; font-size: 8vw; text-shadow: none; }
pre.hr { max-width:100%; overflow:hidden; margin:0 2vw; }
@media (max-width: 800px) {
a .large { display:none; }
a .small { display:inherit; }
}
@media (min-width:800px) {
a .large { display:inherit; }
a .small { display:none; }
}
</style>
<a href="/demos/">
<span class="large">
×× ×× ×× ×××××× ×××××× ×××××× ×× ×× ×××× ×××××× ×××××××××× ××××××××××
×× ×× ×× ×× ×× ×× ×× ×× ×× ×× ×× ×× ×× ×× ××
×× ×××× ×× ×××××× ×× ×××××××× ×××××××× ×××××× ×× ××
×× ×× ×× ×× ×× ×× ×× ×× ×× ×× ×× ×× ×× ×× ×× ××
×××× ×× ×× ×××××× ×× ×× ×××××× ×× ×× ×× ×× ×× ×× ×× ××××××××××
×××××× ×××××××× ×× ×× ×××× ××××××
×× ×× ×× ×××× ×××× ×× ×× ××
×× ×× ×××××× ×× ×× ×× ×× ×× ××××
×× ×× ×× ×× ×× ×× ×× ××
×××××× ×××××××× ×× ×× ×××× ××××××
</span>
<span class="small">JKirchartz Demos</span>
</a>
<pre class="hr">--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</pre>