-
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.
all weeks implemented style created
- Loading branch information
Showing
26 changed files
with
625 additions
and
85 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,15 +5,41 @@ | |
<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> | ||
<h1>Diego Nicolás Barreales</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> | ||
<button onclick="location.href='./src/first_week.html'" type="button"><h2>Primera semana</h2></button> | ||
<button onclick="location.href='./src/second_week.html'" type="button"><h2>Segunda semana</h2></button> | ||
<button onclick="location.href='./src/third_week.html'" type="button"><h2>Tercera semana</h2></button> | ||
<button onclick="location.href='./src/fourth_week.html'" type="button"><h2>Cuarta semana</h2></button> | ||
<button onclick="location.href='./src/fifth_week.html'" type="button"><h2>Quinta semana</h2></button> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script> | ||
</body> | ||
</html> | ||
<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> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,30 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title></title> | ||
<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>Primera semana</h1> | ||
<p>Esta primera semana he ha comenzado con una reunión para comenzar la toma de contacto con las tecnologías usadas en la empresa. Esta semana he empezado con docker. He estado viendo tutoriales y haciendo pruebas con los elementos de dicha tecnología.</p> | ||
<div class = "Buttons"> | ||
<button onclick="location.href='../index.html'"><h2>Volver</h2></button> | ||
<button onclick="location.href='./week2.html'"><h2>Siguiente</h2></button> | ||
</div> | ||
</div> | ||
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script> | ||
</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,31 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title></title> | ||
<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>Décima semana</h1> | ||
<p>Esta semana he estado investigando sobre MKDocks e implementándolo en el código de unibotics para facilitar la lectura a los integrantes de la empresa que vengan a continuación.</p> | ||
<div class = "Buttons"> | ||
<button onclick="location.href='./week9.html'"><h2>Anterior</h2></button> | ||
<button onclick="location.href='../index.html'"><h2>Volver</h2></button> | ||
<button onclick="location.href='./week11.html'"><h2>Siguiente</h2></button> | ||
</div> | ||
</div> | ||
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script> | ||
</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,31 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title></title> | ||
<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>Undécima semana</h1> | ||
<p>Esta semana he estado aprendiendo sobre selenium y cómo funcionan los tests automáticos para poder hacerlos en Django y actualizar los actuales.</p> | ||
<div class = "Buttons"> | ||
<button onclick="location.href='./week10.html'"><h2>Anterior</h2></button> | ||
<button onclick="location.href='../index.html'"><h2>Volver</h2></button> | ||
<button onclick="location.href='./week12.html'"><h2>Siguiente</h2></button> | ||
</div> | ||
</div> | ||
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script> | ||
</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,32 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title></title> | ||
<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>Duodécima semana</h1> | ||
<p>Esta semana he seguido con lo de la semana pasada( aprendiendo selenium y sobre tests automáticos) y empezado a ejecutar los tests automáticos previamente creados.</p> | ||
<div class = "Buttons"> | ||
<button onclick="location.href='./week11.html'"><h2>Anterior</h2></button> | ||
<button onclick="location.href='../index.html'"><h2>Volver</h2></button> | ||
<button onclick="location.href='./week13.html'"><h2>Siguiente</h2></button> | ||
</div> | ||
</div> | ||
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script> | ||
</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,31 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title></title> | ||
<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>Decimotercera semana</h1> | ||
<p>Esta semana he estado investigando los tests, tanto corrigiendo algunos errores, como configurando mi ordenador correctamente para que funconen.</p> | ||
<div class = "Buttons"> | ||
<button onclick="location.href='./week12.html'"><h2>Anterior</h2></button> | ||
<button onclick="location.href='../index.html'"><h2>Volver</h2></button> | ||
<button onclick="location.href='./week14.html'"><h2>Siguiente</h2></button> | ||
</div> | ||
</div> | ||
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script> | ||
</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,36 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title></title> | ||
<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>Decimocuarta semana</h1> | ||
<p>Esta semana he continuado corrigiendo los errores y me he dado cuenta de varios problemas que afectan al rwndimiento y eficacia de los tests:</p> | ||
<ul> | ||
<li><p>Hay mucho código repetido.</p></li> | ||
<li><p>Faltan opciones para probar el código con las soluciones de los diferentes ejercicios</p></li> | ||
</ul> | ||
|
||
<div class = "Buttons"> | ||
<button onclick="location.href='./week13.html'"><h2>Anterior</h2></button> | ||
<button onclick="location.href='../index.html'"><h2>Volver</h2></button> | ||
<button onclick="location.href='./week15.html'"><h2>Siguiente</h2></button> | ||
</div> | ||
</div> | ||
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script> | ||
</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,31 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title></title> | ||
<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>Decimoquinta semana</h1> | ||
<p>Esta semana he añadido una función para leer el código desde un archivo externo y comprobar que funcione correctamente el ejercicio. He finalizado la semana empezando a encapsular el código en 1 clase con herencia para separar las diferentes acciones independientes de cada ejercicio.</p> | ||
<div class = "Buttons"> | ||
<button onclick="location.href='./week14.html'"><h2>Anterior</h2></button> | ||
<button onclick="location.href='../index.html'"><h2>Volver</h2></button> | ||
<button onclick="location.href='./week16.html'"><h2>Siguiente</h2></button> | ||
</div> | ||
</div> | ||
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.