This commit is contained in:
night0721 2023-11-10 00:29:15 +00:00
parent df68da8629
commit d0d4d35af7
2 changed files with 22 additions and 6 deletions

View file

@ -98,13 +98,16 @@ a:visited, a:link {
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
margin: 1.5%; margin: 1.5%;
min-height: max-content;
backdrop-filter: blur(8px) saturate(200%); backdrop-filter: blur(8px) saturate(200%);
-webkit-backdrop-filter: blur(8px) saturate(200%); -webkit-backdrop-filter: blur(8px) saturate(200%);
background: rgba(255, 255, 255, 0.15); background: rgba(255, 255, 255, 0.15);
flex: 1 0 21%; flex: 1 0 21%;
height: 300px; height: 300px;
width: 300px; width: 300px;
min-width: 150px;
max-width: 300px;
min-height: 150px;
max-height: 300px;
} }
.project-title { .project-title {
@ -273,17 +276,16 @@ a:visited, a:link {
margin: 10px; margin: 10px;
margin-top: 17px; margin-top: 17px;
flex-basis: 35%; flex-basis: 35%;
height: 200px;
} }
.project-description { .project-description {
margin: 0; margin: 0;
height: 75px; height: 75px;
font-size: 2vw; font-size: 3vw;
} }
.project-button { .project-button {
margin-top: 20px; margin-top: 120px;
} }
.topbar { .topbar {

View file

@ -176,7 +176,7 @@
} }
] ]
}, },
"webdev": { "news": {
"title": "Linux and FOSS News", "title": "Linux and FOSS News",
"class": "linux-news", "class": "linux-news",
"links": [ "links": [
@ -202,7 +202,7 @@
} }
] ]
}, },
"youtube": { "learn": {
"title": "Learn", "title": "Learn",
"class": "learn", "class": "learn",
"links": [ "links": [
@ -259,5 +259,19 @@
"link": "https://www.coursera.org/professional-certificates/meta-front-end-developer" "link": "https://www.coursera.org/professional-certificates/meta-front-end-developer"
} }
] ]
},
"useful": {
"title": "Useful websites",
"class": "useful",
"links": [
{
"title": "Google webfonts helper",
"link": "https://gwfh.mranftl.com/"
},
{
"title": "Landchad",
"link": "https://landchad.net/"
}
]
} }
} }