From c5bb512470f6ab8de7a207c52e6d51a929f91acf Mon Sep 17 00:00:00 2001 From: shockrah Date: Thu, 4 Nov 2021 17:25:48 -0700 Subject: [PATCH] + education and social buttons --- config.toml | 68 ++----------------- themes/resume/layouts/index.html | 14 +++- themes/resume/layouts/partials/education.html | 17 +++++ .../resume/layouts/partials/experience.html | 2 +- themes/resume/layouts/partials/socials.html | 10 +++ themes/resume/static/css/style.css | 7 +- 6 files changed, 54 insertions(+), 64 deletions(-) create mode 100644 themes/resume/layouts/partials/education.html create mode 100644 themes/resume/layouts/partials/socials.html diff --git a/config.toml b/config.toml index 18f13b3..ea9d5b4 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,5 @@ baseURL = "https://shockrah.gitlab.io" +# BRO: remember to remove this title = "Hi I'm Shockrah" languageCode = "en-us" @@ -8,69 +9,14 @@ theme = "resume" unsafe= true [params] - name = "Alejandro" - description = "Friendly neighborhood Devops Consultant" - title = "My personal portfolio" +name = "Alejandro" +description = "Friendly neighborhood Devops Consultant" +title = "My personal portfolio" - author = "Alejandro Santillana" - copyright = "" - copyright_link = "" +# Social medias +linkedin = "https://www.linkedin.com/in/alejandro-santillana-foss/" +gitlab = "https://gitlab.com/shockrah" - # Profile section - [params.profile] - name = "Alejandro Santillana" - photo = "profile.png" - - # Section for links to social websites - [params.social] - title = "Links" - - [[params.social.list]] - class = "fab" - icon = "fa-linkedin-in" - url = "https://www.linkedin.com/in/alejandro-santillana-foss/" - title = "LinkedIn" - - [[params.social.list]] - class = "fab" - icon = "fa-gitlab" - url = "https://gitlab.com/shockrah" - title = "GitHub" - - # Education section - [params.education] - title = "Education" - - [[params.education.list]] - degree = "Bachelors of Computer Science" - college = "California State University of Monterey Bay" - dates = "Fall 2018 - Winter 2019" - grad = "yes" - - [[params.education.list]] - degree = "CompTIA Security+ Certified" - college = "Verification code: 83JZR9SPWDV1Q6CS" - link = "https://www.certmetrics.com/comptia/public/verification.aspx/" - - [[params.education.list]] - degree = "Splunk Core Certified User" - link = "https://www.credly.com/badges/709380cd-ac24-48a2-953d-803d63eaae96" - - [[params.education.list]] - college = "Irvine Valley College" - dates = "Fall 2016 - Spring 2018" - degree = "Tranfer Credits for CSU" - - [[params.education.list]] - college = "California State University of Fullerton" - dates = "Fall 2015 - Spring 2016" - degree = "Credits for CSU" - - [[params.education.list]] - degree = "High School Diploma" - college = "Aliso Niguel High School" - dates = "Fall 2011 - Spring 2015" - grad = "yes" # Languages section [params.language] diff --git a/themes/resume/layouts/index.html b/themes/resume/layouts/index.html index e49c3b3..5424efa 100644 --- a/themes/resume/layouts/index.html +++ b/themes/resume/layouts/index.html @@ -4,7 +4,7 @@