First attempt of 2019 (built with Jekyll)
81
2019/404.html
Normal file
|
@ -0,0 +1,81 @@
|
|||
<!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/contribute.html">Contribute</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 type="text/css" media="screen">
|
||||
.container {
|
||||
margin: 10px auto;
|
||||
max-width: 600px;
|
||||
text-align: center;
|
||||
}
|
||||
h1 {
|
||||
margin: 30px 0;
|
||||
font-size: 4em;
|
||||
line-height: 1;
|
||||
letter-spacing: -1px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="container">
|
||||
<h1>404</h1>
|
||||
|
||||
<p><strong>Page not found :(</strong></p>
|
||||
<p>The requested page could not be found.</p>
|
||||
</div>
|
||||
|
||||
</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>
|
93
2019/coc.html
Normal file
|
@ -0,0 +1,93 @@
|
|||
<!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/contribute.html">Contribute</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">
|
||||
<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 id="code-of-conduct">Code of Conduct</h1>
|
||||
|
||||
<p>We, the organizers, want foss-north to be an event that is open and accessible to all. We require all attendees, speakers, sponsors and volunteers at our conference to agree with the following code of conduct. Organisers will enforce this code throughout the event. We expect cooperation from all participants to help ensure a safe environment for everybody.</p>
|
||||
|
||||
<p>Any questions regarding this can be directed to the e-mail found in the footer of this page.</p>
|
||||
|
||||
<div class="bodybreak"> </div>
|
||||
|
||||
<h2 id="short-version">Short Version</h2>
|
||||
|
||||
<p>Our conference is dedicated to providing a harassment-free conference experience for everyone, regardless of gender, gender identity and expression, age, sexual orientation, disability, physical appearance, body size, race, ethnicity, religion (or lack thereof), or technology choices. We do not tolerate harassment of conference participants in any form. Sexual language and imagery is not appropriate for any conference venue, including talks, workshops, parties, Twitter and other online media. Conference participants violating these rules may be sanctioned or expelled from the conference without a refund at the discretion of the conference organisers.</p>
|
||||
|
||||
<h2 id="full-version">Full Version</h2>
|
||||
|
||||
<p>Harassment includes offensive verbal comments related to gender, gender identity and expression, age, sexual orientation, disability, physical appearance, body size, race, ethnicity, religion, technology choices, sexual images in public spaces, deliberate intimidation, stalking, following, harassing photography or recording, sustained disruption of talks or other events, inappropriate physical contact, and unwelcome sexual attention.</p>
|
||||
|
||||
<p>Participants asked to stop any harassing behavior are expected to comply immediately.</p>
|
||||
|
||||
<p>Sponsors are also subject to the anti-harassment policy. In particular, sponsors should not use sexualised images, activities, or other material. Booth staff (including volunteers) should not use sexualised clothing/uniforms/costumes, or otherwise create a sexualised environment.</p>
|
||||
|
||||
<p>If a participant engages in harassing behavior, the conference organisers may take any action they deem appropriate, including warning the offender or expulsion from the conference with no refund.</p>
|
||||
|
||||
<p>If you are being harassed, notice that someone else is being harassed, or have any other concerns, please contact a member of conference staff immediately. Conference staff can be identified as they’ll be wearing branded clothing and/or badges.</p>
|
||||
|
||||
<p>Conference staff will be happy to help participants contact hotel/venue security or local law enforcement, provide escorts, or otherwise assist those experiencing harassment to feel safe for the duration of the conference. We value your attendance.</p>
|
||||
|
||||
<p>We expect participants to follow these rules at conference and workshop venues and conference-related social events.</p>
|
||||
|
||||
<div class="bodybreak"> </div>
|
||||
|
||||
<p>Original source and credit: <a href="http://2012.jsconf.us/#/about">http://2012.jsconf.us/#/about</a> and <a href="http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Policy">The Ada Initiative</a><br />
|
||||
This work is licensed under a <a href="http://creativecommons.org/licenses/by/3.0/deed.en_US">Creative Commons Attribution 3.0 Unported License</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>
|
136
2019/contribute.html
Normal file
|
@ -0,0 +1,136 @@
|
|||
<!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 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/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 id="contribute">Contribute</h1>
|
||||
|
||||
<p>A great conference is made by great contents. For great contents we need great sponsors. Please join us in making foss-north 2019 the best foss-north of them all.</p>
|
||||
|
||||
<p>[ <a href="#papers">Call for Papers</a> - <a href="#projects">Call for Projects</a> - <a href="#sponsors">Call for Sponsors</a> ]</p>
|
||||
|
||||
<p><a name="papers" class="offsetanchor"></a></p>
|
||||
<h2 id="call-for-papers">Call for Papers</h2>
|
||||
|
||||
<p>The Call for Papers is open until March 10 and the final speakers are contacted on March 24. We are happy to sponsor travel expenses and accomodation, but cannot pay for your time. The Call for Papers is not yet open.</p>
|
||||
|
||||
<p>The call for paper form consists of a title for the talk, an abstract, name and biography of the speaker, and preferred slot length (20 or 50 minutes, including Q&A). We also reemburse travel costs if needed. Since we have a budget to work with, we ask for the approximate cost that you want us to reemburse.</p>
|
||||
|
||||
<p>Thank you for contributing!</p>
|
||||
|
||||
<p><a name="projects" class="offsetanchor"></a></p>
|
||||
<h2 id="call-for-projects">Call for Projects</h2>
|
||||
|
||||
<p>We have something special planned! Stay tuned!</p>
|
||||
|
||||
<p><a name="sponsors" class="offsetanchor"></a></p>
|
||||
<h2 id="call-for-sponsors">Call for Sponsors</h2>
|
||||
|
||||
<p>We want to create the meeting space for open source communities in the Nordic region. The foss-north event is one step on that path. Nothing of this would be possible by the support of our sponsors.</p>
|
||||
|
||||
<p>We are looking for sponsors of all sizes to be a part of the foss-north event. We offer the following tiers:</p>
|
||||
|
||||
<div class="bodytext">
|
||||
<table class="table table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="leftalign">Benefit</th>
|
||||
<th>Base</th>
|
||||
<th>Silver</th>
|
||||
<th>Gold</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="leftalign">Cost</td>
|
||||
<td>10kSEK</td>
|
||||
<td>25kSEK</td>
|
||||
<td>50kSEK</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="leftalign">Availability</td>
|
||||
<td>Unlimited</td>
|
||||
<td>Unlimited</td>
|
||||
<td>2</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="leftalign">Logo and link</td>
|
||||
<td>Yes, small</td>
|
||||
<td>Yes, large</td>
|
||||
<td>Yes, largest</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="leftalign">Mention in keynote</td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td>Yes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="leftalign">Number of free tickets</td>
|
||||
<td>3</td>
|
||||
<td>5</td>
|
||||
<td>10</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<p>We are also offering a limited number of booths for our sponsors. Please tell us if you are interested in this.</p>
|
||||
|
||||
<p>You find a more detailed information in our <a href="sponsorship-2019.pdf">sponsorship prospectus</a>. Prospective sponsors are welcome to contacting <a href="mailto:info@foss-gbg.se">info@foss-gbg.se</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>
|
BIN
2019/favicon.ico
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
2019/images/brand-logo.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
2019/images/logo-with-dates.png
Normal file
After Width: | Height: | Size: 75 KiB |
BIN
2019/images/speaker-aossowski.png
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
2019/images/speaker-mkerrisk.png
Normal file
After Width: | Height: | Size: 78 KiB |
BIN
2019/images/sponsor-brg.png
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
2019/images/sponsor-datatjej.png
Normal file
After Width: | Height: | Size: 6.3 KiB |
BIN
2019/images/sponsor-elastic.png
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
2019/images/sponsor-swedsoft.png
Normal file
After Width: | Height: | Size: 27 KiB |
116
2019/index.html
Normal file
|
@ -0,0 +1,116 @@
|
|||
<!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 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/contribute.html">Contribute</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">
|
||||
<p>
|
||||
<img src="images/logo-with-dates.png" width="40%" />
|
||||
</p>
|
||||
|
||||
<h1>What, When, and Where</h1>
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
<div class="bodybreak"> </div>
|
||||
|
||||
<h1>Speakers and Events</h1>
|
||||
|
||||
<p class="tight">We are happy to have the following speakers at foss-north 2019.</p>
|
||||
|
||||
<p>Please visit our <a href="contribute.html#call-for-papers">Call for Papers</a> if you are interested in speaking at the event.</p>
|
||||
|
||||
<div><div class="row"><div class="col-md-4">
|
||||
<a href="speakers-and-talks.html#mkerrisk" class="speakerfront">
|
||||
<img class="speakergrid" src="images/speaker-mkerrisk.png" alt="Michael Kerrisk"><br />
|
||||
<b>Michael Kerrisk</b><br />
|
||||
Understanding user namespaces
|
||||
</a>
|
||||
</div><div class="col-md-4">
|
||||
<a href="speakers-and-talks.html#aossowski" class="speakerfront">
|
||||
<img class="speakergrid" src="images/speaker-aossowski.png" alt="Anna Ossowski"><br />
|
||||
<b>Anna Ossowski</b><br />
|
||||
Flourishing FLOSS: Making Your Project Successful
|
||||
</a>
|
||||
</div></div></div>
|
||||
|
||||
<div class="bodybreak"> </div>
|
||||
|
||||
<h1>Sponsors</h1>
|
||||
|
||||
<p class="tight">We would like to thank our sponsors for helping us making this possible.</p>
|
||||
<p>If you want to help out by sponsoring us, please visit our <a href="contribute.html#call-for-sponsors">Call for Sponsors</a> for more information.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<h2>Base Sponsors</h2>
|
||||
|
||||
<div><div class="row sponsorrow"><div class="col-md-4">
|
||||
<a href="https://www.elastic.co/"><img class="sponsor" src="images/sponsor-elastic.png" alt="Elastic"></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">
|
||||
<a href="https://www.businessregiongoteborg.se/"><img class="sponsor" src="images/sponsor-brg.png" alt="Business Region Göteborg"></a>
|
||||
</div><div class="col-md-3">
|
||||
<a href="https://www.swedsoft.se/"><img class="sponsor" src="images/sponsor-swedsoft.png" alt="Swedsoft"></a>
|
||||
</div><div class="col-md-3">
|
||||
<a href="https://datatjej.se/"><img class="sponsor" src="images/sponsor-datatjej.png" alt="Datatjej"></a>
|
||||
</div></div></div></div>
|
||||
</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>
|
88
2019/jekyll/update/2018/10/23/welcome-to-jekyll.html
Normal file
|
@ -0,0 +1,88 @@
|
|||
<!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/contribute.html">Contribute</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">
|
||||
<article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
|
||||
|
||||
<header class="post-header">
|
||||
<h1 class="post-title p-name" itemprop="name headline">Welcome to Jekyll!</h1>
|
||||
<p class="post-meta">
|
||||
<time class="dt-published" datetime="2018-10-23T17:22:16+02:00" itemprop="datePublished">Oct 23, 2018
|
||||
</time></p>
|
||||
</header>
|
||||
|
||||
<div class="post-content e-content" itemprop="articleBody">
|
||||
<p>You’ll find this post in your <code class="highlighter-rouge">_posts</code> directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run <code class="highlighter-rouge">jekyll serve</code>, which launches a web server and auto-regenerates your site when a file is updated.</p>
|
||||
|
||||
<p>To add new posts, simply add a file in the <code class="highlighter-rouge">_posts</code> directory that follows the convention <code class="highlighter-rouge">YYYY-MM-DD-name-of-post.ext</code> and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.</p>
|
||||
|
||||
<p>Jekyll also offers powerful support for code snippets:</p>
|
||||
|
||||
<figure class="highlight"><pre><code class="language-ruby" data-lang="ruby"><span class="k">def</span> <span class="nf">print_hi</span><span class="p">(</span><span class="nb">name</span><span class="p">)</span>
|
||||
<span class="nb">puts</span> <span class="s2">"Hi, </span><span class="si">#{</span><span class="nb">name</span><span class="si">}</span><span class="s2">"</span>
|
||||
<span class="k">end</span>
|
||||
<span class="n">print_hi</span><span class="p">(</span><span class="s1">'Tom'</span><span class="p">)</span>
|
||||
<span class="c1">#=> prints 'Hi, Tom' to STDOUT.</span></code></pre></figure>
|
||||
|
||||
<p>Check out the <a href="https://jekyllrb.com/docs/home">Jekyll docs</a> for more info on how to get the most out of Jekyll. File all bugs/feature requests at <a href="https://github.com/jekyll/jekyll">Jekyll’s GitHub repo</a>. If you have questions, you can ask them on <a href="https://talk.jekyllrb.com/">Jekyll Talk</a>.</p>
|
||||
|
||||
|
||||
</div><a class="u-url" href="/2019/jekyll/update/2018/10/23/welcome-to-jekyll.html" hidden></a>
|
||||
</article>
|
||||
|
||||
</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>
|
62
2019/schedule.html
Normal file
|
@ -0,0 +1,62 @@
|
|||
<!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/contribute.html">Contribute</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>Schedule</h1>
|
||||
|
||||
</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>
|
92
2019/speakers-and-talks.html
Normal file
|
@ -0,0 +1,92 @@
|
|||
<!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 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/contribute.html">Contribute</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>Speakers and Talks</h1>
|
||||
<a name="mkerrisk" class="offsetanchor"></a>
|
||||
<div class="row speakerrow">
|
||||
<div class="col-md-3">
|
||||
<div class="speaker-photo"><img class="sp-image" src="images/speaker-mkerrisk.png" alt="Michael Kerrisk"></div>
|
||||
</div>
|
||||
<div class="col-md-9">
|
||||
<div class="name">Michael Kerrisk</div>
|
||||
<div class="title">Understanding user namespaces</div><div class="abstract">
|
||||
User namespaces are at the heart of many interesting technologies that allow isolation and sandboxing of applications, for example running containers without root privileges and sandboxes for web browser plug-ins. In this tutorial, we'll look in detail at user namespaces, building up a basic understanding of what a user namespace is and going on to questions such as: what does being “superuser inside a user namespace” allow you do (and what does it not allow); what is the relationship between user namespaces and other namespace types (PID, UTS, network, etc.); and what are the security implications of user namespaces? We'll also explore some simple shell commands that can be used for creating and experimenting with user namespaces in order to better understand how they work. Along the way, there will hopefully be time for a few live demos.
|
||||
</div><div class="bio">
|
||||
Michael Kerrisk is the author of the acclaimed book, “The Linux Programming Interface” (<a href='http://man7.org/tlpi/'>http://man7.org/tlpi/</a>), a guide and reference for system programming on Linux and UNIX. He contributes to the Linux kernel primarily via documentation, review, and testing of new kernel-user-space interfaces. He has contributed to the Linux man-pages project (<a href='http://www.kernel.org/doc/man-pages/'>http://www.kernel.org/doc/man-pages/</a>) since 2000, and been the project maintainer since 2004. Michael is a trainer and consultant, living in Munich, Germany.
|
||||
</div></div>
|
||||
</div><a name="aossowski" class="offsetanchor"></a>
|
||||
<div class="row speakerrow">
|
||||
<div class="col-md-3">
|
||||
<div class="speaker-photo"><img class="sp-image" src="images/speaker-aossowski.png" alt="Anna Ossowski"></div>
|
||||
</div>
|
||||
<div class="col-md-9">
|
||||
<div class="name">Anna Ossowski</div>
|
||||
<div class="title">Flourishing FLOSS: Making Your Project Successful</div><div class="abstract">
|
||||
You maintain an Open Source project with great code? Yet your project isn’t succeeding in the ways you want? Maybe you’re struggling with funding or documentation? Or you just can’t find new contributors and you’re drowning in issues and pull requests? Open Source is made up of many components and we are often better-trained in methods for writing good code, than in methods for succeeding in the other dimensions we want our project to grow. In this talk we’ll explore the different components of an Open Source project and how they work together. After this talk you’ll be well-equipped with a ideas and strategies for growing, cultivating, and nourishing your Open Source project.
|
||||
</div><div class="abstract">
|
||||
For your project to succeed, all of its non-code components must be well-maintained. What are these different components and what methods can we learn to maintain them?
|
||||
</div><div class="abstract">
|
||||
<ul><li>Build real relationships with your sponsors and determine ways how both sides can benefit from this relationship, don’t just ask people for money.</li><li>Establish a good communication system with your contributors: Keep them informed, listen to their feedback and input, make them feel heard.</li><li>Thank the people who worked on ticket triage or marketing, not just those who wrote code, in your release notes.</li><li>Make it easy for new contributors to get started: Write and maintain good documentation, answer questions in a friendly and timely manner.</li><li>Market and evangelize in the right places and at the right time: Give conference talks, organize sprints, keep your project’s Twitter account active, always curate new and interesting content on your blog or website.</li><li>Implement a Code of Conduct and enforce it if needed: Make your project a safe space to contribute for everyone.</li></ul>
|
||||
</div><div class="abstract">
|
||||
With these methods and a half-dozen others, you’ll handle beautifully all the components your project needs to succeed.
|
||||
</div><div class="bio">
|
||||
Anna loves working at the intersection of tech and people and currently works for Elastic in developer relations. She is a director of the Python Software Foundation, PyCon US staff member, Django Girls organizer, and group leader of the PyLadies Remote group. In her free time she loves speaking at conferences and mentoring future speakers. Anna is very passionate about diversity and community outreach and wants to encourage more women to learn programming because it’s awesome!
|
||||
</div></div>
|
||||
</div>
|
||||
</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>
|
BIN
2019/sponsorship-2019.pdf
Normal file
183
2019/style.css
Normal file
|
@ -0,0 +1,183 @@
|
|||
@import url(http://fonts.googleapis.com/css?family=Armata);
|
||||
@import url(https://fonts.googleapis.com/css?family=Roboto:300);
|
||||
|
||||
h1 {
|
||||
font-family: 'Armata', serif;
|
||||
color: #333333;
|
||||
font-size: 48pt;
|
||||
text-align: center;
|
||||
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-family: 'Armata', serif;
|
||||
color: #333333;
|
||||
font-size: 36pt;
|
||||
text-align: center;
|
||||
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
margin-bottom: 0;
|
||||
border-bottom: solid black 1px;
|
||||
}
|
||||
|
||||
.navbar-brand {
|
||||
padding-top: 9px;
|
||||
padding-bottom: 9px;
|
||||
}
|
||||
|
||||
.navbar-nav > .active > a,
|
||||
.navbar-nav > .active > a:hover,
|
||||
.navbar-nav > .active > a:focus {
|
||||
font-weight: 1200;
|
||||
}
|
||||
|
||||
.nav-link {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
body { padding-top: 100px; }
|
||||
|
||||
.offsetanchor {
|
||||
display: block;
|
||||
position: relative;
|
||||
top: -150px;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
div.footer {
|
||||
background-color: #ffcc33;
|
||||
text-align: center;
|
||||
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-size: 9pt;
|
||||
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
margin-top: 40px;
|
||||
|
||||
border-top: solid black 1px;
|
||||
}
|
||||
|
||||
body {
|
||||
background-image:linear-gradient(#ffcc33 100px, #fff 450px);
|
||||
background-image:-webkit-linear-gradient(#ffcc33 100px, #fff 450px);
|
||||
background-repeat: no-repeat;
|
||||
background-color: white
|
||||
}
|
||||
|
||||
div.bodytext {
|
||||
text-align: center;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-size: 14pt;
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: center;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-size: 14pt;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
p.tight {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
div.bodybreak {
|
||||
background-color: #ffcc33;
|
||||
display: block;
|
||||
height: 2px;
|
||||
|
||||
margin-top: 60px;
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
img.sp-image {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
div.speaker > div.picture {
|
||||
float: left;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 20px;
|
||||
margin-left: 0;
|
||||
margin-right: 10px;
|
||||
|
||||
border-style: solid;
|
||||
border-width: 2px;
|
||||
border-color: #333333;
|
||||
}
|
||||
|
||||
div.name {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-size: 24pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div.title {
|
||||
font-blackfamily: 'Roboto', sans-serif;
|
||||
font-size: 24pt;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
div.links {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-size: 14pt;
|
||||
font-weight: 800;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
div.abstract {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-size: 14pt;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
div.bio {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-size: 14pt;
|
||||
font-style: italic;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
div.sponsorrow,
|
||||
div.speakerrow {
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
|
||||
a.speakerfront,
|
||||
a.speakerfront:hover,
|
||||
a.speakerfront:focus {
|
||||
color: #333333;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-size: 14pt;
|
||||
text-decoration: underline;
|
||||
text-decoration-style: dotted;
|
||||
}
|
||||
|
||||
.speakergrid {
|
||||
padding: 20px;
|
||||
max-width: 80%;
|
||||
margin-left: 10%;
|
||||
margin-right: 10%;
|
||||
}
|
||||
|
||||
.sponsorrow {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.sponsor {
|
||||
padding: 20px;
|
||||
max-width: 90%;
|
||||
margin-left: 10%;
|
||||
margin-right: 10%;
|
||||
}
|
62
2019/tickets.html
Normal file
|
@ -0,0 +1,62 @@
|
|||
<!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/contribute.html">Contribute</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>Tickets</h1>
|
||||
|
||||
</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>
|