-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from Luizon/development
Development
- Loading branch information
Showing
12 changed files
with
72 additions
and
73 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# [ESpeedruÑ.com](https://espeedruñ.com) | ||
|
||
Esta página no es oficial y no está asociada con [Speedrun.com](https://speedrun.com). | ||
Sin embargo <b>si utiliza</b> la [API de speedrun.com](https://github.com/speedruncomorg/api) para llenarse de contenido. | ||
Sin embargo <b><b>si utiliza</b></b> la [API de speedrun.com](https://github.com/speedruncomorg/api) para llenarse de contenido. | ||
|
||
Está sujeta a cambios. | ||
ESpeedruÑ está sujeto a cambios. | ||
|
||
## Ñ |
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,7 @@ | ||
@keyframes hover-animation { | ||
0% { transform: rotate(0deg); } | ||
15% { transform: rotate(15deg); } | ||
45% { transform: rotate(345deg); } | ||
80% { transform: rotate(30deg); } | ||
100% { transform: rotate(0deg); } | ||
} |
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
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 |
---|---|---|
|
@@ -5,21 +5,21 @@ | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta property="og:title" content="ESpeedruÑ"> | ||
<meta property="og:description" content="Tablas de posición mundial de speedruns hispanohablantes."> | ||
<meta property="og:description" content="Tablas de posición mundial de speedruners hispanohablantes."> | ||
<meta property="og:image" content="https://xn--espeedru-k3a.com/assets/img/favicon.png"> | ||
<meta property="og:url" content="https://xn--espeedru-k3a.com"> | ||
<meta name="twitter:card" content="summary"> | ||
<meta name="twitter:title" content="ESpeedruÑ"> | ||
<meta name="twitter:description" content="Tablas de posición mundial de speedruns hispanohablantes."> | ||
<meta name="twitter:description" content="Tablas de posición mundial de speedruners hispanohablantes."> | ||
<meta name="twitter:image" content="https://xn--espeedru-k3a.com/assets/img/favicon.png"> | ||
<meta name="twitter:url" content="https://xn--espeedru-k3a.com"> | ||
<link rel="icon" href="https://espeedruñ.com/assets/img/favicon.png" type="image/png"> | ||
<title>ESpeedruÑ</title> | ||
<link rel="icon" href="https://espeedruñ.com/assets/img/favicon.png" type="image/png"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="./css/index.css"> | ||
<script src="https://code.jquery.com/jquery-3.7.0.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/5.4.1/bootbox.min.js"></script> <!-- anteriormente 4.4.0 --> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/6.0.0/bootbox.min.js"></script> <!-- anteriormente 4.4.0 --> | ||
<script src="./js/vars.js"></script> | ||
<script src="./js/globals.js"></script> | ||
</head> | ||
|
@@ -29,7 +29,7 @@ | |
<script src="./js/SearchBox.js" type="module"></script> | ||
<script src="./js/SearchBoxIndex.js" type="module"></script> | ||
<script src="./js/index.js" type="module"></script> | ||
<h1>Bienvenido a ESpeedruÑ.com</h1> | ||
<h3 id="greeting"></h3> | ||
<div class="mt-4"></div> | ||
<div class="generic-container"> | ||
<h6>Buscar un juego</h6> | ||
|
@@ -43,5 +43,6 @@ <h6>Buscar un juego</h6> | |
</div> | ||
|
||
<script src="./js/templates/footer.js"></script> | ||
<link rel="stylesheet" href="./css/animations.css"> | ||
</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
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
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
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
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
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
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 |
---|---|---|
@@ -1,39 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> | ||
|
||
<url> | ||
|
||
<loc>https://xn--espeedru-k3a.com/</loc> | ||
|
||
<lastmod>2023-09-04</lastmod> | ||
|
||
<lastmod>2024-07-11</lastmod> | ||
<changefreq>monthly</changefreq> | ||
|
||
<priority>1.0</priority> | ||
|
||
</url> | ||
|
||
<url> | ||
|
||
<loc>https://xn--espeedru-k3a.com/leaderboard/?juego=sm64</loc> | ||
|
||
<changefreq>always</changefreq> | ||
|
||
</url> | ||
|
||
<url> | ||
|
||
<loc>https://xn--espeedru-k3a.com/leaderboard/?juego=smo</loc> | ||
|
||
<changefreq>always</changefreq> | ||
|
||
</url> | ||
|
||
<url> | ||
|
||
<loc>https://xn--espeedru-k3a.com/assets/img/favicon.png</loc> | ||
|
||
</url> | ||
|
||
</urlset> |