summaryrefslogtreecommitdiff
path: root/content/pages/about.md
diff options
context:
space:
mode:
authorEkaitz Zárraga <ekaitz.zarraga@protonmail.com>2019-03-29 13:59:38 +0100
committerEkaitz Zárraga <ekaitz.zarraga@protonmail.com>2019-03-29 13:59:38 +0100
commitf7794a1479a7879becc711c57aebdc84e769b9df (patch)
tree0fda622f0c4bd2adaa5ae324d8f97d8cbad8f3d7 /content/pages/about.md
parent040fa162f87ccf23e9b2f363326bce84c57d70f8 (diff)
Update many
Diffstat (limited to 'content/pages/about.md')
-rw-r--r--content/pages/about.md54
1 files changed, 54 insertions, 0 deletions
diff --git a/content/pages/about.md b/content/pages/about.md
index 9803be5..2f987f2 100644
--- a/content/pages/about.md
+++ b/content/pages/about.md
@@ -1 +1,55 @@
Title: About
+
+<style>
+figure{
+ margin: auto;
+ width: 300px;
+}
+figure img{
+ margin: 0;
+ height: auto;
+ width: 100%;
+}
+figure figcaption{
+ padding: 1rem;
+ font-size: 90%;
+ font-style: italic;
+ width: 100%;
+}
+
+@media (min-width: 800px){
+ figure{
+ float: right;
+ margin-left: 30px;
+ margin-right: 10px;
+ }
+}
+</style>
+<figure>
+<img src="{static}/static/images/ekaitz.jpg">
+<figcaption>Me in Astorga</figcaption>
+</figure>
+
+
+This is Ekaitz Zárraga, a guy born in 1991[^1] who is based in Bilbao.
+
+I studied Telecommunication Engineering (2009-2014)[^2] in the Faculty of
+Engineering in Bilbao at the University of the Basque Country.
+
+Since then I've been working for several companies until I [decided
+to][genesis] found ElenQ Technology, what at the moment is a one-person company
+where I work as a Research and Development engineer in my areas of knowledge.
+
+...
+
+This blog was born as a way to share what I do at my job at ElenQ Technology,
+my thoughts and my decisions, but it's also a way to represent the way I work
+and the things I like. Sometimes, I use this space to share stuff I learned
+thanks to the R&D projects or as a backlog of what I do.
+
+
+
+[genesis]: https://elenq.tech/Genesis.html
+
+[^1]: Around the `663350400` Unix timestamp if you need a more reliable source.
+[^2]: At that time Master's Degrees were 5 years long.