updated build using gulpjs
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
removed xing and linkedin added mastodon
This commit is contained in:
parent
3e31748778
commit
bb8b7ee359
18 changed files with 8655 additions and 482 deletions
80
src/index.html
Normal file
80
src/index.html
Normal file
|
@ -0,0 +1,80 @@
|
|||
<!doctype html>
|
||||
<html lang="en" prefix="og: http://ogp.me/ns#">
|
||||
<head>
|
||||
<title>sp-magic</title>
|
||||
<base href="/">
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="fragment" content="!">
|
||||
<meta name="target" content="all">
|
||||
<meta name="audience" content="all">
|
||||
<meta name="coverage" content="Worldwide">
|
||||
<meta name="distribution" content="Global">
|
||||
<meta name="rating" content="general">
|
||||
<meta name="url" content="https://sp-magic.de/">
|
||||
<meta name="subject" content="sp-magic">
|
||||
<meta name="description" content="Samuel Philipp - Magician from Magdeburg">
|
||||
<meta name="author" content="Samuel Philipp">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:locale" content="de">
|
||||
<meta property="og:url" content="https://sp-magic.de/">
|
||||
<meta property="og:title" content="Samuel Philipp">
|
||||
<meta property="og:description" content="Samuel Philipp - Software Engineer & Magician">
|
||||
<meta property="og:site_name" content="Samuel Philipp">
|
||||
<meta property="og:image" content="https://sp-magic.de/img/sp-magic.jpg">
|
||||
<!--<meta property="og:updated_time" content="">-->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="sp-magic">
|
||||
<meta name="twitter:description" content="Samuel Philipp - Magician from Magdeburg">
|
||||
<meta name="twitter:image" content="https://sp-magic.de/img/sp-magic.jpg">
|
||||
<link rel="shortcut icon" href="img/samuel.png">
|
||||
<link rel="stylesheet" href="css/main.min.css">
|
||||
</head>
|
||||
<body class="d-flex flex-column">
|
||||
<div class="container flex-column flex-grow p-3">
|
||||
<div class="row py-5">
|
||||
<div class="col">
|
||||
<img class="logo" src="img/samuel.png">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<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-MAGIC</h1>
|
||||
<p class="lead text-center mb-2">
|
||||
Herzlich willkommen bei sp-magic!
|
||||
Mein Name ist Samuel Philipp und ich bin ein Zauberkünstler aus Magdeburg.
|
||||
Bei meinen Auftritten präsentiere ich Tricks mit Spielkarten, Büchern, Nägeln, Feuer und vielen anderen
|
||||
Dingen. Auf dieser Seite finden die verschiedene Möglichkeiten mit mir in Kontakt zu treten.
|
||||
Ich freue mich auf Ihre Nachricht.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="d-flex justify-content-center flex-wrap my-3">
|
||||
<div class="m-2"><a rel="me" href="https://social.tchncs.de/@samuel_p"><span
|
||||
class="fab fa-fw fa-4x fa-mastodon"></span></a></div>
|
||||
<div class="m-2"><a href="mailto:mail@sp-magic.de"><span
|
||||
class="fas fa-fw fa-4x fa-envelope"></span></a></div>
|
||||
</div>
|
||||
|
||||
<div class="d-flex justify-content-center mb-3">
|
||||
<div class="lead text-center">
|
||||
<a href="https://samuel-philipp.de">samuel-philipp.de</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex justify-content-end flex-wrap p-2 menu">
|
||||
<div class="mr-3"><span class="far fa-copyright mr-2"></span>Samuel Philipp</div>
|
||||
<div class="flex-grow-1"></div>
|
||||
<div><a href="imprint.html"><span
|
||||
class="fas fa-info-circle mr-2"></span>Impressum</a></div>
|
||||
<div class="ml-3"><a href="privacy.html"><span
|
||||
class="fas fa-user-secret mr-2"></span>Datenschutz</a></div>
|
||||
<div class="ml-3"><a target="_blank" href="https://git.sp-codes.de/samuel-p/sp-codes.de"><span
|
||||
class="fas fa-code mr-2"></span>Code</a></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue