Skip to content
Snippets Groups Projects
Commit b312ba0c authored by Pablo Carranza's avatar Pablo Carranza
Browse files

Add themes (embedded in) to production engineers

parent 9f68b70c
No related branches found
No related tags found
1 merge request!6497Add themes (embedded in) to production engineers
Pipeline #
Loading
Loading
@@ -632,6 +632,9 @@
picture: pablo.jpg
twitter: psczg
gitlab: pcarranza
projects:
infrastructure: maintainer
gitlab-cog: maintainer
expertise: |
<li>On-call hero!</li>
story: |
Loading
Loading
@@ -2004,8 +2007,12 @@
picture: daniele.jpg
twitter: escociao
gitlab: omame
embedded_in: Cloud Native Build
expertise: |
<li>On Call Hero!</li>
<li>Deployment Expert</li>
<li>Terraform Expert</li>
<li>Cloud Native Expert</li>
story: |
Daniele fell in love with computers when he started to use a Vic 20 very early in his life and never looked back.
In his teenage years he replaced lego with pc components and suddenly his room became a messy computer lab.
Loading
Loading
@@ -2306,6 +2313,7 @@
reports_to: Production Lead
picture: jtevnan.jpg
gitlab: jtevnan
embedded_in: Database
story: |
Jason made his way into IT via the detour of studying metallurgy. After discovering that he understood database query plans much better than the periodic table, he switched majors and never looked back. When not attempting to automate everything, he is an avid cook, tries to be outdoors as much as he can and attempts to brew the perfect beer.
 
Loading
Loading
@@ -2342,6 +2350,7 @@
picture: ilya.png
twitter:
gitlab: ilyaf
embedded_in: Security
story: |
Ilya is a self-taught UNIX System Administrator with strong interest in computer security. In those rare occasions when he's not
configuring something, he enjoys a company of a good book.
Loading
Loading
@@ -2479,6 +2488,9 @@
reports_to: Production Lead
picture: victorlopez.jpg
gitlab: victorcete
embedded_in: Search
expertise: |
<li>Elastic Search Expert</li>
story: |
Victor is a technology enthusiast and a very passionate systems administrator.
He enjoys all around automation, monitoring and development of tools that help everyone
Loading
Loading
Loading
Loading
@@ -41,6 +41,9 @@
- if member.expertise
%ul
= member.expertise
- if member.embedded_in
Embedded in
= member.embedded_in
 
.social
- if member.twitter
Loading
Loading
- team_array = []
<li>Cloud Native
- team = data.team.reject { |t| t.picture == 'logo-extra-whitespace.png' }
- team.each do |member|
- team_array << { picture: image_path("team/#{member.picture}") }
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment