-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (65 loc) · 2.03 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="a website for a group of frens that write comfy software togethe ^_^">
<link rel="shortcut icon" href="src/img/comfies.ico">
<link rel="stylesheet" href="src/comfies.css">
<title>/comfy/</title>
</head>
<body>
<section>
<h1>/comfy/</h1>
<p>hello, and welcome to comfies! ^_^ this is a website for a group of frens that write comfy software togethe</p>
</section>
<section>
<h1>our projects</h1>
<p>
<b>bed <a href="https://github.com/comfies/bed">→</a></b><br>
bash only text editor
</p>
<p>
<b>custard <a href="https://github.com/comfies/custard">→</a></b><br>
custard window manager
</p>
<p>
<b>tldrlfs <a href="https://github.com/comfies/tldrlfs">→</a></b><br>
Too Long; Didn't Read Linux From Scratch
</p>
<p>
<b>odko <a href="https://github.com/comfies/odko">→</a></b><br>
a minimal graphical programming language
</p>
<p>
<b>pokemon <a href="pokemon">→</a></b><br>
list of the comfiest pokemon
</p>
<p>
<b>webcircle <a href="https://circle.comfi.es">→</a></b><br>
the /comfy/ webcircle, basically a bunch of frens all holding hand
</p>
</section>
<section>
<h1>talk in th community</h1>
<p>we have the:</p>
<ul>
<li><a href="https://github.com/comfies">github</a></li>
<li><a href="https://matrix.to/#/#comfy:comfi.es" disabled>matrix</a></li>
<li><a href="https://discord.gg/UtTazfr" disabled>discor</a></li>
<li><a href="mailto:[email protected]">email</a> (trvv)</li>
</ul>
</section>
<section>
<p>“rembr hav fun asnd bef very y nice, youral l my friends”</p>
<p> - yemou \(^o^)/</p>
<iframe
id=webcircle
sandbox=allow-top-navigation
loading=lazy
src="https://circle.comfi.es/f/comfi.es/"
style=border:none;
></iframe>
</section>
</body>
</html>