-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
116 lines (93 loc) · 2.8 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
<html>
<head>
<style type="text/css">
@import url('https://fonts.googleapis.com/css2?family=Major+Mono+Display&display=swap');
body{
margin: 0;
padding: 0;
background: url(media/hatching/noise.jpg);
animation: animate .5s steps(10) infinite;
}
@keyframes animate
{
0%
{
background-position: 0 0;
}
100%
{
background-position: 100% 100%;
}
}
.magia {
position: relative;
display: inline-block;
}
.magia .img-top {
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 99;
}
.magia:hover .img-top {
display: inline;
}
a
{
color: rgba(255,255,255);
font-family: 'Major Mono Display', monospace;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
color: red;
text-decoration: line-through;
}
a:active {
text-decoration: overline;
}
.magia:hover {
animation: shake .1s infinite alternate;
}
@keyframes shake {
0% { transform: translate(-2px, 2px); }
33% { transform: translate(-2px, 4px); }
66% { transform: translate(-4px, 4px); }
100% { transform: translate(-4px, 2px); }
}
</style>
<link rel="icon"
type="image/png"
href="media/pill.png">
<meta charset="utf-8">
<title>OVERDOSE.wtf</title>
</head>
<body background="">
<center>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<a href="">
<div class="magia">
<img src="media/hatching/overdose01.png" width="800">
<img src="media/hatching/overdose02.png" width="800" class="img-top">
</div>
</a>
<br>
<br>
<a href="proyectos.html"><h1>PROYECTOS</a>
-
<a href="perfil.html">PERFIL</h1></a>
</center>
<!-- 6e 6f 72 6d 61 6c 6d 65 6e 74 65 20 65 73 74 6f 20 73 65 72 69 61 20 75 6e 20 6d 65 6e 73 61 6a 65 20 73 65 63 72 65 74 6f 20 65 78 70 6c 69 63 61 6e 64 6f 20 61 6c 67 6f 2c 20 70 65 72 6f 20 65 73 20 73 6f 6c 6f 20 75 6e 61 20 6e 6f 74 61 20 6d 75 79 20 22 73 65 63 72 65 74 61 22 0a 73 69 20 6c 6f 67 72 61 73 74 65 20 64 65 73 63 69 66 72 61 72 20 65 73 74 6f 2c 20 66 65 6c 69 63 69 74 61 63 69 6f 6e 65 73 2c 20 65 6c 20 61 63 63 65 73 6f 20 61 20 6c 61 20 70 61 67 69 6e 61 20 73 65 63 72 65 74 61 20 65 73 74 61 20 65 6e 20 65 73 74 61 20 6d 69 73 6d 61 20 6e 6f 74 61 0a 54 6f 64 6f 20 65 6c 20 63 6f 6e 74 65 6e 69 64 6f 20 66 75 65 20 68 65 63 68 6f 20 70 6f 72 20 6d 69 2c 20 6f 53 43 41 52 20 64 55 52 41 4e 2c 20 65 73 74 65 20 65 73 20 75 6e 20 70 72 6f 79 65 63 74 6f 20 70 65 72 73 6f 6e 61 6c 20 61 6c 20 71 75 65 20 6c 65 20 74 65 6e 67 6f 20 62 61 73 74 61 6e 74 65 20 61 66 65 63 74 6f 20 79 20 63 72 65 6f 20 71 75 65 20 63 6f 6e 20 6c 61 20 73 75 66 69 63 69 65 6e 74 65 20 65 78 70 6f 73 69 63 69 6f 6e 20 6d 65 20 70 75 65 64 65 20 64 61 72 20 6f 74 72 6f 20 70 72 6f 79 65 63 74 6f 20 6d 61 73 20 61 6d 62 69 63 69 6f 73 6f -->
</body>
</html>