mirror of
https://github.com/JonasunderscoreJones/jonasjones.dev.git
synced 2025-10-23 00:49:19 +02:00
code cleanup and added kanban link implementation
This commit is contained in:
parent
2d697a0073
commit
e7f13e55f7
3 changed files with 7 additions and 1 deletions
|
@ -18,6 +18,13 @@
|
|||
categories: string[];
|
||||
languages: { [key: string]: any };
|
||||
status: string;
|
||||
statuscolor: string;
|
||||
version: string;
|
||||
backgroud: string;
|
||||
links: { [key: string]: string };
|
||||
image: string;
|
||||
icon: string;
|
||||
kanban: string;
|
||||
visible: boolean;
|
||||
}
|
||||
|
||||
|
@ -165,7 +172,6 @@
|
|||
position: relative;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
border: 2px solid var(--project-border-color);
|
||||
min-width: 530px;
|
||||
background-color: var(--background-color);
|
||||
|
|
BIN
static/kanban.png
Normal file
BIN
static/kanban.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Loading…
Add table
Add a link
Reference in a new issue