Explained schedule

This commit is contained in:
Johan Thelin 2018-12-28 21:40:17 +01:00
parent 4002e4d86e
commit 086911ddbd
2 changed files with 42 additions and 0 deletions

View file

@ -50,6 +50,27 @@
<h1>What, When, and Where</h1>
<div class="row">
<div class="col-md-4">
<div class="toptitle">Community Day</div>
<div class="topsub">April 7</div>
<p>A day of workshops, dev sprints, install fests and hackathons. We invite all FOSS projects to participate and will find you a venue. Guests are welcome to visit the activities during the day.</p>
<p><b>No ticket needed!</b></p>
</div>
<div class="col-md-4">
<div class="toptitle">Conference Days</div>
<div class="topsub">April 8-9</div>
<p>Two days of fully catered, dual track conference with a technical focus. We bring speakers and guests from all over the world to provide the best possible contents for our audience.</p>
<p>Tickets will be available soon!</p>
</div>
<div class="col-md-4">
<div class="toptitle">Training Day</div>
<div class="topsub">April 10</div>
<p>One day of top quality training sessions. We bring the best teachers to our venue for an additional one day training of your choice.</p>
<p>Training tickets will be available soon!</p>
</div>
</div>
<p>foss-north is a free / open source conference covering both software and hardware from the technical perspective. Hosted in Gothenburg between Copenhagen, Oslo, and Stockholm, with an international airport, we provide a meeting place for the Nordic foss communities and will bring together great speakers with a great audience.</p>
<p>The event takes place during <strong>April 7-10</strong> at Chalmers Conference Centre in <strong>Gothenburg, Sweden</strong>.</p>

View file

@ -181,3 +181,24 @@ a.speakerfront:focus {
margin-left: 10%;
margin-right: 10%;
}
div.toptitle
{
text-align: center;
color: #ffcc33;
font-family: 'Armata', serif;
font-size: 18pt;
margin-bottom: 5px;
font-weight: bold;
background-color: black;
padding-top: 5px;
padding-bottom: 5px;
}
div.topsub {
text-align: center;
font-family: 'Roboto', sans-serif;
font-size: 18pt;
margin-bottom: 20px;
font-weight: bold;
}