diff --git a/index.html b/index.html index 35adaae..b643bce 100644 --- a/index.html +++ b/index.html @@ -67,9 +67,21 @@ } .flextape { - margin: 0 auto; - display: -webkit-flex; - display: flex; + display: grid; + gap: 1rem; + grid-template-columns: 1fr 1fr 1fr; + } + + @media (min-width: 600px) and (max-width: 979px) { + .flextape { + grid-template-columns: 1fr 1fr; + } + } + + @media (max-width: 600px) { + .flextape { + grid-template-columns: 1fr; + } } .memcomment { @@ -145,7 +157,7 @@
Building a PBX
FusionPBX is very nice and all but it is missing some features that would be necessary for it to be used at my workplace. Since I do have some knowledge of PHP I've decided to try and implement the missing features myself. You can view my progress on 512mb's gitea.
- crt
Rework of Network
As of now 512mb's network is kinda messy, Which is why I'm planing on doing a full rework of 512mb's networks. These plans include things such as proper network seperation, less cable spaghetti, better documentation and much more.
- crt
Coding FPGAs
Currently doing a distance measurement project with sub-micrometer precision using entry-level FPGAs and Fourier transform.
- Dalibor
Building Reno
Reno is my next big desktop project, which was initially a continuation of my previous AwesomeWM config. The functionality of Reno has been growing ever since, and eventually I'm planning to add a GTK configuration app for it.
- Yessiest
Offsite backup
Since my old offsite backup solution is nolonger applicable I'm working on a new one which will either be on Hetzner servers or at someone elses place.
- crt
Building the tools
I'm practically the most active person on 512mb in terms of uploading to gitea, so you can find most of the stuff I do on 512mb's gitea page. Currently I'm building Heimdall - the bridge for all of my bots to connect XMPP, Discord, IRC, Mumble and so on.
- Yessiest