Skip to content

Commit

Permalink
Add about and contact-texts
Browse files Browse the repository at this point in the history
  • Loading branch information
duffleit committed Jan 10, 2018
1 parent 9fc8553 commit ed523af
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
8 changes: 8 additions & 0 deletions _sass/_about.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,13 @@ section.about-content{

a{
color: black !important;
border-bottom: dashed 1px black;
font-weight: 100 !important;
text-decoration: none;

&:hover{
border-color: $primary-color;
color: $primary-color !important;
}
}
}
26 changes: 14 additions & 12 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,20 @@ <h1 style="font-size: 50px">
</p>
<p class="small-text emoji-text">
<span class="bold green"># Personal TL/DR:</span>
I love conferences, either as a visitor πŸ‘‹, speaker 🎀 or organizer 😲. At the moment, I’m based in Vienna 🎑 and work as
Freelancer πŸ™Œ. You can spend hours in discussing clean code, software architecture or design
patterns with me. I'm into almost
everything STEM-related 🌌 and enjoy working on my own ideas 🐣 and solutions ✨ in my spare time. I’m
engaged in open-source software πŸ”“ and the community 😍 around it. I avoid working on projects with a
bus-factor 🚌 of 1. I try to shut down my laptop πŸ’» and smartphone πŸ“± on Sundays and love to spend this
time with my family πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ , friends 🎳 , an interesting book πŸ“š or good eating
🍜. I’m a big fan of music 🎧 , especially rock and indie 🎸, but due to lack of talent, only enjoy the
passive listening experience. I prefer the Austrian mountains πŸ‚ if I need a few days of rest πŸ™‰,
particularly in good company. During after-work-runs, I like to listen to podcasts πŸŽ™ and gradually improve
my personal best time πŸ•™. I try to answer my emails fast, so feel free to ask if you want to know more
πŸ“¬.
I love conferences, either as a visitor πŸ‘‹, speaker 🎀 or <a href="http://agiletourvienna.at">organizer</a> 😲.
At the moment, I’m based in Vienna 🎑 and work as Freelancer πŸ™Œ.
You can spend hours in discussing clean code, software architecture or design patterns with me.
I'm into almost everything STEM-related 🌌 and enjoy working on my <a href="http://nobt.io">own ideas</a> 🐣 and solutions ✨ in my spare time.
I’m engaged in <a href="https://github.com/duffleit">open-source software</a> πŸ”“ and the <a href="https://www.meetup.com/de-DE/members/179254452/">community</a> 😍 around it.
I avoid working on projects with a <a href="https://en.wikipedia.org/wiki/Bus_factor">bus-factor</a> 🚌 of 1.
I try to shut down my laptop πŸ’» and smartphone πŸ“± on Sundays and love to spend this time with my family πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ ,
friends 🎳 , an <a href="https://www.goodreads.com/user/show/74000734-david-leitner">interesting book</a> πŸ“š or good eating 🍜.
I’m a big fan of music 🎧 , especially rock and indie 🎸, but due to lack of talent, only
<a href="http://last.fm/user/duffleit"> enjoy the passive listening experience</a>.
I prefer the Austrian mountains πŸ‚ if I need a few days of rest πŸ™‰, particularly in good company.
During after-work-runs, I like to listen to <a href="https://www.dotnetrocks.com/">podcasts</a> πŸŽ™ and gradually improve
my personal best time πŸ•™.
I try to answer my emails fast, so <a href="/contact">feel free to ask</a> if you want to know more πŸ“¬.
</p>
</div>
</div>
Expand Down

0 comments on commit ed523af

Please sign in to comment.