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>
<title>Cesium</title>
<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>
<body>
<h1>Cesium</h1>
@@ -14,8 +17,7 @@
<br>GitHub: <a href="https://github.com/CesiumCs">CesiumCs</a>
</p>
<h2>other stuff</h2>
<p>i dont check this stuff much, not an exhaustive list of my entire
presence on the internet</p>
<p>not an exhaustive list of my entire presence on the internet</p>
<p>
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>

View File

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