-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
310 lines (295 loc) · 10.4 KB
/
index.html
File metadata and controls
310 lines (295 loc) · 10.4 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
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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta property="og:title" content="Canopy" />
<meta property="og:type" content="website" />
<meta property="og:image" content="images/logos/logo.png" />
<meta
property="og:description"
content="Canopy: A CDN monitoring solution."
/>
<meta property="og:url" content="https://github.com/canopy-framework/canopy-cli" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>
$(document).ready(function () {
// Add smooth scrolling to all links
$("a").on("click", function (event) {
// Make sure this.hash has a value before overriding default behavior
if (this.attributes.href.value.substr(0, 1) === "#") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
$("html, body").animate(
{
scrollTop: $(hash).offset().top,
},
800,
function () {
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
}
);
} // End if
});
});
</script>
<script>
$(window).scroll(function () {
if ($(this).scrollTop() > 300) {
$(".bounce").hide(1000);
} else {
$(".bounce").show(1000);
}
});
</script>
<title>Canopy | Framework for monitoring CDN logs in real-time</title>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Work+Sans:wght@400;600;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="stylesheets/reset.css" />
<link rel="stylesheet" href="stylesheets/main.css" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="images/logos/logo.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="images/logos/logo.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="images/logos/logo.png"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,400;0,700;0,900;1,400&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header id="home">
<div class="header-backdrop">
<nav>
<ul>
<li>
<a href="/">
<img src="images/logos/logo.png" />
</a>
</li>
<li>
<a href="/" class="active">Home</a>
</li>
<li><a href="/case-study">Case Study</a></li>
<li><a href="/team">Our Team</a></li>
<li class="flex-float-right">
<a
href="https://github.com/canopy-framework/canopy-cli"
target="_blank"
>
<img
src="images/logos/github-mark-light.png"
alt="Canopy GitHub"
class="github"
/>
</a>
</li>
</ul>
</nav>
<div class="banner">
<h1>Canopy</h1>
<p>
An open-source, real-time monitoring framework designed specifically for CDNs
</p>
<a
href="/case-study"
class="button button-primary button-wide banner-cta"
>View Case Study</a
>
</div>
</div>
<a href="#overview" class="bounce"></a>
</header>
<section id="overview" class="integration">
<article class="box">
<div class="text-box">
<h1>What Is Canopy?</h1>
<p>
Canopy is an open-source real-time monitoring framework designed specifically for use with the Amazon CloudFront CDN. We automate the deployment of an end-to-end pipeline for collecting, transforming, and storing Amazon CloudFront CDN logs, and process those logs to generate a critical suite of metrics for analysis.
</p>
<p> </p>
<h1>Easy Setup</h1>
<p>
Use our
<a href="https://github.com/canopy-framework/canopy-cli">CLI tool</a> to
deploy the canopy pipeline:
<code>canopy deploy</code>. Tear it down just as easily with
<code>canopy destroy</code>.
</p>
</div>
</article>
<div class="box">
<!-- need to change to canopy's gif or vid -->
<img
class="gif shadow-screenshot"
src="images/cliPics/canopyDeploy.png"
alt="Canopy deploy command command line view"
/>
</div>
</section>
<section id="management" class="integration">
<div class="box providers">
<img
id="ui-screenshot"
class="browser-screenshot shadow-screenshot"
src="images/dashboardPics/admin_configure.png"
alt="central control point for viewing services"
/>
</div>
<article class="box">
<div class="text-box">
<h1>Convenient Management</h1>
<p>
Manage your Canopy pipeline with the
<code>canopy launchDashboard</code> command.
</p>
</div>
</article>
</section>
<section class="lower-cta">
<h2>Want to know more?</h2>
<div class="buttons">
<a
href="/case-study"
class="button button-primary button-wide banner-cta"
>View Case Study</a
>
<a
href="https://github.com/canopy-framework/canopy-cli"
target="_blank"
class="button button-link banner-cta"
>View on GitHub</a
>
</div>
</section>
<footer>
<div class="footer-backdrop">
<section id="our-team">
<h1>Our Team</h1>
<p>
If you're interested in finding out more, please reach out!
</p>
<ul>
<li class="individual">
<a href="https://github.com/AlexRiviere/" target="_blank"
><img src="images/team/alex.png" alt="Alex Riviere"
/></a>
<h3>Alex Riviere</h3>
<p>Piscataway, NJ</p>
<ul class="social-icons">
<li>
<a href="mailto:alexanderm.riviere@gmail.com" target="_blank">
<img src="images/icons/email_icon.png" alt="email" />
</a>
</li>
<li>
<a href="https://ariviere.dev/" target="_blank"> <!-- Replace href with URL of Alex website-->
<img src="images/icons/website_icon.png" alt="website" />
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/alex-riviere-7561aab6/" target="_blank">
<img src="images/icons/linked_in_icon.png" alt="linkedin" />
</a>
</li>
</ul>
</li>
<li class="individual">
<a href="https://github.com/eemanioui/" target="_blank"
><img src="images/team/mehdi.png" alt="El Mehdi El Manioui"
/></a>
<h3>El Mehdi El Manioui</h3>
<p>Edmonton, AB Canada</p>
<ul class="social-icons">
<li>
<a href="mailto:elmanioui.mehdi@gmail.com" target="_blank">
<img src="images/icons/email_icon.png" alt="email" />
</a>
</li>
<li>
<a href="https://www.elmanioui.com/" target="_blank">
<img src="images/icons/website_icon.png" alt="website" />
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/elmanioui/" target="_blank">
<img src="images/icons/linked_in_icon.png" alt="linkedin" />
</a>
</li>
</ul>
</li>
<li class="individual">
<a href="https://github.com/jason-ng3/" target="_blank"
><img src="images/team/jason.png" alt="Jason Ng"
/></a>
<h3>Jason Ng</h3>
<p>New York, NY</p>
<ul class="social-icons">
<li>
<a href="mailto:jasonkngdev@gmail.com" target="_blank">
<img src="images/icons/email_icon.png" alt="email" />
</a>
</li>
<li>
<a href="https://jasonkng.dev/" target="_blank">
<img src="images/icons/website_icon.png" alt="website" />
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/jasonkngdev/" target="_blank">
<img src="images/icons/linked_in_icon.png" alt="linkedin" />
</a>
</li>
</ul>
</li>
<li class="individual">
<a href="https://github.com/mshyer/" target="_blank"
><img src="images/team/michael.png" alt="Michael Shyer"
/></a>
<h3>Michael Shyer</h3>
<p>New York, Ny</p>
<ul class="social-icons">
<li>
<a href="mailto:mshyer.dev@gmail.com" target="_blank">
<img src="images/icons/email_icon.png" alt="email" />
</a>
</li>
<li>
<a href="https://michaelshyer.com" target="_blank">
<img src="images/icons/website_icon.png" alt="website" />
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/michael-shyer/" target="_blank">
<img src="images/icons/linked_in_icon.png" alt="linkedin" />
</a>
</li>
</ul>
</li>
</ul>
</section>
</div>
</footer>
</body>
</html>