fix: position

This commit is contained in:
davidontop 2024-07-10 11:50:37 +02:00
parent 33a8b78d37
commit 9848bcd4b7
Signed by: DavidOnTop
GPG key ID: 5D05538A45D5149F
22 changed files with 2879 additions and 2253 deletions

0
.editorconfig Normal file → Executable file
View file

0
.gitignore vendored Normal file → Executable file
View file

0
LICENSE Normal file → Executable file
View file

0
README.md Normal file → Executable file
View file

0
astro.config.mjs Normal file → Executable file
View file

0
package.json Normal file → Executable file
View file

5060
pnpm-lock.yaml Normal file → Executable file

File diff suppressed because it is too large Load diff

0
public/SymbolsNerdFont-Regular.ttf Normal file → Executable file
View file

0
public/img/logo-notext-transparent.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

0
public/img/logo-notext.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

0
public/img/logo-transparent.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

0
public/img/logo.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 6 KiB

After

Width:  |  Height:  |  Size: 6 KiB

0
src/components/A.astro Normal file → Executable file
View file

0
src/components/Heading.astro Normal file → Executable file
View file

0
src/components/Nav.astro Normal file → Executable file
View file

0
src/components/Text.astro Normal file → Executable file
View file

0
src/layouts/Layout.astro Normal file → Executable file
View file

0
src/pages/404.astro Normal file → Executable file
View file

16
src/pages/about.astro Normal file → Executable file
View file

@ -11,7 +11,7 @@ import Heading from "../components/Heading.astro";
I live in Middle Europe.
I am 18 years old.
I like programming, gaming, maths, and the number  (I know 32 decimal digits of .).
I am a working student at <a class="text-accent underline" href="https://softwareag.com">Software<sup>AG</sup></a>.
I was a working student at <a class="text-accent underline" href="https://softwareag.com">Software<sup>AG</sup></a>. I worked there for a year. I quit to focus on school.
I have been using Linux since around 2017/2018.
I have been a hobby developer since around 2018/2019.
@ -35,6 +35,18 @@ import Heading from "../components/Heading.astro";
<li class="tooltip tooltip-right" data-tip="C replacement. I just wish it could interop with c++ as seamlesly as with c."> Zig</li><br />
<li class="tooltip tooltip-right" data-tip="The first programing language i learned."> Python</li><br />
</ul><br />
You can hover over some language to see my opinion of it/why i use it.
<p class="text-sm">You can hover over a language to see my opinion of it/why i use it.</p>
<br/><br/>
<p class="tooltip tooltip-right" data-tip="if creating a project i default to thease">Favourite libraries and technologies:</p>
<ul class="pl-10">
<li class="tooltip tooltip-right" data-tip="Default db, i'm running my own redundunt cluster"> Postgres</li><br />
<li class="tooltip tooltip-right" data-tip="Queues for days"> Rabbitmq</li><br />
<li class="tooltip tooltip-right" data-tip="Don't ask me why not actix. I don't know"> axum</li><br />
<li class="tooltip tooltip-right" data-tip="I'm not touching react if i don't have to"> Solidjs</li><br />
<li class="tooltip tooltip-right" data-tip="s3"> Minio</li><br />
<li class="tooltip tooltip-right" data-tip="You get auth, you get auth, everybody gets auth!"> Zitadel</li><br />
</ul>
<br /><br />
</Text>
</Layout>

0
src/pages/contributing.astro Normal file → Executable file
View file

0
src/pages/index.astro Normal file → Executable file
View file

0
tailwind.config.mjs Normal file → Executable file
View file