88 lines
4.3 KiB
HTML
88 lines
4.3 KiB
HTML
<!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">
|
|
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
|
|
|
<title>foss-north 2018</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 class="topgradient">
|
|
|
|
<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="index.html">Home</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="speakers-and-talks.html">Speakers and Talks</a>
|
|
</li>
|
|
<li class="nav-item active">
|
|
<a class="nav-link" href="schedule.html">Schedule <span class="sr-only">(current)</span></a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="tickets.html">Tickets</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="contribute.html">Contribute</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>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</nav>
|
|
|
|
<div class="container">
|
|
<h1>Schedule</h1>
|
|
|
|
<div class="bodytext">
|
|
The schedule will be announced in early April. We plan a full day from 8-17 on April 23 and community events on April 22.
|
|
</div>
|
|
|
|
<div class="bodybreak"> </div>
|
|
|
|
<div class="bodytext">
|
|
Check out our <a href="speakers-and-talks.html">speakers and talks</a> to see what is on the program!
|
|
</div>
|
|
|
|
<div class="bigbodybreak"> </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>
|
|
</html>
|