Compare commits

...

3 Commits

4 changed files with 290 additions and 2 deletions

159
src/de/about.html Normal file
View File

@ -0,0 +1,159 @@
---
layout: base.njk
key: about
title: Über mich
eleventyNavigation:
key: about
title: Über mich
icon: user
order: 2
---
<h1>Über mich</h1>
<p>Mein Name ist Samuel Philipp und ich bin ein Software Engineer aus Magdeburg. In meiner Freizeit übe oder präsentiere
ich den ein oder anderen <a href="https://sp-magic.de">Zaubertrick</a> und hoste verschiedene freie Dienste, wie Searx, Matrix oder Jitsi:</p>
<ul>
<li><a href="https://searx.sp-codes.de">searx.sp-codes.de</a></li>
<li><a href="https://invidious.sp-codes.de">invidious.sp-codes.de</a></li>
<li><a href="https://git.sp-codes.de">git.sp-codes.de</a></li>
<li><a href="https://matrix.sp-codes.de">matrix.sp-codes.de</a></li>
<li><a href="https://jitsi.sp-codes.de">jitsi.sp-codes.de</a></li>
<li><a href="https://connectivitycheck.sp-codes.de">connectivitycheck.sp-codes.de</a></li>
</ul>
<h2>Akademische Laufbahn</h2>
<div class="qa-message-list">
<div class="message-item">
<div class="message-inner">
<div class="message-head clearfix">
<div class="user-detail">
<h5 class="handle">Somewhere Technology</h5>
<div class="post-meta">
<div class="asker-meta">
<span class="qa-message-what"></span>
<span class="qa-message-when">
<span class="qa-message-when-data">Jan 21</span>
</span>
</div>
</div>
</div>
</div>
<div class="qa-message-content">
Yo!
</div>
</div>
</div>
<div class="message-item">
<div class="message-inner">
<div class="message-head clearfix">
<div class="user-detail">
<h5 class="handle">Somewhere Else</h5>
<div class="post-meta">
<div class="asker-meta">
<span class="qa-message-what"></span>
<span class="qa-message-when">
<span class="qa-message-when-data">Nov 24, 2013</span>
</span>
</div>
</div>
</div>
</div>
<div class="qa-message-content">
Nice theme . Excellent one .
</div>
</div>
</div>
<div class="message-item">
<div class="message-inner">
<div class="message-head clearfix">
<div class="user-detail">
<h5 class="handle">Other stuff</h5>
<div class="post-meta">
<div class="asker-meta">
<span class="qa-message-what"></span>
<span class="qa-message-when">
<span class="qa-message-when-data">Oct 25, 2013</span>
</span>
</div>
</div>
</div>
</div>
<div class="qa-message-content">
Nullam porta leo vitae ipsum feugiat viverra. In sed placerat mi. Nullam euismod, quam in euismod
rhoncus, tellus velit posuere tortor, non cursus nunc velit et lacus.
</div>
</div>
</div>
</div>
<h2>Berufliche Laufbahn</h2>
<div class="qa-message-list">
<div class="message-item">
<div class="message-inner">
<div class="message-head clearfix">
<div class="user-detail">
<h5 class="handle">Technology</h5>
<div class="post-meta">
<div class="asker-meta">
<span class="qa-message-what"></span>
<span class="qa-message-when">
<span class="qa-message-when-data">Jan 21</span>
</span>
</div>
</div>
</div>
</div>
<div class="qa-message-content">
Yo!
</div>
</div>
</div>
<div class="message-item">
<div class="message-inner">
<div class="message-head clearfix">
<div class="user-detail">
<h5 class="handle">Labs</h5>
<div class="post-meta">
<div class="asker-meta">
<span class="qa-message-what"></span>
<span class="qa-message-when">
<span class="qa-message-when-data">Nov 24, 2013</span>
</span>
</div>
</div>
</div>
</div>
<div class="qa-message-content">
Nice theme . Excellent one .
</div>
</div>
</div>
<div class="message-item">
<div class="message-inner">
<div class="message-head clearfix">
<div class="user-detail">
<h5 class="handle">Somewhere</h5>
<div class="post-meta">
<div class="asker-meta">
<span class="qa-message-what"></span>
<span class="qa-message-when">
<span class="qa-message-when-data">Oct 25, 2013</span>
</span>
</div>
</div>
</div>
</div>
<div class="qa-message-content">
Nullam porta leo vitae ipsum feugiat viverra. In sed placerat mi. Nullam euismod, quam in euismod
rhoncus, tellus velit posuere tortor, non cursus nunc velit et lacus.
</div>
</div>
</div>
</div>

View File

@ -6,7 +6,7 @@ eleventyNavigation:
key: services
title: Dienste
icon: server
order: 2
order: 3
---
<h1>Dienste</h1>
<p>In meiner Freizeit stelle ich verschiedene quelloffene Dienste für die freie Nutzung bereit. Hier findest du eine

View File

@ -6,7 +6,7 @@ eleventyNavigation:
key: services
title: Services
icon: server
order: 2
order: 3
---
<h1>Services</h1>
<p>In my spare time I provide various open source services for free. Here you can find an overview of the individual

View File

@ -195,3 +195,132 @@ pre {
height: 2em;
}
}
// -------------------- about -------------------------
.qa-message-list {
padding-bottom: 1rem;
}
.message-item {
margin-bottom: 25px;
margin-left: 40px;
position: relative;
}
.message-item .message-inner {
background: #2b2b2b;
border: 1px solid #797979;
border-radius: 3px;
padding: 10px;
position: relative;
}
.message-item .message-head {
border-bottom: 1px solid #656565;
margin-bottom: 8px;
padding-bottom: 8px;
color: #fff;
}
.message-item .message-head .user-detail {
overflow: hidden;
}
.message-item .message-head .user-detail h5 {
font-size: 16px;
font-weight: bold;
margin: 0;
color: #fff;
}
.message-item .message-head .post-meta {
float: left;
padding: 0 15px 0 0;
}
.message-item .message-head .post-meta > div {
color: #a5a5a5;
font-weight: bold;
text-align: right;
}
.message-item::before {
background: #484848;
border-radius: 2px;
bottom: -30px;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
content: "";
height: 100%;
left: -30px;
position: absolute;
width: 3px;
}
.message-item .message-inner::before {
border-right: 10px solid #5e5e5e;
border-right-style: solid;
border-right-width: 10px;
border-style: solid;
border-width: 10px;
color: rgba(0, 0, 0, 0);
content: "";
display: block;
height: 0;
position: absolute;
left: -20px;
top: 6px;
width: 0;
}
.clearfix::before, .clearfix::after {
content: " ";
display: table;
}
.message-item .message-inner::after {
border-right: 10px solid #2b2b2b;
border-right-style: solid;
border-right-width: 10px;
border-style: solid;
border-width: 10px;
color: rgba(0, 0, 0, 0);
content: "";
display: block;
height: 0;
position: absolute;
left: -18px;
top: 6px;
width: 0;
}
.message-item::after {
background: #fea500;
border: 2px solid #fea500;
border-radius: 50%;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
content: "";
height: 15px;
left: -36px;
position: absolute;
top: 10px;
width: 15px;
}
.clearfix::before, .clearfix::after {
content: " ";
display: table;
}
.clearfix::after {
clear: both;
}
.clearfix::before, .clearfix::after {
content: '\0020';
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}