samuel-philipp.de/index.html

67 lines
3 KiB
HTML
Raw Normal View History

2016-10-28 17:05:19 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2018-10-13 11:55:44 +00:00
<html xmlns="http://www.w3.org/1999/xhtml" xmlns="" xmlns="" xml:lang="en" lang="en">
2016-10-28 17:05:19 +00:00
<head>
<title>Samuel Philipp</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" href="img/samuel.png">
2018-12-12 18:33:06 +00:00
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-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">
2017-01-13 23:36:43 +00:00
<link rel="stylesheet" href="css/app.css" type="text/css" media="screen"/>
2018-10-16 11:32:01 +00:00
<!-- Matomo -->
<script type="text/javascript">
var _paq = _paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
2018-12-12 18:33:06 +00:00
(function () {
var u = "//matomo.sp-codes.de/";
_paq.push(['setTrackerUrl', u + 'piwik.php']);
2018-10-16 11:32:01 +00:00
_paq.push(['setSiteId', '1']);
2018-12-12 18:33:06 +00:00
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);
2018-10-16 11:32:01 +00:00
})();
</script>
2018-12-12 18:33:06 +00:00
<noscript><p><img src="//matomo.sp-codes.de/piwik.php?idsite=1&rec=1" style="border:0;" alt=""/></p></noscript>
2018-10-16 11:32:01 +00:00
<!-- End Matomo Code -->
2016-10-28 17:05:19 +00:00
</head>
<body>
2018-10-13 11:55:44 +00:00
<div id="developer" class="image"></div>
<div id="magician" class="image"></div>
<div class="headers">
<div class="codes">
2018-02-02 23:44:26 +00:00
<h1 class="developer">Software Engineer</h1>
2016-11-22 23:56:21 +00:00
</div>
2018-10-13 11:55:44 +00:00
<div class="padding"></div>
<div class="magic">
<h1 class="magician">Magician</h1>
2016-11-22 23:56:21 +00:00
</div>
</div>
2018-10-13 11:55:44 +00:00
<code id="links" class="image">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1" width="100%" height="100%" viewBox="0 0 2560 1440" preserveAspectRatio="xMidYMid slice">
<a xlink:href="//sp-codes.de" style="width: 100%; height: 100%;">
<path d="M 0,796 C 0,796 1330,480 2560,460 L 2560,0 L 0,0 Z" fill-opacity="0"></path>
</a>
<a xlink:href="//sp-magic.de" style="width: 100%; height: 100%;">
<path d="M 0,796 C 0,796 1330,480 2560,460 L 2560,1440 L 0,1440 Z" fill-opacity="0"></path>
</a>
</svg>
</code>
2018-12-12 18:33:06 +00:00
<div class="menu py-2 px-3">
<div><a href="imprint.html"><span
class="fas fa-info-circle mr-2"></span>Imprint</a></div>
<div><a href="privacy.html"><span
class="fas fa-user-secret mr-2"></span>Privacy</a></div>
</div>
2018-10-13 11:55:44 +00:00
<script type="text/javascript" src="js/app.js"></script>
2016-10-28 17:05:19 +00:00
</body>
2018-10-16 11:32:01 +00:00
</html>