Skip to content

Commit

Permalink
Deploying build
Browse files Browse the repository at this point in the history
  • Loading branch information
why-not-try-calmer committed Mar 17, 2023
1 parent 3401393 commit eb75fc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
1 change: 0 additions & 1 deletion build/deployments.json

This file was deleted.

20 changes: 6 additions & 14 deletions index.html
@@ -1,5 +1,3 @@
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
Expand All @@ -8,8 +6,7 @@
<title>Slides</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/bootstrap@4.6.2/dist/css/bootstrap.min.css"
integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="assets/slides.css">
</head>

Expand All @@ -29,28 +26,23 @@ <h1>Presentations</h1>

<div class="container w-100 my-4">
<div class="list-group" id="presentation-links">
<a href="/sub1" class="web_subfolder list-group-item list-group-item-action">Text1</a>
<a href="/sub2" class="web_subfolder list-group-item list-group-item-action">Text2</a>
<a href="/sub3" class="web_subfolder list-group-item list-group-item-action">Text3</a>
</div>
<a class="web_subfolder" href="/build/talk_example_presentation">talk_example_presentation</a><a class="web_subfolder" href="/build/teaching_example_workshop">teaching_example_workshop</a>
</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>
<span class="text-muted navbar-text">Made with &#128157; by
<a href="https://opengis.ch" target="blank">OPENGIS.ch</a>. &#169; 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">
<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>

</html>

0 comments on commit eb75fc6

Please sign in to comment.