mirror of
https://github.com/hexahigh/portfolio.git
synced 2025-12-12 03:25:06 +01:00
update projects
This commit is contained in:
parent
26275c919e
commit
7fab35beaf
@ -55,17 +55,17 @@
|
||||
<br />
|
||||
<div class="projectscompact">
|
||||
<h3>
|
||||
<a class="colorurl" href="https://boof.eu.org">Main site</a
|
||||
<a class="colorurl" href="https://pomf.080609.xyz">YAPC</a
|
||||
>
|
||||
</h3>
|
||||
<h4 class="text" style="max-width: 30%;">
|
||||
This is basically just a place where i put random prototypes and other things i have made when i have been bored. It also contains a few games.
|
||||
A pomf clone im working on.
|
||||
</h4>
|
||||
</div>
|
||||
<div class="projectscompact">
|
||||
<h3><a class="colorurl" href="https://gitte.080609.xyz">Gitte</a></h3>
|
||||
<h3><a class="colorurl" href="https://github.com/hexahigh/boofutils">Boofutils</a></h3>
|
||||
<h4 class="text" style="max-width: 30%;">
|
||||
My selfhosted gitea instance. It is run on a raspberry pi 4 which at the moment has no cooling. So i cannot guarentee 100% uptime.
|
||||
A utility program im working on.
|
||||
</h4>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -1,8 +1,9 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: ['./src/**/*.{html,js,svelte,ts}'],
|
||||
theme: {
|
||||
extend: {}
|
||||
},
|
||||
plugins: []
|
||||
};
|
||||
prefix: "tw-",
|
||||
content: ["./src/**/*.{html,js,svelte,ts}"],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user