-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
36 lines (32 loc) · 1.11 KB
/
index.html
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
<style>
body {
display: grid;
place-items: center;
}
.x {
display: flex;
flex-direction: column;
align-items: center;
gap: 1rem;
}
</style>
<div class="x">
<a href="https://latent.space"><img src="https://github.com/smol-ai/website/assets/6764957/619146c7-6ad6-4ee9-a7ea-3eeee72db6eb" title="smol.ai plan"/></a>
<small>making the world a smol-er place</small>
<ul>
<li><a href="https://github.com/smol-ai/developer">smol developer</a></li>
<li><a href="https://github.com/smol-ai/godmode">smol godmode</a></li>
<li><a href="https://github.com/smol-ai/logger">smol logger</a></li>
<li>smol talk (coming soon)</li>
<li>smol socials
<ul>
<li><a href="https://twitter.com/smolmodels">smol models</a></li>
<li><a href="/haus">smol haus</a></li>
<li><a href="https://partiful.com/e/fkOmEIc8PmdFT8ueLtyD">smol dinner</a></li>
</ul>
</li>
</ul>
<a href="https://vercel.com/blog/ai-accelerator-participants">
<img width="234" alt="accelerator-badge-light" src="https://github.com/smol-ai/website/assets/6764957/570c014f-c441-4ad8-b559-37d479faed55">
</a>
</div>