From d3f220899ecb98e87026ee0a7600bb8898ae3c42 Mon Sep 17 00:00:00 2001 From: clerie Date: Thu, 9 Mar 2023 21:44:35 +0100 Subject: [PATCH] fix name --- 404.html | 2 +- found/index.html | 2 +- index.html | 9 ++------- script.js | 51 ------------------------------------------------ 4 files changed, 4 insertions(+), 60 deletions(-) diff --git a/404.html b/404.html index c7b86d4..c34e95f 100644 --- a/404.html +++ b/404.html @@ -42,7 +42,7 @@ diff --git a/found/index.html b/found/index.html index 4fe2565..60d506d 100644 --- a/found/index.html +++ b/found/index.html @@ -37,7 +37,7 @@

Riese

-

Clemens

+

Clara

diff --git a/index.html b/index.html index 527cac0..ce82a2d 100644 --- a/index.html +++ b/index.html @@ -21,11 +21,6 @@ - - - - - @@ -37,7 +32,7 @@

Riese

-

Clemens

+

Clara

@@ -244,7 +239,7 @@ diff --git a/script.js b/script.js index 70bba54..fb911ee 100644 --- a/script.js +++ b/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( - '

' + post.title + '

' - ); - }); -} - -$() -.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 - }); - }); - }); -}); -*/