forked from e8johan/foss-north-new-www
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
64 lines (45 loc) · 3.65 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!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</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>
<div class="container">
<p>
<img src="images/logo-black.png" width="20%" /> <span class="header">foss-north and friends</span>
</p>
<h1>Upcoming Events</h1>
<p>The next event will be <a href="https://foss-north.se/2019-iot/">foss-north - IoT and Security Day</a> that takes place in <strong>Stockholm</strong> on <strong>October 21</strong>.
<p>The next foss-north conference will take place in <strong>Gothenburg</strong> on <strong>March 30-31 2020</strong>.</p>
<p>Make sure to visit <a href="https://foss-gbg.se/">foss-gbg</a> and <a href="https://www.foss-sthlm.se/">foss-sthlm</a> for local meetups.</p>
<div class="bodybreak"> </div>
<h1>Past Events</h1>
<p>The foss-north conference is an annual conference about all free and open source.</p>
<p>The following links lead to our archived sites from past events:</p>
<p><a href="https://foss-north.se/2016/">foss-north 2016</a></p>
<p><a href="https://foss-north.se/2017/">foss-north 2017</a> - <a href="https://conf.tube/video-channels/foss_north_2017/videos">conf.tube videos</a> - <a href="https://www.youtube.com/watch?v=Euv_vO6lpGA&list=PL8Xzb2qPbjDHRVqq3WTFuWzRU0HtlOp4D">YouTube videos</a></p>
<p><a href="https://foss-north.se/2018/">foss-north 2018</a> - <a href="https://conf.tube/video-channels/foss_north_2018/videos">conf.tube videos</a> - <a href="https://www.youtube.com/watch?v=SSrgi4iHGbs&list=PL8Xzb2qPbjDEpMTPYQy4QrnBbes2j-b9S">YouTube videos</a></p>
<p><a href="https://foss-north.se/2019/">foss-north 2019</a> - <a href="https://conf.tube/video-channels/foss_north_2019/videos">conf.tube videos</a> - <a href="https://www.youtube.com/watch?v=7n6IBdh2VmQ&list=PL8Xzb2qPbjDFWaffHT99OaYQYaWBkdswh">YouTube videos</a></p>
<div class="bodybreak"> </div>
<h1>About</h1>
<p>foss-north is a free / open source conference covering both software and hardware from the technical perspective. We provide a meeting place for the Nordic foss communities and will bring together great speakers with great audiences.</p>
<p>We are constantly looking for partners, speakers, sponsors, and events around FOSS in the Nordic region. If you want to be listed here, please contact us at info -at- foss-gbg.se .</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>