Skip to content

Commit f0dadea

Browse files
committed
Added Hackathon to Summit homepage
1 parent 17a9104 commit f0dadea

2 files changed

Lines changed: 35 additions & 0 deletions

File tree

summit/css/combined.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3969,3 +3969,10 @@ a.session-chart-category {
39693969
font-size: 1.4em; }
39703970

39713971
/*End Sessions Landing Page*/
3972+
3973+
/* Summit Home Page */
3974+
.hackathon-menu-icon {
3975+
margin-bottom:15px;
3976+
}
3977+
3978+
/* End Summit Home Page */

summit/templates/Layout/SummitStaticAboutBostonPage.ss

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525
The Forum
2626
</a>
2727
</li>
28+
<li>
29+
<a href="#hackathon">
30+
<img src="https://www.openstack.org/assets/sydney-summit/images/hackathon-menu-icon.png" class="hackathon-menu-icon"><br>
31+
Hackathon
32+
</a>
33+
</li>
2834

2935
</ul>
3036
</div>
@@ -271,6 +277,28 @@
271277
</div>
272278
</div>
273279
</div>
280+
<div class="row" id="hackathon">
281+
<div class="col-sm-12">
282+
<hr style="margin-top:60px;">
283+
<h1 style="margin-bottom: 20px;">Hackathon</h1>
284+
<p><span style="text-align:center;"><img src="https://www.openstack.org/assets/sydney-summit/images/hackathon-section-logo.png"></span></p>
285+
</div>
286+
<div class="row">
287+
<div class="col-sm-8 col-sm-push-2">
288+
<p>Join us Nov 3-5, the weekend prior to the Summit, for <a href="http://hackathon.openstack.org.au/" target="_blank">Australia’s first OpenStack application hackathon</a>. This 3-day event--organized by local OpenStack community members--welcomes students and professionals to hack up the stack using the most popular open source cloud platform, along with application orchestration tools like OpenShift and Cloudify.</p>
289+
<p>Participants will learn how to build and migrate applications to distributed cloud environments, as well as demonstrate the diverse use cases for OpenStack. Experienced mentors from around the world will be on-site to provide support, and of course there will be plenty of snacks and swag. Winning teams will be showcased at the global OpenStack Summit the following week.</p>
290+
<p>Hackers are invited to join as an individual or as part of a team. Sign up now and get ready to compete for some big prizes!</p>
291+
</p>
292+
</div>
293+
</div>
294+
</div>
295+
</div>
296+
<div class="row">
297+
<div class="col-sm-12">
298+
<a href="http://hackathon.openstack.org.au/" class="btn academy-cta" target="_blank">Learn more about the Hackathon</a>
299+
</div>
300+
</div>
301+
</div>
274302
</div>
275303
<div class="summit-more-wrapper">
276304
<div class="container">

0 commit comments

Comments
 (0)