Skip to content

Commit ceae2c6

Browse files
committed
Update to footer links, footer styles, attempt to fix internal scroll menu
Signed-off-by: Jimmy McArthur <jimmy@tipit.net>
1 parent e428c07 commit ceae2c6

5 files changed

Lines changed: 43 additions & 51 deletions

File tree

summit/css/static-summit-about-page.css

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ button.btn i, a.btn i {
107107
.summit-hero-landing .navbar .nav > li > a, .summit-hero-landing-short .navbar .nav > li > a {
108108
color: #fff;
109109
text-transform: uppercase;
110+
font-size: 0.9em;
110111
}
111112

112113
.summit-banner {
@@ -198,6 +199,7 @@ button.btn i, a.btn i {
198199
background-color: #ed1944;
199200
font-size: 0.85em;
200201
padding: 1em;
202+
font-size: 0.9em;
201203
}
202204

203205

@@ -217,16 +219,13 @@ button.btn i, a.btn i {
217219

218220
.summit-hero-landing .nav li.link a, .summit-hero-landing-short .nav li.link a {
219221
border: none;
220-
font-size: 0.9em;
221-
padding: 1em;
222222
}
223223
.summit-hero-landing .nav li.link a:hover, .summit-hero-landing-short .nav li.link a:hover {
224224
color: #ffd602;
225-
font-weight: bold;
226225

227226
}
228227

229-
.summit-hero-landing .nav li.link.current a, .summit-hero-landing-short .nav li.link.current a {
228+
.summit-hero-landing .nav li.current a, .summit-hero-landing-short .nav li.current a {
230229
background: transparent;
231230
color: #ffd602;
232231
}
@@ -1271,10 +1270,3 @@ footer .btn {
12711270
margin-bottom: 1em;
12721271
letter-spacing: 0.02em;
12731272
}
1274-
1275-
1276-
footer .btn:hover{
1277-
font-weight: bold;
1278-
background-color: #ed1944;
1279-
1280-
}

summit/javascript/presentation-form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ function getCategories() {
144144
timeout:120000,
145145
dataType:'json',
146146
success: function (data, textStatus, jqXHR) {
147-
var html = '<label for="PresentationForm_PresentationForm_CategoryID">What is the general topic of the presentation?</label>';
147+
var html = '<label for="PresentationForm_PresentationForm_CategoryID">What is the general topic of this session?</label>';
148148
var controls = [];
149149
if (!$.isEmptyObject(data)) {
150150
for(var key in data) {

summit/templates/Includes/StaticSummitPageFooter.ss

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,30 @@
99
</a>
1010
<div class="links">
1111

12-
<a href="http://openstack.org/projects/openstack-faq/">FAQ</a>
12+
<a href="https://www.openstack.org/summit/berlin-2018/faq/">FAQ</a>
1313
<a href="/code-of-conduct">Code of Conduct</a>
14-
<a href="">Travel Support Program</a>
15-
<a href="">Spousivities</a>
16-
<a href="">Venue</a>
17-
<a href="">Nearby Hotels</a>
18-
<a href="">Visa Support</a>
19-
<a href="">Call For Presentations</a>
20-
<a href="">Past Summit Videos</a>
14+
<a href="https://www.openstack.org/summit/berlin-2018/travel/#travel-support">Travel Support & Visa</a>
15+
<a href="https://www.openstack.org/summit/berlin-2018/travel/#venue">Venue</a>
16+
<a href="https://www.openstack.org/summit/berlin-2018/travel/#hotels">Nearby Hotels</a>
17+
<a href="https://www.openstack.org/summit/berlin-2018/call-for-presentations">Call For Presentations</a>
18+
<a href="https://www.openstack.org/videos/summits">Past Summit Videos</a>
2119
</div>
2220

2321
</div>
2422
</div>
2523
<div class="col-md-6 col-sm-12 openstack">
2624
<div class="logo">
27-
<a href="/home"></a>
25+
<a href="https://www.openstack.org"></a>
2826
<h5>Organized by the openstack foundation</h5>
2927
</div>
3028

3129
<div class="links">
3230

33-
<a href="">OpenstackSoftware</a> <span>|</span>
34-
<a href="">Kata Containers</a> <span>|</span>
35-
<a href="">Zuul</a> <span>|</span>
36-
<a href="">AirShip</a> <span>|</span>
37-
<a href="">StarLingx</a></div>
31+
<a href="https://www.openstack.org">Openstack Software</a> <span>|</span>
32+
<a href="https://katacontainers.io/">Kata Containers</a> <span>|</span>
33+
<a href="https://zuul-ci.org/">Zuul</a> <span>|</span>
34+
<a href="https://www.airshipit.org/">AirShip</a> <span>|</span>
35+
<a href="https://www.starlingx.io/">StarLingx</a></div>
3836
</div>
3937
</div>
4038
</div>

summit/templates/Includes/StaticSummitPageHeader.ss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<% end_loop %>
2626

2727
<li class="link button-box">
28-
<a href="{$RegistrationLink}" class="btn register-btn-lrg">Get your tickets <i class="fa fa-arrow-right"></i>
28+
<a href="https://www.eventbrite.com/e/openstack-summit-november-2018-berlin-tickets-41880169715" class="btn register-btn-lrg">Get your tickets <i class="fa fa-arrow-right"></i>
2929
</a>
3030
</li>
3131
</ul>

summit/templates/Includes/StaticSummitPageHeaderSmall.ss

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,35 @@
11
<div class="summit-hero-landing-short">
22

33
<nav class="navbar navbar-default navbar-fixed-top" id="summit-main-nav">
4-
<div class="navbar-header">
5-
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"
6-
aria-expanded="false">
7-
<span class="sr-only">Toggle navigation</span>
8-
<span class="icon-bar"></span>
9-
<span class="icon-bar"></span>
10-
<span class="icon-bar"></span>
11-
</button>
12-
<a class="navbar-brand summit-hero-logo" href="/summit"></a>
13-
</div>
4+
<div class="container">
5+
<div class="navbar-header">
6+
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"
7+
aria-expanded="false">
8+
<span class="sr-only">Toggle navigation</span>
9+
<span class="icon-bar"></span>
10+
<span class="icon-bar"></span>
11+
<span class="icon-bar"></span>
12+
</button>
13+
<a class="navbar-brand summit-hero-logo" href="/summit"></a>
14+
</div>
1415

15-
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
16-
<ul class="nav navbar-nav">
17-
<li class="{$MainNavClass} <% if $ClassName == 'SummitAboutPage' %> current<% end_if %> link">
18-
<a href="$SummitAboutLink">About</a>
19-
</li>
20-
<% loop $Menu(3) %>
21-
<li class="$LinkingMode">
22-
<a href="$Link">$MenuTitle</a>
16+
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
17+
<ul class="nav navbar-nav">
18+
<li class="{$MainNavClass} <% if $ClassName == 'SummitAboutPage' %> current<% end_if %> link">
19+
<a href="$SummitAboutLink">About</a>
2320
</li>
24-
<% end_loop %>
25-
26-
<li class="link button-box">
27-
<a href="{$RegistrationLink}" class="btn register-btn-lrg">Get your tickets <i class="fa fa-arrow-right"></i>
28-
</a>
21+
<% loop $Menu(3) %>
22+
<li class="$LinkingMode">
23+
<a href="$Link">$MenuTitle</a>
2924
</li>
30-
</ul>
25+
<% end_loop %>
26+
27+
<li class="link button-box">
28+
<a href="https://www.eventbrite.com/e/openstack-summit-november-2018-berlin-tickets-41880169715" class="btn register-btn-lrg">Get your tickets <i class="fa fa-arrow-right"></i>
29+
</a>
30+
</li>
31+
</ul>
32+
</div>
3133
</div>
3234
</nav>
3335

0 commit comments

Comments
 (0)