From 8768ac88c131215d8ed075027b17fa12c853898b Mon Sep 17 00:00:00 2001 From: Alfonso Date: Sun, 26 Jul 2020 19:28:18 -0600 Subject: [PATCH 01/16] sections added some of the main sections of the webpage, some things are pending (WIP) --- about.html | 70 +++++++++++++++++++++++++++++ contact.html | 73 ++++++++++++++++++++++++++++++ index.html | 74 ++++++++++++++++++++++++++++--- journal.html | 70 +++++++++++++++++++++++++++++ projects.html | 71 +++++++++++++++++++++++++++++ {scripts => scripts (JS)}/main.js | 0 6 files changed, 353 insertions(+), 5 deletions(-) create mode 100644 about.html create mode 100644 contact.html create mode 100644 journal.html create mode 100644 projects.html rename {scripts => scripts (JS)}/main.js (100%) diff --git a/about.html b/about.html new file mode 100644 index 0000000..a382544 --- /dev/null +++ b/about.html @@ -0,0 +1,70 @@ + + + +About Me + + + + + + + +

About Me

+ +
+ Home + Projects + Journal + About Me + Contact +
+ + + + + \ No newline at end of file diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..be1d4ec --- /dev/null +++ b/contact.html @@ -0,0 +1,73 @@ + + + +Contact + + + + + + + +

Contact Me

+ +
+ Home + Projects + Journal + About Me + Contact +
+ +
+Send me an email + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 0ab15e5..54bd269 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,73 @@ - + + +Home + + + + + -

Welcome!

-

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 + +

Welcome!

+ +
+ Home + Projects + Journal + About Me + Contact +
+ +

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/journal.html b/journal.html new file mode 100644 index 0000000..3856feb --- /dev/null +++ b/journal.html @@ -0,0 +1,70 @@ + + + +Journal + + + + + + + +

COVID19 Journal

+ +
+ Home + Projects + Journal + About Me + Contact +
+ + + + + \ No newline at end of file diff --git a/projects.html b/projects.html new file mode 100644 index 0000000..edd56e6 --- /dev/null +++ b/projects.html @@ -0,0 +1,71 @@ + + + +Projects + + + + + + + +

Projects

+ +
+ Home + Projects + Journal + About Me + Contact +
+ + + + + \ No newline at end of file diff --git a/scripts/main.js b/scripts (JS)/main.js similarity index 100% rename from scripts/main.js rename to scripts (JS)/main.js From 5f24c201a37e8f4c3d7fa7c5e27392b830b1d30a Mon Sep 17 00:00:00 2001 From: Alfonso Date: Tue, 28 Jul 2020 23:11:13 -0600 Subject: [PATCH 02/16] changes to README and footer links to social media profiles for the "Contact Me" section and a first draft for the footer to switch between Spanish and English --- README.md | 7 +++++++ about.html | 3 ++- contact.html | 10 ++++++++-- index.html | 3 ++- journal.html | 3 ++- projects.html | 3 ++- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d2b2edf..b8d05e4 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,10 @@ A site used to show some of my personal and academic projects. I also talk a bit - [ ] Tic - tac - toe - [ ] Self - driving Car - [ ] PID Controller for Coupled Electric Motors + +## Webpage Sections (WIP) +- [ ] Home +- [ ] Projects +- [ ] Journal/Blog +- [ ] About Me +- [ ] Contact diff --git a/about.html b/about.html index a382544..98aad2a 100644 --- a/about.html +++ b/about.html @@ -62,8 +62,9 @@

About Me

Contact + diff --git a/contact.html b/contact.html index be1d4ec..25a60c0 100644 --- a/contact.html +++ b/contact.html @@ -62,11 +62,17 @@

Contact Me

Contact +Twitter
-Send me an email +LinkedIn +
+Medium +
+Send me an email + diff --git a/index.html b/index.html index 54bd269..02227d6 100644 --- a/index.html +++ b/index.html @@ -65,8 +65,9 @@

Welcome!

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.

+ diff --git a/journal.html b/journal.html index 3856feb..0a7307c 100644 --- a/journal.html +++ b/journal.html @@ -62,8 +62,9 @@

