Compare commits

...

9 commits

Author SHA1 Message Date
vlnst
6f984fe7fd
Add "word-wrap: break-word" for links (#159)
Co-authored-by: Ftonans <77411099+Ftonans@users.noreply.github.com>
2024-11-15 03:08:31 -05:00
Leo Heitmann Ruiz
0eda3031e0
Add SVG logo (#149)
* Add codecircles.svg

* Regenerate codecircles.webp from codecircles.svg

* Add SVG favicon

* Use SVG logo instead of WebP
2024-10-28 18:47:31 -04:00
Nebula
4160cec21d
Add canine.tools (#166)
* Update whatever.social, add iii.st

* Update instances.json

* Add canine.tools
2024-10-21 18:51:13 -04:00
Nebula
4e14f432f5
Update whatever.social, add iii.st (#165)
* Update whatever.social, add iii.st

* Update instances.json
2024-10-21 04:18:05 -04:00
Emppu
9e94534530
Add ao.bunk.lol (#163) 2024-10-21 03:38:41 -04:00
Jeffrey Serio
137a553596
anonoverflow.nirn.quest --> anonoverflow.hyperreal.coffee (#156) 2024-10-09 04:10:15 -04:00
vlnst
6e0d2d8a64
Update instances.json (#157)
Update bloat.cat instance location
2024-10-09 04:09:52 -04:00
Gitro
4d49513aa1
docs: new instance (#158) 2024-10-09 04:09:36 -04:00
SudoVanilla
57ba13ce8a
Update SudoVanilla URL (#154) 2024-08-24 14:41:48 -04:00
6 changed files with 43 additions and 10 deletions

View file

@ -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
View 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

View file

@ -41,6 +41,7 @@
a {
color: var(--link-color);
word-wrap: break-word;
}
html {
@ -91,4 +92,4 @@ details {
.fw-nowrap {
flex-wrap: nowrap;
}
}

View file

@ -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&shy;Overflow</h1>
</div>
<h2>Get programming help without compromising your privacy.</h2>

View file

@ -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">