add /git
This commit is contained in:
parent
12e03bc304
commit
619a66d86c
|
@ -14,7 +14,7 @@
|
|||
<a href="https://sadlynotsappho.dev" class="barbutton"> Home </a>
|
||||
<a class="barbutton-disabled"> About </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 class="main">
|
||||
<h1>hi this is about me</h1>
|
||||
|
|
|
@ -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>
|
|
@ -14,7 +14,7 @@
|
|||
<a class="barbutton-disabled"> Home </a>
|
||||
<a href="https://sadlynotsappho.dev/about" class="barbutton"> About </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 class="main">
|
||||
<img alt="my pfp, made with @greyfeu's picrew" class="logo" src="pfp.png" width="150" height="150" />
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<a href="https://sadlynotsappho.dev" class="barbutton"> Home </a>
|
||||
<a href="https://sadlynotsappho.dev/about" class="barbutton"> About </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 class="main">
|
||||
<h1>hi this is my socials</h1>
|
||||
|
|
Loading…
Reference in New Issue