Skip to content

Commit 0339672

Browse files
committed
Update
1 parent 2bcf050 commit 0339672

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

index.html

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@
9292
.footer {
9393
margin: 3rem 0 1rem;
9494
text-align: center;
95-
font-size: 0.8rem;
96-
opacity: 0.5;
95+
font-size: 0.9rem;
96+
line-height: 1.5rem;
97+
opacity: 0.6;
9798
}
9899

99100
.product-container {
@@ -138,6 +139,7 @@
138139
<h1>PlainLab</h1>
139140
<p>We build plain apps that simply work</p>
140141

142+
141143
<section class="product-container">
142144
<a class="product-item" href="https://github.com/memoetapp/memoet">
143145
<h2>Memoet</h2>
@@ -155,9 +157,9 @@ <h2>PlainMerge</h2>
155157
<h2>PlainPrinter</h2>
156158
<p>Auto screen printer</p>
157159
</a>
158-
<a class="product-item" href="https://github.com/plainlab/mememe">
159-
<h2>Mememe</h2>
160-
<p>Meme for Slack</p>
160+
<a class="product-item" href="https://plaincloner.github.io">
161+
<h2>PlainCloner</h2>
162+
<p>Reliable file cloning</p>
161163
</a>
162164
<a class="product-item" href="https://github.com/plainlab/plainremover">
163165
<h2>PlainRemover</h2>
@@ -166,7 +168,13 @@ <h2>PlainRemover</h2>
166168
</section>
167169
</main>
168170
<footer class="footer">
169-
<a href="https://github.com/plainlab">PlainLab</a> &copy; 2025
171+
<p>
172+
<a href="https://github.com/plainlab">GitHub</a> &middot;
173+
<a href="https://plainlab.gumroad.com">Gumroad</a> &middot;
174+
<a href="https://reddit.com/r/plainlab">Reddit</a> &middot;
175+
<a href="mailto:[email protected]">Email</a>
176+
</p>
177+
<div>&copy; 2025 PlainLab</div>
170178
</footer>
171179
</body>
172180
</html>

0 commit comments

Comments
 (0)