This commit is contained in:
SadlyNotSappho 2023-05-30 15:49:04 -07:00
parent 12e03bc304
commit 619a66d86c
4 changed files with 30 additions and 3 deletions

View File

@ -14,7 +14,7 @@
<a href="https://sadlynotsappho.dev" class="barbutton"> Home </a> <a href="https://sadlynotsappho.dev" class="barbutton"> Home </a>
<a class="barbutton-disabled"> About </a> <a class="barbutton-disabled"> About </a>
<a href="https://sadlynotsappho.dev/socials" class="barbutton"> Socials </a> <a href="https://sadlynotsappho.dev/socials" class="barbutton"> Socials </a>
<a href="https://git.sadlynotsappho.dev/SadlyNotSappho" class="barbutton"> Git </a> <a href="https://sadlynotsappho.dev/git" class="barbutton"> Git </a>
</div> </div>
<div class="main"> <div class="main">
<h1>hi this is about me</h1> <h1>hi this is about me</h1>

27
git/index.html Normal file
View File

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SadlyNotSappho's Git Repos</title>
<link rel="stylesheet" href="/index.css">
</head>
<body>
<div class="top-bar">
<a href="https://sadlynotsappho.dev" class="barbutton"> Home </a>
<a href="https://sadlynotsappho.dev/about" class="barbutton"> About </a>
<a href="https://sadlynotsappho.dev/socials" class="barbutton"> Socials </a>
<a class="barbutton-disabled"> Git </a>
</div>
<div class="main">
<h2>Old projects</h2>
<a class="pink" href="https://github.com/SadlyNotSappho">GitHub</a>
<h2>New Projects</h2>
<a class="pink" href="https://git.sadlynotsappho.dev/SadlyNotSappho">Self-hosted Git Server</a>
</div>
</body>
</html>

View File

@ -14,7 +14,7 @@
<a class="barbutton-disabled"> Home </a> <a class="barbutton-disabled"> Home </a>
<a href="https://sadlynotsappho.dev/about" class="barbutton"> About </a> <a href="https://sadlynotsappho.dev/about" class="barbutton"> About </a>
<a href="https://sadlynotsappho.dev/socials" class="barbutton"> Socials </a> <a href="https://sadlynotsappho.dev/socials" class="barbutton"> Socials </a>
<a href="https://git.sadlynotsappho.dev/SadlyNotSappho" class="barbutton"> Git </a> <a href="https://sadlynotsappho.dev/git" class="barbutton"> Git </a>
</div> </div>
<div class="main"> <div class="main">
<img alt="my pfp, made with @greyfeu's picrew" class="logo" src="pfp.png" width="150" height="150" /> <img alt="my pfp, made with @greyfeu's picrew" class="logo" src="pfp.png" width="150" height="150" />

View File

@ -14,7 +14,7 @@
<a href="https://sadlynotsappho.dev" class="barbutton"> Home </a> <a href="https://sadlynotsappho.dev" class="barbutton"> Home </a>
<a href="https://sadlynotsappho.dev/about" class="barbutton"> About </a> <a href="https://sadlynotsappho.dev/about" class="barbutton"> About </a>
<a class="barbutton-disabled"> Socials </a> <a class="barbutton-disabled"> Socials </a>
<a href="https://git.sadlynotsappho.dev/SadlyNotSappho" class="barbutton"> Git </a> <a href="https://sadlynotsappho.dev/git" class="barbutton"> Git </a>
</div> </div>
<div class="main"> <div class="main">
<h1>hi this is my socials</h1> <h1>hi this is my socials</h1>