diff --git a/MPLUSCodeLatin-Regular.ttf b/MPLUSCodeLatin-Regular.ttf
new file mode 100644
index 0000000..9799fdb
Binary files /dev/null and b/MPLUSCodeLatin-Regular.ttf differ
diff --git a/WebPlus_IBM_BIOS.woff b/WebPlus_IBM_BIOS.woff
new file mode 100644
index 0000000..a519221
Binary files /dev/null and b/WebPlus_IBM_BIOS.woff differ
diff --git a/index.html b/index.html
index 3e11331..82de814 100644
--- a/index.html
+++ b/index.html
@@ -2,16 +2,27 @@
- 0x76.dev
+ Vivian (0x76)
+
- hi i'm Vivian and welcome to my website
+ Hi i'm Vivian (she/her) and welcome to my website!
+ I'm into all things tech, but also TTRPGs, board games, books and philosophy.
-
+
+
diff --git a/style.css b/style.css
index 19bbef2..65686b2 100644
--- a/style.css
+++ b/style.css
@@ -7,23 +7,46 @@
src: url(./MajorMonoDisplay-Regular.ttf);
}
+@font-face {
+ font-family: "MPLUS Code";
+ src: url(./MPLUSCodeLatin-Regular.ttf);
+}
+
html, body {
height: 100%;
}
+ul {
+ padding: 0;
+}
+
+li {
+ padding-top: 0.4em;
+}
+
body {
margin: 0;
- font-family: "Major Mono Display", monospace;
+ font-family: "MPLUS Code", monospace;
font-weight: 400;
font-style: normal;
- color: white;
+ color: whitesmoke;
background-color: black;
+ text-align: center;
+}
+
+h1, h2, h3 {
+ color: var(--violet);
+ font-family: "Major Mono Display", monospace;
}
h1 {
font-size: 8rem;
}
+a:link, a:visited {
+ color: inherit;
+}
+
main {
height: 100%;
padding: 0;
@@ -36,7 +59,15 @@ main {
header {
/* grid-row: 1; */
grid-column: 2;
- text-align: center;
+}
+
+section.socials {
+ grid-column: 2;
+ grid-row: 3;
+}
+
+.socials > ul {
+ list-style-type: none;
}
header > h1 {