Skip to content

Commit b857f9e

Browse files
author
opengisch
committed

File tree

32 files changed

+139
-405
lines changed

32 files changed

+139
-405
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@
4444

4545

4646
<a href="#" class="list-group-item disabled list-group-item-action h3 m-0">OPENGIS.ch</a>
47-
<a class="list-group-item list-group-item-action" title="About Us" href="&#x2F;opengisch-about-us">About Us</a>
4847
<a class="list-group-item list-group-item-action" title="Team" href="&#x2F;opengisch-team">Team</a>
48+
<a class="list-group-item list-group-item-action" title="About Us" href="&#x2F;opengisch-about-us">About Us</a>
4949

5050
<a href="#" class="list-group-item disabled list-group-item-action h3 m-0">Talks</a>
51-
<a class="list-group-item list-group-item-action" title="Qfield Presentation" href="&#x2F;talk-qfield-presentation">Qfield Presentation</a>
5251
<a class="list-group-item list-group-item-action" title="Qfieldcloud Presentation" href="&#x2F;talk-qfieldcloud-presentation">Qfieldcloud Presentation</a>
52+
<a class="list-group-item list-group-item-action" title="Qfield Presentation" href="&#x2F;talk-qfield-presentation">Qfield Presentation</a>
5353

5454
<a href="#" class="list-group-item disabled list-group-item-action h3 m-0">Teaching</a>
55+
<a class="list-group-item list-group-item-action" title="Qgis Basic Course" href="&#x2F;teaching-qgis-basic-course">Qgis Basic Course</a>
5556
<a class="list-group-item list-group-item-action" title="Qfield Plugins Workshop" href="&#x2F;teaching-qfield-plugins-workshop">Qfield Plugins Workshop</a>
5657
<a class="list-group-item list-group-item-action" title="Qgis Advanced Course" href="&#x2F;teaching-qgis-advanced-course">Qgis Advanced Course</a>
57-
<a class="list-group-item list-group-item-action" title="Qgis Basic Course" href="&#x2F;teaching-qgis-basic-course">Qgis Basic Course</a>
5858
<a class="list-group-item list-group-item-action" title="Modelbaker Course" href="&#x2F;teaching-modelbaker-course">Modelbaker Course</a>
5959

6060
</div>

opengisch-about-us/_assets/stylesheets/main-style.css

+4-37
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,7 @@ h2 { /* smaller main titles */
3535
font-size: 30pt;
3636
font-weight: bold;
3737
text-align: left;
38-
}
39-
40-
h2:nth-child(2) {
41-
color: var(--opengisch-green)
42-
}
43-
44-
h2:last-of-type {
45-
margin-bottom: 60px;
38+
margin-bottom: 20px;
4639
}
4740

