homepage overhaul

This commit is contained in:
Jonas_Jones 2025-02-02 18:08:40 +01:00
parent 3cdb411f5c
commit c786ccb2a9

View file

@ -3,8 +3,55 @@ sidebar_position: 1
slug: /
---
# Docs Homepage
# Jonas_Jones Documentation
:::info
Here is all the documentation to my *personal* projects.
*All projecets managed by Organizations have their separate docs.*
:::
## Anything specific you're looking for?
Check out the sidebar or here, below:
<div>
<div className="page-content-flex-container">
<div className="page-content-flex-box page-content-flex-box1">
### [Jonas_Jones API](/api)
The API endpoint used for many of my projects
</div>
<div className="page-content-flex-box page-content-flex-box1">
### [TurboOctoPotato](/turbo-octo-potato)
Guides to all my random Scripts
</div>
</div>
<style>
{`
.page-content-flex-container {
display: flex;
width: 100%;
flex-wrap: wrap;
}
.page-content-flex-box {
flex: 1;
padding: 15px;
margin: 10px;
border-radius: 8px;
border: 1px lightgray solid;
padding-bottom: 0;
}
.page-content-flex-box1 {
margin-left: 0;
}
.page-content-flex-box2 {
margin-right: 0;
}
@media (max-width: 600px) {
.box {
flex: 1 1 100%;
}
}
`}
</style>
</div>