Skip to content

Commit 9838596

Browse files
committed
Modified Hackathon logo, bg, and h1 per Wes' new design
1 parent e42933b commit 9838596

2 files changed

Lines changed: 6 additions & 9 deletions

File tree

events/css/openstackdays.css

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,21 @@
3030
}
3131

3232
.hackathon-hero {
33-
background: url('/themes/openstack/images/osdays/days-hero-bkgd.jpg') no-repeat top center;
33+
background-color:#000000;
3434
background-size: cover;
3535
text-align: center;
3636
border-bottom: 1px solid #DFE2E5
3737
}
3838

3939
.hackathon-hero h1 {
40-
color: #2b4e68;
41-
font-weight: 400;
42-
font-size: 34px;
43-
margin: 4px 0 19px;
40+
color: #000;
41+
font-size: 1px;
42+
margin: 0px 0 0px;
4443
font-family: 'Sentinel-Medium';
4544
}
4645

4746
.hackathon-hero .hackathon-logo {
48-
margin: 19px 0 1px;
49-
height:90px;
50-
padding-bottom: 10px;
47+
height:190px;
5148
}
5249

5350
.days-pretext{

events/templates/Layout/HackathonsPage.ss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="container">
44
<div class="row">
55
<div class="col-sm-12">
6-
<img class="hackathon-logo" src="/assets/openstack-logo/openstackdays/OpenStack-Logo-Mark-web.png" alt="OpenStack Logo">
6+
<img class="hackathon-logo" src="/assets/EventImages/hackathon-logo.png" alt="OpenStack Hackathon">
77
<h1>$Title</h1>
88
</div>
99
</div>

0 commit comments

Comments
 (0)