Skip to content

Commit 2389157

Browse files
bindemanclaude
andcommitted
Recover support, donate, and contribute pages plus 404 from the live site
The live securebin.org (Cloudflare, frozen Oct 2024) had these pages but they were never committed. Recovered so the domain can move to GitHub Pages without losing them: links rewritten to relative, the Cloudflare cdn-cgi email obfuscation replaced with a plain mailto (it 404s off Cloudflare), brand casing lowercased, and the support FAQ updated for v2 (Web Crypto API instead of Forge, works out of the box, current wiki link). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 7280e8a commit 2389157

6 files changed

Lines changed: 200 additions & 0 deletions

File tree

404.html

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!DOCTYPE html>
2+
<html data-bs-theme="light" lang="en">
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
7+
<title>securebin | Powerful Pastebin Chrome Extension</title>
8+
<link rel="canonical" href="https://securebin.org/404.html">
9+
<meta property="og:url" content="https://securebin.org/404.html">
10+
<meta property="og:image" content="https://securebin.org/assets/img/Logo/logo512.png">
11+
<meta name="description" content="Google Chrome extension for interfacing securely with Pastebin. Users can encrypt plaintext and have it stored onto Pastebin, where they can copy the link and key to send it to another user for decryption. First, users will need to get a API key from Pastebin to be able to post onto Pastebin. Once the API key is added to the extension in the settings page, users can post their messages securely to Pastebin. To learn more about our project and the design decisions check out the Wiki page.">
12+
<meta property="og:type" content="website">
13+
<link rel="icon" type="image/png" sizes="128x128" href="assets/img/Logo/logo128.png?h=26221b62b57295eb8f6f5d397295a7fe">
14+
<link rel="icon" type="image/png" sizes="128x128" href="assets/img/Logo/logo128.png?h=26221b62b57295eb8f6f5d397295a7fe">
15+
<link rel="icon" type="image/png" sizes="192x192" href="assets/img/Logo/logo192.png?h=78dce701743c1fbc0bf5ca2d436c9eba">
16+
<link rel="icon" type="image/png" sizes="512x512" href="assets/img/Logo/logo512.png?h=ebc3f90b972ea8456db4efa1d7df5613">
17+
<link rel="icon" type="image/png" sizes="512x512" href="assets/img/Logo/logo512.png?h=ebc3f90b972ea8456db4efa1d7df5613">
18+
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css?h=a549af2a81cd9900ee897d8bc9c4b5e9">
19+
<link rel="stylesheet" href="assets/css/styles.min.css?h=d4d6c6936bc7e8eb291c9b48122fe3d4">
20+
</head>
21+
22+
<body style="--bs-body-bg: #212121;">
23+
<div style="margin: auto;display: block;/*width: 498px;*/margin-top: 81px;"><a href="index.html"><img src="assets/img/logo.svg?h=f161e67b873a063dc2a0ba9587073651" style="display: block;margin: auto;width: 116px;/*margin-top: 48px;*/" href="index.html"></a></div>
24+
<div style="margin: auto;display: block;width: 498px;max-width: 90%;padding-bottom: 150px;">
25+
<h1 style="border-color: rgb(244,244,244);--bs-body-color: #ffffff;color: white;margin-top: 15vh;/*max-width: 95%;*/text-align: center;">Not Found</h1>
26+
<p style="color: #a2a2a2;text-align: center;font-size: 18px;/*margin-top: 27px;*/max-width: 75%;margin: 27px auto;"><span style="color: var(--text-primary); background-color: transparent;">We can't find the page you're looking for. Check the URL and try again.</span></p><a class="btn btn-primary" role="button" style="margin: auto;display: block;background-color: #1D6BC6;margin-top: 32px;border: none;max-width: 372px;padding: 9px 76px;/*color: var(--bs-indigo);*/" href="index.html" target="">Return Home</a><a class="btn btn-primary" role="button" style="margin: auto;display: block;background-color: #4b4b4b;margin-top: 16px;border: none;max-width: 372px;padding: 9px 88px;/*color: var(--bs-indigo);*/" href="support/" target="">Get Help</a>
27+
</div>
28+
<footer style="/*padding-top: 111px;*/margin-top: 37vh;position: absolute;bottom: 20px;width: 100%;/*margin-left: auto;*/">
29+
<div style="margin: auto;display: block;/*width: 20px;*/margin-bottom: 20px;/*width: 498px;*//*margin-top: 81px;*/"><img src="assets/img/logo.svg?h=f161e67b873a063dc2a0ba9587073651" style="display: block;margin: auto;/*width: 116px;*//*margin-top: 48px;*/" width="90px"></div>
30+
<p style="color: rgb(162,162,162);height: 9px;text-align: center;margin-top: -6px;font-size: 9px;">© 2026 securebin.</p>
31+
</footer>
32+
<script src="assets/bootstrap/js/bootstrap.min.js?h=374d178d651fa0eaf680a1fa7b40c788"></script>
33+
</body>
34+
35+
</html>

