diff --git a/exampleSite/content/experience/job-1.es.md b/exampleSite/content/experience/job-1.es.md new file mode 100644 index 0000000..49a582f --- /dev/null +++ b/exampleSite/content/experience/job-1.es.md @@ -0,0 +1,12 @@ +--- +date: 2022-01-01T00:00:00+01:00 +draft: false +title: "Trabajo #1" +jobTitle: "Becario Junior" +company: "Internet Affairs Inc." +location: "Stavanger, Noruega" +duration: "2022-2024" +--- +### Arreglando el mundo, un byte a la vez + +El comienzo de una gran carrera. \ No newline at end of file diff --git a/exampleSite/content/experience/job-2.es.md b/exampleSite/content/experience/job-2.es.md new file mode 100644 index 0000000..9dfcce3 --- /dev/null +++ b/exampleSite/content/experience/job-2.es.md @@ -0,0 +1,12 @@ +--- +date: 2023-01-01T00:00:00+01:00 +draft: false +title: "Trabajo #2" +jobTitle: "Becario Jefe" +company: "Internet Affairs Inc." +location: "Stavanger, Noruega" +duration: "2023-2024" +--- +### Arreglando el mundo, un byte a la vez + +Continuando la misión. \ No newline at end of file diff --git a/exampleSite/content/experience/job-2.fr.md b/exampleSite/content/experience/job-2.fr.md new file mode 100644 index 0000000..a735f91 --- /dev/null +++ b/exampleSite/content/experience/job-2.fr.md @@ -0,0 +1,12 @@ +--- +date: 2023-01-01T00:00:00+01:00 +draft: false +title: "Poste #2" +jobTitle: "Stagiaire en Chef" +company: "Internet Affairs Inc." +location: "Stavanger, Norvège" +duration: "2023-2024" +--- +### Réparer le monde, un octet à la fois + +Poursuivant la quête. \ No newline at end of file diff --git a/exampleSite/content/experience/job-3.es copy.md b/exampleSite/content/experience/job-3.es copy.md new file mode 100644 index 0000000..ce1fe43 --- /dev/null +++ b/exampleSite/content/experience/job-3.es copy.md @@ -0,0 +1,12 @@ +--- +date: 2024-01-01T00:00:00+01:00 +draft: false +title: "Trabajo #3" +jobTitle: "Director Ejecutivo" +company: "Internet Affairs Inc." +location: "Stavanger, Noruega" +duration: "2024-ahora" +--- +### Arreglando el mundo, un byte a la vez + +¡Adquisición hostil - ¿quién es el jefe ahora?! \ No newline at end of file diff --git a/exampleSite/content/experience/job-3.fr.md b/exampleSite/content/experience/job-3.fr.md new file mode 100644 index 0000000..5b34590 --- /dev/null +++ b/exampleSite/content/experience/job-3.fr.md @@ -0,0 +1,12 @@ +--- +date: 2024-01-01T00:00:00+01:00 +draft: false +title: "Poste #3" +jobTitle: "PDG" +company: "Internet Affairs Inc." +location: "Stavanger, Norvège" +duration: "2024-maintenant" +--- +### Réparer le monde, un octet à la fois + +Prise de contrôle hostile - qui est le patron maintenant ! \ No newline at end of file diff --git a/i18n/en.yaml b/i18n/en.yaml index b8df80b..fffff98 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -180,3 +180,11 @@ - id: "continue_reading" translation: "Continue reading" + +## 404 Page +- id: "404_title" + translation: "Page not found" +- id: "404_description" + translation: "Sorry, but the page you were looking for could not be found." +- id: "404_button" + translation: "Back to homepage" diff --git a/i18n/es.yaml b/i18n/es.yaml index 415b9e8..cb47329 100644 --- a/i18n/es.yaml +++ b/i18n/es.yaml @@ -167,3 +167,11 @@ - id: "continue_reading" translation: "Continuar leyendo" + +## 404 Page +- id: "404_title" + translation: "Página no encontrada" +- id: "404_description" + translation: "Lo sentimos, pero la página que buscabas no pudo ser encontrada." +- id: "404_button" + translation: "Volver al inicio" diff --git a/i18n/fr.yaml b/i18n/fr.yaml index 00ff7f0..523cd13 100644 --- a/i18n/fr.yaml +++ b/i18n/fr.yaml @@ -172,3 +172,11 @@ - id: "continue_reading" translation: "Continuer à lire" + +## 404 Page +- id: "404_title" + translation: "Page non trouvée" +- id: "404_description" + translation: "Désolé, mais la page que vous recherchez est introuvable." +- id: "404_button" + translation: "Retour à l'accueil" diff --git a/layouts/404.html b/layouts/404.html index 8373662..c3158d3 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,7 +1,6 @@ - - +
{{ partial "head.html" . }} @@ -17,11 +16,11 @@- Sorry, but the page you were looking for could not be found. + {{ i18n "404_description" }}
- Back to homepage + {{ i18n "404_button" }}