-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
217 lines (172 loc) · 6.94 KB
/
about.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->
<title>About - Kyōdō Protocol</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="./stylesheet/normalize.css" rel="stylesheet">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link href="./public/stylesheet/main.css" rel="stylesheet">
<!-- Favicons -->
<link rel="icon" type="image/png" href="./images/favicon.png">
<!-- SEO -->
<meta name="description" content="A decentralized, blockchain-driven solution that streamlines interaction between businesses, professionals, and communities.">
<meta name="author" content="WEB3DEV">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:title" content="About - Kyōdō Protocol">
<meta property="og:description" content="A decentralized, blockchain-driven solution that streamlines interaction between businesses, professionals, and communities.">
<meta property="og:url" content="https://www.kyodoprotocol.xyz/">
<meta property="og:site_name" content="Kyōdō Protocol">
<meta property="og:image" content="./images/open-graph.jpg">
<meta property="og:locale" content="en">
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "DAO",
"name" : "Kyōdō Protocol",
"url" : "https://www.kyodoprotocol.xyz/"
}
</script>
</head>
<body>
<header class="fade-in">
<div class="holder">
<h1 class="logo">
<a href="/">
<img src="./images/logo.svg">
</a>
</h1>
<nav>
<ul>
<li><a href="/" class="on-section">Home</a></li>
</ul>
</nav>
<a class="menu-trigger">
<img src="./images/menu.svg" alt="Menu">
</a>
</div>
</header>
<section class="content">
<div class="holder">
<h1>About</h1>
<h2>Protocol</h2>
<p>The Kyōdō Protocol is a system focused on the relationship between communities, employers, and professionals.</p>
<p>The protocol provides a software framework that resolves the issues companies encounter when hiring professionals, offers perks and proof of experience for these hired professionals, and enables a sustainable business model for communities.</p>
<p>
<a href="https://docs.kyodoprotocol.xyz/the-protocol/overview" class="read-more" target="_blank">
Read more
</a>
</p>
<h2>DAO</h2>
<p>Kyōdō DAO serves as a Decentralized Autonomous Organization (DAO) committed to promoting the growth and development of the Kyōdō Protocol as a viable business. The Kyōdō DAO provides an open platform for KYD token holders to submit and vote on various proposals.</p>
<p>Possible proposals may include:</p>
<ul>
<li>Building collaborative partnerships</li>
<li>Addressing aspects related to protocol development</li>
<li>Project-based investment prospects</li>
<li>Suggesting changes to tokenomics</li>
</ul>
<p>
<a href="https://docs.kyodoprotocol.xyz/dao/introduction" class="read-more" target="_blank">
Read more
</a>
</p>
<h2>Token</h2>
<p>The KYD Token is the official token of the Kyōdō Protocol.</p>
<p>The KYD Token functions as a Governance Token, allowing its holders to participate in the DAO's decision-making process. This includes the ability to vote and submit Signal and Core Proposals.</p>
<p>
<a href="https://docs.kyodoprotocol.xyz/tokenomics/token" class="read-more" target="_blank">
Read more
</a>
</p>
</div>
</section> <!-- /content -->
<footer>
<section class="footer-top">
<div class="holder">
<div class="columns-3">
<div>
<div class="logo-footer">
<img src="./images/logo.svg" alt="Kyōdō Protocol">
</div>
<ul class="social-list">
<li>
<a href="/">
<img src="./images/discord-icon.svg" alt="Discord">
</a>
</li>
<li>
<a href="https://twitter.com/KyodoProtocol" target="_blank">
<img src="./images/twitter-icon.svg" alt="Twitter">
</a>
</li>
<li>
<a href="https://github.com/w3b3d3v/kyodo-protocol-docs" target="_blank">
<img src="./images/github-icon.svg" alt="Github">
</a>
</li>
</ul>
</div>
<div class="footer-nav">
<div class="columns">
<div>
<h5>Resources</h5>
<ul>
<li>
<a href="https://docs.kyodoprotocol.xyz/">
Documentation
</a>
</li>
<li>
<a href="https://github.com/w3b3d3v/kyodo-protocol-docs" target="_blank">
Github
</a>
</li>
</ul>
</div>
<div>
<h5>Institutional</h5>
<ul>
<li>
<a href="about.html">
About
</a>
</li>
<li>
<a href="https://docs.kyodoprotocol.xyz/faq" target="_blank">
FAQ
</a>
</li>
</ul>
</div>
</div> <!-- /columns -->
</div> <!-- /footer-nav -->
<div class="web3dev">
<img src="./images/web3dev.svg" alt="WEB3DEV">
<p>
Made with <span>♡</span> by<br>
<a href="https://www.web3dev.com.br/" target="_blank">WEB3DEV</a>
</p>
</div>
</div> <!-- /columns-3 -->
</div>
</section>
<section class="footer-bottom">
<div class="holder">
<p><strong>© 2023 WEB3DEV</p>
<ul>
<li><a href="code-of-conduct.html">Code of conduct</a></li>
<li><a href="privacy-policy.html">Privacy policy</a></li>
<li><a href="terms-of-use.html">Terms of use</a></li>
</ul>
</div>
</section>
</footer>
<script src="https://code.jquery.com/jquery-3.7.0.min.js" integrity="sha256-2Pmvv0kuTBOenSvLm6bvfBSSHrUJ+3A7x6P5Ebd07/g=" crossorigin="anonymous"></script>
<script src="./js/main.js"></script>
</body>
</html>