4841
h3 { /* secondary titles */
@@ -109,8 +102,8 @@ section.present video {
109102
section.present img {
110103
border-radius: 7px;
111104
border: 0.5px;
112-
box-shadow: none;
113-
max-width: 900px;
105+
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
106+
max-width: 600px;
114107
}
115108

116109
/* LOGO */
@@ -122,7 +115,7 @@ section.present.styled-logo img {
122115
box-shadow: none;
123116
}
124117

125-
/* IMG / PNG (TRANSPARENT – NO LOGO) */
118+
/* IMG / PNG (NOT LOGO) */
126119
section.present.custom-center-pic img {
127120
max-width: 100%;
128121
margin-top: 40px;
@@ -149,7 +142,6 @@ section.present.custom-right-pic img {
149142
}
150143

151144

152-
153145
/* –– OTHER –– */
154146

155147
/* COLORED TEXT */
@@ -210,28 +202,3 @@ section.present.custom-right-pic img {
210202
opacity: 0.2;
211203
z-index: -1;
212204
}
213-
214-
/* UNDERLINE ANIMATION */
215-
216-
.highlight-animate {
217-
position: relative;
218-
display: inline-block;
219-
}
220-
221-
.highlight-animate::before {
222-
content: '';
223-
position: absolute;
224-
left: 0;
225-
bottom: 0;
226-
width: 0%; /* Start with no width */
227-
height: 2px; /* Thin underline effect */
228-
background-color: #80cc28;
229-
animation: slide-highlight 3s ease-out forwards;
230-
z-index: -1;
231-
}
232-
233-
@keyframes slide-highlight {
234-
to {
235-
width: 100%; /* Expand to full width of the text */
236-
}
237-
}
-422 KB
Binary file not shown.
-667 KB
Binary file not shown.
37.1 KB
Loading

opengisch-about-us/assets/arrow_.png

51.3 KB
Loading

opengisch-about-us/assets/b2b-2.jpg

759 KB
Loading

opengisch-about-us/assets/b2b-3.jpg

273 KB
Loading
-103 KB
Binary file not shown.

opengisch-about-us/assets/email.png

8.82 KB
Loading
Loading
174 KB
Loading
24.4 KB
Loading
-455 KB
Binary file not shown.

opengisch-about-us/assets/special.jpg

113 KB
Loading
34 KB
Loading

opengisch-about-us/assets/team.jpg

863 KB
Loading
119 KB
Loading
-287 KB
Binary file not shown.
-108 KB
Loading
250 KB
Loading
81.7 KB
Loading

opengisch-about-us/intro.html

+45-63
Original file line numberDiff line numberDiff line change
@@ -35,124 +35,106 @@
3535

3636
---
3737

38-
## WHAT DO
39-
## WE DO?
38+
# WHAT DO
39+
# WE DO?
4040

4141
<!-- .slide: class="custom-center-pic" -->
42-
<img src="assets/whatdowedo1.png" style="width: 85%; margin-top: 80px;" alt="whatdowedo">
42+
![whatdowedo](assets/whatdowedo.png)
4343

4444
---
4545

46-
## WHAT DO
47-
## WE DO?
48-
49-
<!-- .slide: class="custom-left-pic" -->
50-
<img src="assets/whatdowedo2.png" style="width: 77%; margin-top: 18px; margin-right: 33px;" alt="whatdowedo">
46+
# WHAT DO
47+
# WE DO?
5148

49+
<!-- .slide: class="custom-center-pic" -->
50+
![whatdowedo](assets/whatdowedo2.png)
5251

5352
---
5453

55-
## CONNECTING
56-
## THE DOTS
54+
# WHAT DO
55+
# WE DO?
5756

5857
<!-- .slide: class="custom-left-pic" -->
59-
<img src="assets/connectingthedots.png" style="width: 45%; height: auto; display: block; margin-top: 130px;" alt="10ynumbers">
60-
58+
![whatdowedo](assets/whatdowedo_3.png)
6159

6260
---
6361

64-
## SOME
65-
## NUMBERS?
62+
# SOME
63+
# NUMBERS?
6664

6765
<!-- .slide: class="custom-left-pic" -->
68-
<img src="assets/somenumbers.png" style="width: 50%; height: auto; display: block;" alt="10ynumbers">
66+
<img src="assets/10y-numbers.png" style="width: 50%; height: auto; justify-content: center; display: block;" alt="10ynumbers">
6967

7068
---
7169

72-
## OUR
73-
## HISTORY?
70+
# OUR
71+
# HISTORY?
7472

7573
<!-- .slide: class="custom-left-pic" -->
76-
<img src="assets/history.png" style="width: 90%; margin-top: 100px; height: auto; display: block;" alt="history">
74+
![whatdowedo](assets/history.png)
7775

7876
---
7977

80-
## WHY DO WE
81-
## DO THIS?
78+
# WHY
79+
# WE DO THIS?
8280

83-
<img src="assets/vision.png" style="width: 100%; margin-top: 100px; height: auto; display: block;" alt="vision">
81+
<!-- .slide: class="custom-left-pic" -->
82+
![whatdowedo](assets/vision.png)
8483

8584
---
8685

87-
## WHY DO WE
88-
## DO THIS?
86+
# WHY
87+
# WE DO THIS?
8988

90-
<img src="assets/values.png" style="width: 100%; margin-top: 15px; height: auto; display: block;" alt="values">
89+
<!-- .slide: class="custom-left-pic" -->
90+
![whatdowedo](assets/values.png)
9191

9292
---
9393

94-
## WHERE
95-
## ARE WE?
96-
97-
<h4 style="font-weight: bold;">
98-
Everywhere and <span class="highlight-animate">anywhere.</span>
99-
</h4>
100-
101-
<img src="assets/OG_world_map.png" style="width: 73%; height: auto; margin-left: 150px; display: block;" alt="wherearewe">
94+
# WHERE
95+
# ARE WE?
10296

103-
---
104-
105-
## WHERE
106-
## ARE WE?
97+
### Everywhere and anywhere.
10798

108-
<h4 style="font-weight: bold;">
109-
Everywhere and <span class="highlight-animate">anywhere.</span>
110-
</h4>
99+
<!-- .slide: class="custom-left-pic" -->
100+
![whatdowedo](assets/wherearewe_map2.png)
111101

112-
<img src="assets/OG_switzerland_map.png" style="width: 60%; height: auto; margin-left: 150px; display: block;" alt="wherearewe">
113102

114103
---
115104

116-
## WHAT MAKES
117-
## US SPECIAL?✨
105+
# WHAT MAKES
106+
# US SPECIAL?✨
118107

119-
<img src="assets/whatmakesusspecial.png" style="width: 100%; height: auto; display: block; margin: 120px 0px 0px 0px;" alt="whatmakesusspecial">
108+
<!-- .slide: class="custom-center-pic" -->
109+
![whatmakesusspecial](assets/whatmakesusspecial.png)
120110

121111
---
122112

123-
## WHAT MAKES
124-
## US SPECIAL?✨
125-
126-
<img src="assets/whatmakesusspecial2.png" style="width: 100%; height: auto; display: block; margin: 123px 0px 0px 22px;" alt="whatmakesusspecial">
113+
# WHAT MAKES
114+
# US SPECIAL?✨
127115

116+
<!-- .slide: class="custom-center-pic" -->
117+
![whatmakesusspecial](assets/whatmakesusspecial2.png)
128118

129119
---
130120

131-
## WHO WORKS
132-
## WITH US?
121+
# WHO WORKS
122+
# WITH US?
133123

134124
<!-- .slide: class="custom-center-pic" -->
135125
![whatmakesusspecial](assets/OG_clients.png)
136126

137127
---
138128

139-
## WHAT'S <span style="color: #80cc28;">NEXT? 🚀</span>
140-
141-
<h4 style="font-weight: bold;">
142-
Let’s build something great <span class="highlight-animate">together!</span>
143-
</h4>
144-
145-
<img src="assets/team_2025.jpg" style="width: 60%; height: auto; display: block;" alt="team">
129+
# WE ARE
130+
# SOCIAL ✍️
146131

132+
- @OPENGISch
133+
- @QFieldForQGIS
134+
- <a href="https://opengis.ch/blog" style="color: var(--opengisch-green); font-weight: bold; text-decoration: none;">opengis.ch/blog</a>
147135

148-
<div style="display: flex; gap: 100px; margin-top: 40px;">
149-
<span>@OPENGISch</span>
150-
<span>@QFieldForQGIS</span>
151-
<a href="https://opengis.ch/blog" style="color: #80cc28; text-decoration: none;">opengis.ch/blog</a>
152-
</div>
153136

154-
<!--
155-
[def]: assets/10y-numbers.png -->
137+
[def]: assets/10y-numbers.png
156138

157139
</textarea>
158140
</section>

opengisch-team/_assets/stylesheets/main-style.css

+4-37
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,7 @@ h2 { /* smaller main titles */
3535
font-size: 30pt;
3636
font-weight: bold;
3737
text-align: left;
38-
}
39-
40-
h2:nth-child(2) {
41-
color: var(--opengisch-green)
42-
}
43-
44-
h2:last-of-type {
45-
margin-bottom: 60px;
38+
margin-bottom: 20px;
4639
}
4740

4841
h3 { /* secondary titles */
@@ -109,8 +102,8 @@ section.present video {
109102
section.present img {
110103
border-radius: 7px;
111104
border: 0.5px;
112-
box-shadow: none;
113-
max-width: 900px;
105+
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
106+
max-width: 600px;
114107
}
115108

116109
/* LOGO */
@@ -122,7 +115,7 @@ section.present.styled-logo img {
122115
box-shadow: none;
123116
}
124117

125-
/* IMG / PNG (TRANSPARENT – NO LOGO) */
118+
/* IMG / PNG (NOT LOGO) */
126119
section.present.custom-center-pic img {
127120
max-width: 100%;
128121
margin-top: 40px;
@@ -149,7 +142,6 @@ section.present.custom-right-pic img {
149142
}
150143

151144

152-
153145
/* –– OTHER –– */
154146

155147
/* COLORED TEXT */
@@ -210,28 +202,3 @@ section.present.custom-right-pic img {
210202
opacity: 0.2;
211203
z-index: -1;
212204
}
213-
214-
/* UNDERLINE ANIMATION */
215-
216-
.highlight-animate {
217-
position: relative;
218-
display: inline-block;
219-
}
220-
221-
.highlight-animate::before {
222-
content: '';
223-
position: absolute;
224-
left: 0;
225-
bottom: 0;
226-
width: 0%; /* Start with no width */
227-
height: 2px; /* Thin underline effect */
228-
background-color: #80cc28;
229-
animation: slide-highlight 3s ease-out forwards;
230-
z-index: -1;
231-
}
232-
233-
@keyframes slide-highlight {
234-
to {
235-
width: 100%; /* Expand to full width of the text */
236-
}
237-
}

0 commit comments

Comments
 (0)