-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (93 loc) · 5.35 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
<!DOCTYPE html>
<html lang="es">
<head>
<link rel="icon" type="image/png" href="img/625218ico.png">
<meta charset="UTF-8">
<meta http-equiv="Permissions-Policy" content="browsing-topics=(self)">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>REIKU</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap">
</head>
<body>
<!-- header -->
<div class="header">
<div class="profile">
<img id="firstImage" src="img/sexyyo.jpg" alt="Imagen 1">
<h1>Reiku. <a href="https://twitter.com/ppppjmt" class="enlace-biografia">X</a></h1>
<p>
Silver I en Counter-Strike 2, amante de Python y C++, dibujo para no pensar tanto (por lo que se ve no pienso nada porque nunca tengo nada para decir). Me agradan más los adjetivos que los sustantivos. <a href="biografia.html" class="enlace-biografia">más</a>
</p>
<a href="contacto.html" id="contacto">Contacto</a>
</div>
</div>
<!-- conteiners -->
<div class="container">
<h2>Mis intereses</h2>
<div class="category">
<h3>Proyectos de programación, ejercicios de CodeForces, etc</h3>
<div class="project-grid">
<div class="project"></div>
<div class="project"></div>
<div class="project"></div>
</div>
</div>
<div class="category">
<h3>Dibujos, pinturas, acuarelas o relacionados</h3>
<div class="project-grid">
<a href="dibujos/dibujo1.html"> <!-- Mover el enlace alrededor del proyecto -->
<div class="project">
<img src="img/IMG-20240204-WA0038.jpeg" alt="Proyecto 1"> <!-- Alinea la imagen con los otros proyectos -->
</div>
</a>
<a href="dibujos/dibujo2.html">
<div class="project">
<img src="img/IMG_20240511_151829410-01.jpeg" alt="Proyecto 2">
</div>
</a>
<a href="dibujos/dibujo3.html">
<div class="project">
<img src="img/IMG_20200817_182510_366-01-01cry.jpeg" alt="Proyecto 3">
</div>
</a>
</div>
</div>
<div class="category">
<h3>Gaming</h3>
<div class="project-grid">
<div class="project"></div>
<div class="project"></div>
<div class="project"></div>
</div>
</div>
<div class="category">
<h3>Libros: matemáticas, filosofía, literatura</h3>
<div class="project-grid">
<div class="project"></div>
<div class="project"></div>
<div class="project"></div>
</div>
</div>
<div class="category">
<h3>Música</h3>
<div class="project-grid">
<div class="project">
<iframe width="200" height="150" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/1824138387&color=%2309080e&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true"></iframe>
<div style="font-size: 10px; color: #cccccc;line-break: anywhere;word-break: normal;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-family: Interstate,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Garuda,Verdana,Tahoma,sans-serif;font-weight: 100;"><a href="https://soundcloud.com/reiku67" title="Reiku" target="_blank" style="color: #cccccc; text-decoration: none;">Reiku</a> </div>
<a href="https://soundcloud.com/reiku67/asnldkfjasnldkf23" title="Asñldkfjasñldkf23" target="_blank" style="color: #cccccc; text-decoration: none;">Asñldkfjasñldkf23</a>
</div>
<div class="project">
<iframe width="200" height="150" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/1804365216&color=%2309080e&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true"></iframe>
<div style="font-size: 10px; color: #cccccc;line-break: anywhere;word-break: normal;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-family: Interstate,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Garuda,Verdana,Tahoma,sans-serif;font-weight: 100;"><a href="https://soundcloud.com/reiku67" title="Reiku" target="_blank" style="color: #cccccc; text-decoration: none;">Reiku</a> · <a href="https://soundcloud.com/reiku67/yyoiuyui3e55" title="Yyoiuyui3e55" target="_blank" style="color: #cccccc; text-decoration: none;">Yyoiuyui3e55</a></div>
</div>
<div class="project"></div>
</div>
</div>
</div>
<div id="hora"></div>
<script src="hora.js"></script>
<footer id="footer">
<img src="img/footer-bg.png" alt="Descripción de la imagen" class="footer-image">
</footer>
</body>
</html>