-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
81 lines (70 loc) · 4.14 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Slides: Presentations</title>
<meta name="description" content="Public slide show">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body class="d-flex flex-column" style="background-image: url('./assets/light-basemap.png');">
<nav class="navbar navbar-light bg-light">
<div class="nav-item">
<a href="/" title="Opengis.ch">
<img src="assets/logo-opengisch.png" width="300" height="100"
class="d-inline-block align-top" alt="Opengis.ch">
</a>
</div>
<div class="nav-item logos">
<a href="https://qfield.org/" title="Qfield">
<img src="assets/logo-qfield.png" width="60" height="60"
class="d-inline-block align-top" alt="Qfield">
</a>
<a href="https://qfield.cloud/" title="Qfieldcloud">
<img src="assets/logo-qfieldcloud.webp" width="60" height="60"
class="d-inline-block align-top" alt="Qfieldcloud">
</a>
<a href="https://qgis.org/en/site/" title="Qgis">
<img src="assets/logo-qgis.png" width="50" height="50" class="d-inline-block align-top"
alt="Qgis.org">
</a>
</div>
</nav>
<div class="content container my-5 flex-grow-1 d-flex flex-column justify-content-center">
<div class="container w-100 my-4">
<div class="list-group shadow" id="presentation-links">
<a href="#" class="list-group-item disabled h1 my-0 text-center">Presentations</a>
<a href="#" class="list-group-item disabled list-group-item-action h3 m-0">OPENGIS.ch</a>
<a class="list-group-item list-group-item-action" title="About Us" href="/opengisch-about-us">About Us</a>
<a class="list-group-item list-group-item-action" title="Team" href="/opengisch-team">Team</a>
<a href="#" class="list-group-item disabled list-group-item-action h3 m-0">Talks</a>
<a class="list-group-item list-group-item-action" title="Modelbaker Pitch" href="/talk-modelbaker-pitch">Modelbaker Pitch</a>
<a class="list-group-item list-group-item-action" title="Qfield Presentation" href="/talk-qfield-presentation">Qfield Presentation</a>
<a class="list-group-item list-group-item-action" title="Qfieldcloud Presentation" href="/talk-qfieldcloud-presentation">Qfieldcloud Presentation</a>
<a class="list-group-item list-group-item-action" title="INTERLIS And Model Baker Presentation" href="/talk-INTERLIS-and-model-baker-presentation">INTERLIS And Model Baker Presentation</a>
<a href="#" class="list-group-item disabled list-group-item-action h3 m-0">Teaching</a>
<a class="list-group-item list-group-item-action" title="Qfield Miniworkshop" href="/teaching-qfield-miniworkshop">Qfield Miniworkshop</a>
<a class="list-group-item list-group-item-action" title="Qgis Advanced Course" href="/teaching-qgis-advanced-course">Qgis Advanced Course</a>
<a class="list-group-item list-group-item-action" title="Qgis Basic Course" href="/teaching-qgis-basic-course">Qgis Basic Course</a>
</div>
</div>
</div>
<footer class="footer mt-auto py-3 bg-light">
<div class="container">
<nav class="navbar navbar-light navbar-expand-lg justify-content-around">
<div class="text-center" id="navbarText">
<span class="text-muted navbar-text">Made with 💝 by
<a href="https://opengis.ch" target="blank">OPENGIS.ch</a>. © 2022</span>
</div>
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="blank">
<img src="https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg"
alt="License: CC BY-NC-SA 4.0">
</a>
</nav>
</div>
</footer>
</body>
</html>