-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode-of-conduct.html
197 lines (162 loc) · 5.69 KB
/
code-of-conduct.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
<!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>Code of Conduct - 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/[email protected]/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="Code of Conduct - 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" alt="Kyōdō Protocol">
</a>
</h1>
<nav>
<ul>
<li><a href="/" class="on-section">Home</a></li>
<li><a href="about.html">About</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>Code of conduct</h1>
<nav class="internals-nav">
<ul>
<li>Code of conduct</li>
<li>
<a href="privacy-policy.html">
Privacy policy
</a>
</li>
<li>
<a href="terms-of-use.html">
Terms of use
</a>
</li>
</ul>
</nav>
<!--
<h2>Example of subtitle</h2>
-->
<p>Coming soon</p>
</div>
</section>
<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>