Compare commits
9 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
6f984fe7fd | ||
![]() |
0eda3031e0 | ||
![]() |
4160cec21d | ||
![]() |
4e14f432f5 | ||
![]() |
9e94534530 | ||
![]() |
137a553596 | ||
![]() |
6e0d2d8a64 | ||
![]() |
4d49513aa1 | ||
![]() |
57ba13ce8a |
6 changed files with 43 additions and 10 deletions
|
@ -2,7 +2,7 @@
|
|||
"clearnet": [
|
||||
{
|
||||
"url": "https://code.whatever.social",
|
||||
"regions": ["Germany"],
|
||||
"regions": ["Canada", "United States"],
|
||||
"operators": ["https://whatever.social", "https://httpjames.space"]
|
||||
},
|
||||
{
|
||||
|
@ -47,7 +47,7 @@
|
|||
},
|
||||
{
|
||||
"url": "https://ao.bloat.cat",
|
||||
"regions": ["Romania"],
|
||||
"regions": ["Germany"],
|
||||
"operators": ["https://bloat.cat"]
|
||||
},
|
||||
{
|
||||
|
@ -76,14 +76,14 @@
|
|||
"operators": ["https://rootdo.com"]
|
||||
},
|
||||
{
|
||||
"url": "https://anonoverflow.nirn.quest",
|
||||
"regions": ["Canada"],
|
||||
"operators": ["https://nirn.quest", "https://hyperreal.coffee"]
|
||||
"url": "https://anonoverflow.hyperreal.coffee",
|
||||
"regions": ["United States"],
|
||||
"operators": ["https://hyperreal.coffee"]
|
||||
},
|
||||
{
|
||||
"url": "https://overflow.sudovanilla.com",
|
||||
"url": "https://o.sudovanilla.org",
|
||||
"regions": ["United States"],
|
||||
"operators": ["https://sudovanilla.com"]
|
||||
"operators": ["https://sudovanilla.org"]
|
||||
},
|
||||
{
|
||||
"url": "https://anonymousoverflow.privacyfucking.rocks/",
|
||||
|
@ -149,6 +149,26 @@
|
|||
"url": "https://anonflow.aketawi.space/",
|
||||
"regions": ["Russia"],
|
||||
"operators": ["https://www.aketawi.space/"]
|
||||
},
|
||||
{
|
||||
"url": "https://anonymousoverflow.gitro.xyz",
|
||||
"regions": ["Germany"],
|
||||
"operators": ["https://gitro.xyz"]
|
||||
},
|
||||
{
|
||||
"url": "https://ao.bunk.lol",
|
||||
"regions": ["Iceland"],
|
||||
"operators": ["https://bunk.lol"]
|
||||
},
|
||||
{
|
||||
"url": "https://o.iii.st/",
|
||||
"regions": ["Germany"],
|
||||
"operators": ["https://iii.st/"]
|
||||
},
|
||||
{
|
||||
"url": "https://overflow.canine.tools/",
|
||||
"regions": ["United States"],
|
||||
"operators": ["https://canine.tools/"]
|
||||
}
|
||||
],
|
||||
|
||||
|
@ -189,6 +209,11 @@
|
|||
"operators": [
|
||||
"http://darknessrdor43qkl2ngwitj72zdavfz2cead4t5ed72bybgauww5lyd.onion/"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "http://o.zx56doutynmbgezxtpccduajwcblzx7fgio2yuy57a3jingco2c6fvqd.onion/",
|
||||
"regions": ["Germany"],
|
||||
"operators": ["https://iii.st/"]
|
||||
}
|
||||
],
|
||||
|
||||
|
|
6
public/codecircles.svg
Normal file
6
public/codecircles.svg
Normal file
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49 48">
|
||||
<circle cx="14.5" cy="33.5" r="14.5" fill="#8cffc0"/>
|
||||
<circle cx="14.5" cy="14.5" r="14.5" fill="#fff"/>
|
||||
<circle cx="34.5" cy="14.5" r="14.5" fill="#8cffc0"/>
|
||||
<circle cx="34.5" cy="33.5" r="14.5" fill="#fff"/>
|
||||
</svg>
|
After Width: | Height: | Size: 294 B |
Binary file not shown.
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 5.8 KiB |
|
@ -41,6 +41,7 @@
|
|||
|
||||
a {
|
||||
color: var(--link-color);
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
html {
|
||||
|
@ -91,4 +92,4 @@ details {
|
|||
|
||||
.fw-nowrap {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<link rel="stylesheet" href="/static/home.css" />
|
||||
<meta http-equiv="Content-Security-Policy"
|
||||
content="default-src 'none'; style-src 'self'; script-src 'none'; img-src 'self';" />
|
||||
<link rel="icon" href="/static/codecircles.svg" />
|
||||
<link rel="icon" href="/static/codecircles.webp" />
|
||||
<meta name="description" content="View StackOverflow threads in privacy and without the clutter." />
|
||||
{{ template "sharedHead.html" }}
|
||||
|
@ -14,7 +15,7 @@
|
|||
<body>
|
||||
<div class="container">
|
||||
<div class="title">
|
||||
<img class="logo" src="/static/codecircles.webp" alt="" />
|
||||
<img class="logo" src="/static/codecircles.svg" alt="" />
|
||||
<h1>Anonymous­Overflow</h1>
|
||||
</div>
|
||||
<h2>Get programming help without compromising your privacy.</h2>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<body>
|
||||
<div class="header">
|
||||
<a href="/" class="logo-link">
|
||||
<img class="logo" src="/static/codecircles.webp" alt="AnonymousOverflow home" />
|
||||
<img class="logo" src="/static/codecircles.svg" alt="AnonymousOverflow home" />
|
||||
</a>
|
||||
</div>
|
||||
<div class="card">
|
||||
|
|
Loading…
Add table
Reference in a new issue