Skip to content

Commit

Permalink
Arreglado Logo
Browse files Browse the repository at this point in the history
  • Loading branch information
TeenBiscuits committed Feb 17, 2024
1 parent b51ec20 commit 88ec40d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Binary file removed imagenes/Logo_ICON-removebg-preview.png
Binary file not shown.
Binary file added imagenes/Logo_ICON_sin-fondo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CronoSquare para la HackUDC 2024</title>
<title>CronoSquare | HackUDC 2024</title>
<link rel="stylesheet" href="graficos.css">
</head>


<body>
<div class="fondo-animado">
<h1 style="text-align: center;">Crono <img style="height: 35px;" src="./imagenes/Logo_ICON-removebg-preview.png"
<h1 style="text-align: center;">Crono <img style="height: 60px;" src="./imagenes/Logo_ICON_sin-fondo.png"
alt=""> Square</h1>
<div class="contenedor">
<div class="texto">
Expand Down
1 change: 1 addition & 0 deletions obtenerImagen.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ async function fetchRandomSquareImage() {

// Slice the image into parts
async function sliceImage(imageUrl) {
// Uncoment esto cuando tengamos acceso a la app de nuevo
imageUrl = 'https://raw.githubusercontent.com/TeenBiscuits/CronoSquare/main/imagenes/imagenPrueba.jpg?token=GHSAT0AAAAAACNYDOKMP6AYMAJYXCDAVALAZOQR6FA';
const response = await fetch(imageUrl);
const blob = await response.blob();
Expand Down

0 comments on commit 88ec40d

Please sign in to comment.