Compare commits
	
		
			4 Commits
		
	
	
		
			4abd6038c1
			...
			bb2af24817
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| bb2af24817 | |||
| 3b0c368d2d | |||
| c96c7db0f5 | |||
| 8efb449e4b | 
@ -3,20 +3,20 @@ baseURL = "https://resume.shockrah.xyz"
 | 
				
			|||||||
languageCode = "en-us"
 | 
					languageCode = "en-us"
 | 
				
			||||||
theme = "resume"
 | 
					theme = "resume"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					enableEmoji = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[markup.goldmark.renderer]
 | 
					[markup.goldmark.renderer]
 | 
				
			||||||
unsafe= true
 | 
					unsafe= true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Actual site/content parameters
 | 
					# Actual site/content parameters
 | 
				
			||||||
[params]
 | 
					[params]
 | 
				
			||||||
name = "Alejandro"
 | 
					name = "Alejandro"
 | 
				
			||||||
description = "Friendly Neighborhood Developer and Soda Maker"
 | 
					description = "Maker of things"
 | 
				
			||||||
title = "Hi I'm Alejandro"
 | 
					title = "Hi I'm Alejandro"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Social medias
 | 
					# Social medias
 | 
				
			||||||
linkedin = "https://www.linkedin.com/in/alejandro-santillana-foss/"
 | 
					linkedin = "https://www.linkedin.com/in/alejandro-santillana-foss/"
 | 
				
			||||||
gitlab = "https://git.shockrah.xyz/tempersama"
 | 
					git = "https://git.shockrah.xyz/shockrah"
 | 
				
			||||||
twitch = "https://twitch.tv/shockrah"
 | 
					 | 
				
			||||||
mastodon = "https://mastodon.social/@tempertv"
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Skills or something idk
 | 
					# Skills or something idk
 | 
				
			||||||
 | 
				
			|||||||
@ -5,4 +5,12 @@ title: Site Reliability Engineer
 | 
				
			|||||||
rank: -4
 | 
					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`
 | 
				
			||||||
 | 
				
			|||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
<head>
 | 
					<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 href="/css/bootstrap.min.css" rel="stylesheet">
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="/css/style.css">
 | 
					    <link rel="stylesheet" type="text/css" href="/css/style.css">
 | 
				
			||||||
    <link rel="shortcut icon" type="image/png" href="{{ .Site.BaseURL }}/images/favicon.png">
 | 
					    <link rel="shortcut icon" type="image/png" href="{{ .Site.BaseURL }}/images/favicon.png">
 | 
				
			||||||
 | 
				
			|||||||
@ -1,21 +1,6 @@
 | 
				
			|||||||
{{ if .Site.Params.Gitlab }}
 | 
					<a class="socials" href="{{.Site.Params.Git}}">
 | 
				
			||||||
<a class="socials" href="{{.Site.Params.Gitlab}}">
 | 
						<i class="bi bi-git"></i>
 | 
				
			||||||
	<i class="fab fa-gitlab"></i>
 | 
					 | 
				
			||||||
</a>
 | 
					</a>
 | 
				
			||||||
{{ end }}
 | 
					 | 
				
			||||||
{{ if .Site.Params.Linkedin }}
 | 
					 | 
				
			||||||
<a class="socials" href="{{.Site.Params.Linkedin}}">
 | 
					<a class="socials" href="{{.Site.Params.Linkedin}}">
 | 
				
			||||||
	<i class="fab fa-linkedin-in"></i>
 | 
						<i class="bi bi-linkedin"></i>
 | 
				
			||||||
</a>
 | 
					</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 }}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
				
			|||||||
@ -76,7 +76,7 @@ html {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.socials {
 | 
					.socials {
 | 
				
			||||||
	display:inline;
 | 
						display: inline;
 | 
				
			||||||
	font-size: 1.5rem;
 | 
						font-size: 1.5rem;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user