summaryrefslogtreecommitdiff
path: root/views/about2.html
diff options
context:
space:
mode:
authorhorus2024-01-16 10:44:35 +0100
committerhorus2024-01-16 10:44:35 +0100
commite6fc8b7adf14a4f3391dcc16028d8db53e108ad8 (patch)
tree9a70087caa3a19db4c850da0c4e3c0b22d7353ae /views/about2.html
parente431f223673f153d774241df470101c9036b7eb5 (diff)
downloadmoehring-e6fc8b7adf14a4f3391dcc16028d8db53e108ad8.tar.gz
.
Diffstat (limited to 'views/about2.html')
-rw-r--r--views/about2.html102
1 files changed, 102 insertions, 0 deletions
diff --git a/views/about2.html b/views/about2.html
new file mode 100644
index 0000000..c16e76c
--- /dev/null
+++ b/views/about2.html
@@ -0,0 +1,102 @@
+{% extends "snippets/layout.html" %}
+
+{% block title "about me | Maximilian Möhring" %}
+
+{% block css %}
+.main {
+/*
+ font-size: 1.25rem;
+*/
+ margin-top: 4rem;
+}
+.img-show-desktop {
+ float: right !important;
+}
+.img-show-mobile {
+ display: none !important;
+}
+@media (max-width: 992px) {
+ .img-show-desktop {
+ display: none !important;
+ }
+ .img-show-mobile {
+ display: inherit !important;
+ margin-left:auto;
+ margin-right: auto;
+ }
+}
+.text-small {
+ font-size: 1rem;
+}
+{% endblock %}
+
+{% block main %}
+
+<div class="container">
+
+<div class="float-right img-show-desktop">
+ <img src="/img/me.png" class="float-right" width=200 height=200>
+ <!--br>
+ <div class="text-small text-center"><em>This is how I look these days.</em></divi-->
+</div>
+
+<div class="flavor-text">
+ <h1>About Me</h1>
+ <p>
+ Hi, to be short, I...
+ </p>
+</div>
+
+ <img src="/img/me.png" class="img-show-mobile" width=200 height=200>
+ <!--br>
+ <div class="text-small text-center"><em>This is how I look these days.</em></divi-->
+<div class="iimg-show-mobile">
+</div>
+
+<p>
+ <ul>
+ <li>
+ study computer science.
+ </li>
+ <li>
+ work as a database and sysadmin at my university.
+ </li>
+ <li>
+ have an education in wine (WSET Level 2 in Wine) and in spirits (WSET Level 2 in Spirits).
+ </li>
+ <li>
+ am also interested in culinary art, food science, specialty coffee or tea. <a href="https://www.fuselkoenig.de" title="Fuselkönig - Supermarkt-Spirituosen im Test">I blog about spirits in German.</a>
+ </i>
+ <li>
+ am a hobby musician. I play the piano, take singing lessons and publicly performed choral works, including Rossini ("Petite messe solennelle") and Gustav Mahler ("Symphony No. 8"), among others.
+ </li>
+ <li>
+ did competitive ballroom dancing (international standard) until my wife got pregnant.
+ </li>
+ <li>
+ have some <a href="/projects/">toy projects</a> and <a href="https://www.complicissimus.de/">started a blog in 2023</a>.
+ </li>
+ </ul>
+ <!--
+<p>
+I study computer science in Berlin and work at my university’s data center. There I’m currently focusing on traditional database technology, including modern SQL, database applications and porting software from MySQL or Sybase to PostgreSQL. I had the most joy when working with MySQL’s date functions. At work we use PHP (and Perl…), but on my own I rather write stuff in Golang.
+</p>
+
+<p>
+ I play the piano since I’m 7 years old. Not so long ago I began taking lessons in classical singing and participated since in different choirs. Some of our performances included the "Elias" by Mendelssohn, "Petite messe solennelle" by Rossini, "Ein deutsches Requiem" by Brahms and the Symphony No. 8 by Mahler.
+ <br>
+ My girlfriend and I started to do competitive ballroom dancing in international standard. We also dabbled with some Latin dance and Swing on a much lower niveau.
+</p>
+
+<p>
+ If I have free time I try to explore the world of fine wine and other drinkable stuff. Currently I hold a WSET Level 2 Award in Wine and I’m the author of <a href="https://www.fuselkoenig.de" title="Fuselkönig - Supermarkt-Spirituosen im Test">Fuselkönig.de</a>, a blog about spirits. Yeah, you read that right, I blog about booze. Why? Because I’m excited by taste and especially fragrances since I’m young and, honestly, perfume does not taste as good. If you visit Germany, maybe you should check out the blog to know which bottle you should grab and which you better leave on the shelf. It’s in German, but Google Translator should do.
+</p>
+
+<p>
+ Last but not least I'm interested in food science and food culture in general, not alone wine and booze, but modernist and old school cooking, chinese or japanese tea (everything <a href="https://en.wikipedia.org/wiki/Camellia_sinensis" title="Also known as tea plant">Camellia sinensis</a>) and of course fresh grinded coffee to start my day, …and my afternoon.
+</p>
+
+-->
+</div>
+
+{% endblock %}