Skip to content

Instantly share code, notes, and snippets.

@Rednexie
Created January 4, 2025 14:01
Show Gist options
  • Save Rednexie/a351f8d250252804c8369037aa896a71 to your computer and use it in GitHub Desktop.
Save Rednexie/a351f8d250252804c8369037aa896a71 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Arch Linux Mirror - Teknopark Istanbul</title>
<style>
body {
font-family: 'Roboto', Arial, sans-serif;
line-height: 1.8;
margin: 0;
padding: 0;
background: #2d2d2d;
color: #d3d7cf;
}
header {
background: #1793d1;
color: #ffffff;
padding: 20px;
text-align: center;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
position: relative;
overflow: hidden;
}
header h1 {
margin: 0;
font-size: clamp(1.5rem, 5vw, 2.5rem);
letter-spacing: 1px;
padding-left: 70px;
}
@media (max-width: 480px) {
header h1 {
padding-left: 0;
margin-top: 70px;
}
}
header h1 span {
color: #dcdcdc;
}
header img {
position: absolute;
top: 50%;
left: 20px;
transform: translateY(-50%);
height: 60px;
}
@media (max-width: 480px) {
header img {
top: 20px;
left: 50%;
transform: translateX(-50%);
}
}
main {
max-width: 900px;
margin: 30px auto;
padding: 20px;
background: #1b1b1b;
border-radius: 10px;
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 960px) {
main {
margin: 20px;
}
}
p {
margin: 10px 0;
font-size: clamp(1rem, 2vw, 1.1rem);
word-wrap: break-word;
}
a {
color: #1793d1;
text-decoration: none;
font-weight: bold;
word-wrap: break-word;
}
a:hover {
text-decoration: underline;
}
h2, h3 {
color: #1793d1;
margin-top: 30px;
font-size: clamp(1.2rem, 3vw, 1.5rem);
}
hr {
border: none;
border-top: 2px solid #444;
margin: 30px 0;
}
pre {
background: #2b2b2b;
padding: 15px;
border-radius: 6px;
overflow-x: auto;
font-family: 'Courier New', monospace;
font-size: clamp(0.9rem, 2vw, 1rem);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
color: #d3d7cf;
white-space: pre-wrap;
word-wrap: break-word;
}
footer {
text-align: center;
padding: 15px;
background: #1793d1;
color: #ffffff;
margin-top: 40px;
font-size: clamp(0.8rem, 2vw, 0.9rem);
}
footer a {
color: #ffffff;
text-decoration: underline;
}
.highlight {
background: #005f87;
padding: 5px 10px;
border-radius: 4px;
font-weight: bold;
color: #ffffff;
display: inline-block;
margin: 2px 0;
}
.contact {
text-align: center;
margin-top: 20px;
}
@media (max-width: 480px) {
body {
font-size: 16px;
}
main {
padding: 15px;
margin: 15px;
}
.highlight {
display: inline-block;
margin: 2px 0;
}
}
</style>
</head>
<body>
<header>
<img src="https://archlinux.org/static/logos/archlinux-logo-black-scalable.f931920e6cdb.svg" alt="Arch Linux Logo">
<h1>mirror<span>.timtal</span>.com.tr</h1>
</header>
<main>
<p>This is a <span class="highlight">Tier 2</span> Arch Linux mirror supported by <a href="https://teknoparkistanbul.meb.k12.tr/">Teknopark Istanbul Vocational and Technical Anatolian High School</a> and its students.</p>
<p>
<strong>Syncs from:</strong> rsync://mirrors.pidginhost.com/Arch/ (a tier 1 mirror)<br>
<strong>Sync interval:</strong> Every 6 hours<br>
<strong>Geographical location:</strong> Turkiye (Istanbul)
</p>
<h2 id="maintainers">Maintainers</h2>
<p>
<strong>ayilmaz</strong> - Abdurrahim YILMAZ &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;<br>
<strong>alpoproo</strong> - Alperen GOKDENIZ &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;<br>
<strong>omertheroot</strong> - Omer Faruk SONMEZ &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;
</p>
<h3 id="special-thanks">Special Thanks</h3>
<p>
<strong>dybdeskarphet</strong> - Ahmet Arda KAVAKCI &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;
</p>
<hr>
<pre><a href="archlinux/">archlinux/</a></pre>
<hr>
<div class="contact">
<p>Contact us at <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</main>
<footer>
<p>&copy; 2024 Teknopark Istanbul Vocational and Technical Anatolian High School</p>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment