Skip to content

Commit

Permalink
Add water.css to Privacy page
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Campbell (they/them) <[email protected]>
  • Loading branch information
lachlanjc authored Nov 18, 2022
1 parent 61350a4 commit d3ddd43
Showing 1 changed file with 21 additions and 28 deletions.
49 changes: 21 additions & 28 deletions public/privacy.html
Original file line number Diff line number Diff line change
@@ -1,54 +1,47 @@
<!doctype html>
<!DOCTYPE html>
<html>
<head>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Pacifico&display=swap" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Pacifico&display=swap" rel="stylesheet" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css" rel="stylesheet" />
<style>
body {
display: flex;
flex-direction: column;
align-items: center;
}

h1 {
font-family: Pacifico, sans-serif;
font-size: 4em;
color: #3eb5f1;
margin: 0;
}

h2 {
font-weight: 300;
font-family: sans-serif;
}

div {
width: 90vw;
body {
max-width: 640px;
margin: auto;
}

.centered {
text-align: center;
}

#ferris {
width: 75%;
.github-fork-ribbon:before {
background-color: hotpink;
}

.github-fork-ribbon:before { background-color: hotpink; }
</style>
<title>Twitodon - Find your Twitter friends on Mastodon</title>
</head>
<body>
<div class="centered">
<header class="centered">
<h1>Twitodon</h1>
<h2>Find your Twitter friends on Mastodon</h2>
<iframe src="https://github.com/sponsors/diddledani/button" title="Sponsor diddledani" height="35" width="116" style="border: 0;"></iframe>
<h2>Find and follow your Twitter friends on Mastodon</h2>
<iframe
src="https://github.com/sponsors/diddledani/button"
title="Sponsor diddledani"
height="35"
width="116"
style="border: 0"
></iframe>
<h3>Twitodon privacy policy</h3>
</div>
<div>
</header>
<main>
<p>
This service collects <em>only</em> your twitter ID and your Mastodon Username and
instance domain name. These are saved in the database to providing a link between
Expand All @@ -70,6 +63,6 @@ <h3>Twitodon privacy policy</h3>
Twitodon does not utilise any analytics or advertising cookies, and does not sell any
data nor make any data available to third parties.
</p>
</div>
</main>
</body>
</html>
</html>

0 comments on commit d3ddd43

Please sign in to comment.