Compare commits

...

4 Commits

  1. 0
      2
  2. 0
      delete
  3. 76
      index.html

76
index.html

@ -1,66 +1,22 @@
<!doctype html>
<html lang="en">
HTML
<!DOCTYPE html>
<html lang="es">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="assets/css/styling.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootswatch@5.1.3/dist/vapor/bootstrap.min.css">
<title>
Shinobi Countdown Timer
</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>¡Hola Mundo!</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootswatch/4.5.2/vapor/bootstrap.min.css" integrity="sha384-cnVtipvUcDk9vS2zkGrrp7uYvW4CVnqgiDwhveuB6mpkpnjFhyErjvYJAdVlnXXr" crossorigin="anonymous">
</head>
<body>
<br><br>
<h1 class="main-heading">shinobi countdown timers
</h1>
<div class="modes">
<a class="mode" href="#" data-time="300">5x something</a>
<a class="mode" href="#" data-time="600">10x everything</a>
<a class="mode" href="#" data-time="1200">20x reality</a>
</div>
<div class="get-started" style="display:none;">
</div>
<main>
<div class="pomodoro">
<h1 class="pomodoro__time"></h1>
</div>
</main>
<audio src="assets/sounds/alarm.mp3"></audio>
<script src="assets/countdown.js"></script>
<div class="container mt-5">
<h1 class="display-4">Hola Mundo desde Lenape en español</h1>
<p class="lead">La frase "Hola Mundo" en Lenape (una de las lenguas algonquinas) es: <strong>"Tanshi"</strong>.</p>
<p>Así que, ¡aquí tienes un saludo en Lenape traducido al español!</p>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnF9tbvOxP6zRnFhgetfYoJxnH" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.3/dist/umd/popper.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
</body>
</html>
Loading…
Cancel
Save