-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-original.html
162 lines (162 loc) · 6.15 KB
/
index-original.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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="BDC Builder is a CLI tool that helps you create FCC BDC submissions from coverage models.">
<meta name="keywords" content="bdc broadband data collection fcc federal communications commission wisp fisp isp internet service provider tool cli linux windows mac osx">
<meta name="author" content="Azorian Solutions LLC">
<meta property="og:image" content="https://bdcbuilder.net/img/tool-progress-finished.png"/>
<meta property="og:site_name" content="FCC BDC Builder Tool"/>
<meta property="og:description"
content="Streamline your FCC Broadband Data Collection submission with ease and efficiency"/>
<title>FCC BDC Builder Tool</title>
<style>
body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
line-height: 1.6;
background-color: #f9f9f9;
color: #333;
}
header {
background: linear-gradient(90deg, #005bb5, #0073e6);
color: white;
padding: 2rem 1rem;
text-align: center;
}
header h1 {
margin: 0;
font-size: 2.5rem;
}
header p {
margin-top: 0.5rem;
font-size: 1.2rem;
}
.container {
max-width: 1200px;
margin: 2rem auto;
padding: 1rem;
}
.features, .cta, .contact-section, .about-section, .testimonial-section {
margin-bottom: 2rem;
padding: 1.5rem;
border-radius: 10px;
background: white;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.features ul {
list-style: none;
padding: 0;
}
.features ul li {
margin: 1rem 0;
font-size: 1.1rem;
position: relative;
padding-left: 1.5rem;
}
.features ul li:before {
content: '\2713';
color: #0073e6;
position: absolute;
left: 0;
top: 0.2rem;
}
.cta {
text-align: center;
}
.cta a {
display: inline-block;
background: #0073e6;
color: white;
padding: 0.7rem 1.5rem;
border-radius: 5px;
font-size: 1.2rem;
text-decoration: none;
transition: background 0.3s;
}
.cta a:hover {
background: #005bb5;
}
.image-section {
text-align: center;
margin-bottom: 2rem;
}
.image-section img, .image-section video {
max-width: 90%;
height: auto;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
footer {
text-align: center;
padding: 1rem;
background: #333;
color: white;
}
footer a {
color: #0073e6;
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
.about-section h2, .testimonial-section h2 {
margin-bottom: 1rem;
font-size: 1.5rem;
}
.about-section p, .testimonial-section p {
font-size: 1.1rem;
margin: 0.5rem 0;
}
.testimonial-section {
background: #f0f8ff;
}
</style>
</head>
<body>
<header>
<h1>FCC BDC Builder</h1>
<p>Streamline your FCC Broadband Data Collection submission with ease and efficiency</p>
</header>
<div class="container">
<section class="image-section">
<img src="img/tool-progress-finished.png" alt="Screenshot of FCC BDC Submission Tool">
</section>
<section class="about-section">
<h2>About the Tool</h2>
<p>While the tool itself isn't fancy, it is however simple and reliable as a result. Running the tool is no sweat, gathering the input data is most of the work. The tool requires only four CSV files for input, and an arbitrary number of coverage models to meet your desired level of detail.</p>
<p>The CostQuest location fabric is the first of the four input data sets required. Next, is a simple CSV file containing metadata about each coverage model you will use. Your service plans are the third data set required, and lastly, your subscription data. In many cases, most of this can be exported from your operational support system (OSS).</p>
</section>
<section class="features">
<h2>Key Features</h2>
<ul>
<li>Intuitive command-line interface for streamlined operations</li>
<li>Built-in data validation to help reduce errors</li>
<li>Comprehensive user documentation</li>
<li>Perpetual licensing for cost-effectiveness</li>
<li>Stateside customer support</li>
</ul>
</section>
<section class="testimonial-section">
<h2>What Our Users Say</h2>
<p>Well, they don't really, seeing as how this is just getting started. But hey, this is your opportunity to help out!</p>
</section>
<section class="cta">
<h2>Get Started Today</h2>
<p>Purchase the FCC BDC Builder Tool with a single entity perpetual license and start streamlining your submissions today.</p>
<p style="font-weight: bold; font-size: 2em; text-align: center; margin: 0; margin-bottom: .5em;">$2,500.00</p>
<a href="https://buy.stripe.com/aEUdRv7OMcl97x65kk" target="_blank">Buy Now</a>
</section>
<section class="contact-section">
<h2>Contact Me</h2>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
<p>Location: Franklin, Indiana, USA</p>
</section>
</div>
<footer>
<p>© 2025 <a href="https://azorian.solutions" target="_blank">Azorian Solutions LLC</a>. All rights reserved.</p>
</footer>
</body>
</html>