From Laptop Machine Commit

This commit is contained in:
EhChad
2023-11-22 15:30:01 -05:00
parent 06d3938042
commit 146e1ecc47
5 changed files with 49 additions and 8 deletions

View File

@@ -11,11 +11,16 @@ function About() {
<div className="aboutBottom"> <div className="aboutBottom">
<h1> ABOUT US</h1> <h1> ABOUT US</h1>
<p> <p>
Hello, My name is Chad and I'm currently working towards my goals on trying to become a developer. Hello, My name is Chad and I'm currently working towards my goals on trying to become a developer.
I been working hard and trying to learn quickly. If you have any pointers and are a gamer please join the discord!
I try to be patient but I really wanna just learn fast.
</p> </p>
</div> </div>
<div className="discordinvabout">
<a class="btn" href="https://discord.gg/brQXPhQ" target="_blank" rel="noopener noreferrer">Join The Discord!</a>
</div>
<div className="discordintabout">
<iframe src="https://discord.com/widget?id=573633846587817992&theme=dark" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
</div>
</div> </div>
); );
} }

View File

@@ -36,4 +36,28 @@
display: flex; display: flex;
justify-content: center; justify-content: center;
transform: translateY(-40px); transform: translateY(-40px);
}
.about .discordinvabout {
color: black;
border: none;
border-radius: 5px;
cursor: pointer;
justify-content: center;
background-color: #121619;
height: 50px;
width: 180px;
color: white;
text-decoration: none;
font-size: 20px;
}
.discordintabout iframe {
/*position: fixed;
top: 50%;
left: 5%;
width: 300px;
height: 300px;
z-index: 1000;*/
display: none;
} }

View File

@@ -7,6 +7,7 @@
align-items: center; align-items: center;
flex-direction: column; flex-direction: column;
padding-top: 10px; padding-top: 10px;
z-index: 1000;
} }
.socialMedia svg { .socialMedia svg {

View File

@@ -53,10 +53,17 @@
} }
.discordint iframe { .discordint iframe {
position: fixed;
display: flex; display: flex;
justify-content: center; bottom: 20px;
right: 20px;
height: 350px;
width: 400px; width: 400px;
height: 50svh; background-color: black;
border: 1px solid black;
padding: 5px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
z-index: 500;
} }
@media only screen and (max-width: 765px) { @media only screen and (max-width: 765px) {
@@ -105,8 +112,11 @@
} }
.discordint iframe { .discordint iframe {
margin-left: 10svw; display: none;
width: 60svw; }
height: 350px; }
@media only screen and (max-height: 500px) {
.discordint iframe {
display: none;
} }
} }

View File

@@ -4,6 +4,7 @@
background-color: #121619; background-color: #121619;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
z-index: 1000;
} }
.navbar .leftSide { .navbar .leftSide {