COVID19 Journal

Contact + diff --git a/projects.html b/projects.html index edd56e6..43d2f88 100644 --- a/projects.html +++ b/projects.html @@ -63,8 +63,9 @@

Projects

Contact + From 61d93a41d419f710fbb4cc9375e30e040970d6a7 Mon Sep 17 00:00:00 2001 From: Alfonso Date: Wed, 29 Jul 2020 23:16:24 -0600 Subject: [PATCH 03/16] create TODO some of the pending tasks --- TODO | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..bb30ed2 --- /dev/null +++ b/TODO @@ -0,0 +1,8 @@ +- Wireframes +- Dropdown for projects page (CSS) +- Get social media buttons for contact page +- Look for a platform for the COVID19 journal project + * Git Journal (https://gitjournal.io) + * Wordpress + * Jekyll +- Create Spanish version of page From b72609b7c5d01f88b03b7651922dccc8746435a1 Mon Sep 17 00:00:00 2001 From: Alfonso Date: Thu, 30 Jul 2020 21:45:17 -0600 Subject: [PATCH 04/16] Spanish versions added the first files for the Spanish version of the webpage --- about.html => EN/about.html | 0 contact.html => EN/contact.html | 0 EN/index.html | 87 +++++++++++++++++++++++++++++++ journal.html => EN/journal.html | 0 projects.html => EN/projects.html | 0 ES/about.html | 71 +++++++++++++++++++++++++ ES/contact.html | 79 ++++++++++++++++++++++++++++ index.html => ES/index.html | 4 +- ES/journal.html | 71 +++++++++++++++++++++++++ ES/projects.html | 72 +++++++++++++++++++++++++ TODO | 10 ++++ 11 files changed, 392 insertions(+), 2 deletions(-) rename about.html => EN/about.html (100%) rename contact.html => EN/contact.html (100%) create mode 100644 EN/index.html rename journal.html => EN/journal.html (100%) rename projects.html => EN/projects.html (100%) create mode 100644 ES/about.html create mode 100644 ES/contact.html rename index.html => ES/index.html (96%) create mode 100644 ES/journal.html create mode 100644 ES/projects.html diff --git a/about.html b/EN/about.html similarity index 100% rename from about.html rename to EN/about.html diff --git a/contact.html b/EN/contact.html similarity index 100% rename from contact.html rename to EN/contact.html diff --git a/EN/index.html b/EN/index.html new file mode 100644 index 0000000..011b4f3 --- /dev/null +++ b/EN/index.html @@ -0,0 +1,87 @@ + + + +Home + + + + + + + +

Welcome!

+ +
+ Home + Projects + + + + Journal + About Me + Contact +
+ +

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/journal.html b/EN/journal.html similarity index 100% rename from journal.html rename to EN/journal.html diff --git a/projects.html b/EN/projects.html similarity index 100% rename from projects.html rename to EN/projects.html diff --git a/ES/about.html b/ES/about.html new file mode 100644 index 0000000..e84447c --- /dev/null +++ b/ES/about.html @@ -0,0 +1,71 @@ + + + +Sobre Mí + + + + + + + +

About Me

+ + + + + + + + \ No newline at end of file diff --git a/ES/contact.html b/ES/contact.html new file mode 100644 index 0000000..0af0c6a --- /dev/null +++ b/ES/contact.html @@ -0,0 +1,79 @@ + + + +Contacto + + + + + + + +

Contact Me

+ + + +Twitter +
+LinkedIn +
+Medium +
+Send me an email + + + + + + \ No newline at end of file diff --git a/index.html b/ES/index.html similarity index 96% rename from index.html rename to ES/index.html index 02227d6..faf1896 100644 --- a/index.html +++ b/ES/index.html @@ -1,7 +1,7 @@ - + -Home +Página Principal diff --git a/ES/journal.html b/ES/journal.html new file mode 100644 index 0000000..17f3625 --- /dev/null +++ b/ES/journal.html @@ -0,0 +1,71 @@ + + + +Diario + + + + + + + +

COVID19 Journal

+ + + + + + + + \ No newline at end of file diff --git a/ES/projects.html b/ES/projects.html new file mode 100644 index 0000000..80cf07e --- /dev/null +++ b/ES/projects.html @@ -0,0 +1,72 @@ + + + +Proyectos + + + + + + + +

Projects

+ + + + + + + + \ No newline at end of file diff --git a/TODO b/TODO index bb30ed2..835f172 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,18 @@ - Wireframes + * Use Figma + - Dropdown for projects page (CSS) + * Add
  • tags + * Fix list structure (https://www.w3schools.com/css/css_navbar_horizontal.asp) + - Get social media buttons for contact page + * Wordpress + * Online Media Library + - Look for a platform for the COVID19 journal project * Git Journal (https://gitjournal.io) * Wordpress * Jekyll + - Create Spanish version of page + * For each page a different link From eb1511550bfb6909a41602eb7f39af8cf8b9f0fc Mon Sep 17 00:00:00 2001 From: Alfonso Date: Thu, 30 Jul 2020 22:10:28 -0600 Subject: [PATCH 05/16] fix homepage fixed the bug of the home page and added some tweaks to the links for English and Spanish index --- ES/about.html | 2 +- ES/contact.html | 2 +- ES/journal.html | 2 +- ES/projects.html | 2 +- TODO | 1 + EN/index.html => index.html | 15 ++++++++------- ES/index.html => index_ES.html | 18 ++++++++++-------- 7 files changed, 23 insertions(+), 19 deletions(-) rename EN/index.html => index.html (76%) rename ES/index.html => index_ES.html (61%) diff --git a/ES/about.html b/ES/about.html index e84447c..141b57e 100644 --- a/ES/about.html +++ b/ES/about.html @@ -52,7 +52,7 @@ -

    About Me

    +

    Sobre Mí

    Página Principal diff --git a/ES/contact.html b/ES/contact.html index 0af0c6a..3e05d4f 100644 --- a/ES/contact.html +++ b/ES/contact.html @@ -52,7 +52,7 @@ -

    Contact Me

    +

    Contáctame

    Página Principal diff --git a/ES/journal.html b/ES/journal.html index 17f3625..f71c1ab 100644 --- a/ES/journal.html +++ b/ES/journal.html @@ -52,7 +52,7 @@ -

    COVID19 Journal

    +

    Diario del COVID19

    Página Principal diff --git a/ES/projects.html b/ES/projects.html index 80cf07e..477f696 100644 --- a/ES/projects.html +++ b/ES/projects.html @@ -53,7 +53,7 @@ -

    Projects

    +

    Proyectos

    Página Principal diff --git a/TODO b/TODO index 835f172..4871553 100644 --- a/TODO +++ b/TODO @@ -16,3 +16,4 @@ - Create Spanish version of page * For each page a different link + * Modify properties of links diff --git a/EN/index.html b/index.html similarity index 76% rename from EN/index.html rename to index.html index 011b4f3..d5dceb9 100644 --- a/EN/index.html +++ b/index.html @@ -68,19 +68,20 @@

    Welcome!

    --> - Journal - About Me - Contact + Journal + About Me + Contact
    -

    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. +

    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.

    diff --git a/ES/index.html b/index_ES.html similarity index 61% rename from ES/index.html rename to index_ES.html index faf1896..0e2ffc7 100644 --- a/ES/index.html +++ b/index_ES.html @@ -52,22 +52,24 @@ -

    Welcome!

    +

    ¡Bienvenido!

    -

    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. +

    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.

    From 6fd7a527740ee235bf139b16fc0d9d046a9f3a9a Mon Sep 17 00:00:00 2001 From: Alfonso Date: Thu, 30 Jul 2020 22:21:42 -0600 Subject: [PATCH 06/16] fix broken links fixed the broken links for the home section in ES and EN --- EN/about.html | 2 +- EN/contact.html | 2 +- EN/journal.html | 2 +- EN/projects.html | 2 +- ES/about.html | 2 +- ES/contact.html | 2 +- ES/journal.html | 2 +- ES/projects.html | 2 +- index.html | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/EN/about.html b/EN/about.html index 98aad2a..0304886 100644 --- a/EN/about.html +++ b/EN/about.html @@ -55,7 +55,7 @@

    About Me

    - Home + Home Projects Journal About Me diff --git a/EN/contact.html b/EN/contact.html index 25a60c0..a7a8acf 100644 --- a/EN/contact.html +++ b/EN/contact.html @@ -55,7 +55,7 @@

    Contact Me

    - Home + Home Projects Journal About Me diff --git a/EN/journal.html b/EN/journal.html index 0a7307c..0546beb 100644 --- a/EN/journal.html +++ b/EN/journal.html @@ -55,7 +55,7 @@

    COVID19 Journal

    - Home + Home Projects Journal About Me diff --git a/EN/projects.html b/EN/projects.html index 43d2f88..2adc374 100644 --- a/EN/projects.html +++ b/EN/projects.html @@ -56,7 +56,7 @@

    Projects

    - Home + Home Projects Journal About Me diff --git a/ES/about.html b/ES/about.html index 141b57e..d225073 100644 --- a/ES/about.html +++ b/ES/about.html @@ -55,7 +55,7 @@

    Sobre Mí

    - Página Principal + Página Principal Proyectos Diario Sobre Mí diff --git a/ES/contact.html b/ES/contact.html index 3e05d4f..879ba9b 100644 --- a/ES/contact.html +++ b/ES/contact.html @@ -55,7 +55,7 @@

    Contáctame

    - Página Principal + Página Principal Proyectos Diario Sobre Mí diff --git a/ES/journal.html b/ES/journal.html index f71c1ab..c0ed924 100644 --- a/ES/journal.html +++ b/ES/journal.html @@ -55,7 +55,7 @@

    Diario del COVID19

    - Página Principal + Página Principal Proyectos Diario Sobre Mí diff --git a/ES/projects.html b/ES/projects.html index 477f696..2b7a4fd 100644 --- a/ES/projects.html +++ b/ES/projects.html @@ -56,7 +56,7 @@

    Proyectos

    - Página Principal + Página Principal Proyectos Diario Sobre Mí diff --git a/index.html b/index.html index d5dceb9..7b5e21a 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@

    Welcome!

    Home - Projects + Projects +
    Twitter
    LinkedIn
    Medium
    + + +
    +
      +
    • Personal
    • +
    • Academic
    • +
    + +
    + +
    +Alfonso +
    Twitter
    LinkedIn
    Medium
    + + +
    +
      +
    • Personales
    • +
    • Académicos
    • +
    +
  • tags @@ -17,4 +18,3 @@ - Create Spanish version of page * For each page a different link * Modify properties of links - * Specific for each page section From c5df565ee502bf01e5b115db7b576b4c625b3ec1 Mon Sep 17 00:00:00 2001 From: Alfonso Date: Sun, 2 Aug 2020 23:01:14 -0600 Subject: [PATCH 09/16] structure separated CSS from HTML, JS will be separated once some scripts are added to the different pages --- EN/about.html | 44 +----------------------------- EN/contact.html | 44 +----------------------------- EN/journal.html | 44 +----------------------------- EN/projects.html | 45 +------------------------------ ES/about.html | 44 +----------------------------- ES/contact.html | 44 +----------------------------- ES/journal.html | 44 +----------------------------- ES/projects.html | 45 +------------------------------ index.html | 44 +----------------------------- index_ES.html | 44 +----------------------------- {scripts (JS) => scripts}/main.js | 0 styles/style.css | 41 ++++++++++++++++++++++++++++ 12 files changed, 51 insertions(+), 432 deletions(-) rename {scripts (JS) => scripts}/main.js (100%) create mode 100644 styles/style.css diff --git a/EN/about.html b/EN/about.html index 6cb3c31..0620bec 100644 --- a/EN/about.html +++ b/EN/about.html @@ -5,50 +5,8 @@ - diff --git a/EN/contact.html b/EN/contact.html index 1d51956..afa1840 100644 --- a/EN/contact.html +++ b/EN/contact.html @@ -5,50 +5,8 @@ - diff --git a/EN/journal.html b/EN/journal.html index eb3c151..0319938 100644 --- a/EN/journal.html +++ b/EN/journal.html @@ -5,50 +5,8 @@ - diff --git a/EN/projects.html b/EN/projects.html index 1b8defb..e305c96 100644 --- a/EN/projects.html +++ b/EN/projects.html @@ -5,51 +5,8 @@ - diff --git a/ES/about.html b/ES/about.html index 332ae6d..e1a8ebb 100644 --- a/ES/about.html +++ b/ES/about.html @@ -5,50 +5,8 @@ - diff --git a/ES/contact.html b/ES/contact.html index 076da0f..7c374cd 100644 --- a/ES/contact.html +++ b/ES/contact.html @@ -5,50 +5,8 @@ - diff --git a/ES/journal.html b/ES/journal.html index bd3f40b..b09c04d 100644 --- a/ES/journal.html +++ b/ES/journal.html @@ -5,50 +5,8 @@ - diff --git a/ES/projects.html b/ES/projects.html index b319a49..edcc8e5 100644 --- a/ES/projects.html +++ b/ES/projects.html @@ -5,51 +5,8 @@ - diff --git a/index.html b/index.html index 7b5e21a..6725809 100644 --- a/index.html +++ b/index.html @@ -5,50 +5,8 @@ - diff --git a/index_ES.html b/index_ES.html index 0e2ffc7..7983fbf 100644 --- a/index_ES.html +++ b/index_ES.html @@ -5,50 +5,8 @@ - diff --git a/scripts (JS)/main.js b/scripts/main.js similarity index 100% rename from scripts (JS)/main.js rename to scripts/main.js diff --git a/styles/style.css b/styles/style.css new file mode 100644 index 0000000..1aedcd0 --- /dev/null +++ b/styles/style.css @@ -0,0 +1,41 @@ +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 From 5b8a8fc727e07aef0b5271b29be942d3f636bc6f Mon Sep 17 00:00:00 2001 From: Alfonso Date: Mon, 3 Aug 2020 22:55:43 -0600 Subject: [PATCH 10/16] journal and projects added content to the projects and journal pages --- EN/journal.html | 3 +++ EN/projects.html | 13 +++++++++++-- ES/journal.html | 3 +++ ES/projects.html | 13 +++++++++++-- 4 files changed, 28 insertions(+), 4 deletions(-) diff --git a/EN/journal.html b/EN/journal.html index 0319938..80e906b 100644 --- a/EN/journal.html +++ b/EN/journal.html @@ -20,6 +20,9 @@

    COVID19 Journal

    Contact +
    +

    A section dedicated to showcase the day in the life of a fresh graduate during the COVID19 pandemic

    + +
    +

    Una sección dedicada a mostrar el día cotidiano de un recién graduado durante la pandemia del COVID19

    +
  • tags * Fix list structure (https://www.w3schools.com/css/css_navbar_horizontal.asp) + * All pages - Get social media buttons for contact page * Wordpress @@ -13,8 +14,4 @@ - Look for a platform for the COVID19 journal project * Git Journal (https://gitjournal.io) * Wordpress - * Jekyll - -- Create Spanish version of page - * For each page a different link - * Modify properties of links + * Jekyll \ No newline at end of file diff --git a/index.html b/index.html index 816f8ac..ed8df94 100644 --- a/index.html +++ b/index.html @@ -1,46 +1,44 @@ - -Home - - - - - - - - -

    Welcome!

    - -
    - Home - Projects - - - - Journal - About Me - Contact -
    - -

    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. -

    - - - - - + + Home + + + + + + + +

    Welcome!

    + +
    + Home + Projects + + + + Journal + About Me + Contact +
    + +

    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 index 9b14511..a477b21 100644 --- a/index_ES.html +++ b/index_ES.html @@ -1,34 +1,33 @@ - -Página Principal - - + + Página Principal + - + + + + + - - +

    ¡Bienvenido!

    -

    ¡Bienvenido!

    + - +

    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. +

    -

    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 From 6ef11a2c348ec8ab631094513558db71e8e8d086 Mon Sep 17 00:00:00 2001 From: Alfonso Date: Tue, 4 Aug 2020 18:04:24 -0600 Subject: [PATCH 13/16] title fix fixed a tiny bug the title tag --- EN/about.html | 2 +- EN/contact.html | 2 +- EN/journal.html | 2 +- EN/projects.html | 2 +- ES/about.html | 2 +- ES/contact.html | 2 +- ES/journal.html | 2 +- ES/projects.html | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/EN/about.html b/EN/about.html index ae22786..bbe40d6 100644 --- a/EN/about.html +++ b/EN/about.html @@ -1,7 +1,7 @@ - Página Principal + About diff --git a/EN/contact.html b/EN/contact.html index 9e4dee6..8fd8bd4 100644 --- a/EN/contact.html +++ b/EN/contact.html @@ -1,7 +1,7 @@ - Página Principal + Contact diff --git a/EN/journal.html b/EN/journal.html index 8a889b5..9c107d9 100644 --- a/EN/journal.html +++ b/EN/journal.html @@ -1,7 +1,7 @@ - Página Principal + Journal diff --git a/EN/projects.html b/EN/projects.html index 851c9ab..642d920 100644 --- a/EN/projects.html +++ b/EN/projects.html @@ -1,7 +1,7 @@ - Página Principal + Projects diff --git a/ES/about.html b/ES/about.html index a7cec3e..41d7621 100644 --- a/ES/about.html +++ b/ES/about.html @@ -1,7 +1,7 @@ - Página Principal + Información Personal diff --git a/ES/contact.html b/ES/contact.html index 45c794f..c18c25c 100644 --- a/ES/contact.html +++ b/ES/contact.html @@ -1,7 +1,7 @@ - Página Principal + Contacto diff --git a/ES/journal.html b/ES/journal.html index a7fcc48..346a3c6 100644 --- a/ES/journal.html +++ b/ES/journal.html @@ -1,7 +1,7 @@ - Página Principal + Diario diff --git a/ES/projects.html b/ES/projects.html index 89e0272..9270854 100644 --- a/ES/projects.html +++ b/ES/projects.html @@ -1,7 +1,7 @@ - Página Principal + Proyectos From 60824a25fee0ee6c8d5c94d0ba1c89997dd098d1 Mon Sep 17 00:00:00 2001 From: Alfonso Date: Thu, 6 Aug 2020 22:47:11 -0600 Subject: [PATCH 14/16] journal platform added a link and some entries to the platform that will be used for the COVID19 journal --- EN/journal.html | 11 +++++++++-- ES/journal.html | 7 +++++-- TODO | 11 +++++++---- 3 files changed, 21 insertions(+), 8 deletions(-) diff --git a/EN/journal.html b/EN/journal.html index 9c107d9..66822ff 100644 --- a/EN/journal.html +++ b/EN/journal.html @@ -21,9 +21,16 @@

    COVID19 Journal


    -

    A section dedicated to showcase the day in the life of a fresh graduate during the COVID19 pandemic

    +

    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.

    + +

    Journal in Notion

    + + - diff --git a/ES/journal.html b/ES/journal.html index 346a3c6..82eb8d5 100644 --- a/ES/journal.html +++ b/ES/journal.html @@ -21,9 +21,12 @@

    Diario del COVID19


    -

    Una sección dedicada a mostrar el día cotidiano de un recién graduado durante la pandemia del COVID19

    +

    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. + +

    +

    Diario en Notion

    - diff --git a/TODO b/TODO index 5fbbf01..f60c74a 100644 --- a/TODO +++ b/TODO @@ -11,7 +11,10 @@ * Wordpress * Online Media Library -- Look for a platform for the COVID19 journal project - * Git Journal (https://gitjournal.io) - * Wordpress - * Jekyll \ No newline at end of file +- Draft for the Journal in Notion + * Structure of entries + * Look for a template in the Notion library + +- Decide if JOURNAL section will be a link to the NOTION PAGE or not + * New page should have a button for closing tab + * Same page should add a button to return to webpage \ No newline at end of file From 3c60424d98e31bdb59595063c2d0ce1f7253a10c Mon Sep 17 00:00:00 2001 From: Alfonso Date: Fri, 7 Aug 2020 23:23:52 -0600 Subject: [PATCH 15/16] journal link changed the navigation menu to open a new tab with the Notion Journal --- EN/about.html | 8 +++++++- EN/contact.html | 8 +++++++- EN/projects.html | 8 +++++++- ES/about.html | 8 +++++++- ES/contact.html | 8 +++++++- ES/projects.html | 8 +++++++- TODO | 7 +++---- index.html | 4 ++++ index_ES.html | 8 +++++++- 9 files changed, 56 insertions(+), 11 deletions(-) diff --git a/EN/about.html b/EN/about.html index bbe40d6..402939f 100644 --- a/EN/about.html +++ b/EN/about.html @@ -15,7 +15,13 @@

    About Me

    diff --git a/EN/contact.html b/EN/contact.html index 8fd8bd4..4459393 100644 --- a/EN/contact.html +++ b/EN/contact.html @@ -15,7 +15,13 @@

    Contact Me

    diff --git a/EN/projects.html b/EN/projects.html index 642d920..588ed75 100644 --- a/EN/projects.html +++ b/EN/projects.html @@ -15,7 +15,13 @@

    Projects

    diff --git a/ES/about.html b/ES/about.html index 41d7621..bcfd7c2 100644 --- a/ES/about.html +++ b/ES/about.html @@ -15,7 +15,13 @@

    Sobre Mí

    diff --git a/ES/contact.html b/ES/contact.html index c18c25c..f48c39a 100644 --- a/ES/contact.html +++ b/ES/contact.html @@ -15,7 +15,13 @@

    Contáctame

    diff --git a/ES/projects.html b/ES/projects.html index 9270854..aa16c34 100644 --- a/ES/projects.html +++ b/ES/projects.html @@ -15,7 +15,13 @@

    Proyectos

    diff --git a/TODO b/TODO index f60c74a..2f72741 100644 --- a/TODO +++ b/TODO @@ -13,8 +13,7 @@ - Draft for the Journal in Notion * Structure of entries + · Bullets, short sentences or phrases + · Pictures * Look for a template in the Notion library - -- Decide if JOURNAL section will be a link to the NOTION PAGE or not - * New page should have a button for closing tab - * Same page should add a button to return to webpage \ No newline at end of file + * Decide if it will be in English or in Spanish, probably English \ No newline at end of file diff --git a/index.html b/index.html index ed8df94..69f42c3 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,11 @@

    Welcome!

    --> + + + Journal About Me Contact diff --git a/index_ES.html b/index_ES.html index a477b21..1d41ac0 100644 --- a/index_ES.html +++ b/index_ES.html @@ -15,7 +15,13 @@

    ¡Bienvenido!

    From 03face038122fff2a8e0e77712b192d036cd2e89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfonso=20Rodr=C3=ADguez=20Ongay?= Date: Mon, 15 Mar 2021 21:17:57 +0000 Subject: [PATCH 16/16] GitBook: [master] 2 pages modified --- README.md | 26 +++++--------------------- SUMMARY.md | 4 ++++ 2 files changed, 9 insertions(+), 21 deletions(-) create mode 100644 SUMMARY.md diff --git a/README.md b/README.md index b8d05e4..097873f 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,8 @@ -# Alfonso's Webpage -A site used to show some of my personal and academic projects. I also talk a bit about who I am and what I like to do +--- +description: This is a test for the GitBook platform +--- -## Portfolio (WIP) -### Personal -- [ ] HRSME V2 -- [ ] STR14 Papercraft -- [ ] AT01 Papercraft +# Initial page -
    +This is a test of the content section of the **platform** -### School and University -- [ ] HRSME V1 -- [ ] Self - driving RC Car -- [ ] Tic - tac - toe -- [ ] Self - driving Car -- [ ] PID Controller for Coupled Electric Motors - -## Webpage Sections (WIP) -- [ ] Home -- [ ] Projects -- [ ] Journal/Blog -- [ ] About Me -- [ ] Contact diff --git a/SUMMARY.md b/SUMMARY.md new file mode 100644 index 0000000..5da1733 --- /dev/null +++ b/SUMMARY.md @@ -0,0 +1,4 @@ +# Table of contents + +* [Initial page](README.md) +