Skip to content

Commit cc73abf

Browse files
committed
the big sponsor overhaul and bugfix
1 parent 3a92799 commit cc73abf

File tree

8 files changed

+336
-356
lines changed

8 files changed

+336
-356
lines changed

about-us.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h5 class="card-title">Build <span class="badge t rounded-pill">Technical</span>
9595
</p>
9696
</div>
9797
<div class="card-footer">
98-
<small>Lead: Niken P.</small>
98+
<small>Leads: Brett D. / Alyssa N.</small>
9999
</div>
100100
</div>
101101
<div class="card">
@@ -106,7 +106,7 @@ <h5 class="card-title">Design <span class="badge t rounded-pill">Technical</span
106106
</p>
107107
</div>
108108
<div class="card-footer">
109-
<small>Lead: Colin D.
109+
<small>Lead: Colin D. / Sebastian J.
110110
</small>
111111
</div>
112112
</div>
Lines changed: 18 additions & 0 deletions
Loading
Lines changed: 30 additions & 0 deletions
Loading

css/robot.css

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ body {
5353

5454
.navbar-nav li:hover {
5555
color: #000 !important;
56-
background-color: #F0B825 !important;
56+
background-color: #efb821 !important;
5757
}
5858
nav {
5959
border-bottom: 5px solid #efb821;
@@ -79,6 +79,15 @@ h2 {
7979
font-style: normal;
8080
text-align: center;
8181
}
82+
h1 {
83+
color: #fff;
84+
font-family: "Montserrat", sans-serif;
85+
font-optical-sizing: auto;
86+
font-weight: 900;
87+
margin-top: 15px;
88+
text-transform: uppercase;
89+
font-style: normal;
90+
}
8291

8392
.navbar-toggler {
8493
margin-top: 11px;
@@ -123,9 +132,9 @@ font-weight: 900;
123132
}
124133

125134
.outerSiema{
126-
background-color: #222227;
135+
background-color: #191919;
127136
padding: 20px 0 20px 0;
128-
137+
border-top: #38311F solid 5px; border-bottom: #38311F solid 5px;
129138
}
130139
.imagerow{
131140
height: 315px;
@@ -168,10 +177,10 @@ font-weight: 900;
168177
text-decoration: none;
169178
}
170179
.av{
171-
background-color: #c3a234;
180+
background-color: #efb821;
172181
}
173182
.no{
174-
background-color: #444459;
183+
background-color: #000;
175184
}
176185
lite-youtube{
177186
height: 315px;

css/sponsors.css

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@ font-weight: 900;
104104
font-size: 24px;
105105
}
106106
/*------------------------------------------------------------------*/
107-
.colorFix{
108-
background-color: #4b4b57;
109-
border-radius: 15px;
110-
}
111107
.flex-wrap{
112108
margin: 0 5% 0 5%;
113109
}
@@ -296,7 +292,7 @@ font-weight: 900;
296292
}
297293

298294
.col {
299-
text-align: left;
295+
text-align: center;
300296
}
301297
.bordera {
302298
border-bottom: #e5e4e2 solid 3px;
@@ -305,22 +301,23 @@ font-weight: 900;
305301
border-left: #e5e4e2 solid 3px;
306302
}
307303
.plat {
308-
background-color: #1e2146;
309-
border-top-left-radius: 24px;
310-
border-top-right-radius: 24px;
311-
304+
background-color: #6c6e86;
305+
border-radius: 30px;
312306
}
313307
.goldv {
314-
background-color: #423510;
308+
background-color: #967c44;
309+
border-radius: 30px;
315310
}
316311
.silv {
317-
background-color: #23212e;
312+
background-color: #463f50;
313+
border-radius: 30px;
318314
}
319315
.brnz {
320-
background-color: #241b14;
316+
background-color: #63432b;
317+
border-radius: 30px;
321318
}
322-
.sponsors {
323-
background-color: #2c1515;
319+
.memb {
320+
background-color: #6b2323;
324321
border-radius: 30px;
325322
}
326323
.row {
@@ -333,11 +330,16 @@ font-weight: 900;
333330
padding: 0 4px;
334331
}
335332

336-
.column img {
333+
.col img {
337334
margin-top: 8px;
338335
vertical-align: middle;
336+
height: 150px;
337+
margin: 20px;
339338
}
340339
.column2 {
341340
flex: 20%;
342341
padding: 0 4px;
342+
}
343+
.container {
344+
margin-left: auto;
343345
}

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ <h2 style="font-weight: 600;">CONTACT US</h2>
279279
</form>
280280
<br>
281281
</div>
282-
283282
<!-- Footer -->
284283
<footer class="d-none d-lg-block">
285284
<div class="bg-1 bottomnav">

0 commit comments

Comments
 (0)