File size: 2,372 Bytes
972fd4f
 
 
 
 
 
 
 
2adf03d
 
 
072f02b
 
018e9d8
2adf03d
a4b0d25
 
 
2adf03d
b882ebc
 
27ceb25
 
 
 
 
 
 
2adf03d
 
a4b0d25
27ceb25
 
 
2adf03d
 
b882ebc
2adf03d
018e9d8
072f02b
27ceb25
b882ebc
 
2adf03d
018e9d8
b882ebc
018e9d8
 
a4b0d25
2adf03d
018e9d8
072f02b
018e9d8
b882ebc
a4b0d25
2adf03d
018e9d8
072f02b
018e9d8
a4b0d25
27ceb25
a4b0d25
 
 
b882ebc
a4b0d25
 
 
 
 
b882ebc
2adf03d
 
 
27ceb25
 
 
 
 
 
 
 
 
 
 
 
 
2adf03d
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
---
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>