sp-codes.de/index.html

84 lines
3.9 KiB
HTML
Raw Normal View History

2016-10-28 17:33:25 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
2016-11-22 23:07:57 +00:00
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport'/>
2016-10-28 17:33:25 +00:00
<title>sp-codes</title>
<link rel="shortcut icon" href="img/samuel.png">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css"
integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen">
2016-10-28 17:33:25 +00:00
2018-02-03 00:12:09 +00:00
<!-- Matomo -->
2016-10-28 17:33:25 +00:00
<script type="text/javascript">
var _paq = _paq || [];
2018-02-03 00:12:09 +00:00
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
2016-10-28 17:33:25 +00:00
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function () {
var u = "//matomo.sp-codes.de/";
_paq.push(['setTrackerUrl', u + 'piwik.php']);
2018-02-03 00:12:09 +00:00
_paq.push(['setSiteId', '2']);
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
g.type = 'text/javascript';
g.async = true;
g.defer = true;
g.src = u + 'piwik.js';
s.parentNode.insertBefore(g, s);
2016-10-28 17:33:25 +00:00
})();
</script>
<noscript><p><img src="//matomo.sp-codes.de/piwik.php?idsite=2&rec=1" style="border:0;" alt=""/></p></noscript>
2018-02-03 00:12:09 +00:00
<!-- End Matomo Code -->
2016-10-28 17:33:25 +00:00
</head>
<body class="d-flex flex-column">
<div class="container flex-column flex-grow p-3">
<div class="row justify-content-center py-5">
<div class="col">
<img class="logo" src="img/samuel.png">
</div>
2016-11-22 23:07:57 +00:00
</div>
2016-10-28 17:33:25 +00:00
<div class="row justify-content-center py-4 border-top-bottom">
<div class="col-lg-8 col-md-10 col-12">
<h1 class="sp-codes">SP-CODES</h1>
<p class="lead text-center mb-2">Hi! My name is Samuel Philipp.
I'm a German software engineer from Magdeburg. On this site you find my
GitHub profile and my Google Play developer page. Feel free to contact me.</p>
</div>
</div>
2016-10-28 17:33:25 +00:00
<div class="d-flex justify-content-center flex-wrap my-3">
<div class="m-2"><a href="https://www.linkedin.com/in/samuel-philipp"><span
class="fab fa-fw fa-4x fa-linkedin"></span></a></div>
<div class="m-2"><a href="https://www.xing.com/profile/Samuel_Philipp"><span
class="fab fa-fw fa-4x fa-xing"></span></a></div>
<div class="m-2"><a href="https://gitlab.com/samuel-p"><span
class="fab fa-fw fa-4x fa-gitlab"></span></a></div>
<div class="m-2"><a href="https://github.com/samuel-p"><span
class="fab fa-fw fa-4x fa-github"></span></a></div>
<div class="m-2"><a href="https://play.google.com/store/apps/dev?id=8296137950626773262"><span
class="fab fa-fw fa-4x fa-android"></span></a></div>
<div class="m-2"><a href="https://plus.google.com/u/0/+SamuelPd"><span
class="fab fa-fw fa-4x fa-google-plus"></span></a></div>
<div class="m-2"><a href="mailto:mail@sp-codes.de"><span
class="fas fa-fw fa-4x fa-envelope"></span></a></div>
2016-11-22 23:07:57 +00:00
</div>
2016-10-28 17:33:25 +00:00
<div class="d-flex justify-content-center mb-3">
<div class="lead text-center">
<a href="https://www.samuel-philipp.de">www.samuel-philipp.de</a>
</div>
</div>
2016-10-28 17:33:25 +00:00
</div>
<div class="d-flex justify-content-end p-2 menu">
<div class="mr-3"><a href="https://www.samuel-philipp.de/imprint.html"><span
class="fas fa-info-circle mr-2"></span>Impressum</a></div>
<div><a href="privacy.html"><span
class="fas fa-user-secret mr-2"></span>Datenschutz</a></div>
2016-10-28 17:33:25 +00:00
</div>
</body>
</html>