/guestbook, /autist, font changes and a new /projects entry
This commit is contained in:
parent
edc8589d1d
commit
8fc3faf8bb
41 changed files with 400 additions and 101 deletions
|
@ -5,6 +5,12 @@
|
|||
"description": "The site you are currently on is my biggest project as of right now.(Domain gifted by saif)",
|
||||
"url": "https://fentseller.lol"
|
||||
},
|
||||
{
|
||||
"name": "Guestbook",
|
||||
"subheader": "A Guestbook frontend from SmartGB",
|
||||
"description": "A custom frontend for a <a href='https://users2.smartgb.com/g/g.php?a=s&i=g26-39906-27/'>SmartGuestBook</a>, which uses a CORS Proxy to fetch the guestbook entries.",
|
||||
"url": "/assets/config.zip"
|
||||
},
|
||||
{
|
||||
"name": "ZyMusic",
|
||||
"subheader": "Android Music Streaming App",
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
@font-face {
|
||||
font-family: 'Hack';
|
||||
src: url('/Fonts/Hack/Hack-Regular.ttf') format('truetype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'JetBrainsMono';
|
||||
src: url('/Fonts/JetBrainsMono/JetBrainsMono-Regular.woff2');
|
||||
}
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
@ -10,6 +20,7 @@ body {
|
|||
background-color: #2a2a2a;
|
||||
color: #f0f0f0;
|
||||
overflow-x: hidden;
|
||||
font-family: 'JetBrainsMono', 'Hack', monospace;
|
||||
}
|
||||
|
||||
html {
|
||||
|
@ -25,7 +36,7 @@ img[class="img_header"] {
|
|||
|
||||
div.header-main {
|
||||
width: 100%;
|
||||
padding: 20px 0 20px 40px;
|
||||
padding: 15px 20px 20px 20px;
|
||||
display: flex;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue