mirror of
https://github.com/DevEhChad/chadsreactproject.git
synced 2025-11-08 13:31:35 +00:00
From Laptop Machine Commit
This commit is contained in:
@@ -12,10 +12,15 @@ function About() {
|
||||
<h1> ABOUT US</h1>
|
||||
<p>
|
||||
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.
|
||||
I try to be patient but I really wanna just learn fast.
|
||||
If you have any pointers and are a gamer please join the discord!
|
||||
</p>
|
||||
</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>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -37,3 +37,27 @@
|
||||
justify-content: center;
|
||||
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;
|
||||
}
|
||||
@@ -7,6 +7,7 @@
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
padding-top: 10px;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.socialMedia svg {
|
||||
|
||||
@@ -53,10 +53,17 @@
|
||||
}
|
||||
|
||||
.discordint iframe {
|
||||
position: fixed;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
bottom: 20px;
|
||||
right: 20px;
|
||||
height: 350px;
|
||||
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) {
|
||||
@@ -105,8 +112,11 @@
|
||||
}
|
||||
|
||||
.discordint iframe {
|
||||
margin-left: 10svw;
|
||||
width: 60svw;
|
||||
height: 350px;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-height: 500px) {
|
||||
.discordint iframe {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@@ -4,6 +4,7 @@
|
||||
background-color: #121619;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.navbar .leftSide {
|
||||
|
||||
Reference in New Issue
Block a user