Compare commits

...

4 Commits

Author SHA1 Message Date
bb2af24817 Merge branch 'master' of ssh://git.shockrah.xyz:2222/shockrah/resume
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 7s
2025-08-08 07:54:24 -07:00
3b0c368d2d Spacing 2025-08-08 07:53:39 -07:00
c96c7db0f5 SSNC Description 2025-08-08 07:53:34 -07:00
8efb449e4b Updating emojis usage on the page for future special labels 2025-08-08 07:51:14 -07:00
5 changed files with 18 additions and 25 deletions

View File

@ -3,20 +3,20 @@ baseURL = "https://resume.shockrah.xyz"
languageCode = "en-us"
theme = "resume"
enableEmoji = true
[markup.goldmark.renderer]
unsafe= true
# Actual site/content parameters
[params]
name = "Alejandro"
description = "Friendly Neighborhood Developer and Soda Maker"
description = "Maker of things"
title = "Hi I'm Alejandro"
# Social medias
linkedin = "https://www.linkedin.com/in/alejandro-santillana-foss/"
gitlab = "https://git.shockrah.xyz/tempersama"
twitch = "https://twitch.tv/shockrah"
mastodon = "https://mastodon.social/@tempertv"
git = "https://git.shockrah.xyz/shockrah"
# Skills or something idk

View File

@ -5,4 +5,12 @@ title: Site Reliability Engineer
rank: -4
---
**:page_with_curl: Responsibilities**
* Designed architecture for highly available database solution and built it with automated CI/CD systems such as Terraform.
* Documented automated solutions and support specifications for on boarding new team members
* Coordinated support and maintenance efforts during on-call rotations across multiple development teams
> **:toolbox: Tools**
* `Terraform, AWS, Git, Python, Ansible, Shell, Jira, Confluence`

View File

@ -1,6 +1,6 @@
<head>
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css">
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/css/style.css">
<link rel="shortcut icon" type="image/png" href="{{ .Site.BaseURL }}/images/favicon.png">

View File

@ -1,21 +1,6 @@
{{ if .Site.Params.Gitlab }}
<a class="socials" href="{{.Site.Params.Gitlab}}">
<i class="fab fa-gitlab"></i>
<a class="socials" href="{{.Site.Params.Git}}">
<i class="bi bi-git"></i>
</a>
{{ end }}
{{ if .Site.Params.Linkedin }}
<a class="socials" href="{{.Site.Params.Linkedin}}">
<i class="fab fa-linkedin-in"></i>
</a>
{{ end }}
{{ if .Site.Params.Twitch }}
<a class="socials" href="{{.Site.Params.Twitch}}">
<i class="fab fa-twitch"></i>
</a>
{{ end }}
{{ if .Site.Params.Mastodon }}
<a class="socials" href="{{.Site.Params.Mastodon}}">
<i class="fab fa-mastodon"></i>
</a>
{{ end }}
<i class="bi bi-linkedin"></i>
</a>

View File

@ -76,7 +76,7 @@ html {
}
.socials {
display:inline;
display: inline;
font-size: 1.5rem;
}