-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAboutBox.html
More file actions
35 lines (35 loc) · 2.29 KB
/
AboutBox.html
File metadata and controls
35 lines (35 loc) · 2.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!-- ABOUT BOX -->
<div class="modal fade" data-bs-backdrop="static" tabindex="-1" id="aboutSpeedScore" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg">
<!-- Modal content-->
<div class="modal-content" style="background: #fff">
<div class="modal-header btn-theme">
<center>
<p class="modal-title"><b>About SpeedScore</b></p>
</center>
<button type="button" class="close-about-btn">×</button>
</div>
<div class="modal-body">
<center>
<img src="https://dl.dropboxusercontent.com/s/awuwr1vpuw1lkyl/SpeedScore4SplashLogo.png" height="200" width="200">
<h3>The World's First and Only App for Speedgolf</h3>
<p style="font-style:italic">Version S, Build 25.10.2023<br>
© 2017-23 The Professor of Speedgolf. All rights reserved.
</p>
</center>
<p>The SpeedScore app supports</p>
<ul>
<li>live touranment scoring</li>
<li>tracking personal speedgolf rounds and sharing results</li>
<li>finding speedgolf-friendly courses, booking tee times, and paying to play speedgolf by the minute</li>
</ul>
<p>SpeedScore was first developed by Dr. Chris Hundhausen, professor computer science at Oregon State University and the <i>Professor of Speedgolf</i>, with support from Scott Dawley, CEO of Speedgolf USA, LLC. It is now under active development by Oregon State University's Speedgolf Technology and Analytics Lab (STAL).</p>
<p>For more information on SpeedScore, visit <a class="about-link" href="https://research.engr.oregonstate.edu/stal/" target="_blank">OSU's Speedgolf Technology and Analytics Lab</a>.
For more information on speedgolf, visit <a class="about-link" href="http://playspeedgolf.com" target="_blank">playspeedgolf.com</a> and <a class="about-link" href="http://speedgolfusa.com" target="_blank">Speedgolf USA</a>.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-theme close-about-btn" >OK</button>
</div>
</div>
</div>
</div>