mirror of
https://github.com/JonasunderscoreJones/docs.jonasjones.dev.git
synced 2025-10-22 18:49:18 +02:00
added more link boxes
This commit is contained in:
parent
c786ccb2a9
commit
3a31237dbc
1 changed files with 19 additions and 2 deletions
|
@ -13,16 +13,25 @@ Here is all the documentation to my *personal* projects.
|
|||
|
||||
## 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-box2">
|
||||
### [My Minecraft Mods](/overview/mods)
|
||||
An Overview of all my Minecraft Mods
|
||||
</div>
|
||||
</div>
|
||||
<div className="page-content-flex-container">
|
||||
<div className="page-content-flex-box page-content-flex-box1">
|
||||
### [TurboOctoPotato](/turbo-octo-potato)
|
||||
Guides to all my random Scripts
|
||||
</div>
|
||||
<div className="page-content-flex-box page-content-flex-box2">
|
||||
### [Achievement Guides](/overview/achievement-guides)
|
||||
An Overview of all my Achievement Guides
|
||||
</div>
|
||||
</div>
|
||||
<style>
|
||||
{`
|
||||
|
@ -53,5 +62,13 @@ Check out the sidebar or here, below:
|
|||
}
|
||||
`}
|
||||
</style>
|
||||
<div className="page-content-flex-container">
|
||||
<div className="page-content-flex-box page-content-flex-box1">
|
||||
### [3D Printables](/overview/3d-printables)
|
||||
Guides and Showcases of all my 3D Printables
|
||||
</div>
|
||||
<div className="page-content-flex-box page-content-flex-box2">
|
||||
### [Services & Platforms](/overview/services-and-platforms)
|
||||
An Overview of all my Services and Platforms
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue