-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
102 changed files
with
5,028 additions
and
91 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+151 KB
...yamashiro_takane_touhou_drawn_by_himuhino__38acfb871cf780ccdeac0887c328dec3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+51.6 KB
...rlet_touhou_drawn_by_debiru_takako__sample-00044bd0b8a8f19d35c681429156673d.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Diff not rendered.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<title>C1-1</title> | ||
<link | ||
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" | ||
rel="stylesheet" | ||
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" | ||
crossorigin="anonymous" | ||
/> | ||
<link href="../player.css" rel="stylesheet" /> | ||
<style> | ||
@font-face { | ||
font-family: "higu"; /*a name to be used later*/ | ||
src: url("assets/std.otf"); /*URL to font*/ | ||
} | ||
.lol { | ||
font-family: higu; | ||
} | ||
</style> | ||
<style> | ||
.book-page { | ||
max-width: 600px; /* Ancho máximo de la "página" */ | ||
margin: 0 auto; /* Centrar el contenedor */ | ||
padding: 10px; | ||
text-align: justify; /* Justifica el texto */ | ||
border-radius: 5px; /* Bordes redondeados */ | ||
} | ||
</style> | ||
</head> | ||
<body class="bg-black"> | ||
<script | ||
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" | ||
crossorigin="anonymous" | ||
></script> | ||
<main class="text-center top-50"> | ||
<h1 class="text-white lol position-relative">I</h1> | ||
<img | ||
class="position-relative" | ||
width="1024" | ||
src="../assets/airport.jpg" | ||
/> | ||
<p class="text-white book-page" style="font-family: 'monospace;'"> | ||
La música de los altavoces del aeropuerto privado de LSDC Japón resonaba | ||
en los pasillos. | ||
</p> | ||
<p class="text-white book-page" style="font-family: 'monospace;'"> | ||
Solo Aze podía hacernos ir a un lugar liminal y dejarnos esperando con | ||
música que según las pantallas era de un "autor desconocido". | ||
</p> | ||
<p class="text-white book-page" style="font-family: 'monospace;'"> | ||
De todas maneras, estábamos cómodos con eso. | ||
</p> | ||
<p | ||
class="text-danger book-page" | ||
style="font-family: Verdana, Geneva, Tahoma, sans-serif" | ||
> | ||
"Chicos, el vuelo ya llegó. Espero que disfruten el viaje." | ||
</p> | ||
<p class="text-white book-page" style="font-family: 'monospace;'"> | ||
Tras escuchar el walkie-talkie de 500km que compramos por si las dudas | ||
para comunicarnos con el admin; Maris, Nora y yo cerramos nuestras | ||
teorías de por qué nos habria convocado a un viaje de 'negocios', | ||
mientras que los demás terminaron de ver un tiktok de JoJo's y recién | ||
entonces se levantaron. | ||
</p> | ||
<p class="text-white book-page" style="font-family: 'monospace;'"> | ||
Trajimos nuestras cosas y a pesar de que habian grandes aviones | ||
comerciales reservados para nosotros, nuestro vuelo era en en | ||
helicoptero. | ||
</p> | ||
</main> | ||
<div class="text-center"> | ||
<button | ||
class="btn btn-light mb-5" | ||
onclick="window.location.href='../index.html'" | ||
> | ||
indice | ||
</button> | ||
<button | ||
class="btn btn-danger mb-5" | ||
onclick="window.location.href='2.html'" | ||
> | ||
siguiente | ||
</button> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<title>C1-2</title> | ||
<link | ||
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" | ||
rel="stylesheet" | ||
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" | ||
crossorigin="anonymous" | ||
/> | ||
<link href="../player.css" rel="stylesheet" /> | ||
<style> | ||
@font-face { | ||
font-family: "higu"; /*a name to be used later*/ | ||
src: url("assets/std.otf"); /*URL to font*/ | ||
} | ||
.lol { | ||
font-family: higu; | ||
} | ||
</style> | ||
<style> | ||
.book-page { | ||
max-width: 600px; /* Ancho máximo de la "página" */ | ||
margin: 0 auto; /* Centrar el contenedor */ | ||
padding: 10px; | ||
text-align: justify; /* Justifica el texto */ | ||
border-radius: 5px; /* Bordes redondeados */ | ||
} | ||
</style> | ||
</head> | ||
<body class="bg-black"> | ||
<script | ||
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" | ||
crossorigin="anonymous" | ||
></script> | ||
<main class="text-center top-50"> | ||
<img | ||
class="position-relative img-fluid" | ||
width="1024" | ||
src="../assets/air.jpg" | ||
/> | ||
<p class="text-white book-page" style="font-family: 'monospace;'"> | ||
En tan solo 3 horas nos acercamos a lo que parecía ser una isla | ||
volcánica en un sitio remoto de Japón. | ||
</p> | ||
<p | ||
class="book-page" | ||
style=" | ||
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', | ||
sans-serif; | ||
color: darksalmon; | ||
" | ||
> | ||
"Qué estará cocinando el choko..." | ||
</p> | ||
<p | ||
class="book-page" | ||
style=" | ||
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', | ||
sans-serif; | ||
color: gray; | ||
" | ||
> | ||
"No sé Edd, pero esta es una muestra más del poder económico de la | ||
NASA." | ||
</p> | ||
<p | ||
class="book-page" | ||
style=" | ||
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, | ||
sans-serif; | ||
color: brown; | ||
" | ||
> | ||
"Te lo juro." | ||
</p> | ||
<p class="text-white book-page" style="font-family: 'monospace;'"> | ||
Efectivamente, ese era el destino. | ||
</p> | ||
<img | ||
class="img-fluid position-relative" | ||
width="512" | ||
src="../assets/heli.jpg" | ||
/> | ||
<p class="text-white book-page" style="font-family: 'monospace;'"> | ||
Nos recibieron dos "asistentes de Aze"; Bauti, que hacía de guia | ||
principal y El Pandin, que era mudo, y nos guiaron hasta el punto de | ||
reunión. | ||
</p> | ||
</main> | ||
<div class="text-center"> | ||
<button | ||
class="btn btn-light mb-5" | ||
onclick="window.location.href='1.html'" | ||
> | ||
atras | ||
</button> | ||
<button | ||
class="btn btn-danger mb-5" | ||
onclick="window.location.href='3.html'" | ||
> | ||
siguiente | ||
</button> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.