Skip to content

Commit 8c14941

Browse files
committed
feat: add project entries to index.html and remove submodule reference
1 parent 79c229e commit 8c14941

2 files changed

Lines changed: 31 additions & 7 deletions

File tree

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

index.html

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,33 @@ <h1>vrrdnt.dev<span class="cursor"></span></h1>
195195

196196
<section class="section">
197197
<p class="section-label">projects</p>
198+
<div class="entry-list">
199+
200+
<a class="entry" href="https://github.com/vrrdnt/youtube-collector">
201+
<div class="entry-name">youtube-collector</div>
202+
<div class="entry-meta">C# · cli tool</div>
203+
<div class="entry-desc">Download YouTube videos and prep them for music libraries. Wraps yt-dlp and ffmpeg into a clean workflow.</div>
204+
</a>
205+
206+
<a class="entry" href="https://github.com/vrrdnt/sendtokindle">
207+
<div class="entry-name">sendtokindle</div>
208+
<div class="entry-meta">Python · cli tool</div>
209+
<div class="entry-desc">Send articles and documents straight to your Kindle from the command line.</div>
210+
</a>
211+
212+
<a class="entry" href="https://twitter.com/blackorpheusbot">
213+
<div class="entry-name">genius-to-twitter</div>
214+
<div class="entry-meta">JavaScript · bot</div>
215+
<div class="entry-desc"><svg viewBox="0 0 24 24" style="width:0.85em;height:0.85em;vertical-align:-0.1em;fill:currentColor;opacity:0.55" aria-label="X"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-4.714-6.231-5.401 6.231H2.748l7.73-8.835L2.25 2.25h6.918l4.259 5.631 4.817-5.631Zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg> bot that pulls lyrics from Genius and posts them. Running as <span style="color:var(--accent-dim)">@blackorpheusbot</span>.</div>
216+
</a>
217+
218+
</div>
219+
</section>
220+
221+
<hr class="rule">
222+
223+
<section class="section">
224+
<p class="section-label">contributions</p>
198225
<div class="entry-list">
199226

200227
<a class="entry" href="https://getstoryforge.app">
@@ -203,10 +230,10 @@ <h1>vrrdnt.dev<span class="cursor"></span></h1>
203230
<div class="entry-desc">Vintage Story launcher — manage game versions, modpacks, servers, and accounts from one app.</div>
204231
</a>
205232

206-
<a class="entry" href="https://github.com/vrrdnt/youtube-collector">
207-
<div class="entry-name">youtube-collector</div>
208-
<div class="entry-meta">C# · cli tool</div>
209-
<div class="entry-desc">Download YouTube videos and prep them for music libraries. Wraps yt-dlp and ffmpeg into a clean workflow.</div>
233+
<a class="entry" href="http://valheim.plus">
234+
<div class="entry-name">ValheimPlus</div>
235+
<div class="entry-meta">C# · game mod</div>
236+
<div class="entry-desc">HarmonyX mod improving the gameplay and quality of life of Valheim.</div>
210237
</a>
211238

212239
</div>

0 commit comments

Comments
 (0)