diff --git a/src/pages/About.js b/src/pages/About.js
index 4199452..c15d7ec 100644
--- a/src/pages/About.js
+++ b/src/pages/About.js
@@ -11,11 +11,16 @@ function About() {
ABOUT US
- 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.
+ Hello, My name is Chad and I'm currently working towards my goals on trying to become a developer.
+ If you have any pointers and are a gamer please join the discord!
+
+
+
+
);
}
diff --git a/src/styles/About.css b/src/styles/About.css
index 2157517..8e7cfed 100644
--- a/src/styles/About.css
+++ b/src/styles/About.css
@@ -36,4 +36,28 @@
display: flex;
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;
}
\ No newline at end of file
diff --git a/src/styles/Footer.css b/src/styles/Footer.css
index fd4898c..6cbe472 100644
--- a/src/styles/Footer.css
+++ b/src/styles/Footer.css
@@ -7,6 +7,7 @@
align-items: center;
flex-direction: column;
padding-top: 10px;
+ z-index: 1000;
}
.socialMedia svg {
diff --git a/src/styles/Home.css b/src/styles/Home.css
index a2001e5..f64b24f 100644
--- a/src/styles/Home.css
+++ b/src/styles/Home.css
@@ -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;
}
}
\ No newline at end of file
diff --git a/src/styles/Navbar.css b/src/styles/Navbar.css
index 0d24c1f..47be3e1 100644
--- a/src/styles/Navbar.css
+++ b/src/styles/Navbar.css
@@ -4,6 +4,7 @@
background-color: #121619;
display: flex;
flex-direction: row;
+ z-index: 1000;
}
.navbar .leftSide {