Spaces:
Running
Running
title: README | |
emoji: π | |
colorFrom: red | |
colorTo: red | |
sdk: static | |
pinned: false | |
<!DOCTYPE html> | |
<style> | |
body { | |
font-family: 'Quicksand', sans-serif; | |
background: linear-gradient(135deg, #2E3440 0%, #1A202C 100%); | |
color: #D8DEE9; | |
margin: 0; | |
padding: 0; | |
font-size: 16px; | |
} | |
.container { | |
width: 80%; | |
max-width: 800px; | |
margin: 20px auto; | |
background-color: rgba(255, 255, 255, 0.02); | |
padding: 20px; | |
border-radius: 12px; | |
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); | |
backdrop-filter: blur(10px); | |
border: 1px solid rgba(255, 255, 255, 0.1); | |
} | |
.header h1 { | |
font-size: 28px; | |
color: #ECEFF4; | |
margin: 0 0 20px 0; | |
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); | |
} | |
.update-section { | |
margin-top: 30px; | |
} | |
.update-section h2 { | |
font-size: 24px; | |
color: #88C0D0; | |
} | |
.update-section p { | |
font-size: 16px; | |
line-height: 1.6; | |
color: #ECEFF4; | |
} | |
.info img { | |
width: 100%; | |
border-radius: 10px; | |
margin-bottom: 15px; | |
} | |
a { | |
color: #88C0D0; | |
text-decoration: none; | |
} | |
a:hover { | |
color: #A3BE8C; | |
} | |
.button { | |
display: inline-block; | |
background-color: #5E81AC; | |
color: #E5E9F0; | |
padding: 10px 20px; | |
border-radius: 5px; | |
cursor: pointer; | |
text-decoration: none; | |
} | |
.button:hover { | |
background-color: #81A1C1; | |
} | |
</style> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>The Skullery Org.</title> | |
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600&display=swap" rel="stylesheet"> | |
</head> | |
<body> | |
<div class="container"> | |
<div class="header"> | |
<h1>The Skullery</h1> | |
</div> | |
<div class="info"> | |
<img src="https://cdn-uploads.huggingface.co/production/uploads/64545af5ec40bbbd01242ca6/34PLLIcKFI5x6VB__dfPS.png"> | |
<p><strong>Owner:</strong> <a href="https://huggingface.co/Steelskull" target="_blank">SteelSkull</a></p> | |
<p><strong>About The Skullery:</strong> a place for my more advanced experiments, finetuned models, and Collaborations</p> | |
</div> | |
<div class="update-section"> | |
<h2>Main Series:</h2> | |
<strong> <a href="https://huggingface.co/Steelskull">[huggingface.co/Steelskull]</a> | |
<p>Model names are Etherial</p> | |
<h2>Old models: </h2> | |
<strong> <a href="https://huggingface.co/SteelStorage">[huggingface.co/SteelStorage]</a> | |
<p><strong>I've had a few people ask about donations so here's a link:</strong</p> | |
</div> | |
<div class="donation-section"> | |
<a href="https://ko-fi.com/Y8Y0AO2XE" target="_blank"> | |
<img height="36" style="border:0px;height:36px;" src="https://storage.ko-fi.com/cdn/kofi2.png?v=3" border="0" alt="Buy Me a Coffee at ko-fi.com" /> | |
</a> | |
</div> | |
</div> | |
</div> | |
</body> | |