opening ticket sales
This commit is contained in:
parent
fc055156a8
commit
815ac13551
13 changed files with 437 additions and 2 deletions
|
@ -24,7 +24,9 @@
|
|||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||
<ul class="navbar-nav mr-auto"><li class="nav-item"><a class="nav-link" href="/2019/">Home</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/speakers-and-talks.html">Speakers and Talks</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/tickets.html">Tickets</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/contribute.html">Contribute</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/training-day.html">Training Day</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/coc.html">Code of Conduct</a>
|
||||
</li></ul>
|
||||
<ul class="navbar-nav ml-auto">
|
||||
|
|
|
@ -24,7 +24,9 @@
|
|||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||
<ul class="navbar-nav mr-auto"><li class="nav-item"><a class="nav-link" href="/2019/">Home</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/speakers-and-talks.html">Speakers and Talks</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/tickets.html">Tickets</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/contribute.html">Contribute</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/training-day.html">Training Day</a>
|
||||
</li><li class="nav-item active"><a class="nav-link" href="/2019/coc.html">Code of Conduct<span class="sr-only">(current)</span></a>
|
||||
</li></ul>
|
||||
<ul class="navbar-nav ml-auto">
|
||||
|
|
165
2019/community-day.html
Normal file
165
2019/community-day.html
Normal file
|
@ -0,0 +1,165 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en"><head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>foss-north 2019</title>
|
||||
|
||||
<link rel="icon" type="image/png" href="favicon.ico">
|
||||
|
||||
<!-- Bootstrap -->
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
|
||||
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body><nav class="navbar fixed-top navbar-expand-lg navbar-light bg-light">
|
||||
<a class="navbar-brand" href="http://foss-north.se/"><img src="images/brand-logo.png" /></a>
|
||||
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||
<ul class="navbar-nav mr-auto"><li class="nav-item"><a class="nav-link" href="/2019/">Home</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/speakers-and-talks.html">Speakers and Talks</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/tickets.html">Tickets</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/contribute.html">Contribute</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/training-day.html">Training Day</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/coc.html">Code of Conduct</a>
|
||||
</li></ul>
|
||||
<ul class="navbar-nav ml-auto">
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Other Events
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdown">
|
||||
<a class="dropdown-item" href="http://foss-gbg.se/">foss-gbg</a>
|
||||
<div class="dropdown-divider"></div>
|
||||
<a class="dropdown-item" href="http://foss-north.se/2016/">foss-north 2016</a>
|
||||
<a class="dropdown-item" href="http://foss-north.se/2017/">foss-north 2017</a>
|
||||
<a class="dropdown-item" href="http://foss-north.se/2018/">foss-north 2018</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="container">
|
||||
<style>
|
||||
img.olTileImage {
|
||||
max-width: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
<h2>Map</h2>
|
||||
|
||||
<div id="mapdiv" style="height: 600px;"></div>
|
||||
|
||||
<div class="bodybreak"> </div>
|
||||
|
||||
<h2>Projects</h2><a name="kde" class="offsetanchor"></a>
|
||||
<div class="row speakerrow">
|
||||
<div class="col-md-3">
|
||||
<div class="speaker-photo"><a href="https://www.kde.org/"><img class="sp-image" src="images/project-kde.png" alt="KDE"></a></div><div class="speaker-photo"><a href="https://www.kde.org/"><img class="sp-image" src="images/venue-kde.png" alt="Sylog"></a></div></div>
|
||||
<div class="col-md-9">
|
||||
<div class="name"><a class="projectlink" href="https://www.kde.org/">KDE</a></div><div class="abstract">
|
||||
T.B.D.
|
||||
</div><div class="bio">Sylog Väst AB<br />Theres Svenssons Gata 10<br />417 55 Göteborg<br /></div>
|
||||
</div>
|
||||
</div><a name="zephyr" class="offsetanchor"></a>
|
||||
<div class="row speakerrow">
|
||||
<div class="col-md-3">
|
||||
<div class="speaker-photo"><a href="https://www.zephyrproject.org/"><img class="sp-image" src="images/project-zephyr.png" alt="Zephyr"></a></div><div class="speaker-photo"><a href="https://www.zephyrproject.org/"><img class="sp-image" src="images/venue-zephyr.png" alt="Endian"></a></div></div>
|
||||
<div class="col-md-9">
|
||||
<div class="name"><a class="projectlink" href="https://www.zephyrproject.org/">Zephyr</a></div><div class="abstract">
|
||||
T.B.D.
|
||||
</div><div class="bio">Endian Technologies AB<br />Flöjelbergsgatan 11<br />431 37 Mölndal<br /></div>
|
||||
</div>
|
||||
</div><a name="freebsd" class="offsetanchor"></a>
|
||||
<div class="row speakerrow">
|
||||
<div class="col-md-3">
|
||||
<div class="speaker-photo"><a href="https://www.freebsd.org/"><img class="sp-image" src="images/project-freebsd.png" alt="FreeBSD"></a></div><div class="speaker-photo"><a href="https://www.freebsd.org/"><img class="sp-image" src="images/venue-freebsd.png" alt="B3 Consulting"></a></div></div>
|
||||
<div class="col-md-9">
|
||||
<div class="name"><a class="projectlink" href="https://www.freebsd.org/">FreeBSD</a></div><div class="abstract">
|
||||
T.B.D.
|
||||
</div><div class="bio">B3 Consulting Göteborg<br />Kämpegatan 6<br />411 04 Göteborg<br /></div>
|
||||
</div>
|
||||
</div><a name="debian" class="offsetanchor"></a>
|
||||
<div class="row speakerrow">
|
||||
<div class="col-md-3">
|
||||
<div class="speaker-photo"><a href="https://www.debian.org/"><img class="sp-image" src="images/project-debian.png" alt="Debian"></a></div><div class="speaker-photo"><a href="https://www.debian.org/"><img class="sp-image" src="images/venue-debian.png" alt="Kuro Studio"></a></div></div>
|
||||
<div class="col-md-9">
|
||||
<div class="name"><a class="projectlink" href="https://www.debian.org/">Debian</a></div><div class="abstract">
|
||||
T.B.D.
|
||||
</div><div class="bio">Kuro Studio AB<br />Kyrkogatan 15<br />411 15 Göteborg<br /></div>
|
||||
</div>
|
||||
</div><a name="rust" class="offsetanchor"></a>
|
||||
<div class="row speakerrow">
|
||||
<div class="col-md-3">
|
||||
<div class="speaker-photo"><a href="https://www.rust-lang.org/"><img class="sp-image" src="images/project-rust.png" alt="Rust"></a></div><div class="speaker-photo"><a href="https://www.rust-lang.org/"><img class="sp-image" src="images/venue-rust.png" alt="HiQ"></a></div></div>
|
||||
<div class="col-md-9">
|
||||
<div class="name"><a class="projectlink" href="https://www.rust-lang.org/">Rust</a></div><div class="abstract">
|
||||
T.B.D.
|
||||
</div><div class="bio">HiQ<br />Östra Hamngatan 24<br />411 09 Göteborg<br /></div>
|
||||
</div>
|
||||
</div><a name="crf" class="offsetanchor"></a>
|
||||
<div class="row speakerrow">
|
||||
<div class="col-md-3">
|
||||
<div class="speaker-photo"><a href="https://chalmersrobotics.se"><img class="sp-image" src="images/project-crf.png" alt="Chalmers Robotförening"></a></div></div>
|
||||
<div class="col-md-9">
|
||||
<div class="name"><a class="projectlink" href="https://chalmersrobotics.se">Chalmers Robotförening</a></div><div class="abstract">
|
||||
T.B.D.
|
||||
</div><div class="bio">Chalmers Robotförening<br />Sven Hultins gata 8<br />412 58 Göteborg<br /></div>
|
||||
</div>
|
||||
</div><script src="http://www.openlayers.org/api/OpenLayers.js"></script>
|
||||
<script>
|
||||
map = new OpenLayers.Map("mapdiv");
|
||||
map.addLayer(new OpenLayers.Layer.OSM());
|
||||
|
||||
var markers = new OpenLayers.Layer.Markers( "Markers" );
|
||||
map.addLayer(markers);
|
||||
|
||||
var projection = new OpenLayers.Projection("EPSG:4326");
|
||||
var icon = new OpenLayers.Icon("images/brand-logo.png");
|
||||
var marker;/* Start of loop */
|
||||
marker = new OpenLayers.Marker(new OpenLayers.LonLat( 11.945472, 57.706903 ).transform(projection, map.getProjectionObject()), icon.clone());
|
||||
marker.events.register("click", marker, function() { location.hash = "#kde"; });
|
||||
markers.addMarker(marker);
|
||||
/* End of loop *//* Start of loop */
|
||||
marker = new OpenLayers.Marker(new OpenLayers.LonLat( 12.01522, 57.67107 ).transform(projection, map.getProjectionObject()), icon.clone());
|
||||
marker.events.register("click", marker, function() { location.hash = "#zephyr"; });
|
||||
markers.addMarker(marker);
|
||||
/* End of loop *//* Start of loop */
|
||||
marker = new OpenLayers.Marker(new OpenLayers.LonLat( 11.97361, 57.71509 ).transform(projection, map.getProjectionObject()), icon.clone());
|
||||
marker.events.register("click", marker, function() { location.hash = "#freebsd"; });
|
||||
markers.addMarker(marker);
|
||||
/* End of loop *//* Start of loop */
|
||||
marker = new OpenLayers.Marker(new OpenLayers.LonLat( 11.96639, 57.70496 ).transform(projection, map.getProjectionObject()), icon.clone());
|
||||
marker.events.register("click", marker, function() { location.hash = "#debian"; });
|
||||
markers.addMarker(marker);
|
||||
/* End of loop *//* Start of loop */
|
||||
marker = new OpenLayers.Marker(new OpenLayers.LonLat( 11.96746, 57.70844 ).transform(projection, map.getProjectionObject()), icon.clone());
|
||||
marker.events.register("click", marker, function() { location.hash = "#rust"; });
|
||||
markers.addMarker(marker);
|
||||
/* End of loop *//* Start of loop */
|
||||
marker = new OpenLayers.Marker(new OpenLayers.LonLat( 11.97724, 57.68654 ).transform(projection, map.getProjectionObject()), icon.clone());
|
||||
marker.events.register("click", marker, function() { location.hash = "#crf"; });
|
||||
markers.addMarker(marker);
|
||||
/* End of loop */map.setCenter(new OpenLayers.LonLat(11.9766646, 57.689343).transform(projection, map.getProjectionObject()), 13);
|
||||
</script>
|
||||
|
||||
</div>
|
||||
<div class="footer">
|
||||
foss-north and foss-gbg are arranged by Free Open Source Software North Conferences ek.för.<br />
|
||||
Contact: info -at- foss-gbg.se.
|
||||
</div>
|
||||
|
||||
<!-- Optional JavaScript -->
|
||||
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
||||
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
|
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -24,7 +24,9 @@
|
|||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||
<ul class="navbar-nav mr-auto"><li class="nav-item"><a class="nav-link" href="/2019/">Home</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/speakers-and-talks.html">Speakers and Talks</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/tickets.html">Tickets</a>
|
||||
</li><li class="nav-item active"><a class="nav-link" href="/2019/contribute.html">Contribute<span class="sr-only">(current)</span></a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/training-day.html">Training Day</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/coc.html">Code of Conduct</a>
|
||||
</li></ul>
|
||||
<ul class="navbar-nav ml-auto">
|
||||
|
|
BIN
2019/embedded-linux-workshop.pdf
Normal file
BIN
2019/embedded-linux-workshop.pdf
Normal file
Binary file not shown.
BIN
2019/images/sponsor-collabora.png
Normal file
BIN
2019/images/sponsor-collabora.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 30 KiB |
|
@ -24,7 +24,9 @@
|
|||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||
<ul class="navbar-nav mr-auto"><li class="nav-item active"><a class="nav-link" href="/2019/">Home<span class="sr-only">(current)</span></a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/speakers-and-talks.html">Speakers and Talks</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/tickets.html">Tickets</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/contribute.html">Contribute</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/training-day.html">Training Day</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/coc.html">Code of Conduct</a>
|
||||
</li></ul>
|
||||
<ul class="navbar-nav ml-auto">
|
||||
|
@ -50,6 +52,8 @@
|
|||
|
||||
<h1>What, When, and Where</h1>
|
||||
|
||||
<p><b>Early bird tickets are available until February 15!</b></p>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<div class="toptitle">Community Day</div>
|
||||
|
@ -61,13 +65,13 @@
|
|||
<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>
|
||||
<p><b><a href="tickets.html">Get your ticket now!</a></b></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>
|
||||
<p><b><a href="tickets.html">Get your ticket now!</a></b></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -138,6 +142,8 @@
|
|||
<a href="https://semcon.com/sv/"><img class="sponsor" src="images/sponsor-semcon.png" alt="Semcon"></a>
|
||||
</div><div class="col-md-4">
|
||||
<a href="https://endian.se/"><img class="sponsor" src="images/sponsor-endian.png" alt="Endian Technologies"></a>
|
||||
</div></div><div class="row sponsorrow"><div class="col-md-4">
|
||||
<a href="https://www.collabora.com/"><img class="sponsor" src="images/sponsor-collabora.png" alt="Collabora"></a>
|
||||
</div></div></div><h1>Partners</h1>
|
||||
|
||||
<p>We would like to thank our partners for helping us making this possible.</p><div><div class="row sponsorrow"><div class="col-md-3">
|
||||
|
|
|
@ -24,7 +24,9 @@
|
|||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||
<ul class="navbar-nav mr-auto"><li class="nav-item"><a class="nav-link" href="/2019/">Home</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/speakers-and-talks.html">Speakers and Talks</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/tickets.html">Tickets</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/contribute.html">Contribute</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/training-day.html">Training Day</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/coc.html">Code of Conduct</a>
|
||||
</li></ul>
|
||||
<ul class="navbar-nav ml-auto">
|
||||
|
|
|
@ -24,7 +24,9 @@
|
|||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||
<ul class="navbar-nav mr-auto"><li class="nav-item"><a class="nav-link" href="/2019/">Home</a>
|
||||
</li><li class="nav-item active"><a class="nav-link" href="/2019/speakers-and-talks.html">Speakers and Talks<span class="sr-only">(current)</span></a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/tickets.html">Tickets</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/contribute.html">Contribute</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/training-day.html">Training Day</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/coc.html">Code of Conduct</a>
|
||||
</li></ul>
|
||||
<ul class="navbar-nav ml-auto">
|
||||
|
|
|
@ -19,6 +19,24 @@ h2 {
|
|||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
h2.left {
|
||||
font-family: 'Armata', serif;
|
||||
color: #333333;
|
||||
font-size: 36pt;
|
||||
text-align: left;
|
||||
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-family: 'Armata', serif;
|
||||
color: #333333;
|
||||
font-size: 24pt;
|
||||
text-align: left;
|
||||
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
margin-bottom: 0;
|
||||
border-bottom: solid black 1px;
|
||||
|
@ -84,6 +102,18 @@ p {
|
|||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
p.left {
|
||||
text-align: left;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-size: 14pt;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
li {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-size: 14pt;
|
||||
}
|
||||
|
||||
p.tight {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
@ -164,6 +194,16 @@ a.speakerfront:focus {
|
|||
text-decoration-style: dotted;
|
||||
}
|
||||
|
||||
a.projectlink,
|
||||
a.projectlink:hover,
|
||||
a.projectlink:focus {
|
||||
color: #333333;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-size: 24pt;
|
||||
text-decoration: underline;
|
||||
text-decoration-style: dotted;
|
||||
}
|
||||
|
||||
.speakergrid {
|
||||
padding: 20px;
|
||||
max-width: 80%;
|
||||
|
|
|
@ -24,7 +24,9 @@
|
|||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||
<ul class="navbar-nav mr-auto"><li class="nav-item"><a class="nav-link" href="/2019/">Home</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/speakers-and-talks.html">Speakers and Talks</a>
|
||||
</li><li class="nav-item active"><a class="nav-link" href="/2019/tickets.html">Tickets<span class="sr-only">(current)</span></a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/contribute.html">Contribute</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/training-day.html">Training Day</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/coc.html">Code of Conduct</a>
|
||||
</li></ul>
|
||||
<ul class="navbar-nav ml-auto">
|
||||
|
@ -46,6 +48,40 @@
|
|||
<div class="container">
|
||||
<h1>Tickets</h1>
|
||||
|
||||
<p>Tickets are sold via <a href="https://foss-north-2019.eventbrite.com">eventbrite</a>, either through the event page, or by picking the tickets from the list below.</p>
|
||||
|
||||
<p><b>Early birds is available until April 15!</b></p>
|
||||
|
||||
<p>Tickets bought before March 25 include lunch and coffee. Tickets are still sold until the day before the event, but does not include catering. We have ordered more food than we’ve sold tickets on March 25, so we hope to be able to provide food to all participants, but we cannot guarantee this due to lead times ordering supplies.</p>
|
||||
|
||||
<p>Tickets are sold in the following three categories:</p>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<div class="toptitle">Student Ticket</div>
|
||||
<div class="topsub">April 8-9</div>
|
||||
<p>Discounted conference tickets for students. A student ID is required when picking up the event badge.</p>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="toptitle">Conference Ticket</div>
|
||||
<div class="topsub">April 8-9</div>
|
||||
<p>Conference tickets for non-student visitors.</p>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="toptitle">Training Ticket</div>
|
||||
<div class="topsub">April 8-10</div>
|
||||
<p>Training day tickets. These tickets include access to the conference days, as well as one of the two <a href="training-day.html">trainings</a> held on April 10</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bodybreak"> </div>
|
||||
|
||||
<h2>Get Your Tickets Here!</h2>
|
||||
|
||||
<div class="bodytext">
|
||||
<iframe src="https://eventbrite.com/tickets-external?eid=54750681763&ref=etckt" frameborder="0" height="540" width="100%" vspace="0" hspace="0" marginheight="5" marginwidth="5" scrolling="auto" allowtransparency="true"></iframe><div style="font-family:Helvetica, Arial; font-size:12px; padding:10px 0 5px; margin:2px; width:100%; text-align:left;"><a class="powered-by-eb" style="color: #ADB0B6; text-decoration: none;" target="_blank" href="https://www.eventbrite.com/">Powered by Eventbrite</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="footer">
|
||||
foss-north and foss-gbg are arranged by Free Open Source Software North Conferences ek.för.<br />
|
||||
|
|
178
2019/training-day.html
Normal file
178
2019/training-day.html
Normal file
|
@ -0,0 +1,178 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en"><head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>foss-north 2019</title>
|
||||
|
||||
<link rel="icon" type="image/png" href="favicon.ico">
|
||||
|
||||
<!-- Bootstrap -->
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
|
||||
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body><nav class="navbar fixed-top navbar-expand-lg navbar-light bg-light">
|
||||
<a class="navbar-brand" href="http://foss-north.se/"><img src="images/brand-logo.png" /></a>
|
||||
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||
<ul class="navbar-nav mr-auto"><li class="nav-item"><a class="nav-link" href="/2019/">Home</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/speakers-and-talks.html">Speakers and Talks</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/tickets.html">Tickets</a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/contribute.html">Contribute</a>
|
||||
</li><li class="nav-item active"><a class="nav-link" href="/2019/training-day.html">Training Day<span class="sr-only">(current)</span></a>
|
||||
</li><li class="nav-item"><a class="nav-link" href="/2019/coc.html">Code of Conduct</a>
|
||||
</li></ul>
|
||||
<ul class="navbar-nav ml-auto">
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Other Events
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdown">
|
||||
<a class="dropdown-item" href="http://foss-gbg.se/">foss-gbg</a>
|
||||
<div class="dropdown-divider"></div>
|
||||
<a class="dropdown-item" href="http://foss-north.se/2016/">foss-north 2016</a>
|
||||
<a class="dropdown-item" href="http://foss-north.se/2017/">foss-north 2017</a>
|
||||
<a class="dropdown-item" href="http://foss-north.se/2018/">foss-north 2018</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="container">
|
||||
<h1>Training Day</h1>
|
||||
|
||||
<p>The training day consists of paid trainings held on <b>April 10</b>.</p>
|
||||
|
||||
<p>To attend these trainings, you need to have a ticket for the specific training. Get your tickets at the <a href="tickets.html">tickets page</a>.</p>
|
||||
|
||||
<p class="left">The following trainings are offered:</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="#mkerrisk">Building and Using Shared Libraries on Linux, by Michael Kerrisk</a></li>
|
||||
<li><a href="#csimmonds">Fast Track to Embedded Linux, by Chris Simmonds</a></li>
|
||||
</ul>
|
||||
|
||||
<div class="bodybreak"> </div>
|
||||
|
||||
<p><a name="mkerrisk" class="offsetanchor"></a></p>
|
||||
<h2 class="left">Building and Using Shared Libraries on Linux</h2>
|
||||
|
||||
<p class="left tight"><i>By Michael Kerrisk</i></p>
|
||||
|
||||
<p class="left">This course provides a thorough understanding of the process of designing, building, and using shared libraries on Linux. Detailed presentations coupled with carefully designed practical exercises provide participants with the knowledge needed to understand, design, create, and deploy shared libraries.</p>
|
||||
|
||||
<p class="left tight">Links:</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://man7.org/training/shlib/index.html">Detailed description</a></li>
|
||||
<li><a href="http://man7.org/training/shlib/shlib_course_outline.html">Outline</a></li>
|
||||
</ul>
|
||||
|
||||
<p class="tight"> </p>
|
||||
|
||||
<h3>Audience and prerequisites</h3>
|
||||
|
||||
<p class="left">The primary audience comprises designers and programmers building and deploying shared libraries on Linux. Systems administrators are likely to also find the course of benefit for the purpose of troubleshooting problems with shared libraries.</p>
|
||||
|
||||
<p class="left">Participants should have a good reading knowledge of the C programming language and some programming experience in a language suitable for completing the course exercises (e.g., C, C++). No previous experience of working with shared libraries is required.</p>
|
||||
|
||||
<h3>Course materials</h3>
|
||||
|
||||
<ul>
|
||||
<li>A course book (written by the trainer) that includes all course slides and exercises</li>
|
||||
<li>An electronic copy of the trainer’s book, The Linux Programming Interface</li>
|
||||
<li>A source code tarball containing all of the example programs written by the trainer to accompany the presentation</li>
|
||||
</ul>
|
||||
|
||||
<p class="tight"> </p>
|
||||
|
||||
<h3>Course duration and format</h3>
|
||||
|
||||
<p class="left">One day, 9.00 - 17.30, with around 50% devoted to practical sessions. The training includes lunch and a coffee break.</p>
|
||||
|
||||
<h3>About the trainer</h3>
|
||||
|
||||
<p class="left">Michael Kerrisk has a unique set of qualifications and experience that ensure that course participants receive training of a very high standard:</p>
|
||||
|
||||
<ul>
|
||||
<li>He has been programming on UNIX systems since 1987 and began teaching UNIX system programming courses in 1989.</li>
|
||||
<li>He is the author of <a href="http://man7.org/tlpi/index.html">The Linux Programming Interface</a>, a 1550-page book widely acclaimed as the definitive work on Linux system programming.</li>
|
||||
<li>He is actively involved in Linux development, working with kernel developers on testing, review, and design of new Linux kernel–user-space APIs.</li>
|
||||
<li>Since 2004, he has been the maintainer of the Linux man-pages project, which provides the manual pages documenting the Linux kernel–user-space and GNU C library APIs.</li>
|
||||
</ul>
|
||||
|
||||
<div class="bodybreak"> </div>
|
||||
|
||||
<p><a name="csimmonds" class="offsetanchor"></a></p>
|
||||
<h2 class="left">Fast Track to Embedded Linux</h2>
|
||||
|
||||
<p class="left tight"><i>By Chris Simmonds</i></p>
|
||||
|
||||
<p class="left">Are you thinking of using Linux on your next embedded project but not sure where to begin? This one day workshop shows you how it is done. Beginning with a blank development board, you will learn how to bring up Linux and access hardware using GPIO and i2c.</p>
|
||||
|
||||
<p class="left">The workshop covers the four elements of embedded Linux: toolchain, bootloader, kernel and root filesystem. The theory is backed up with hands-on sessions using a common development board: a BeagelBone Black. All the software needed for the practicals will be supplied on a bootable USB flash drive, which you can keep for future reference.</p>
|
||||
|
||||
<p class="left tight">Links:</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="embedded-linux-workshop.pdf">Outline</a></li>
|
||||
</ul>
|
||||
|
||||
<h3>Audience</h3>
|
||||
|
||||
<p class="left">This course is ideal for software engineers who are familiar with embedded devices but need to apply that knowledge to Linux development, and to those who are familiar with Linux, but want to apply that knowledge to embedded systems.</p>
|
||||
|
||||
<h3>Prerequisites</h3>
|
||||
|
||||
<p class="left"><b>Essential</b>: good knowledge of the C programming language, since this is used in the programming portions of the course</p>
|
||||
|
||||
<p class="left"><b>Desirable</b>: either a good background in embedded devices, or a reasonable proficiency in Linux command-line tools. Delegates with neither will find the learning curve rather steep</p>
|
||||
|
||||
<p class="left">All hands-on parts will be carried out in pairs. At least one of the pair will need to bring a laptop to do the exercises. In practice this means that every student will need to bring a laptop since we will not be splitting up into groups until the start of the workshop. Pretty much any PC compatible laptop will do, but <b>no Macintoshes</b></p>
|
||||
|
||||
<p class="left">Participants will be provided with a USB flash drives with a copy of Ubuntu which the students will use to boot their laptop. This means that you must be able to change the BIOS setting to boot from an external USB device using legacy boot mode.</p>
|
||||
|
||||
<h3>Course materials</h3>
|
||||
|
||||
<p class="left">All students will receive:</p>
|
||||
|
||||
<ul>
|
||||
<li>A printed copy of the presentations and lab notes</li>
|
||||
<li>Worked solutions to the lab sessions</li>
|
||||
</ul>
|
||||
|
||||
<p class="tight"> </p>
|
||||
|
||||
<h3>Course duration and format</h3>
|
||||
|
||||
<p class="left">One day, 9.00 - 17.30. The training includes lunch and a coffee break.</p>
|
||||
|
||||
<p class="left">For the hands-on part, there will be ten BeagleBone Black development boards. This means that people will work in teams of two.</p>
|
||||
|
||||
<h3>About the trainer</h3>
|
||||
|
||||
<p class="left">Chris Simmonds has been using Linux in embedded systems for almost 20 years. He has been running training courses and workshops in embedded Linux since 2002 and has delivered hundreds of sessions to many well known companies in the UK, Europe, USA, South America and SE Asia.</p>
|
||||
|
||||
<p class="left">He is the author of the book “Mastering Embedded Linux Programming”, and is a frequent presenter at open source and embedded conferences, including Embedded Linux Conference and Embedded World. You can see some of his work on the "Inner Penguin" blog at <a href="http://www.2net.co.uk">www.2net.co.uk</a>.</p>
|
||||
|
||||
</div>
|
||||
<div class="footer">
|
||||
foss-north and foss-gbg are arranged by Free Open Source Software North Conferences ek.för.<br />
|
||||
Contact: info -at- foss-gbg.se.
|
||||
</div>
|
||||
|
||||
<!-- Optional JavaScript -->
|
||||
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
||||
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
|
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue