Skip to content

Commit bf95141

Browse files
committed
added more stuff
1 parent 2ff2b1c commit bf95141

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

src/pages/index.astro

+36
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,42 @@ import Card from "../components/Card.astro";
1919
Library
2020
</h1>
2121

22+
<Card id="qrier">
23+
<h2 class="text-2xl font-bold text-white">Qrier</h2>
24+
<p class="uppercase">Work in progress</p>
25+
<br />
26+
<p class="text-pretty">
27+
The inevitable next step in the evolution of business emails. Qrier is an
28+
email client made to bring your email productivity to the next level.
29+
</p>
30+
<ul>
31+
<li class="text-pretty">
32+
Control the whole app with keyboard shortcuts. Your hands never have to
33+
leave the keyboard.
34+
</li>
35+
<li class="text-pretty">
36+
Extend the functionality with Mods in your language of choice with the
37+
magic of WebAssembly.
38+
</li>
39+
<li class="text-pretty">Highly performant offline-first experience.</li>
40+
</ul>
41+
</Card>
42+
43+
<Card id="likeloop">
44+
<h2 class="text-2xl font-bold text-white">LikeLoop</h2>
45+
<p class="uppercase">Work in progress</p>
46+
<br />
47+
<p class="text-pretty">
48+
You want to watch a movie with friends. And even though you all have a
49+
list of movies you want to watch, it's hard to find one that you all want
50+
to see. Have you ever had this problem? Then LikeLoop is for you!
51+
</p>
52+
<p class="text-pretty">
53+
We combine all your watch lists in one LikeLoop account and let you see
54+
overlaps with other LikeLoop accounts.
55+
</p>
56+
</Card>
57+
2258
<Card id="speicher">
2359
<h2 class="text-2xl font-bold text-white">Speicher</h2>
2460
<br />

0 commit comments

Comments
 (0)