Updated homepage, added drone.yml
This commit is contained in:
parent
b6699f3b66
commit
57a26d7e75
18
.drone.yml
Normal file
18
.drone.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
pipeline:
|
||||
publish:
|
||||
image: appleboy/drone-scp
|
||||
repo: b12f/bbcom
|
||||
host: web5svsvy.wh.hosting.zone
|
||||
port: 22
|
||||
secrets:
|
||||
- source: bbcom_ssh_key
|
||||
target: scp_key
|
||||
- source: bbcom_ssh_user
|
||||
target: scp_username
|
||||
source: dist/*
|
||||
target: /html/benjaminbaedorf.eu/
|
||||
strip_components: 1
|
||||
rm: true
|
||||
when:
|
||||
event: tag
|
||||
status: success
|
15
index.html
15
index.html
|
@ -5,13 +5,10 @@
|
|||
<title>Benjamin Bädorf</title>
|
||||
<meta name="theme-color" content="#000000" id="theme-color" />
|
||||
|
||||
<meta name="description" content="Benjamin Bädorf is an Aachen based webdeveloper. He does some freelance stuff every once in a while.">
|
||||
<meta name="description" content="Benjamin Bädorf is a frontend dev based in Germany. He does some freelance stuff every once in a while.">
|
||||
<meta name="Keywords" content="webdevelopment frontend javascript node freelance website why am i even doing this">
|
||||
<link href='https://fonts.googleapis.com/css?family=Chivo:900italic' rel='stylesheet' type='text/css'>
|
||||
<style>
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
body {
|
||||
font-family: 'chivo', sans-serif;
|
||||
font-size: 60px;
|
||||
|
@ -35,13 +32,14 @@
|
|||
</head>
|
||||
<body>
|
||||
<p>Benjamin Bädorf <span id="aka">AKA <span>B12F</span><span class="hidden">Yule</span><span class="hidden">Ben</span><span class="hidden">Kleiner</span></span> is a frontend webdeveloper</p>
|
||||
<p>He made <a href="http://latenight.blue/" target="_blank" title="this">this</a> with nodejs</p>
|
||||
<p>He made <a href="https://latenight.blue/" target="_blank" title="this">this</a> with golang and vuejs</p>
|
||||
<p>He made <a href="https://www.studereninaken.nl" target="_blank" title="this">this</a> with wordpress</p>
|
||||
<p>He made <a href="https://hosting.de/" target="_blank" title="this">this</a> with middleman</p>
|
||||
<p>He made <a href="https://github.com/b12f/PBMjs" target="_blank" title="this">this</a> without jQuery</p>
|
||||
<p>He made <a href="https://github.com/b12f/PBMjs" target="_blank" title="this">this</a> without jquery</p>
|
||||
<p>He made <a href="https://github.com/b12f/pastamaker" target="_blank" title="this">this</a> with mongodb</p>
|
||||
<p>He helped make <a href="https://secure.hosting.de/" target="_blank" title="this">this</a> with angularjs</p>
|
||||
<p>You can write him a mail <a href="mailto:hello@benjaminbaedorf.com?Subject=Sup%20mate">here</a></p>
|
||||
<p>He is currently working <a href="https://convidera.com/" target="_blank" title="this">here</a></p>
|
||||
<p>You can write him a mail <a href="mailto:hello@benjaminbaedorf.eu?Subject=Sup%20mate">here</a></p>
|
||||
<p>You can tweet at him <a href="https://www.twitter.com/benjaminbaedorf" target="_blank" title="twitter">here</a></p>
|
||||
<p>You can see some of his code <a href="https://github.com/b12f" target="_blank" title="github">here</a></p>
|
||||
<p>You can stalk his professional life <a href="https://www.linkedin.com/in/benjaminbaedorf" target="_blank" title="linkedin">here</a></p>
|
||||
|
@ -59,9 +57,10 @@
|
|||
current = 0;
|
||||
}
|
||||
akas[current].setAttribute('class', '');
|
||||
}, 1000);
|
||||
}, 2000);
|
||||
|
||||
console.log('Kissinger should die in prison for crimes against humanity.');
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
Loading…
Reference in a new issue