Skip to content

Commit d29b1ec

Browse files
committed
Cleanup on Summit content / CSS
Signed-off-by: Jimmy McArthur <jimmy@tipit.net>
1 parent a72cec1 commit d29b1ec

2 files changed

Lines changed: 11 additions & 7 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,11 @@ button.btn i, a.btn i {
592592
padding: 0;
593593
}
594594

595+
.overview li {
596+
padding-bottom:1px;
597+
598+
}
599+
595600
.overview li a {
596601
width: 100%;
597602
background-color: #ed1944;

summit/templates/Layout/StaticSummitAboutPage.ss

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
communities like Ansible, Ceph, Docker, Kata Containers, Kubernetes, ONAP, OpenStack, Open vSwitch, OPNFV
1717
and Zuul.</p>
1818

19-
<button class="btn btn-default">Sponsor the Summit <i class="fal fa-arrow-right"></i></button>
20-
<button class="btn btn-primary">Register for $699 Now <i class="fal fa-arrow-right"></i></button>
19+
<button class="btn btn-default" href="/summit/berlin-2018/sponsors/">Sponsor the Summit <i class="fal fa-arrow-right"></i></button>
20+
<button class="btn btn-primary" href="https://www.eventbrite.com/e/openstack-summit-november-2018-berlin-tickets-41880169715" target="_blank">Register for $999 Now <i class="fal fa-arrow-right"></i></button>
2121

2222
</div>
2323
<div class="col-md-12 session-box">
@@ -221,7 +221,7 @@
221221
</div>
222222
</div>
223223
<div class="col-xs-12">
224-
<button class="btn">See all summit speakers <i class="fa fa-arrow-right"></i></button>
224+
<button class="btn" href="/summit/berlin-2018/speakers">See all summit speakers <i class="fa fa-arrow-right"></i></button>
225225
</div>
226226
</div>
227227
<div class="col-sm-12 col-lg-4 col-md-6 col-xs-12">
@@ -247,7 +247,7 @@
247247
</div>
248248

249249
<div class="col-xs-12">
250-
<button class="btn">Full Summit Schedule<i class="fa fa-arrow-right"></i></button>
250+
<button class="btn" href="/summit/berlin-2018/summit-schedule/">Full Summit Schedule<i class="fa fa-arrow-right"></i></button>
251251
</div>
252252
</div>
253253
</div>
@@ -530,11 +530,10 @@
530530
<h4>Get buy in from your boss</h4>
531531
<p>Justifying your trip to Berlin this November is easier with when armed with the right information.</p>
532532
<p>Get budget info and other goodies to help convince your boss that you need to be at the Summit.</p>
533-
<p>Whether you’re interested in CI/CD, Containers, Edge Computing, NFV, or Hybrid Cloud Strategy or you’re looking to collaborate with fellow operators and developers at the Forum, the Summit is the place to be. </p>
534533
<p>To make it even easier, here’s a sample letter filled with attendee demographics, sponsoring companies, featured speakers and more that is bound to send you and your coworkers to the home of open infrastructure.
535534
</p>
536535

537-
<button class="btn">Sample Letter <i class="fa fa-arrow-right"></i></button>
536+
<button class="btn" href="/summit/berlin-2018/sample-letter/">Sample Letter <i class="fa fa-arrow-right"></i></button>
538537
</div>
539538
<div class="video item">
540539
<div class="embed-video"><iframe src="//www.youtube.com/embed/xZwqtldjJRQ?rel=0&showinfo=0" frameborder="0"
@@ -593,7 +592,7 @@
593592
<p>Community leaders share tips and need-to-knows for the Summit-curious.
594593
</p>
595594

596-
<button class="btn">Read the article<i class="fa fa-arrow-right"></i></button>
595+
<button class="btn" href="http://superuser.openstack.org/articles/first-openstack-summit-vancouver-2/" target="_blank">Read the article<i class="fa fa-arrow-right"></i></button>
597596
</div>
598597

599598
<div class="box light item">

0 commit comments

Comments
 (0)