Skip to content

Commit

Permalink
cookies button fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fab3F committed Oct 26, 2023
1 parent 48565de commit 7800f59
Show file tree
Hide file tree
Showing 8 changed files with 139 additions and 36 deletions.
3 changes: 1 addition & 2 deletions css/cookies.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@

.switch-label {
float: left;
top: 24px;
cursor: pointer;
text-indent: -9999px;
width: 50px;
Expand All @@ -62,7 +61,7 @@
.switch-label:after {
content: '';
position: absolute;
top: 1.1px;
top: 1.4px;
left: 1.75px;
width: 22.5px;
height: 22.5px;
Expand Down
8 changes: 4 additions & 4 deletions home.html
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,10 @@ <h4 class="projects-info"><a href="https://profikoch.netlify.app" target="_blank
</p>
</div>
<div class="project">
<a class="projects-picture-link" href="/rickrollprotector" target="_self" onclick="window.open('https://www.youtube.com/watch?v=dQw4w9WgXcQ','_blank')">
<a class="projects-picture-link" href="/rickrollprotector" target="_self">
<img class="projects-picture" src="/images/startpage/rickrollprotector_preview.png">
</a>
<h4 class="projects-info"><a href="/rickrollprotector" target="_self" onclick="window.open('https://www.youtube.com/watch?v=dQw4w9WgXcQ','_blank')">RickRollProtector</a></h4>
<h4 class="projects-info"><a href="/rickrollprotector" target="_self">RickRollProtector</a></h4>
<p class="projects-info lead">
Sage Tschüss zu RickRolls! Denn dieses Addon warnt dich jedes Mal, dass der geklickte Link zu einem RickRoll führt,
wenn du einen angeklickt hast. So bist du immer auf der sicheren Seite! Du kannst die Warnung natürlich trotzdem ignorieren
Expand All @@ -337,7 +337,7 @@ <h1 class="fw-light">Kontakt und Social Media</h1>
Wenn du mich unterstützen möchtest, kannst du mir gerne auf Social Media folgen.
So bleibst du immer auf dem neusten Stand und verpasst auch keine wichtigen Dinge mehr!
</p>
<button onclick="window.open('https://fab3F.github.io/link/twitter','_blank')" class="glow-on-hover" type="button">TWITTER</button>
<button onclick="window.open('https://fab3F.github.io/link/x','_blank')" class="glow-on-hover" type="button">X</button>
<button onclick="window.open('https://fab3F.github.io/link/youtube','_blank')" class="glow-on-hover" type="button">YOUTUBE</button>
<button onclick="window.open('https://fab3F.github.io/link/instagram','_blank')" class="glow-on-hover" type="button">INSTAGRAM</button>
<button onclick="window.open('https://fab3F.github.io/link/github','_blank')" class="glow-on-hover" type="button">GITHUB</button>
Expand All @@ -361,7 +361,7 @@ <h1 class="fw-light">Kontakt und Social Media</h1>
<div class="footer-right">

<a href="https://fab3F.github.io/link/youtube"><i class="fa fa-youtube"></i></a>
<a href="https://fab3F.github.io/link/twitter"><i class="fa fa-twitter"></i></a>
<a href="https://fab3F.github.io/link/x"><i class="fa fa-twitter"></i></a>
<a href="https://fab3F.github.io/link/instagram"><i class="fa fa-instagram"></i></a>
<a href="https://fab3F.github.io/link/github"><i class="fa fa-github"></i></a>
<a href="https://fab3F.github.io/link/discord"><i class="fa fa-discord" aria-hidden="true"></i></a>
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,10 @@ <h4 class="projects-info"><a href="https://profikoch.netlify.app" target="_blank
</p>
</div>
<div class="project">
<a class="projects-picture-link" href="/rickrollprotector" target="_self" onclick="window.open('https://www.youtube.com/watch?v=dQw4w9WgXcQ','_blank')">
<a class="projects-picture-link" href="/rickrollprotector" target="_self">
<img class="projects-picture" src="/images/startpage/rickrollprotector_preview.png">
</a>
<h4 class="projects-info"><a href="/rickrollprotector" target="_self" onclick="window.open('https://www.youtube.com/watch?v=dQw4w9WgXcQ','_blank')">RickRollProtector</a></h4>
<h4 class="projects-info"><a href="/rickrollprotector" target="_self">RickRollProtector</a></h4>
<p class="projects-info lead">
Sage Tschüss zu RickRolls! Denn dieses Addon warnt dich jedes Mal, dass der geklickte Link zu einem RickRoll führt,
wenn du einen angeklickt hast. So bist du immer auf der sicheren Seite! Du kannst die Warnung natürlich trotzdem ignorieren
Expand All @@ -337,7 +337,7 @@ <h1 class="fw-light">Kontakt und Social Media</h1>
Wenn du mich unterstützen möchtest, kannst du mir gerne auf Social Media folgen.
So bleibst du immer auf dem neusten Stand und verpasst auch keine wichtigen Dinge mehr!
</p>
<button onclick="window.open('https://fab3F.github.io/link/twitter','_blank')" class="glow-on-hover" type="button">TWITTER</button>
<button onclick="window.open('https://fab3F.github.io/link/x','_blank')" class="glow-on-hover" type="button">X</button>
<button onclick="window.open('https://fab3F.github.io/link/youtube','_blank')" class="glow-on-hover" type="button">YOUTUBE</button>
<button onclick="window.open('https://fab3F.github.io/link/instagram','_blank')" class="glow-on-hover" type="button">INSTAGRAM</button>
<button onclick="window.open('https://fab3F.github.io/link/github','_blank')" class="glow-on-hover" type="button">GITHUB</button>
Expand All @@ -361,7 +361,7 @@ <h1 class="fw-light">Kontakt und Social Media</h1>
<div class="footer-right">

<a href="https://fab3F.github.io/link/youtube"><i class="fa fa-youtube"></i></a>
<a href="https://fab3F.github.io/link/twitter"><i class="fa fa-twitter"></i></a>
<a href="https://fab3F.github.io/link/x"><i class="fa fa-twitter"></i></a>
<a href="https://fab3F.github.io/link/instagram"><i class="fa fa-instagram"></i></a>
<a href="https://fab3F.github.io/link/github"><i class="fa fa-github"></i></a>
<a href="https://fab3F.github.io/link/discord"><i class="fa fa-discord" aria-hidden="true"></i></a>
Expand Down
4 changes: 2 additions & 2 deletions link/twitter.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

<title>Twitter - fab3F Homepage</title>

<meta http-equiv="refresh" content="0; URL=https://twitter.com/fab3F_official">
<meta http-equiv="refresh" content="0; URL=https://x.com/fab3F_official">

<!-- meta -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Twitter | fab3F Homepage - Hier gibt es viele Projekte, ausgeklügelt programmiert (natürlich) und Links zu weiteren vielen tollen Projekten!">
<meta name="description" content="X | fab3F Homepage - Hier gibt es viele Projekte, ausgeklügelt programmiert (natürlich) und Links zu weiteren vielen tollen Projekten!">
<meta name="keywords" content="fab3F, fab3F Homepage, programmieren, Projekte, homepage, home, html, css, js, javascript, twitter">
<meta name="author" content="fab3F">
<meta http-equiv="Permissions-Policy" content="interest-cohort=()">
Expand Down
99 changes: 99 additions & 0 deletions link/x.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
<!DOCTYPE html>
<html lang="de">
<head prefix="og: https://ogp.me/ns#">

<title>Twitter - fab3F Homepage</title>

<meta http-equiv="refresh" content="0; URL=https://x.com/fab3F_official">

<!-- meta -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="X | fab3F Homepage - Hier gibt es viele Projekte, ausgeklügelt programmiert (natürlich) und Links zu weiteren vielen tollen Projekten!">
<meta name="keywords" content="fab3F, fab3F Homepage, programmieren, Projekte, homepage, home, html, css, js, javascript, twitter">
<meta name="author" content="fab3F">
<meta http-equiv="Permissions-Policy" content="interest-cohort=()">

<!-- Base -->
<base href="https://fab3F.github.io" target="_self">
<link rel="manifest" href="/site.webmanifest">

<!-- Styles -->
<link rel="stylesheet" href="/css/reset.css" type="text/css">
<link rel="stylesheet" href="/css/main.css" type="text/css">
<link rel="stylesheet" href="/css/bootstrap.min.css" type="text/css">
<script src="/js/bootstrap.bundle.min.js" type="text/javascript"></script>
<link rel="stylesheet" href="/css/classes.css"type="text/css">
<link rel="stylesheet" href="/css/styles.css" type="text/css">
<link rel="stylesheet" href="/css/footer.css" type="text/css">
<link rel="stylesheet" href="/css/cookies.css" type="text/css">

<!-- Footer Social Media Icons Stylesheet -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/fork-awesome.min.css" integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous">

<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="icon" type="image/x-icon" href="/favicon/favicon.ico">
<link rel="mask-icon" href="/favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="apple-mobile-web-app-title" content="fab3F Homepage">
<meta name="application-name" content="fab3F Homepage">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#202124">

<!-- Social Media Stuff -->
<meta property="og:title" content="Twitter - fab3F Homepage" />
<meta property="og:url" content="https://fab3F.github.io" />
<meta property="og:description" content="Twitter | fab3F Homepage - Hier gibt es viele Projekte, ausgeklügelt programmiert (natürlich) und Links zu weiteren vielen tollen Projekten!" />
<meta property="og:image" content="/images/fab3F_white.png" />
<meta name="twitter:site" content="@fab3F_official" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:creator" content="@fab3F_official" />

<!-- Script für leere Seite füllen -->
<script src="/js/space.js" defer></script>

<!-- Google Search canonical -->
<link rel="canonical" href="https://fab3F.github.io/link/x" />

<!-- Cookies -->
<script src="/js/cookies.js" defer></script>

</head>

<body>

<!-- Cookie Popup -->
<div id="cookie-popup">
<div id="cookie-content">
<h2>Datenschutzeinstellungen</h2>
<p>Wir verwenden Cookies und ähnliche Technologien, um sicherzustellen, dass wir Ihnen die bestmögliche Erfahrung auf unserer Website bieten können. Sie können Ihre Einstellungen jederzeit in der Fußzeile ändern.
Weitere Informationen dazu finden Sie hier:</p>
<p><a href="/idn">Impressum, Datenschutz & Nutzungsbedingungen</a></p>
<div class="cookie-button-container">
<button id="cookie-accept-all">Alle Akzeptieren</button>
<button id="cookie-reject-all">Alle Ablehnen</button>
<button id="cookie-settings">Einstellungen</button>
</div>
</div>
<div id="cookie-settings-content">
<h2>Einstellungen</h2>
<p>Bitte wählen Sie aus, welche Cookies und ähnliche Technologien auf dieser Website verwendet werden dürfen.</p>
<form>
<h4>Analyse-Technologien und Cookies:</h4>
<input type="checkbox" id="switch_gtm" name="gtm" checked/><label for="switch_gtm" class="switch-label">Toggle_GTM</label>
<h5 class="cookie-name">Google Tag Manager</h5>
<p>Tool, mit dem Tags und Tracking-Codes einer Website zentral verwaltet und auf der Website eingefügt werden können, um das Nutzerverhalten zu messen und zu analysieren.</p>
<input type="checkbox" id="switch_ga" name="ga" checked/><label for="switch_ga" class="switch-label">Toggle_GA</label>
<h5 class="cookie-name">Google Analytics</h5>
<p>Ein Web-Analyse-Tool zu Analyse des Besucherverhaltens, um Erkenntnisse darüber zu gewinnen, wie Nutzer mit der Website interagieren und wie die Website verbessert werden kann.</p>
</form>
<div class="cookie-button-container">
<button id="cookie-save" onclick="saveCookieSettings()">Auswahl speichern</button>
<button id="cookie-back" onclick="showCookiePopup()">Zurück</button>
</div>
</div>
</div>
</body>
</html>
6 changes: 3 additions & 3 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>https://fab3f.github.io/</loc>
<lastmod>2023-02-26T12:00:00+00:00</lastmod>
<lastmod>2023-10-26T12:00:00+00:00</lastmod>
<priority>1</priority>
</url>
<url>
<loc>https://fab3f.github.io/idn</loc>
<lastmod>2023-02-26T12:00:00+00:00</lastmod>
<lastmod>2023-10-26T12:00:00+00:00</lastmod>
<priority>0.2</priority>
</url>
<url>
<loc>https://fab3f.github.io/smash</loc>
<lastmod>2023-02-26T12:00:00+00:00</lastmod>
<lastmod>2023-10-26T12:00:00+00:00</lastmod>
<priority>0.1</priority>
</url>
</urlset>
21 changes: 13 additions & 8 deletions sitemap_links.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,47 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>https://fab3f.github.io/link/discord</loc>
<lastmod>2023-02-26T12:00:00+00:00</lastmod>
<lastmod>2023-10-26T12:00:00+00:00</lastmod>
<priority>0.4</priority>
</url>
<url>
<loc>https://fab3f.github.io/link/easyflick</loc>
<lastmod>2023-02-26T12:00:00+00:00</lastmod>
<lastmod>2023-10-26T12:00:00+00:00</lastmod>
<priority>0.4</priority>
</url>
<url>
<loc>https://fab3f.github.io/link/github</loc>
<lastmod>2023-02-26T12:00:00+00:00</lastmod>
<lastmod>2023-10-26T12:00:00+00:00</lastmod>
<priority>0.4</priority>
</url>
<url>
<loc>https://fab3f.github.io/link/instagram</loc>
<lastmod>2023-02-26T12:00:00+00:00</lastmod>
<lastmod>2023-10-26T12:00:00+00:00</lastmod>
<priority>0.4</priority>
</url>
<url>
<loc>https://fab3f.github.io/link/profikoch</loc>
<lastmod>2023-02-26T12:00:00+00:00</lastmod>
<lastmod>2023-10-26T12:00:00+00:00</lastmod>
<priority>0.4</priority>
</url>
<url>
<loc>https://fab3f.github.io/link/twitch</loc>
<lastmod>2023-02-26T12:00:00+00:00</lastmod>
<lastmod>2023-10-26T12:00:00+00:00</lastmod>
<priority>0.4</priority>
</url>
<url>
<loc>https://fab3f.github.io/link/twitter</loc>
<lastmod>2023-02-26T12:00:00+00:00</lastmod>
<lastmod>2023-10-26T12:00:00+00:00</lastmod>
<priority>0.4</priority>
</url>
<url>
<loc>https://fab3f.github.io/link/x</loc>
<lastmod>2023-10-26T12:00:00+00:00</lastmod>
<priority>0.4</priority>
</url>
<url>
<loc>https://fab3f.github.io/link/youtube</loc>
<lastmod>2023-02-26T12:00:00+00:00</lastmod>
<lastmod>2023-10-26T12:00:00+00:00</lastmod>
<priority>0.4</priority>
</url>
</urlset>
26 changes: 13 additions & 13 deletions sitemap_projects.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,67 +2,67 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>https://fab3f.github.io/online-csv-viewer</loc>
<lastmod>2023-02-26T12:00:00+00:00</lastmod>
<lastmod>2023-10-26T12:00:00+00:00</lastmod>
<priority>0.7</priority>
</url>
<url>
<loc>https://fab3f.github.io/online-sqlite-viewer</loc>
<lastmod>2023-02-26T12:00:00+00:00</lastmod>
<lastmod>2023-10-26T12:00:00+00:00</lastmod>
<priority>0.7</priority>
</url>
<url>
<loc>https://fab3f.github.io/projects/mkaq</loc>
<lastmod>2023-02-26T12:00:00+00:00</lastmod>
<lastmod>2023-10-26T12:00:00+00:00</lastmod>
<priority>0.7</priority>
</url>
<url>
<loc>https://fab3f.github.io/projects/discordbot/</loc>
<lastmod>2023-02-26T12:00:00+00:00</lastmod>
<lastmod>2023-10-26T12:00:00+00:00</lastmod>
<priority>0.7</priority>
</url>
<url>
<loc>https://fab3f.github.io/projects/discordbot/help</loc>
<lastmod>2023-02-26T12:00:00+00:00</lastmod>
<lastmod>2023-0102-26T12:00:00+00:00</lastmod>
<priority>0.6</priority>
</url>
<url>
<loc>https://fab3f.github.io/projects/discordbot/tp</loc>
<lastmod>2023-02-26T12:00:00+00:00</lastmod>
<lastmod>2023-10-26T12:00:00+00:00</lastmod>
<priority>0.2</priority>
</url>
<url>
<loc>https://fab3f.github.io/projects/twitchbot/</loc>
<lastmod>2023-02-26T12:00:00+00:00</lastmod>
<lastmod>2023-10-26T12:00:00+00:00</lastmod>
<priority>0.7</priority>
</url>
<url>
<loc>https://fab3f.github.io/projects/twitchbot/tp</loc>
<lastmod>2023-02-26T12:00:00+00:00</lastmod>
<lastmod>2023-10-26T12:00:00+00:00</lastmod>
<priority>0.2</priority>
</url>
<url>
<loc>https://fab3f.github.io/eieruhr/</loc>
<lastmod>2023-02-26T12:00:00+00:00</lastmod>
<lastmod>2023-10-26T12:00:00+00:00</lastmod>
<priority>0.7</priority>
</url>
<url>
<loc>https://fab3f.github.io/link/profikoch</loc>
<lastmod>2023-02-26T12:00:00+00:00</lastmod>
<lastmod>2023-10-26T12:00:00+00:00</lastmod>
<priority>0.7</priority>
</url>
<url>
<loc>https://fab3f.github.io/projects/neoncursor</loc>
<lastmod>2023-02-26T12:00:00+00:00</lastmod>
<lastmod>2023-10-26T12:00:00+00:00</lastmod>
<priority>0.7</priority>
</url>
<url>
<loc>https://fab3f.github.io/rickrollprotector</loc>
<lastmod>2023-02-26T12:00:00+00:00</lastmod>
<lastmod>2023-10-26T12:00:00+00:00</lastmod>
<priority>0.7</priority>
</url>
<url>
<loc>https://fab3f.github.io/hyperspace-animaton</loc>
<lastmod>2023-05-19T12:00:00+00:00</lastmod>
<lastmod>2023-10-19T12:00:00+00:00</lastmod>
<priority>0.7</priority>
</url>
</urlset>

0 comments on commit 7800f59

Please sign in to comment.