-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (44 loc) · 3.24 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></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="style.css" rel="stylesheet">
</head>
<body>
<img src="./docs/logo.png" alt="logo" width="50">
<div>
<div class="presentation">
<img src="docs/Diego.jpeg" alt="Diego" width="450">
<h1>Diego Nicolás Barreales</h1>
</div>
<div class = "content">
<h1>About me</h1>
<p>Hola, soy Diego Nicolás Barreales, estudiante de Diseño y desarrollo de videojuegos en la Universidad Rey Juan Carlos, Estoy haciendo mis prácticas con JdeRobot y en este blog mostraré mi progreso a lo largo de las prácticas de manera semanal</p>
<ol>
<li><button onclick="location.href='./src/week1.html'" type="button"><h2>Semana 1</h2></button></li>
<li><button onclick="location.href='./src/week2.html'" type="button"><h2>Semana 2</h2></button></li>
<li><button onclick="location.href='./src/week3.html'" type="button"><h2>Semana 3</h2></button></li>
<li><button onclick="location.href='./src/week4.html'" type="button"><h2>Semana 4</h2></button></li>
<li><button onclick="location.href='./src/week5.html'" type="button"><h2>Semana 5</h2></button></li>
<li><button onclick="location.href='./src/week6.html'" type="button"><h2>Semana 6</h2></button></li>
<li><button onclick="location.href='./src/week7.html'" type="button"><h2>Semana 7</h2></button></li>
<li><button onclick="location.href='./src/week8.html'" type="button"><h2>Semana 8</h2></button></li>
<li><button onclick="location.href='./src/week9.html'" type="button"><h2>Semana 9</h2></button></li>
<li><button onclick="location.href='./src/week10.html'" type="button"><h2>Semana 10</h2></button></li>
<li><button onclick="location.href='./src/week11.html'" type="button"><h2>Semana 11</h2></button></li>
<li><button onclick="location.href='./src/week12.html'" type="button"><h2>Semana 12</h2></button></li>
<li><button onclick="location.href='./src/week13.html'" type="button"><h2>Semana 13</h2></button></li>
<li><button onclick="location.href='./src/week14.html'" type="button"><h2>Semana 14</h2></button></li>
<li><button onclick="location.href='./src/week15.html'" type="button"><h2>Semana 15</h2></button></li>
<li><button onclick="location.href='./src/week16.html'" type="button"><h2>Semana 16</h2></button></li>
<li><button onclick="location.href='./src/week17.html'" type="button"><h2>Semana 17</h2></button></li>
<li><button onclick="location.href='./src/week18.html'" type="button"><h2>Semana 18</h2></button></li>
</ol>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</div>
</div>
</body>
</html>