diff --git a/EN/about.html b/EN/about.html new file mode 100644 index 0000000..402939f --- /dev/null +++ b/EN/about.html @@ -0,0 +1,38 @@ + + +
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/EN/contact.html b/EN/contact.html
new file mode 100644
index 0000000..4459393
--- /dev/null
+++ b/EN/contact.html
@@ -0,0 +1,46 @@
+
+
+
+ A section dedicated to show the day in the life of a fresh graduate during the COVID19 pandemic.
+It is in a platform separate from the webpage.
+ + + + + + + + + \ No newline at end of file diff --git a/EN/projects.html b/EN/projects.html new file mode 100644 index 0000000..588ed75 --- /dev/null +++ b/EN/projects.html @@ -0,0 +1,51 @@ + + + +
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ES/contact.html b/ES/contact.html
new file mode 100644
index 0000000..f48c39a
--- /dev/null
+++ b/ES/contact.html
@@ -0,0 +1,46 @@
+
+
+
+ Una sección dedicada a mostrar el día cotidiano de un recién graduado durante la pandemia del COVID19.
+Se encuentra en una plataforma independiente de la página web. + +
+ + + + + + \ No newline at end of file diff --git a/ES/projects.html b/ES/projects.html new file mode 100644 index 0000000..aa16c34 --- /dev/null +++ b/ES/projects.html @@ -0,0 +1,51 @@ + + + +In this webpage you will find several ways to get to know me better. Some of them will be through my project portfolio, - other through a section where I talk about who I am and what I do, and a last one through a journal for the whole COVID19 pandemic -
- - + + +In this webpage you will find several ways to get to know me better. + Some of them will be through my project portfolio, + another one through a section where I talk about who I am and what I do, + and a last one through a journal for the whole COVID19 pandemic. +
+ + + + + \ No newline at end of file diff --git a/index_ES.html b/index_ES.html new file mode 100644 index 0000000..1d41ac0 --- /dev/null +++ b/index_ES.html @@ -0,0 +1,39 @@ + + + +En esta página vas a encontrar muchas formas de conocerme mejor. Algunas de ellas van a ser a través de un + portafolio de proyectos, otra por medio de una corta descripción de quién soy y lo que actualmente hago + y por último una página dedicada a un diario que he llevado desde que empezó toda la pandemia del COVID19. +
+ + + + + \ No newline at end of file diff --git a/styles/master.css b/styles/master.css new file mode 100644 index 0000000..17b4f00 --- /dev/null +++ b/styles/master.css @@ -0,0 +1,51 @@ + a { + color: blue; + text-decoration: none; + } + + a:hover { + color: #4a5db1; + text-decoration: none; + } + +body { + font-family: Arial; + padding: 10px; + background: #f1f1f1; + } + + /* Style the top navigation bar */ + .topnav { + overflow: hidden; + background-color: #333; + } + + /* Style the topnav links */ + .topnav a { + float: left; + display: block; + color: #f2f2f2; + text-align: center; + padding: 14px 16px; + text-decoration: none; + } + + /* Change color on hover */ + .topnav a:hover { + background-color: #ddd; + color: black; + } + + /* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */ + @media screen and (max-width: 400px) { + .topnav a { + float: none; + width: 100%; + } + } + + .footer { + /* background-color: #333; */ + text-align: center; + padding: 1px; + } \ No newline at end of file