feat: add some stuff
This commit is contained in:
@ -1,55 +1,23 @@
|
||||
/* @font-face { */
|
||||
/* font-display: swap; */
|
||||
/* font-family: 'Nunito Sans'; */
|
||||
/* font-style: normal; */
|
||||
/* font-weight: 300; */
|
||||
/* src: url('/fonts/nunito-sans-v15-latin-300.woff2') format('woff2'), */
|
||||
/* url('/fonts/nunito-sans-v15-latin-300.ttf') format('truetype'); */
|
||||
/* } */
|
||||
/**/
|
||||
/* @font-face { */
|
||||
/* font-display: swap; */
|
||||
/* font-family: 'Roboto'; */
|
||||
/* font-style: normal; */
|
||||
/* font-weight: 300; */
|
||||
/* src: url('/fonts/roboto-v30-latin-300.woff2') format('woff2'), */
|
||||
/* url('/fonts/roboto-v30-latin-300.ttf') format('truetype'); */
|
||||
/* } */
|
||||
|
||||
h1 {
|
||||
font-weight: 300;
|
||||
font-size: 2rem;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
p {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: 'Nunito Sans', sans-serif;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2 {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
|
||||
:root {
|
||||
--neutral1000: #000000;
|
||||
--neutral800: #16161E;
|
||||
--neutral500: #252530;
|
||||
--neutral400: #2C2C3A;
|
||||
--neutral300: #414152;
|
||||
--neutral100: #AAAABB;
|
||||
--neutral000: #F1F1F4;
|
||||
--neutral-1000: #000000;
|
||||
--neutral-800: #16161E;
|
||||
--neutral-500: #252530;
|
||||
--neutral-400: #2C2C3A;
|
||||
--neutral-300: #414152;
|
||||
--neutral-100: #AAAABB;
|
||||
--neutral-000: #F1F1F4;
|
||||
}
|
||||
|
||||
body {
|
||||
|
||||
--background-dark: var(--neutral800);
|
||||
--background: var(--neutral000);
|
||||
--background-light: var(--neutral400);
|
||||
@ -57,14 +25,29 @@ body {
|
||||
--text: var(--neutral1000);
|
||||
--layer100: var(--neutral000);
|
||||
|
||||
--border-radius-md: 20px;
|
||||
|
||||
--spacing-sm: 10px;
|
||||
--spacing-md: 20px;
|
||||
|
||||
background-color: var(--layer100);
|
||||
transition: background-color 0.1s;
|
||||
color: var(--text);
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-family: 'Nunito Sans', sans-serif;
|
||||
}
|
||||
|
||||
.noise::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background: url(/noise.png);
|
||||
background-size: 200px;
|
||||
pointer-events: none;
|
||||
/* opacity: 0.3; */
|
||||
}
|
||||
|
||||
.theme-dark {
|
||||
|
||||
--background-dark: var(--neutral800);
|
||||
--background: var(--neutral500);
|
||||
--background-light: var(--neutral400);
|
||||
|
BIN
public/blog/colonial/Butterflies_1.gif
(Stored with Git LFS)
Normal file
BIN
public/blog/colonial/Butterflies_1.gif
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
public/blog/colonial/Butterflies_1.webm
Normal file
BIN
public/blog/colonial/Butterflies_1.webm
Normal file
Binary file not shown.
BIN
public/blog/colonial/Mask_01.gif
(Stored with Git LFS)
Normal file
BIN
public/blog/colonial/Mask_01.gif
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
public/blog/colonial/Mask_01.webm
Normal file
BIN
public/blog/colonial/Mask_01.webm
Normal file
Binary file not shown.
BIN
public/blog/colonial/Mask_02.gif
(Stored with Git LFS)
Normal file
BIN
public/blog/colonial/Mask_02.gif
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
public/blog/colonial/Mask_02.webm
Normal file
BIN
public/blog/colonial/Mask_02.webm
Normal file
Binary file not shown.
BIN
public/blog/colonial/Pebbles.gif
(Stored with Git LFS)
Normal file
BIN
public/blog/colonial/Pebbles.gif
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
public/blog/colonial/Pebbles.webm
Normal file
BIN
public/blog/colonial/Pebbles.webm
Normal file
Binary file not shown.
BIN
public/noise.png
(Stored with Git LFS)
Executable file
BIN
public/noise.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
public/projects/plantarium/plantarium.png
(Stored with Git LFS)
Normal file
BIN
public/projects/plantarium/plantarium.png
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -0,0 +1,3 @@
|
||||
[ZoneTransfer]
|
||||
ZoneId=3
|
||||
HostUrl=about:internet
|
BIN
public/projects/plantarium/screenshot-plantarium.png
(Stored with Git LFS)
Normal file
BIN
public/projects/plantarium/screenshot-plantarium.png
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user