-
Notifications
You must be signed in to change notification settings - Fork 0
/
presentation.html
117 lines (117 loc) · 3.57 KB
/
presentation.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
<!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>
<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>
</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>
<div class="section header">
<iframe
width="1000"
height="563"
src="https://www.youtube.com/embed/_5LzHoG1VpY">
</iframe>
</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>