Skip to content

Commit

Permalink
Header
Browse files Browse the repository at this point in the history
  • Loading branch information
Shan-Weaviate committed Oct 17, 2024
1 parent e16a6c3 commit 2ca2f93
Show file tree
Hide file tree
Showing 10 changed files with 173 additions and 1 deletion.
10 changes: 10 additions & 0 deletions src/components/CaseStudies/Header/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ export default function StudyHeader() {
</div>
</div>
</div>
<div className={styles.bottomBar}>
<div className={styles.logo}></div>
<div className={`${styles.logo} ${styles.logo1}`}></div>
<div className={`${styles.logo} ${styles.logo2}`}></div>
<div className={`${styles.logo} ${styles.logo3}`}></div>
<div className={`${styles.logo} ${styles.logo4}`}></div>
<div className={`${styles.logo} ${styles.logo5}`}></div>
<div className={`${styles.logo} ${styles.logo6}`}></div>
<div className={`${styles.logo} ${styles.logo7}`}></div>
</div>
</header>
);
}
72 changes: 71 additions & 1 deletion src/components/CaseStudies/Header/styles.module.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
.box {
display: flex;

justify-content: center;
align-items: flex-start;
text-align: left;
margin-bottom: 40px;

@media screen and (max-width: 900px) {
flex-direction: column;
gap: 70px;
}

span {
color: #130c49;
font-family: Inter;
Expand Down Expand Up @@ -62,6 +66,11 @@
flex-shrink: 0;
border-radius: 1.25rem;
background-position: right;

@media screen and (max-width: 900px) {
width: 44.6875rem;
height: 26.6875rem;
}
}
}

Expand Down Expand Up @@ -131,3 +140,64 @@
text-transform: uppercase;
margin: 10px 0px;
}

.bottomBar {
background: #130c49;
width: 100%;
height: 5rem;
display: flex;
align-items: center;
justify-content: space-evenly;

.logo {
background-image: url('/img/site/stackoverflow-cs-variant.svg');
background-size: cover;
background-position: center;
width: 4.05294rem;
height: 1.2745rem;
flex-shrink: 0;
}

.logo1 {
background-image: url('/img/site/instabase-cs-variant.svg');
width: 7.00806rem;
height: 0.73581rem;
flex-shrink: 0;
}
.logo2 {
background-image: url('/img/site/redhat-cs-variant.svg');
width: 5.41038rem;
height: 1.25881rem;
flex-shrink: 0;
}
.logo3 {
background-image: url('/img/site/mutiny-cs-variant.svg');
width: 2.70644rem;
height: 1.30169rem;
flex-shrink: 0;
}
.logo4 {
background-image: url('/img/site/shippo-cs-variant.svg');
width: 4.04431rem;
height: 1.02769rem;
flex-shrink: 0;
}
.logo5 {
background-image: url('/img/site/redbull-cs-variant.svg');
width: 6.5175rem;
height: 1.03213rem;
flex-shrink: 0;
}
.logo6 {
background-image: url('/img/site/writesonic-cs-variant.svg');
width: 5.296rem;
height: 1.33944rem;
flex-shrink: 0;
}
.logo7 {
background-image: url('/img/site/netapp-cs-variant.svg');
width: 5.27531rem;
height: 0.927rem;
flex-shrink: 0;
}
}
17 changes: 17 additions & 0 deletions static/img/site/instabase-cs-variant.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions static/img/site/mutiny-cs-variant.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions static/img/site/netapp-cs-variant.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2ca2f93

Please sign in to comment.