diff --git a/css/index.css b/css/index.css index 75a09e5..91c791d 100644 --- a/css/index.css +++ b/css/index.css @@ -164,6 +164,24 @@ body::before { } } +.gitgay-link { + background-color: var(--mauve); + border: none; + color: black; + padding: 20px; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 16px; + margin: 4px 2px; + cursor: pointer; + border-radius: 15px; +} + +.hub-header, .pfp, .hey, .pronouns, .intro-text, .gitgay-link { + margin-top: 10px; + margin-bottom: 10px; +} /* Coffee/index.html */ .teapot { diff --git a/index.html b/index.html index 92e995f..b2f049d 100644 --- a/index.html +++ b/index.html @@ -55,6 +55,9 @@ A 17 Year Old developer from England, United Kingdom who rarely actually does development work, and just tries to help out whenever she can. +
diff --git a/todo.txt b/todo.txt index 74caf64..2f224f6 100644 --- a/todo.txt +++ b/todo.txt @@ -1,3 +1 @@ -1. Admin page easter eggs (rickroll) -2. Custom 404 (not sure if git.gay pages supports this) -3. Make cool shit \ No newline at end of file +1. Make cool shit I guess. \ No newline at end of file