Skip to content

Commit dfd5307

Browse files
add a project and some fixes
1 parent ef1136f commit dfd5307

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

index.html

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
<!--
2-
hello yes twitter devs asked me to put this in the html source so yes
3-
4-
there USED TO BE twemoji in this site, except that
5-
SOMEONE decided to take it down. thank you a lot!
6-
7-
also, I use Cascadia Mono as font for this site
2+
by the way, I use Cascadia Mono as font for this site
83
94
oh, and the background and the stars I used in my site
105
have been taken from the Debian GNU/Linux 6 (squeeze)
11-
design, "SpaceFun", and have been animated by me.
6+
design, "SpaceFun", and have been animated by me.
127
-->
138
<!DOCTYPE html>
149
<html>
1510
<head>
16-
<title>vinche's website</title>
17-
<meta charset="UTF-8">
11+
<title>vinche's website</title>
12+
<meta charset="UTF-8">
1813
<link rel="stylesheet" href="/assets/style/style.css">
1914
<link rel="stylesheet" href="/assets/style/overlay.css">
2015
<link rel="stylesheet" href="/assets/style/background.css">
@@ -35,14 +30,15 @@ <h2 class="vinchetitle">_</h2>
3530
<h2>about me</h2>
3631
hello, i'm vinche, a <div class="age"></div>italian student who's interested in technology, as in both software and hardware.
3732
i like programming a lot and i mostly just develop whatever comes into my mind.<br>
38-
also, i am a mac and <div class="dialog">linux <div class="text">i use arch btw</div></div> user
33+
also, i am a <div class="dialog">linux <div class="text">i use arch btw</div></div> and somewhat a mac user
3934
</div>
4035
</div>
4136
<div class="box projects">
4237
<div class="content">
4338
<h2>my projects</h2>
4439
- <div class="item strapbot">StrapBot</div><br>
4540
- <div class="item aiocvv">aiocvv</div><br>
41+
- <div class="item libpt6964">libPT6964</div><br>
4642
- <div class="item dgoose">Discord Goose</div><br>
4743
- <div class="item debianissimo">Debianissimo</div><br>
4844
</div>
@@ -83,19 +79,29 @@ <h2>my socials</h2>
8379
- <div class="item" onclick="redirectTo('https:\/\/github.com\/Vinchethescript\/aiocvv.git')">source code</div><br>
8480
- <div class="item" onclick="redirectTo('https:\/\/pypi.org\/project\/aiocvv')">latest release</div>
8581
</div>
82+
<div class="itemThingContent libpt6964">
83+
libpt6964 is a c++ library to interact with a segmented display that's
84+
managed by the pt6964 chip.<br>
85+
for now this library only fits my use case, but i might adapt it to be
86+
more generic soon.
87+
88+
<br><br>
89+
- <div class="item" onclick="redirectTo('https:\/\/github.com\/Vinchethescript\/libpt964.git')">source code</div><br>
90+
</div>
8691
<div class="itemThingContent dgoose">
8792
honk.<br>discord goose is a bot that messes with your discord server, sends a
8893
random message in a random channel, or joins a voice channel and says "honk"<br>
8994
also it is completely configurable so you can choose the channels you don't want it to send messages in.
9095
the bot has been inspired by the <a hide href="https://samperson.itch.io/desktop-goose">desktop goose</a> app
96+
<br>the bot is offline at the moment
9197
<br><br>
9298
- <div class="item" onclick="redirectTo('https:\/\/discord.com\/api\/oauth2\/authorize?client_id=909415919397261342&permissions=1236987595776&scope=bot%20applications.commands')">invite</div><br>
9399
</div>
94100
<div class="itemThingContent debianissimo">
95-
debianissimo is a porting of the ordissimo os to any computer, born as a joke<br>
96-
it is italian only and discontinued at the moment
101+
debianissimo is a porting of the ordissimo os to any computer, originally born as a joke<br>
102+
it can be installed using the guide available on the github organization [in italian]
97103
<br><br>
98-
<!--- <div class="item" onclick="redirectTo('https:\/\/debianissimo.it')">website</div>-->
104+
- <div class="item" onclick="redirectTo('https:\/\/github.com\/Debianissimo')">organization</div>-->
99105
</div>
100106
</div>
101107
</div>

0 commit comments

Comments
 (0)