improve accessibility, update img tags

This commit is contained in:
c0mmando
2025-04-27 05:05:37 +00:00
parent 71b19debfc
commit debfd5696e
3 changed files with 533 additions and 42 deletions

View File

@@ -36,25 +36,12 @@
<!-- Internal Styles (Preserving original styles) -->
<style>
body {
background: #000;
color: #FFFFFF;
margin: 0;
padding: 0;
font-family: sans-serif;
}
a {
color: #00ff90;
text-decoration: none;
}
a:hover {
color: #0ff;
cursor: pointer;
}
img {
display: block;
margin: 0 auto;
border: 0px;
max-width: 100%;
height: auto;
aspect-ratio: 1200 / 630;
}
</style>
</head>
@@ -81,7 +68,7 @@
<div class="row">
<div class="large-6 columns">
<div class="panel" style="text-align:center;">
<img src="post.webp" alt="illuminati all seeing eye" width="1200" height="800"/>
<img src="post.webp" alt="illuminati all seeing eye" width="1200" height="630"/>
<h1>
<a href="https://web.archive.org/web/20201225093259/https://voat.co/v/Conspiracy">
/v/Conspiracy

View File

@@ -20,34 +20,20 @@
<link rel="shortcut icon" href="favicon.ico">
<link href="https://voat.conspiracy.hackliberty.org/search.html" rel="canonical"/>
<style>
body {
background: #000;
color: #ccc;
margin: 0;
padding: 0;
font-family: sans-serif;
}
a {
color: #00ff90;
text-decoration: none;
}
a:hover {
color: #0ff;
cursor: pointer;
}
img {
display: block;
margin: 0 auto;
border: 0px;
max-width: 100%;
height: auto;
aspect-ratio: 1200 / 630;
}
</style>
</head>
<body>
<div class="row">
<div class="large-6 columns">
<div class="panel" style="text-align:center;">
<a href="#">
<img src="post.webp" alt="illuminati all seeing eye" width="1200" height="800"/>
<img src="post.webp" alt="illuminati all seeing eye" width="1200" height="630"/>
</a>
<h1>
<a href="https://web.archive.org/web/20201225093259/https://voat.co/v/Conspiracy">
@@ -60,12 +46,12 @@
</p>
<!-- Download Buttons Under the Paragraph -->
<div class="download-buttons">
<a href="https://github.com/c0mmando/voat-conspiracy-archive/archive/refs/heads/main.zip" target="_blank">Mirror 1</a>
<a href="https://git.hackliberty.org/c0mmando/voat-conspiracy-archive/archive/main.zip" target="_blank">Mirror 2</a>
<a href="https://git.projectsegfau.lt/c0mmando/voat-conspiracy-archive/archive/main.zip" target="_blank">Mirror 3</a>
<a href="https://web.archive.org/https://github.com/c0mmando/voat-conspiracy-archive/archive/refs/heads/main.zip" target="_blank">Mirror 4</a>
<a href="http://it7otdanqu7ktntxzm427cba6i53w6wlanlh23v5i3siqmos47pzhvyd.onion/c0mmando/voat-conspiracy-archive/archive/main.zip" target="_blank">Mirror 5</a>
<a href="http://git.dkforestseeaaq2dqz2uflmlsybvnq2irzn4ygyvu53oazyorednviid.onion/c0mmando/voat-conspiracy-archive/archive/main.zip" target="_blank">Mirror 6</a>
<a href="https://github.com/c0mmando/voat-conspiracy-archive/" target="_blank">Mirror 1</a>
<a href="https://git.hackliberty.org/c0mmando/voat-conspiracy-archive/" target="_blank">Mirror 2</a>
<a href="https://git.projectsegfau.lt/c0mmando/voat-conspiracy-archive/" target="_blank">Mirror 3</a>
<a href="https://web.archive.org/https://github.com/c0mmando/voat-conspiracy-archive/" target="_blank">Mirror 4</a>
<a href="http://it7otdanqu7ktntxzm427cba6i53w6wlanlh23v5i3siqmos47pzhvyd.onion/c0mmando/voat-conspiracy-archive/" target="_blank">Mirror 5</a>
<a href="http://git.dkforestseeaaq2dqz2uflmlsybvnq2irzn4ygyvu53oazyorednviid.onion/c0mmando/voat-conspiracy-archive/" target="_blank">Mirror 6</a>
</div>
</div>
</div>

File diff suppressed because one or more lines are too long