misc changes in one commit like a boss

This commit is contained in:
Christian
2020-12-26 17:50:25 -05:00
parent 8050e0ac4b
commit 39ef9a46f6
3 changed files with 10 additions and 4 deletions

BIN
assets/OpenSans-Regular.ttf Normal file

Binary file not shown.

View File

@@ -3,6 +3,9 @@
<head> <head>
<title>Cesium</title> <title>Cesium</title>
<link rel="stylesheet" href="styles.css"> <link rel="stylesheet" href="styles.css">
<meta content="#bb99ff" name="theme-color"> <!--uwu-->
<meta property="og:title" content="Cesium">
<meta property="og:description" content="stuff about me i guess">
</head> </head>
<body> <body>
<h1>Cesium</h1> <h1>Cesium</h1>
@@ -14,8 +17,7 @@
<br>GitHub: <a href="https://github.com/CesiumCs">CesiumCs</a> <br>GitHub: <a href="https://github.com/CesiumCs">CesiumCs</a>
</p> </p>
<h2>other stuff</h2> <h2>other stuff</h2>
<p>i dont check this stuff much, not an exhaustive list of my entire <p>not an exhaustive list of my entire presence on the internet</p>
presence on the internet</p>
<p> <p>
Instagram: <a href="https://instagram.com/c.es.ium/">c.es.ium</a> Instagram: <a href="https://instagram.com/c.es.ium/">c.es.ium</a>
<br>Youtube: <a href="https://www.youtube.com/channel/UCXPFpgA9G9_wtlyDeT7QAig">Cesium</a> <br>Youtube: <a href="https://www.youtube.com/channel/UCXPFpgA9G9_wtlyDeT7QAig">Cesium</a>

View File

@@ -2,7 +2,7 @@
font-family: "Open Sans"; font-family: "Open Sans";
background-color: #0f1011; background-color: #0f1011;
color: white; color: white;
width: 69vw; width: 69vw; /* nice */
margin: auto; margin: auto;
} }
a { a {
@@ -10,4 +10,8 @@ a {
text-decoration: none; text-decoration: none;
text-shadow: 0 0 15px; text-shadow: 0 0 15px;
} }
/* TODO: make it not bad */ @font-face {
font-family: "Open Sans";
src: url(assets/OpenSans-Regular.ttf);
}
/* TODO: make it not bad */