Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6966bc5

Browse files
Add sponsors to homepage (#93)
1 parent 7756334 commit 6966bc5

File tree

4 files changed

+40
-0
lines changed

4 files changed

+40
-0
lines changed

src/app/components/home/LandingPage.tsx

+13
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,19 @@ export class LandingPage extends React.Component<LandingPageInterfaces.Props, {}
125125
</div>
126126
</div>
127127
</div>
128+
<div className={classnames(styles.sponsors)}>
129+
<div>
130+
<h1>MEDIA PARTNERS</h1>
131+
</div>
132+
<div className={classnames(styles.sponsorsImages)}>
133+
<div className={classnames(styles.startupnews)}>
134+
<img src="../../assets/img/startupnews.png"></img>
135+
</div>
136+
<div>
137+
<img src="../../assets/img/alltop9.png"></img>
138+
</div>
139+
</div>
140+
</div>
128141
<div className="position-sticky align-bottom" id={'contact'}>
129142
<Footer />
130143
</div>

src/app/styles/LandingPage.module.css

+27
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,30 @@
7272
display: none;
7373
}
7474

75+
.sponsors {
76+
text-align: center;
77+
}
78+
79+
.sponsors > div > h1 {
80+
font-family: 'Under';
81+
margin: 20px auto;
82+
}
83+
84+
.sponsorsImages {
85+
display: flex;
86+
flex-wrap: wrap;
87+
align-items: center;
88+
justify-content: space-around;
89+
}
90+
91+
.sponsorsImages > div {
92+
margin-bottom: 25px;
93+
}
94+
95+
.startupnews > img {
96+
max-width: 341.3px;
97+
}
98+
7599
@media (max-width: 1000px) {
76100
.head_img {
77101
left: 50vw !important;
@@ -150,6 +174,9 @@
150174
max-height: 1000px;
151175
overflow-y: hidden;
152176
}
177+
.sponsorsImages > img {
178+
width: 90%;
179+
}
153180
}
154181

155182
.main-nav {

src/assets/img/alltop9.png

9.94 KB
Loading

src/assets/img/startupnews.png

71.6 KB
Loading

0 commit comments

Comments
 (0)