Skip to content

Commit 65ed396

Browse files
committed
copy in built HTML from pug
1 parent a85bf91 commit 65ed396

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

projects/riverstatus.html

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
layout: default
3+
title: RiverStatus Dashboard - Open Rowing Community
4+
---
5+
<div class="container px-4 px-lg-5">
6+
<!-- Heading Row-->
7+
<div class="row gx-3 gx-lg-4 align-items-center my-5">
8+
<div class="col-lg-7"><img class="img-fluid rounded mb-4 mb-lg-0" src="/assets/screenshot.png" alt='A screenshot of the main page of the RiverStatus tool. The middle of the page has a large vertical rectangle with rounded corners containing the number 2 in large font on a green background indicating the current safety zone. The top of the page three lines of text say: "River Conditions", "Updated: 1:08 am", and "Following the Safety Matrix (August 14th, 2025 version)". In the top right corner is a button to toggle the temperature units to Celsius. Down the left side is a series of current weather datapoints. Down the right is a list of safety rules or other restrictions that apply in the current safety zone.' /></div>
9+
<div class="col-lg-5">
10+
<h1 class="font-weight-light">RiverStatus Dashboard</h1>
11+
<p>Looking for an easy, at a glance view of the river safety conditions near your boathouse? The RiverStatus Dashboard augments your water safety plan with current condition data from sources including the USGS, NOAA, and the EPA for easy viewing at a glance.</p>
12+
<a class="btn btn-primary" href="https://rit-rowing.github.io/RiverStatusBoard/">Live demo</a>
13+
</div>
14+
</div>
15+
<!-- Content Row-->
16+
<div class="row gx-3 gx-lg-4">
17+
<div class="col-md-4 mb-5">
18+
<div class="card h-100">
19+
<div class="card-body">
20+
<h2 class="card-title">Interested?</h2>
21+
<p class="card-text">Do you think the RiverStatus Dashboard can help level up your water safety process? Fill out the survey below to let us know you are interested and start the conversation!</p>
22+
</div>
23+
<div class="card-footer"><a class="btn btn-primary btn-sm" href="https://form.jotform.com/252289013994061">I'm Interested!</a></div>
24+
</div>
25+
</div>
26+
<div class="col-md-4 mb-5">
27+
<div class="card h-100">
28+
<div class="card-body">
29+
<h2 class="card-title">The Matrix</h2>
30+
<p class="card-text">At the core of the status page is a "safety matrix" mapping conditions to "safety zones". Zones can restrict activities to keep everyone safe. Build your matrix with a template below.</p>
31+
</div>
32+
<div class="card-footer"><a class="btn btn-primary btn-sm" href="https://docs.google.com/spreadsheets/d/1QgBcZsTUlRzKt7XSiZKuAaSbj9ME6agEwYwZm3phPDk/edit?usp=sharing">View Template</a></div>
33+
</div>
34+
</div>
35+
<div class="col-md-4 mb-5">
36+
<div class="card h-100">
37+
<div class="card-body">
38+
<h2 class="card-title">Get involved</h2>
39+
<p class="card-text">RiverStatus is part of the OpenRowing family of community-built software projects for rowers. Come meet the community, get involved or check out other projects</p>
40+
</div>
41+
<div class="card-footer"><a class="btn btn-primary btn-sm" href="https://openrowing.com">See the Community!</a></div>
42+
</div>
43+
</div>
44+
</div>
45+
<div class="row">
46+
<div class="col-6">
47+
<h2>History</h2>
48+
<p>
49+
The RiverStatus Dashboard and Safety Matrix was first created in 2018 by Max Garber for the
50+
<a href="https://www.threeriversrowing.org/safety">Three Rivers Rowing Association</a>
51+
in Pittsburgh, PA. Since then it has been expanded to allow it to be reused by any rowing club.
52+
</p>
53+
</div>
54+
</div>
55+
</div>
56+
<!-- Footer-->
57+
<footer class="py-5 bg-dark">
58+
<div class="container px-4 px-lg-5">
59+
<p class="m-0 text-center text-white">
60+
Website made with &#x1F499; under the MIT license (
61+
<a href="https://github.com/OpenRowingCommunity/RiverStatusLandingPage">source code</a>
62+
).
63+
<br />
64+
Built using the StartBootstrap Small Business theme.
65+
<br />
66+
Part of the
67+
<a href="https://openrowing.com">OpenRowing Community</a>
68+
.
69+
</p>
70+
</div>
71+
</footer>

0 commit comments

Comments
 (0)