mirror of
https://github.com/JonasunderscoreJones/docs.jonasjones.dev.git
synced 2025-10-22 18:49:18 +02:00
homepage overhaul
This commit is contained in:
parent
3cdb411f5c
commit
c786ccb2a9
1 changed files with 49 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue