Compare commits

...

3 Commits

Author SHA1 Message Date
Moss Limpert 8baa1d24fb start working on sass for support page 2023-12-06 21:22:12 -05:00
Moss Limpert 832f025300 adjust git settings (enable lfs?) 2023-12-06 21:21:58 -05:00
Moss Limpert 111b2153cf add links and images to support page 2023-12-06 21:21:37 -05:00
3 changed files with 115 additions and 106 deletions

4
.gitattributes vendored
View File

@ -1,2 +1,2 @@
*.woff2 filter=lfs diff=lfs merge=lfs -text
*.webp filter=lfs diff=lfs merge=lfs -text
*.woff2 filter=lfs diff=lfs merge=lfs -text
*.webp filter=lfs diff=lfs merge=lfs -text

View File

@ -1,94 +1,97 @@
body
background-color: #10011f
grid-template-columns: 500px 1fr
display: grid
color: white
font-family: "Sitka Small"
padding-top: 30px
padding-right: 50px
header
display: grid
grid-template-rows: 0fr 0fr 1fr
text-align: center
justify-items: center
padding: 0 40px
.subtitle
text-transform: uppercase
font-family: "Starstreak"
font-size: 16px
margin-top: 10px
nav
background-color: #332044
display: flex
flex-direction: column
gap: 15px
margin-top: 30px
width: 100%
align-items: center
font-size: 1.2em
h3
text-align: center
a
text-align: left
width: 180px
color: #dbb7ff
&::before
content: "> "
main
padding: 0 40px
#panels
display: grid
grid-template-columns: 1fr 1fr
gap: 30px
img
width: 100%
nav
display: flex
flex-direction: row
justify-content: center
gap: 24px
margin: 20px 0
.navsec
display: flex
flex-direction: row
gap: 24px
background-color: #332044
padding: 10px 20px
a
font-size: 2em
color: #dbb7ff
text-decoration: none
section
margin-bottom: 50px
#description
// margin-top: 50px
& > :first-child
font-size: 1.3em
strong
color: #dbb7ff
#about
background-color: #332044
padding: 10px 20px
@font-face
font-family: Starstreak
src: url("starstreak.woff2") format("woff2")
@font-face
font-family: "Sitka Small"
body
background-color: #10011f
grid-template-columns: 500px 1fr
display: grid
color: white
font-family: "Sitka Small"
padding-top: 30px
padding-right: 50px
header
display: grid
grid-template-rows: 0fr 0fr 1fr
text-align: center
justify-items: center
padding: 0 40px
.subtitle
text-transform: uppercase
font-family: "Starstreak"
font-size: 16px
margin-top: 10px
nav
background-color: #332044
display: flex
flex-direction: column
gap: 15px
margin-top: 30px
width: 100%
align-items: center
font-size: 1.2em
h3
text-align: center
a
text-align: left
width: 180px
color: #dbb7ff
&::before
content: "> "
main
padding: 0 40px
#panels
display: grid
grid-template-columns: 1fr 1fr
gap: 30px
img
width: 100%
nav
display: flex
flex-direction: row
justify-content: center
gap: 24px
margin: 20px 0
.navsec
display: flex
flex-direction: row
gap: 24px
background-color: #332044
padding: 10px 20px
a
font-size: 2em
color: #dbb7ff
text-decoration: none
section
margin-bottom: 50px
#description
// margin-top: 50px
& > :first-child
font-size: 1.3em
strong
color: #dbb7ff
#about
background-color: #332044
padding: 10px 20px
img
max-width: 50px
@font-face
font-family: Starstreak
src: url("starstreak.woff2") format("woff2")
@font-face
font-family: "Sitka Small"
src: url("sitka-small.woff2") format("woff2")

View File

@ -1,12 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Support Me</title>
<link rel="stylesheet" href="style.css"/>
<link rel="preload" href="starstreak.woff2" as="font"/>
<link rel="preload" href="general-station.woff2" as="font"/>
</head>
<body>
</body>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Support Me</title>
<link rel="stylesheet" href="style.css"/>
<link rel="preload" href="starstreak.woff2" as="font"/>
<link rel="preload" href="general-station.woff2" as="font"/>
</head>
<body>
<section name="links" id="links">
<span><img src="media/patreon.png" alt="patreon logo">
<a href="https://www.patreon.com/ANANTASHESHA">Patreon</a></span>
<span><img src="media/Bluesky_App_Icon.png" alt="bluesky logo"><a href="https://bsky.app/profile/anantashesha.bsky.social">Bluesky</a></span>
<span><img src="media/X_logo.svg" alt="twitter logo"><a href="https://x.com/_anantashesha_/status/1719637759424385209?s=46">Twitter</a></span>
<span><img src="media/mail-line.svg" alt="email icon"></span>
</section>
</body>
</html>