-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
306 lines (297 loc) · 10.1 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
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
<!DOCTYPE html>
<html data-wf-page="5f71dd169010d6326b65485d">
<head>
<meta charset="utf-8" />
<title>Synapse GraphQL Gateway</title>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link href="assets/css/style.css" rel="stylesheet" type="text/css" />
<script
src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"
type="text/javascript"
></script>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Inter:regular,500,600,700"
media="all"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Work+Sans"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Nunito+Sans"
/>
<script type="text/javascript">
WebFont.load({ google: { families: ["Inter:regular,500,600,700"] } });
</script>
<script type="text/javascript">
!(function (o, c) {
var n = c.documentElement,
t = " w-mod-";
(n.className += t + "js"),
("ontouchstart" in o ||
(o.DocumentTouch && c instanceof DocumentTouch)) &&
(n.className += t + "touch");
})(window, document);
</script>
<link
href="assets/images/logo-mono.png"
rel="shortcut icon"
type="image/x-icon"
/>
<link href="assets/images/logo-mono.png" rel="apple-touch-icon" />
<script
src="https://kit.fontawesome.com/d019875f94.js"
crossorigin="anonymous"
></script>
<meta
name="image"
property="og:image"
content="assets/images/synapse-dashboard.png"
/>
</head>
<body>
<!--Navbar-->
<div class="navigation-wrap">
<div
data-collapse="medium"
data-animation="default"
data-duration="400"
role="banner"
class="navigation w-nav"
>
<div class="navigation-container">
<div class="navigation-left">
<a
href="/"
aria-current="page"
class="brand w-nav-brand w--current"
aria-label="home"
>
<img
src="assets/images/logo-color.png"
alt=""
class="template-logo"
onmouseover="hover(this);"
onmouseout="unhover(this);"
/>
</a>
<nav role="navigation" class="nav-menu w-nav-menu">
<a href="/case-study" class="link-block w-inline-block">
<div>Case Study</div>
</a>
<a href="/team" class="link-block w-inline-block">
<div>Team</div>
</a>
</nav>
</div>
<div class="navigation-right">
<div class="login-buttons">
<a
href="https://github.com/synapse-gateway/synapse-builder"
target="_blank"
>
<span style="color: #0a0188">
<i class="fab fa-github fa-lg"></i>
</span>
</a>
</div>
</div>
</div>
<div class="w-nav-overlay" data-wf-ignore="" id="w-nav-overlay-0"></div>
</div>
</div>
<!--Jumbotron-->
<div class="section header">
<div class="container">
<div class="hero-text-container">
<h1 class="h2 centered">Synapse <span id="spin">creates </span></h1>
<h1 class="h2 centered">your GraphQL API Gateway.</h1>
<br /><br />
<p class="intro-paragraph white-paragraph centered bottom-margin">
Synapse is an open-source tool to build, deploy, and monitor a GraphQL Gateway, enabling you to put your legacy APIs behind a single GraphQL endpoint.
</p>
<div class="button-container">
<a
href="/case-study"
class="primary-button right-margin w-inline-block"
>
<div class="primary-button-text">Read Case Study</div>
</a>
</div>
</div>
<div
data-w-id="c8b52af7-58af-18c7-65ce-aa2950b6601f"
class="hero-images-container"
>
<!--Foreground Image-->
<img
src="assets/images/synapse-deploy.gif"
alt=""
class="hero-image-left"
style="
border-radius: 8px;
will-change: transform;
transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1)
rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
transform-style: preserve-3d;
filter: drop-shadow(0px 0px 10px rgb(73, 73, 73));
"
/><!--Background Image--><img
src="assets/images/add-datasources.gif"
alt=""
class="hero-image-right"
/>
</div>
</div>
</div>
<!--Ad Banner #1-->
<div class="section">
<div class="container">
<div data-duration-in="300" data-duration-out="100" class="tabs w-tabs">
<div
data-w-id="8ce4324a-ed8e-4436-9964-0cfbaf67c64a"
style="
transform: translate3d(0px, 55px, 0px) scale3d(1, 1, 1)
rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
transform-style: preserve-3d;
opacity: 0;
"
class="tabs-content w-tab-content"
>
<div
data-w-tab="Tab 1"
class="w-tab-pane w--tab-active"
id="w-tabs-0-data-w-pane-0"
role="tabpanel"
aria-labelledby="w-tabs-0-data-w-tab-0"
>
<div class="tab-container">
<div class="tab-text-wrap">
<h2 class="white-h2 phone-centered">
Wave goodbye to<br /> over- and under-fetching data 👋
</h2>
<p
class="
intro-paragraph
white-paragraph
bottom-margin
phone-centered
"
id="intro-paragraph-2"
>
Synapse builds a single GraphQL endpoint that integrates all your existing data sources without altering them, enabling the client to get exactly the data they request. No more, no less.
</p>
</div>
<div class="tab-image-wrap">
<img
src="assets/images/chattr-with-synapse.gif"
loading="lazy"
alt=""
/>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Ad Banner #2-->
<div class="section second-banner">
<div class="container">
<div data-duration-in="300" data-duration-out="100" class="tabs w-tabs">
<div
data-w-id="8ce4324a-ed8e-4436-9964-0cfbaf67c64a"
style="
transform: translate3d(0px, 55px, 0px) scale3d(1, 1, 1)
rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
transform-style: preserve-3d;
opacity: 0;
"
class="tabs-content w-tab-content"
>
<div
data-w-tab="Tab 1"
class="w-tab-pane w--tab-active"
id="w-tabs-0-data-w-pane-0"
role="tabpanel"
aria-labelledby="w-tabs-0-data-w-tab-0"
>
<div class="tab-container">
<div class="tab-image-wrap">
<img
src="assets/images/monitoring.gif"
loading="lazy"
alt=""
/>
</div>
<div class="tab-text-wrap">
<h2 class="white-h2 phone-centered">
Monitor your GraphQL API Gateway
</h2>
<p
class="
intro-paragraph
white-paragraph
bottom-margin
phone-centered
"
id="intro-paragraph-2"
>
Aftering building your Gateway, Synapse lets you monitor request latencies and errors through the Gateway Manager.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section" style="padding-top: 0px;">
<a
href="https://github.com/synapse-gateway/synapse-builder"
target="_blank"
class="primary-button w-inline-block"
>
<div class="primary-button-text">Try It Out!</div>
</a>
</div>
<!--<div class="section">
<div class="container cta">
<div
class="vertical-cta"
style="
transform: translate3d(0px, 55px, 0px) scale3d(1, 1, 1)
rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
transform-style: preserve-3d;
opacity: 0;
"
>
<div class="vertical-cta-wrap">
<h2 class="black-h2">Interested in learning more?</h2>
<p class="black-paragraph centered">
Our remote team recently gave a presentation on Synapse across the US.<br />
</p>
<a href="/" target="_blank" class="tertiary-button w-inline-block">
<div class="primary-button-text">Try It Out</div>
</a>
</div>
</div>
</div>
</div>-->
<script
src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=5f71dd169010d641cf65485c"
type="text/javascript"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"
></script>
<script
src="https://assets.website-files.com/5f71dd169010d641cf65485c/js/webflow.6af2032ff.js"
type="text/javascript"
></script>
<script type="text/javascript" src="assets/scripts/script.js"></script>
<script type="text/javascript" src="assets/scripts/logo-btn.js"></script>
</body>
</html>