-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
200 lines (187 loc) · 8.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Cosmos Validators RU</title>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/bulma.min.css" />
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<style>
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
body {font-family: 'Nunito', sans-serif;};
nav.navbar {
height: 6rem !important;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
}
</style>
<script src="https://unpkg.com/vue@3"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZFED307X12"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ZFED307X12');
</script>
</head>
<body>
<div id="app">
<!-- START NAV -->
<nav class="navbar">
<div class="container">
<div class="navbar-brand" style="width: 100%;">
<div class="navbar-item" style="width: 100%;">
<div class="control has-icons-left" style="width: 100%;">
<input class="input is-rounded" type="email" placeholder="Поиск по имени валидатора или списку сетей" style="width: 100%;" v-model="filter">
<span class="icon is-left">
<i class="fa fa-search"></i>
</span>
</div>
</div>
</div>
</div>
</nav>
<!-- END NAV -->
<!-- Image -->
<section class="hero ">
<div class="hero-body">
<div class="container">
<section class="section">
<div class="columns">
<div class="column is-10 is-offset-1">
<div class="content is-medium">
<h1 class="title has-text-centered">Cosmos Validators RU</h1>
<ul>
<li>Это список валидаторов сетей в экосистеме Cosmos из русскоязычного сообщества.</li>
<li>Если вы валидатор и не видите себя в списке, можете добавить себя
<a href="https://github.com/cosmos-validators-ru/cosmos-validators-ru.github.io/blob/master/validators.json" target="_blank">здесь.</a>
</li>
<li>Если вы делегатор и хотите поддержать валидаторов из русскоязычного сообщества - выбирайте подходящего из списка.</li>
<li>Крайне рекомендуется узнать о валидаторе чуть больше перед тем, как делегировать (т.н. DYOR), а также делегировать более чем 1 валидатору для децентрализации сети.</li>
<li>С любыми предложениями/пожеланиями/жалобами можно приходить
<a href="https://github.com/cosmos-validators-ru/cosmos-validators-ru.github.io/issues" target="blank">сюда</a>
и <a href="https://t.me/freak12techno" target="blank">сюда</a>.
</li>
</ul>
<p>Добро пожаловать!</p>
</div>
</div>
</div>
</section>
<section class="sections">
<div class="columns">
<div class="column is-10 is-offset-1">
<table class="table is-fullwidth">
<thead>
<tr>
<th>Моникер</th>
<th>Страна</th>
<th>Контакты</th>
<th>Количество сетей</th>
<th>Ссылки на эксплореры</th>
</tr>
</thead>
<tfoot>
<tr>
<th>Моникер</th>
<th>Страна</th>
<th>Контакты</th>
<th>Количество сетей</th>
<th>Ссылки на эксплореры</th>
</tr>
</tr>
</tfoot>
<tbody>
<tr v-for="validator in validatorsFiltered">
<th>{{ validator.moniker }}</th>
<td>{{ validator.country }}</td>
<td>
<ul>
<li v-for="(link, key) in validator.contacts">
<a :href="link">{{ key }}</a>
</li>
</ul>
</td>
<td>{{ Object.keys(validator.chains).length }}</td>
<td>
<ul>
<li v-for="(link, key) in validator.chains">
<a :href="link">{{ key }}</a>
</li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<div class="container">
<section class="section">
<div class="columns">
<div class="column is-10 is-offset-1">
<div class="content is-medium">
<h4 class="subtitle">Дружественные ресурсы:</h4>
<ul>
<li>
<a href="https://cosmosdrops.io" target="_blank">CosmosDrops.io</a> - русскоязычный сайт для отслеживания эйрдропов
+ <a href="https://t.me/cosmosdropsio" target="_blank">русскоязычное комьюнити</a>
</li>
<li>
<a href="https://citadel.one" target="_blank">Citadel.one</a> - non-custodial решение для стейкинга
+ <a href="https://t.me/citadel_rus" target="_blank">русскоязычное комьюнити</a>
</li>
<li>
<a href="https://t.me/CosmosEcosystemNews_ru" target="_blank">русскоязычное сообщество Cosmos</a>
+ <a href="https://t.me/CosmosEcosystem_ru" target="_blank">чат</a>
</li>
</ul>
</div>
</div>
</div>
</section>
</div>
</div>
</section>
<footer class="footer">
<div class="content has-text-centered">
<p>
Сделал <a href="https://t.me/freak12techno" target="_blank">freak12techno.</a>
</p>
</div>
</footer>
</div>
</body>
<script>
const { createApp } = Vue
function normalize(str) {
return str.replace(/[^a-z0-9]/gi, '').toLowerCase();
}
createApp({
data() {
return {
validators: [],
validatorsFiltered: [],
filter: '',
}
},
watch: {
filter(newFilter) {
const normalizedName = normalize(newFilter);
this.validatorsFiltered = this.validators.filter(v => {
return normalize(v.moniker).includes(normalizedName)
|| Object.keys(v.chains).some(chain => normalize(chain).includes(normalizedName));
})
}
},
mounted() {
fetch('./validators.json').then(result => result.json()).then(result => {
this.validators = result.sort(() => 0.5 - Math.random()); // sorting randomly
this.validatorsFiltered = this.validators
})
}
}).mount('#app')
</script>
</html>