Skip to content

Commit de4b301

Browse files
committed
deploy: f8c20e1
1 parent b71f733 commit de4b301

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
Open to all OGC APIs and data encodings
5151
</div>
5252
<a class="btn btn-primary btn-xl text-uppercase" href="#about">Tell Me More</a>
53-
<a class="btn btn-primary btn-xl text-uppercase" href="">Register</a>
53+
<a class="btn btn-primary btn-xl text-uppercase" href="soon.html">Register</a>
5454
</div>
5555
</header>
5656
<!-- About-->
@@ -394,7 +394,7 @@ <h2 class="accordion-header" id="eleven"><button class="accordion-button collaps
394394
<div class="accordion-body">
395395
<p>
396396
Registration is open
397-
<a href="">here</a>
397+
<a href="soon.html">here</a>
398398
. In-person registration closes on Thursday, October 13 2025, 17:00 UTC+2. Registration for remote participation will remain open throughout the code sprint.
399399
</p>
400400
</div>

soon.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
6+
<meta name="description" content="" />
7+
<meta name="author" content="" />
8+
<title>Coming Soon</title>
9+
<!-- Favicon-->
10+
<link rel="icon" type="image/x-icon" href="assets/3d_emblem_lockup.ico" />
11+
<!-- Font Awesome icons (free version)-->
12+
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/js/all.min.js" crossorigin="anonymous"></script>
13+
<!-- Google fonts-->
14+
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
15+
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css" />
16+
<!-- Core theme CSS (includes Bootstrap)-->
17+
<link href="css/styles.css" rel="stylesheet" />
18+
<section class="page-section" id="adopters">
19+
<div class="container">
20+
<div class="text-center">
21+
<h1 class="section-heading text-uppercase">
22+
COMING SOON
23+
<i class="fas fa-truck"></i>
24+
</h1>
25+
</div>
26+
</div>
27+
</section>
28+
</head>
29+
</html>

0 commit comments

Comments
 (0)