Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,71 +11,69 @@ pinned: false
|
|
| 11 |
<head>
|
| 12 |
<meta charset="UTF-8">
|
| 13 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
| 14 |
-
<title>Greener Pastures</title>
|
| 15 |
<style>
|
| 16 |
body {
|
| 17 |
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
| 18 |
-
background-color: #
|
|
|
|
|
|
|
|
|
|
| 19 |
display: flex;
|
| 20 |
justify-content: center;
|
| 21 |
-
align-items: center;
|
| 22 |
-
height: 100vh;
|
| 23 |
-
margin: 0;
|
| 24 |
}
|
| 25 |
.card {
|
| 26 |
-
background-color:
|
| 27 |
border-radius: 16px;
|
| 28 |
-
|
| 29 |
-
width:
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
transition: transform 0.3s ease;
|
| 33 |
-
}
|
| 34 |
-
.card:hover {
|
| 35 |
-
transform: translateY(-5px);
|
| 36 |
}
|
| 37 |
-
|
| 38 |
-
width: 80px;
|
| 39 |
-
height: 80px;
|
| 40 |
-
margin-bottom: 16px;
|
| 41 |
-
border-radius: 50%;
|
| 42 |
-
object-fit: cover;
|
| 43 |
-
border: 2px solid #a3d9a5;
|
| 44 |
-
}
|
| 45 |
-
.name {
|
| 46 |
-
font-size: 1.5em;
|
| 47 |
-
font-weight: bold;
|
| 48 |
color: #2e7d32;
|
| 49 |
-
margin-
|
|
|
|
| 50 |
}
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
margin-bottom: 16px;
|
| 55 |
}
|
| 56 |
-
.button {
|
| 57 |
display: inline-block;
|
| 58 |
-
|
| 59 |
background-color: #66bb6a;
|
| 60 |
-
color:
|
| 61 |
-
|
| 62 |
border-radius: 8px;
|
| 63 |
text-decoration: none;
|
| 64 |
font-weight: bold;
|
| 65 |
transition: background-color 0.3s ease;
|
| 66 |
}
|
| 67 |
-
.button:hover {
|
| 68 |
background-color: #4caf50;
|
| 69 |
}
|
|
|
|
|
|
|
|
|
|
| 70 |
</style>
|
| 71 |
</head>
|
| 72 |
<body>
|
| 73 |
<div class="card">
|
| 74 |
-
<
|
| 75 |
-
<
|
| 76 |
-
|
| 77 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 78 |
</div>
|
| 79 |
</body>
|
| 80 |
</html>
|
| 81 |
-
|
|
|
|
| 11 |
<head>
|
| 12 |
<meta charset="UTF-8">
|
| 13 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
| 14 |
+
<title>About Greener Pastures</title>
|
| 15 |
<style>
|
| 16 |
body {
|
| 17 |
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
| 18 |
+
background-color: #f1fdf5;
|
| 19 |
+
color: #2e2e2e;
|
| 20 |
+
margin: 0;
|
| 21 |
+
padding: 2em;
|
| 22 |
display: flex;
|
| 23 |
justify-content: center;
|
|
|
|
|
|
|
|
|
|
| 24 |
}
|
| 25 |
.card {
|
| 26 |
+
background-color: white;
|
| 27 |
border-radius: 16px;
|
| 28 |
+
padding: 2em;
|
| 29 |
+
max-width: 700px;
|
| 30 |
+
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
|
| 31 |
+
border: 2px solid #a8e6b2;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
}
|
| 33 |
+
h1 {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
color: #2e7d32;
|
| 35 |
+
margin-top: 0;
|
| 36 |
+
font-size: 2.2em;
|
| 37 |
}
|
| 38 |
+
p {
|
| 39 |
+
line-height: 1.6;
|
| 40 |
+
font-size: 1.05em;
|
|
|
|
| 41 |
}
|
| 42 |
+
a.button {
|
| 43 |
display: inline-block;
|
| 44 |
+
margin-top: 1.5em;
|
| 45 |
background-color: #66bb6a;
|
| 46 |
+
color: white;
|
| 47 |
+
padding: 12px 20px;
|
| 48 |
border-radius: 8px;
|
| 49 |
text-decoration: none;
|
| 50 |
font-weight: bold;
|
| 51 |
transition: background-color 0.3s ease;
|
| 52 |
}
|
| 53 |
+
a.button:hover {
|
| 54 |
background-color: #4caf50;
|
| 55 |
}
|
| 56 |
+
.emoji {
|
| 57 |
+
font-size: 1.3em;
|
| 58 |
+
}
|
| 59 |
</style>
|
| 60 |
</head>
|
| 61 |
<body>
|
| 62 |
<div class="card">
|
| 63 |
+
<h1>🌿 Welcome to Greener Pastures</h1>
|
| 64 |
+
<p>
|
| 65 |
+
At <strong>Greener Pastures</strong>, we believe machine learning doesn't have to feel like cold metal and blinking cursors. We're here to grow models that are not only smart—but kind, curious, and conscious of the world around them. Think of us as a digital greenhouse: cultivating ideas that matter, tools that help, and algorithms that play nice with the planet.
|
| 66 |
+
</p>
|
| 67 |
+
<p>
|
| 68 |
+
Our projects bloom at the intersection of creativity and care. Whether we're training efficient transformers with a green thumb or sharing datasets that sprout unexpected insights, we’re driven by one guiding principle: <em>what if AI felt more human, and a little more fun?</em>
|
| 69 |
+
</p>
|
| 70 |
+
<p>
|
| 71 |
+
We're explorers, tinkerers, caretakers—and slightly obsessed with composting outdated AI hype. From low-impact computing to delightfully strange experiments, Greener Pastures is a space where open-source thrives and ideas go wild.
|
| 72 |
+
</p>
|
| 73 |
+
<p>
|
| 74 |
+
Want to collaborate? Share seeds? Build something whimsical and useful? We'd love to hear from you. 💌
|
| 75 |
+
</p>
|
| 76 |
+
<a class="button" href="https://huggingface.co/GreenerPastures" target="_blank">Visit us on Hugging Face</a>
|
| 77 |
</div>
|
| 78 |
</body>
|
| 79 |
</html>
|
|
|