Compare commits

...

5 Commits

Author SHA1 Message Date
Alicia Sykes efaf16ea61 Adds site to Google 2024-04-07 12:28:39 +01:00
Alicia Sykes fa2781ad61 Update link to new version 2024-04-07 12:25:10 +01:00
Alicia Sykes 9be1173f80 Add link to new site 2024-04-07 12:16:52 +01:00
Liss-Bot 79e91ff0e9 Update README.md from main 2024-04-07 11:13:23 +00:00
Liss-Bot 006615c005 Update README.md from main 2024-04-07 11:05:29 +00:00
5 changed files with 11504 additions and 1386 deletions

5920
.github/README.md vendored Normal file

File diff suppressed because it is too large Load Diff

6937
README.md

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
google-site-verification: googleac69f528de4c748b.html

View File

@ -17,9 +17,14 @@
<link rel="stylesheet" href="styles.css">
<link rel="manifest" href="manifest.json">
<script defer data-domain="awesome-privacy.xyz" src="https://no-track.as93.net/js/script.js"></script>
<meta name="google-site-verification" content="vpdEPs1caNKjWoDNVPb72C3Um2vCgWGxEmA-GunwDso" />
</head>
<body>
<a href="https://awesome-privacy.xyz" class="new-version">
New version available!<br>
<span class="link">awesome-privacy.xyz</span>
</a>
<div id="app"></div>
<script>
window.$docsify = {

View File

@ -294,3 +294,30 @@ a.cover-link:after {
a.cover-link span {
mix-blend-mode: difference;
}
/******************************************************/
/***************** NEW VERSION BANNER *****************/
/******************************************************/
.new-version {
position: fixed;
bottom: 0.5rem;
right: 0.5rem;
z-index: 1;
width: fit-content;
margin: 0.25rem;
padding: 0.5rem 1rem;
background: #060b2b;
color: white;
border-radius: 10px;
font-size: 1.6rem;
font-family: 'Cutive Mono', monospace;
border: 3px solid #9580ff;
opacity: 0.8;
text-decoration: none;
}
.new-version .link {
color: #9580ff !important;
font-weight: bold;
}