added gulpjs to build the website
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
cce90d7164
commit
fa3776ff8f
16 changed files with 8617 additions and 434 deletions
95
src/index.html
Normal file
95
src/index.html
Normal file
|
@ -0,0 +1,95 @@
|
|||
<!doctype html>
|
||||
<html lang="en" prefix="og: http://ogp.me/ns#">
|
||||
<head>
|
||||
<title>sp-codes</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-codes.de/">
|
||||
<meta name="subject" content="sp-codes">
|
||||
<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-codes.de/">
|
||||
<meta property="og:title" content="sp-codes">
|
||||
<meta property="og:description" content="Samuel Philipp - Software Engineer & Magician">
|
||||
<meta property="og:site_name" content="sp-codes">
|
||||
<meta property="og:image" content="https://sp-codes.de/img/sp-codes.jpg">
|
||||
<!--<meta property="og:updated_time" content="">-->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="sp-codes">
|
||||
<meta name="twitter:description" content="Samuel Philipp - Magician from Magdeburg">
|
||||
<meta name="twitter:image" content="https://sp-codes.de/img/sp-codes.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-CODES</h1>
|
||||
<p class="lead text-center mb-2">
|
||||
Herzlich willkommen bei sp-codes!
|
||||
Mein Name ist Samuel Philipp und ich bin ein Software Engineer aus Magdeburg.
|
||||
Auf dieser Seite finden Sie meine Profile auf GitHub, GitLab und Stackoverflow.
|
||||
Außerdem finden die verschiedene Möglichkeiten um 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="https://stackoverflow.com/users/9662601/samuel-p"><span
|
||||
class="fab fa-fw fa-4x fa-stack-overflow"></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="mailto:mail@sp-codes.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="text-center">
|
||||
<a href="https://stackexchange.com/users/13389989/samuel-philipp"><img
|
||||
src="https://stackexchange.com/users/flair/13389989.png" width="208" height="58"
|
||||
alt="profile for Samuel Philipp on Stack Exchange, a network of free, community-driven Q&A sites"
|
||||
title="profile for Samuel Philipp on Stack Exchange, a network of free, community-driven Q&A sites"/></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