1
1
<!--
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
8
3
9
4
oh, and the background and the stars I used in my site
10
5
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.
12
7
-->
13
8
<!DOCTYPE html>
14
9
< html >
15
10
< head >
16
- < title > vinche's website</ title >
17
- < meta charset ="UTF-8 ">
11
+ < title > vinche's website</ title >
12
+ < meta charset ="UTF-8 ">
18
13
< link rel ="stylesheet " href ="/assets/style/style.css ">
19
14
< link rel ="stylesheet " href ="/assets/style/overlay.css ">
20
15
< link rel ="stylesheet " href ="/assets/style/background.css ">
@@ -35,14 +30,15 @@ <h2 class="vinchetitle">_</h2>
35
30
< h2 > about me</ h2 >
36
31
hello, i'm vinche, a < div class ="age "> </ div > italian student who's interested in technology, as in both software and hardware.
37
32
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
39
34
</ div >
40
35
</ div >
41
36
< div class ="box projects ">
42
37
< div class ="content ">
43
38
< h2 > my projects</ h2 >
44
39
- < div class ="item strapbot "> StrapBot</ div > < br >
45
40
- < div class ="item aiocvv "> aiocvv</ div > < br >
41
+ - < div class ="item libpt6964 "> libPT6964</ div > < br >
46
42
- < div class ="item dgoose "> Discord Goose</ div > < br >
47
43
- < div class ="item debianissimo "> Debianissimo</ div > < br >
48
44
</ div >
@@ -83,19 +79,29 @@ <h2>my socials</h2>
83
79
- < div class ="item " onclick ="redirectTo('https:\/\/github.com\/Vinchethescript\/aiocvv.git') "> source code</ div > < br >
84
80
- < div class ="item " onclick ="redirectTo('https:\/\/pypi.org\/project\/aiocvv') "> latest release</ div >
85
81
</ 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 >
86
91
< div class ="itemThingContent dgoose ">
87
92
honk.< br > discord goose is a bot that messes with your discord server, sends a
88
93
random message in a random channel, or joins a voice channel and says "honk"< br >
89
94
also it is completely configurable so you can choose the channels you don't want it to send messages in.
90
95
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
91
97
< br > < br >
92
98
- < div class ="item " onclick ="redirectTo('https:\/\/discord.com\/api\/oauth2\/authorize?client_id=909415919397261342&permissions=1236987595776&scope=bot%20applications.commands') "> invite</ div > < br >
93
99
</ div >
94
100
< 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]
97
103
< 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 > -->
99
105
</ div >
100
106
</ div >
101
107
</ div >
0 commit comments