Skip to content

Commit a770f09

Browse files
author
doublebyte1
committed
Merge commit '52b3c06dc4f26838b085aebaa3592ffcbe790816'
2 parents 764d667 + 52b3c06 commit a770f09

2 files changed

Lines changed: 42 additions & 3 deletions

File tree

dist/sprints/25/css/styles.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10868,6 +10868,29 @@ body {
1086810868
overflow-x: hidden;
1086910869
}
1087010870

10871+
#announcement-bar {
10872+
background-color: #ffcc00;
10873+
color: #000;
10874+
text-align: center;
10875+
padding: 10px;
10876+
font-size: 12px;
10877+
position: -webkit-sticky;
10878+
position: sticky;
10879+
top: 0;
10880+
width: 100%;
10881+
z-index: 9999;
10882+
}
10883+
10884+
.announcement-bar a {
10885+
color: #000;
10886+
text-decoration: none;
10887+
font-weight: bold;
10888+
}
10889+
10890+
.announcement-bar a:hover {
10891+
text-decoration: underline;
10892+
}
10893+
1087110894
p {
1087210895
line-height: 1.75;
1087310896
}

dist/sprints/25/index.html

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717
<link href="css/styles.css" rel="stylesheet" />
1818
</head>
1919
<body id="page-top">
20+
<div id="announcement-bar">
21+
<div class="text-center">
22+
<div class="text-muted">
23+
This sprint is piloting a distributed model. Find more about local sprint nodes
24+
<a href="https://developer.ogc.org/sprints/nodes/">here.</a>
25+
</div>
26+
</div>
27+
</div>
2028
<!-- Navigation-->
2129
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
2230
<div class="container">
@@ -57,7 +65,7 @@
5765
<div class="container">
5866
<div class="my-div">
5967
<div class="text-center"><h2 class="section-heading text-uppercase">About</h2></div>
60-
<div class="text-left"><p class="text-muted">A Code Sprint is a three day virtual or hybrid event, where dozens of developers from around the world come together to code and share their ideas. The main goals of this code sprint are to support the development of OGC (candidate) Standards, as well as software which implements those Standards. In addition, it also aims to create awareness about the Standards and software projects. This code sprint will be virtual and it will take place at the OGC-events Discord server. It is hosted by the Open Geospatial Consortium (OGC).</p></div>
68+
<div class="text-left"><p class="text-muted">A Code Sprint is a three day virtual or hybrid event, where dozens of developers from around the world come together to code and share their ideas. The main goals of this code sprint are to support the development of OGC (candidate) Standards, as well as software which implements those Standards. In addition, it also aims to create awareness about the Standards and software projects. This code sprint will be virtual, but it will support local nodes for in-person participation.</p></div>
6169
<div class="row">
6270
<img src="assets/img/sprint-discord-water.png" alt="..." />
6371
<p></p>
@@ -66,6 +74,8 @@
6674
<p class="text-muted">
6775
You can find more details about the code sprint on the event's
6876
<a href="https://github.com/opengeospatial/developer-events/wiki/March-2025-Open-Standards-Code-Sprint">wiki page</a>
77+
. You can find more information about sprint nodes and find a local node to join on the
78+
<a href="https://developer.ogc.org/sprints/nodes/">nodes website</a>
6979
. Want to learn more about OGC Standards? Checkout the
7080
<a href="https://developer.ogc.org/">developer website</a>
7181
.
@@ -192,7 +202,12 @@ <h2>General</h2>
192202
<div class="accordion-item">
193203
<h2 class="accordion-header" id="one"><button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapse-one" aria-expanded="false" aria-controls="collapse-one">What is a code sprint?</button></h2>
194204
<div class="accordion-collapse collapse" id="collapse-one" aria-labelledby="one" data-bs-parent="#accordion">
195-
<div class="accordion-body"><p>A Code Sprint is a three day virtual or hybrid event, where dozens of developers from around the world come together to code and share their ideas regarding sharing geospatial information. This code sprint will be virtual.</p></div>
205+
<div class="accordion-body">
206+
<p>
207+
A Code Sprint is a three day virtual or hybrid event, where dozens of developers from around the world come together to code and share their ideas regarding sharing geospatial information. Although this code sprint will be virtual, it will support local,
208+
<a href="https://developer.ogc.org/sprints/nodes/">in-person, nodes.</a>
209+
</p>
210+
</div>
196211
</div>
197212
</div>
198213
<div class="accordion-item">
@@ -208,7 +223,8 @@ <h2 class="accordion-header" id="three"><button class="accordion-button collapse
208223
<p>
209224
This code sprint will take place at the
210225
<a href="https://discord.gg/3uyaZZuXr3">OGC Events discord server</a>
211-
.
226+
. You can also join, in-person, one of the
227+
<a href="https://developer.ogc.org/sprints/nodes/">code sprint nodes.</a>
212228
</p>
213229
</div>
214230
</div>

0 commit comments

Comments
 (0)