Skip to content

Commit 18325f3

Browse files
CNAME
1 parent 4d1dcbb commit 18325f3

File tree

6 files changed

+15
-1
lines changed

6 files changed

+15
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
- uses: actions/setup-python@v4
5757
with:
5858
python-version: "3.10"
59+
cache: "pip"
5960

6061
- name: 🖎 Update index.html, parse opt-outs
6162
run: |

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
slides.opengis.ch

assets/openGIS-complete_new.png

110 KB
Loading

assets/slides.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
body,
2+
html {
3+
height: 100%;
4+
5+
}
6+
7+
body {
8+
background-image: url("./theteam_2.png");
9+
height: 100%;
10+
background-position: center;
11+
background-repeat: no-repeat;
12+
background-size: cover;
13+
}

assets/theteam_2.png

54.8 KB
Loading

web/deployments.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)