Compare commits

..

No commits in common. "bf4aef54afd788756a0297512720e40895289c13" and "915cf5f2ff1d2fd5d8ba324f87e9fb3ba58ac0b5" have entirely different histories.

7 changed files with 15 additions and 49 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

View file

@ -1,12 +1,7 @@
---
---
<footer>
<div class="foot">
<a class="foot" href="https://git.lgbt/elh/elh.gay">Source Code</a>
<div class="footer">
<a href="https://git.lgbt/elh/elh.gay">Source Code</a>
</div>
</footer>
<style>
.foot {
text-decoration: none;
}
</style>
</footer>

View file

@ -4,8 +4,8 @@ import FriendButton from "../components/Friendbutton.astro"
<section id="Friends">
<h2>Friends Sites!</h2>
<span class="friends">
<FriendButton website="https://ashleygraves.eu/" image="https://dp.nea.moe/avatar/836177139798638592.png" title="Ashley"/>
<FriendButton website=" https://pandaptable.moe" image="/nemmy.gif" title="Nemmy"/>
<FriendButton website="https://ashleygraves.eu/" image="https://dp.nea.moe/avatar/836177139798638592.png" title="Ashley"/>
<FriendButton website=" https://pandaptable.moe" image="/nemmy.gif" title="Nemmy"/>
<FriendButton website="https://tiramisu.gay/" image=" https://dp.nea.moe/avatar/1215758862444007465.png" title="Tiramisu"/>
<FriendButton website="Https://vendicated.dev/" image=" https://dp.nea.moe/avatar/343383572805058560.png" title="Vee"/>
<FriendButton website="https://zoey-on-github.github.io/" image=" https://dp.nea.moe/avatar/696593747353534544.png" title="Julie"/>
@ -20,7 +20,7 @@ import FriendButton from "../components/Friendbutton.astro"
<FriendButton website="https://rozbrajacz.futbol/" image=" https://dp.nea.moe/avatar/455435762981273630.png" title="Rozbrajacz"/>
<FriendButton website="https://byeoon.github.io//" image=" https://dp.nea.moe/avatar/1167275288036655133.png" title="Byeoon"/>
<FriendButton website="https://krstlskll69.github.io/" image=" https://dp.nea.moe/avatar/929208515883569182.png" title="Krystal"/>
<FriendButton website="https://catboys.zip/" image=" https://dp.nea.moe/avatar/734079736615141426.png" title="Potato"/>
<FriendButton website="https://potato.likes.boykissi.ng/" image=" https://dp.nea.moe/avatar/734079736615141426.png" title="Potato"/>
</span>
</section>
<style>
@ -31,7 +31,6 @@ import FriendButton from "../components/Friendbutton.astro"
justify-content: center;
gap: 0.5rem;
image { width: 5rem; }
}
</style>

View file

@ -35,7 +35,7 @@ import Socialsbutton from "../components/socialsbutton.astro"
</span>
</div>
<div class="social">
git.lgbt
Git.lgbt
<a><img width=40rem class="socialimage" title="" src="/git.svg"></a>
<span class="Button">
@ -62,5 +62,4 @@ margin-bottom: 1rem;
margin:0.5rem;
font-size:large;
}
</style>

View file

@ -6,13 +6,11 @@ const {pageTitle} = Astro.props
---
<html lang="en">
<head>
<meta property="og:title" content="Hell (Stellaluna's Site)">
<meta property="og:description" content="Creature Located Within Your WALLS">
<meta property="og:image" content="/shiggy.gif">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} >
<title>{pageTitle}</title>
</head>
<body>
<Header/>

View file

@ -4,5 +4,4 @@ const pageTitle="About Me";
---
<Layout pageTitle={pageTitle}>
<h1>about me</h1>
<p></p>
</Layout>

View file

@ -13,11 +13,7 @@ font-weight: 400;
padding: 2rem;
line-height: 1.5;
}
@media only screen and (max-width: 768px){
body {
font-size: 50%;
}
}
* {
box-sizing: border-box;
font-family: 'OCR A Std', sans-serif;
@ -30,19 +26,9 @@ font-weight: 400;
text-align: center;
max-width: auto;
}
@media only screen and (max-width: 768px){
h1 {
font-size: 50%;
}
}
h2 {text-align: center;
max-width: auto;
font-size: 2.5rem;}
@media only screen and (max-width: 768px){
h2 {
font-size: 1.5rem;
}
}
footer {
text-align: center;
background-color: orange;
@ -57,11 +43,6 @@ header {
line-height: 1.5;
text-align:center;
font-size: 1rem;
}
@media only screen and (max-width: 768px){
header {
font-size: 50%;
}
}
.profilepic {
width: 7rem;
@ -78,7 +59,7 @@ font-size: 2rem
/* nav styles */
.nav-links {
width: 50%;
width: 100%;
top: 5rem;
left: 48px;
background-color: #ff9776;
@ -117,11 +98,10 @@ font-size: 2rem
}
}
.navbutton {
border-radius: 30%;
background: orange;
border-width: 3px;
border-width: px;
}
.navbutton:hover, .navbutton:active
{
@ -130,7 +110,6 @@ font-size: 2rem
}
.fbutton {
border-radius: 100px;
border-width: 0px;
}
.buttonimg {
@ -149,15 +128,12 @@ font-size: 2rem
.SocialsButton a{
color: purple;
text-decoration: none;
display: inline;
padding: 2rem;
}
.SocialsButton:hover {
background-color: darkorange;
}
@media only screen and (max-width: 768px){
.SocialsButton{
padding: .75rem ;
}
}