Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions src/homepage/CSS/Banner.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ a {
}
.rectangle {
top: -10px;
right: 320px;
}
}
@media screen and (max-width: 1199px) {
Expand All @@ -132,7 +133,7 @@ a {
left: 60px;
}
.rectangle {
right: 100px;
right: 320px;
top: -10px;
}
.girl {
Expand Down Expand Up @@ -217,7 +218,7 @@ a {
position: sticky;
bottom: 0px;
float: right;
right: 50px;
right: 100px;
}
}
@media screen and (max-width: 669px) and (min-width: 460px) {
Expand All @@ -227,6 +228,7 @@ a {
right: 300px;
}
}

@media screen and (max-width: 629px) {
.Button {
left: 24%;
Expand All @@ -238,6 +240,12 @@ a {
#impact {
margin-left: 30px;
}
.Rectsmall {
position: sticky;
top: 750px;
right: 200px;
}

}
@media screen and (max-width: 503px) {
.Button {
Expand All @@ -262,7 +270,8 @@ a {
padding-left: 30px;
padding-right: 30px;
}




/* .SocialLinks1 {
font-size: 1.15rem;
Expand All @@ -287,4 +296,4 @@ a {
.Button {
left: 4%;
}
}
}
21 changes: 5 additions & 16 deletions src/homepage/Components/Banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
FaTwitter,
FaRegLightbulb,
FaGithub,
FaDiscord,
} from "react-icons/fa";

export default function Banner() {
Expand All @@ -38,16 +37,6 @@ export default function Banner() {
<FaInstagram />{" "}
</a>
</div>
<div className={styles.divshift1}>
<a
href="https://discordgci.netlify.app"
target="_blank"
className={styles.Shift1}
>
{" "}
<FaDiscord />{" "}
</a>
</div>
<div className={styles.divshift1}>
<a
href="https://twitter.com/GirlCodeIt1"
Expand All @@ -60,7 +49,7 @@ export default function Banner() {
</div>
<div className={styles.divshift1}>
<a
href="https://github.com/Girl-Code-It"
href="https://github.com/Girl-Code-It"
target="_blank"
className={styles.Shift1}
>
Expand All @@ -73,8 +62,8 @@ export default function Banner() {
<Row>
<Col md={6} lg={7}>
<h1 className={styles.heading}>
Give wings <br className={styles.align} /> to your
<span style={{ color: "#008dc8" }}> dreams </span>
From Will<br className={styles.align} /> to
<span style={{ color: "#008dc8" }}> Skill </span>
</h1>
<div className={styles.rectangle} />
<a className={styles.Button}>
Expand Down Expand Up @@ -107,8 +96,8 @@ export default function Banner() {

<Container className={styles.containersmall} fluid>
<h1 style={{ textAlign: "center" }} className={styles.heading}>
Give wings <br className={styles.align} /> to your
<span style={{ color: "#008dc8" }}> dreams </span>
From Will <br className={styles.align} /> to
<span style={{ color: "#008dc8" }}> Skill </span>
<div className={styles.Rectsmall} />
</h1>
<Image
Expand Down