Files
felixfoertsch.de/Content/Archive/220123-ff.de v10 felixfoertsch.github.io/_site/about.html
T

259 lines
5.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="en-us">
<head>
<link href="https://gmpg.org/xfn/11" rel="profile" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
<title>
About &middot; felixfoertsch.de
</title>
<!-- CSS -->
<link rel="stylesheet" href="/assets/css/main.css" />
<!-- Icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/favicon.png" />
<link rel="shortcut icon" href="/favicon.png" />
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feed.xml" />
</head>
<body class="page">
<nav class="navbar navbar-dark bg-dark navbar-expand-md ">
<div class="container-fluid">
<a class="nav-link navbar-brand " href="/"><img src="/favicon.png" width="30" height="30" alt=""> </a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation-toggle" aria-controls="navigation-toggle" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navigation-toggle">
<div class="navbar-nav">
<a class="nav-link active" href="/about">About</a>
<a class="nav-link" href="/repositories">Repositories</a>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-expanded="false">Categories</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item " href="/category/Design">Design</a></li>
<li><a class="dropdown-item " href="/category/Programming">Programming</a></li>
<li><a class="dropdown-item " href="/category/Tips">Tips</a></li>
<li><a class="dropdown-item " href="/category/summaries">Summaries</a></li>
<li><a class="dropdown-item " href="/category/tutorials">Tutorials</a></li>
</ul>
</li>
<a class="nav-link" title="Tags" aria-label="Tags" href="/tags">Tags</a>
<a class="nav-link" title="Subscribe" aria-label="Subscribe" href="/feed.xml">RSS</a>
<span></span>
</div>
</div>
</div>
</nav>
<main class="container py-3">
<header class="row py-3">
<div class="col">
<h1 class="display-1">About</h1>
</div>
</header>
<div class="row">
<div class="col">
<p>Hi! My name is Felix. I have a masters degree in Business Administration and a bachelors degree in Computer Science. My main interests are project management and technology—especially computers and the Internetand everything connected to these things.</p>
<p>I am currently working as a Junior Java Developer at <a href="https://www.bi-web.de/">BI Business Intelligence</a> in Leipzig.</p>
<h2 id="contact">Contact</h2>
<p>You can reach or connect with me easily by:</p>
<ul>
<li>Writing me an email: su@ this domain — or if you are daring and your Ö key works: <a href="mailto:felix@förtsch.de">felix@förtsch.de</a> (<a href="https://keys.openpgp.org/search?q=felix%40f%C3%B6rtsch.de">GPG</a>)</li>
<li>Connecting with me on Telegram: <a href="http://telegram.me/felixfoertsch">@felixfoertsch</a></li>
<li>Following me on Twitter: <a href="https://twitter.com/felixfoertsch">@felixfoertsch</a></li>
<li>Opening an issue on one of my projects on Github: <a href="https://github.com/felixfoertsch">github.com/felixfoertsch</a></li>
<li>Following my public Pinboard account: <a href="https://pinboard.in/u:felixfoertsch">u:felixfoertsch</a></li>
</ul>
<h2 id="current-goals">Current Goals</h2>
<p>Public commitments are the most motivating. At the moment I am chasing the following goals. If you would like to help me reach them, check in on me and poke me about them:</p>
<ul>
<li><del>Finish my bachelors degree → <em>Indicator</em>: University certificate.</del>
<ul>
<li><strong>Latest Update:</strong> done</li>
</ul>
</li>
<li>Become a proficient Swift developer → <em>Indicator</em>: Deploy one app to each App Store (macOS/iOS).
<ul>
<li><strong>Latest Update:</strong> Since I am working with Java now, I will postpone this goal.</li>
</ul>
</li>
<li>Publish as much knowledge as I can on my website → <em>Indicator</em>: Publish one useful article every month.
<ul>
<li><strong>Latest Update:</strong> I have been really slacking with this; I assume that I will encounter new things to learn in my new job and I will try to do write-ups on the interesting topics.</li>
</ul>
</li>
</ul>
<h2 id="my-favorite-quotes">My Favorite Quotes</h2>
<p>Like everyone else, I stumbled upon quotes from famous persons, that stuck with me. Here are a few of them:</p>
<ul>
<li>Der Deutsche soll alle Sprachen lernen, damit ihm zu Hause kein Fremder unbequem, er aber in der Fremde überall zu Hause ist. ~ <a href="https://en.wikipedia.org/wiki/Johann_Wolfgang_von_Goethe">Johann Wolfgang von Goethe</a></li>
<li><a href="https://www.youtube.com/watch?v=89xUz9fZBXA">Life is scary. Get used to it. There are no magical fixes. It is all up to you. Go out and start doing the work. Nothing in this world thats worth having comes easy.</a> ~ Bob Kelso</li>
</ul>
<h2 id="website-version">Website Version</h2>
<p><span class="badge bg-info">v18</span></p>
</div>
</div>
</main>
<footer class="container-fluid py-3">
<script src="/assets/js/bootstrap.min.js" crossorigin="anonymous"></script>
</footer>
</body>
</html>