diff --git a/2019/index.html b/2019/index.html index a64290f..93a434f 100644 --- a/2019/index.html +++ b/2019/index.html @@ -50,6 +50,27 @@

What, When, and Where

+
+
+
Community Day
+
April 7
+

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.

+

No ticket needed!

+
+
+
Conference Days
+
April 8-9
+

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.

+

Tickets will be available soon!

+
+
+
Training Day
+
April 10
+

One day of top quality training sessions. We bring the best teachers to our venue for an additional one day training of your choice.

+

Training tickets will be available soon!

+
+
+

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.

The event takes place during April 7-10 at Chalmers Conference Centre in Gothenburg, Sweden.

diff --git a/2019/style.css b/2019/style.css index 5168351..77eeaec 100644 --- a/2019/style.css +++ b/2019/style.css @@ -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; +}