README / README.md
hardlyworking's picture
Update README.md
27ceb25 verified
---
title: README
emoji: 🏆
colorFrom: red
colorTo: yellow
sdk: static
pinned: false
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>About Greener Pastures</title>
<style>
html, body {
height: 100%;
margin: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #1e1f24;
color: #d4dce3;
}
body {
display: flex;
justify-content: center;
align-items: center;
}
.container {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
padding: 1em;
}
.card {
background-color: #2a2c31;
border-radius: 16px;
padding: 2em;
max-width: 720px;
width: 100%;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
border: 1px solid #3b4048;
}
h1 {
color: #93c5fd;
margin-top: 0;
font-size: 2.2em;
text-align: center;
}
p {
line-height: 1.7;
font-size: 1.05em;
color: #d4dce3;
margin-bottom: 1.2em;
}
.emoji {
font-size: 1.2em;
}
@media (max-height: 700px) {
.container {
align-items: flex-start;
padding-top: 2em;
}
}
@media (max-width: 768px) {
.card {
padding: 1.5em;
margin: 1em;
}
}
</style>
</head>
<body>
<div class="container">
<div class="card">
<h1>About Greener Pastures</h1>
<p>
<strong>Greener Pastures</strong> is a machine learning collective growing in the shade of cooler ideas. We build tools, train models, and explore the fuzzy space between ethics, efficiency, and imagination. Less noise. More nuance.
</p>
<p>
Our mission? Make AI that's gentle on resources, curious by design, and open to collaboration. From lightweight transformers to experimental playgrounds, we prefer compostable ideas over disposable trends.
</p>
<p>
We’re here for the long game: intentional architecture, reusable code, meaningful projects—and the occasional weird, delightful detour. Whether you're a researcher, a hobbyist, or just passing through: welcome to the quiet side of machine learning. 🐑
</p>
</div>
</div>
</body>
</html>