assets/css/styles.min.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
a{text-decoration:none;color:#e6e6e6}

assets/img/logo.svg

Lines changed: 20 additions & 0 deletions
Loading

contribute/index.html

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<!DOCTYPE html>
2+
<html data-bs-theme="light" lang="en">
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
7+
<title>securebin | Powerful Pastebin Chrome Extension</title>
8+
<link rel="canonical" href="https://securebin.org/contribute/">
9+
<meta property="og:url" content="https://securebin.org/contribute/">
10+
<meta property="og:image" content="https://securebin.org/assets/img/Logo/logo512.png">
11+
<meta name="description" content="Google Chrome extension for interfacing securely with Pastebin. Users can encrypt plaintext and have it stored onto Pastebin, where they can copy the link and key to send it to another user for decryption. First, users will need to get a API key from Pastebin to be able to post onto Pastebin. Once the API key is added to the extension in the settings page, users can post their messages securely to Pastebin. To learn more about our project and the design decisions check out the Wiki page.">
12+
<meta property="og:type" content="website">
13+
<link rel="icon" type="image/png" sizes="128x128" href="../assets/img/Logo/logo128.png?h=26221b62b57295eb8f6f5d397295a7fe">
14+
<link rel="icon" type="image/png" sizes="128x128" href="../assets/img/Logo/logo128.png?h=26221b62b57295eb8f6f5d397295a7fe">
15+
<link rel="icon" type="image/png" sizes="192x192" href="../assets/img/Logo/logo192.png?h=78dce701743c1fbc0bf5ca2d436c9eba">
16+
<link rel="icon" type="image/png" sizes="512x512" href="../assets/img/Logo/logo512.png?h=ebc3f90b972ea8456db4efa1d7df5613">
17+
<link rel="icon" type="image/png" sizes="512x512" href="../assets/img/Logo/logo512.png?h=ebc3f90b972ea8456db4efa1d7df5613">
18+
<link rel="stylesheet" href="../assets/bootstrap/css/bootstrap.min.css?h=a549af2a81cd9900ee897d8bc9c4b5e9">
19+
<link rel="stylesheet" href="../assets/css/styles.min.css?h=d4d6c6936bc7e8eb291c9b48122fe3d4">
20+
</head>
21+
22+
<body style="--bs-body-bg: #212121;">
23+
<div style="margin: auto;display: block;/*width: 498px;*/margin-top: 81px;"><a href="../index.html"><img src="../assets/img/logo.svg?h=f161e67b873a063dc2a0ba9587073651" style="display: block;margin: auto;width: 116px;/*margin-top: 48px;*/" href="../index.html"></a></div>
24+
<div style="margin: auto;display: block;width: 498px;max-width: 90%;/*padding-bottom: 150px;*/">
25+
<h1 style="border-color: rgb(244,244,244);--bs-body-color: #ffffff;color: white;margin-top: 34px;/*max-width: 95%;*/text-align: center;">Support the Project</h1>
26+
<p style="color: #a2a2a2;text-align: center;font-size: 18px;/*margin-top: auto;*/display: block;margin: 27px auto auto auto;max-width: 88%;">As an open-source project, securebin thrives on the support and collaboration of our community. Your contributions, whether in the form of code, ideas, or donations, are invaluable in helping us enhance and evolve this powerful tool.</p><a class="btn btn-primary" role="button" style="margin: auto;display: block;background-color: #1D6BC6;margin-top: 32px;border: none;max-width: 372px;padding: 9px 76px;/*color: var(--bs-indigo);*/" href="https://github.com/sponsors/secbin" target="_blank">Sponsor Project</a><a class="btn btn-primary" role="button" style="margin: auto;display: block;background-color: #4b4b4b;margin-top: 16px;border: none;max-width: 372px;padding: 9px 88px;/*color: var(--bs-indigo);*/" href="https://github.com/secbin/extension/issues" target="_blank">Help Develop securebin</a>
27+
<div style="margin: auto;display: block;width: 498px;max-width: 90%;">
28+
<h1 style="border-color: rgb(244,244,244);--bs-body-color: #ffffff;color: white;margin-top: 25px;max-width: 95%;text-align: center;margin-top: 80px;font-size: 20px;">Contribute your way</h1>
29+
<p style="color: #a2a2a2;text-align: left;font-size: 18px;/*margin-top: 27px;*/text-align: center;">We'll accept contributions in any way! If you have suggestions for new features or enhancements, we're all ears! Just reach out or create issues on our GitHub page.</p>
30+
</div>
31+
</div>
32+
<footer style="/*padding-top: 111px;*//*margin-top: 37vh;*//*position: absolute;*/bottom: 20px;width: 100%;/*margin-left: auto;*/">
33+
<div style="margin: auto;display: block;/*width: 20px;*/margin-bottom: 20px;/*width: 498px;*//*margin-top: 81px;*/"><img src="../assets/img/logo.svg?h=f161e67b873a063dc2a0ba9587073651" style="display: block;margin: auto;/*width: 116px;*/margin-top: 68px;" width="90px"></div>
34+
<p style="color: rgb(162,162,162);height: 9px;text-align: center;margin-top: -6px;font-size: 9px;">© 2026 securebin.</p>
35+
</footer>
36+
<script src="../assets/bootstrap/js/bootstrap.min.js?h=374d178d651fa0eaf680a1fa7b40c788"></script>
37+
</body>
38+
39+
</html>

donate/index.html

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<!DOCTYPE html>
2+
<html data-bs-theme="light" lang="en">
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
7+
<title>securebin | Powerful Pastebin Chrome Extension</title>
8+
<link rel="canonical" href="https://securebin.org/donate/">
9+
<meta property="og:url" content="https://securebin.org/donate/">
10+
<meta property="og:image" content="https://securebin.org/assets/img/Logo/logo512.png">
11+
<meta name="description" content="Google Chrome extension for interfacing securely with Pastebin. Users can encrypt plaintext and have it stored onto Pastebin, where they can copy the link and key to send it to another user for decryption. First, users will need to get a API key from Pastebin to be able to post onto Pastebin. Once the API key is added to the extension in the settings page, users can post their messages securely to Pastebin. To learn more about our project and the design decisions check out the Wiki page.">
12+
<meta property="og:type" content="website">
13+
<link rel="icon" type="image/png" sizes="128x128" href="../assets/img/Logo/logo128.png?h=26221b62b57295eb8f6f5d397295a7fe">
14+
<link rel="icon" type="image/png" sizes="128x128" href="../assets/img/Logo/logo128.png?h=26221b62b57295eb8f6f5d397295a7fe">
15+
<link rel="icon" type="image/png" sizes="192x192" href="../assets/img/Logo/logo192.png?h=78dce701743c1fbc0bf5ca2d436c9eba">
16+
<link rel="icon" type="image/png" sizes="512x512" href="../assets/img/Logo/logo512.png?h=ebc3f90b972ea8456db4efa1d7df5613">
17+
<link rel="icon" type="image/png" sizes="512x512" href="../assets/img/Logo/logo512.png?h=ebc3f90b972ea8456db4efa1d7df5613">
18+
<link rel="stylesheet" href="../assets/bootstrap/css/bootstrap.min.css?h=a549af2a81cd9900ee897d8bc9c4b5e9">
19+
<link rel="stylesheet" href="../assets/css/styles.min.css?h=d4d6c6936bc7e8eb291c9b48122fe3d4">
20+
</head>
21+
22+
<body style="--bs-body-bg: #212121;">
23+
<div style="margin: auto;display: block;/*width: 498px;*/margin-top: 81px;"><a href="../index.html"><img src="../assets/img/logo.svg?h=f161e67b873a063dc2a0ba9587073651" style="display: block;margin: auto;width: 116px;/*margin-top: 48px;*/" href="../index.html"></a></div>
24+
<div style="margin: auto;display: block;width: 498px;max-width: 90%;/*padding-bottom: 150px;*/">
25+
<h1 style="border-color: rgb(244,244,244);--bs-body-color: #ffffff;color: white;margin-top: 34px;/*max-width: 95%;*/text-align: center;">Support the Project</h1>
26+
<p style="color: #a2a2a2;text-align: center;font-size: 18px;/*margin-top: auto;*/display: block;margin: 27px auto auto auto;max-width: 88%;">Hit a snag or spotted a bug? Let us know on our GitHub page. Also, we're always on the lookout for contributors, so if you're interested in lending a hand with solutions, we'd love to have you on board!</p><a class="btn btn-primary" role="button" style="margin: auto;display: block;background-color: #1D6BC6;margin-top: 32px;border: none;max-width: 372px;padding: 9px 76px;/*color: var(--bs-indigo);*/" href="https://github.com/secbin/extension/issues/new" target="_blank">Create Issue</a><a class="btn btn-primary" role="button" style="margin: auto;display: block;background-color: #4b4b4b;margin-top: 16px;border: none;max-width: 372px;padding: 9px 88px;/*color: var(--bs-indigo);*/" href="https://github.com/secbin/extension/issues" target="_blank">See Existing Issues</a>
27+
</div>
28+
<div style="margin: auto;display: block;width: 548px;max-width: 85%;">
29+
<h1 style="border-color: rgb(244,244,244);--bs-body-color: #ffffff;color: white;margin-top: 105px;max-width: 95%;text-align: left;font-size: 25px;">How can I support the project?</h1>
30+
<p style="color: #a2a2a2;text-align: left;font-size: 18px;/*margin-top: 27px;*/">There are many ways to support the development of securebin, including donations, contributing code, and sharing ideas on making the app better.</p><a class="btn btn-primary" role="button" style="margin: auto;display: block;background-color: #1D6BC6;margin-top: 28px;border: none;max-width: 100%;padding: 9px 88px;/*color: var(--bs-indigo);*/" href="../contribute/" target="">Learn More</a>
31+
<p style="color: #a2a2a2;text-align: center;font-size: 18px;margin-top: 36px;margin-bottom: 87px;max-width: 288px;margin: 40px auto;padding-top: 54px;">To contact the website admin, please email&nbsp;<a href="mailto:admin@securebin.org">admin@securebin.org</a>.</p>
32+
</div>
33+
<footer style="/*padding-top: 111px;*//*margin-top: 37vh;*//*position: absolute;*/bottom: 20px;width: 100%;/*margin-left: auto;*/">
34+
<div style="margin: auto;display: block;/*width: 20px;*/margin-bottom: 20px;/*width: 498px;*//*margin-top: 81px;*/"><img src="../assets/img/logo.svg?h=f161e67b873a063dc2a0ba9587073651" style="display: block;margin: auto;/*width: 116px;*//*margin-top: 48px;*/" width="90px"></div>
35+
<p style="color: rgb(162,162,162);height: 9px;text-align: center;margin-top: -6px;font-size: 9px;">© Copyright 2022 - 2023 securebin.</p>
36+
</footer>
37+
<script src="../assets/bootstrap/js/bootstrap.min.js?h=374d178d651fa0eaf680a1fa7b40c788"></script>
38+
</body>
39+
40+
</html>

0 commit comments

Comments
 (0)