-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
99 lines (95 loc) · 3.49 KB
/
index.html
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
---
title: Welcome
---
<div id="index">
<div class="pad40 brickwall">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1 class="huge center">Welcome!</h1>
<p>
Welcome to the NOEXC Balloon Project information landing site.
In addition to beaconing RTTY telemetry tracking-data, our payload
The NBP-3 launch has been postponed until further notice.
We welcome and encourage the community to track our efforts. We
will publish more information as it is available. Please register
on our <a href="https://noexc.org/wiki/Main_Page">Wiki</a> and our
<a href="https://groups.google.com/forum/#!forum/noexc">
mailing list
</a> to track the latest developments within the project.
</p>
<p>
- The NBP-3 Team
</p>
</div>
</div>
</div>
</div>
<div class="tank">
<div class="container">
<div class="row">
<div class="col-sm-offset-4 col-sm-8">
<div class="pull-right">
<h1 class="huge pad10bot">What is this project?</h1>
<p>
This flight (NBP-3) is a high-altitude balloon flight which will
be launched by the
<a href="https://noexc.org/">
Northeast Ohio Experimenters Club
</a>.
</p>
<p>
The goal of this flight is to enable amateur radio operators in
the region of Ohio and possibly surrounding states to communicate
with each other through the balloon.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="club display-table">
<div class="vert-center">
<div class="container">
<div class="row">
<div class="col-sm-5">
<h1 class="huge pad10bot">Who is behind it?</h1>
</div>
<div class="col-sm-7">
<p>
We are the
<a href="https://noexc.org/">
Northeast Ohio Experimenters Club
</a>, a new amateur radio and electronics club started in the Fall
of 2014. NOEXC is comprised of members residing all throughout the
northeast Ohio area with member coverage extending as far north as
Cleveland, as far east as Youngstown, and as far west as
Akron/Canton. Please visit our wiki for more information.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="mapview">
<div class="container">
<div class="row">
<div class="col-sm-7">
<img src="../images/mapview.png" alt="mapview" class="img-responsive" />
</div>
<div class="col-sm-5 stay-in-the-know">
<h1 class="huge pad10bot">Stay in the know.</h1>
<p>
We will (may?) be live-streaming the launch of NBP-3. Once it is up
in the air, you can track it in a number of ways. First, you can,
of course, turn on a radio and decode the RTTY telemetry data using
a computer or smartphone. If that's not an option, however, you can
use our production "mapview" system which allows you to track the
balloon in your browser from anywhere with an internet connection,
in realtime. More information will appear here before the launch.
</p>
</div>
</div>
</div>
</div>
</div>