-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
45 lines (44 loc) · 1.53 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
layout: page
title: "About me"
---
<section class="post">
<div class="flex-row-between">
<a href="{{ site.url }}{{ site.baseurl }}/">« Home</a>
<button title="Change theme" id="theme-toggle" onclick="modeSwitcher()">
<div></div>
</button>
</div>
<div>
<p class="about-p">
Hey there! My name is Eugene Romero, I am a 30-something year old tech
enthusiast, speaker, retro gamer, and general nerd. I work as a Managing
Cloud Advisor at
<a href="https://www.capgemini.com/">Capgemini</a>. I am also a
<a href="https://mvp.microsoft.com">Microsoft MVP</a> in the DevOps category.
</p>
<p class="about-p">
This blog is mostly dedicated to discussing DevOps tools, Cloud, Linux,
Automation, Infrastructure-As-Code, and whatever other subject catches my
interest that week. From time to time you might also find different posts
on other geek related subjects.
</p>
<p class="about-p">
Hope you find some of the information here useful. If you would like to
reach out, you can do that through the channels linked below.
</p>
<p class="about-p">
I am always open to public speaking. Do you want me to present a topic at
your event/conference/expo/etc? Lets talk! DM me on Twitter, or check out
my
<a
href="https://sessionize.com/eugene-romero/"
target="_blank"
rel="noopener noreferrer"
>speaker profile</a
>
on Sessionize.
</p>
</div>
<nav class="post-nav" /nav>
</section>