fix name
This commit is contained in:
parent
67738c06cf
commit
d3f220899e
2
404.html
2
404.html
@ -42,7 +42,7 @@
|
||||
<footer class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<p>© <a href="https://clerie.de">Clemens Riese</a> 2018-2019</p>
|
||||
<p><a href="https://clerie.de">clerie</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -37,7 +37,7 @@
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<h2 class="text-head">Riese</h2>
|
||||
<h1 class="text-head">Clemens</h1>
|
||||
<h1 class="text-head">Clara</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row buttons-head">
|
||||
|
@ -21,11 +21,6 @@
|
||||
<meta property="og:title" content="clerie" />
|
||||
<meta property="og:description" content="clerie" />
|
||||
<meta property="og:url" content="https://clerie.de/" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:title" content="clerie" />
|
||||
<meta name="twitter:description" content="clerie" />
|
||||
<meta name="twitter:url" content="https://clerie.de/" />
|
||||
<meta name="twitter:site" content="@cleriese" />
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" title="clerie" href="https://blog.clerie.de/rss/" />
|
||||
|
||||
@ -37,7 +32,7 @@
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<h2 class="text-head">Riese</h2>
|
||||
<h1 class="text-head">Clemens</h1>
|
||||
<h1 class="text-head">Clara</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row buttons-head">
|
||||
@ -244,7 +239,7 @@
|
||||
<footer class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<p>© <a href="https://clerie.de">clerie</a> 2018-2022</p>
|
||||
<p><a href="https://clerie.de">clerie</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
51
script.js
51
script.js
@ -69,54 +69,3 @@ $(document).ready(function() {
|
||||
} );
|
||||
|
||||
|
||||
/*
|
||||
ghost.init({
|
||||
clientId: "ghost-frontend",
|
||||
clientSecret: "4e0fe17f9abc"
|
||||
});
|
||||
|
||||
function printPosts(data) {
|
||||
let $result = $('#posts');
|
||||
$.each(data.posts, function (i, post) {
|
||||
$result.append(
|
||||
'<h3>' + post.title + '</h3>'
|
||||
);
|
||||
});
|
||||
}
|
||||
|
||||
$()
|
||||
.ready(() => {
|
||||
$.get(
|
||||
ghost.url.api('posts', {limit: 3})
|
||||
).done(printPosts);
|
||||
});
|
||||
*/
|
||||
/*
|
||||
$()
|
||||
.ready(() => {
|
||||
$( "#intro-moin" )
|
||||
.show()
|
||||
.velocity("fadeIn", {
|
||||
duration: 1500
|
||||
})
|
||||
.velocity("fadeOut", {
|
||||
delay: 500,
|
||||
duration: 1500
|
||||
})
|
||||
.then(() => {
|
||||
$( "#intro-ich-heisse" )
|
||||
.show()
|
||||
.velocity("fadeIn", {
|
||||
duration: 1500
|
||||
})
|
||||
.velocity("fadeOut", { delay: 500, duration: 1500 })
|
||||
.then(() => {
|
||||
$( "#intro-clemens-riese" )
|
||||
.show()
|
||||
.velocity("fadeIn", {
|
||||
duration: 1500
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user