-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
308 lines (266 loc) · 14.1 KB
/
config.toml
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
306
307
308
# Page settings
baseurl = "localhost:1313"
title = "ICONation"
languageCode = "en-us"
theme = "hugo-elate-theme"
[params]
custom_css = ["css/custom1.css", "css/custom2.css"]
# Meta
author = "ICONation"
description = "ICONation website"
email = "[email protected]"
# Navigation
[params.navigation]
brand = "ICONation"
home = "Home"
work = "Projects"
services = "Services"
about = "Our team"
contact = "Contact"
# Hero section
[params.hero]
title = "ICONation"
subtitle = 'By ICONists, for ICONists.'
# Stake video
# [params.intro.video]
# enable = true
# title = "ICON Pre-Voting & Staking Tutorial : Learn how to stake"
# icon = "icon-play2"
# url = "https://www.youtube.com/watch?v=Rlk5Yp8-bvg"
# Work section
[params.work]
enable = true
title = "Projects"
description = "Here are our contributions to the ICON ecosystem."
# footertext = '** Demo images from <a href="http://plmd.me/" target="_blank">plmd.me</a>'
[[params.work.row]]
img = "iconsafe.png"
link = "https://iconsafe.net"
alt = "ICONSafe"
title = "ICONSafe"
subtitle = "ICON Multisig Wallet."
[[params.work.row]]
img = "equality.png"
link = "https://equality.exchange/"
alt = "Equality (Early Contributors)"
title = "Equality (Early Contributors)"
subtitle = "StableSwap AMM."
[[params.work.row]]
img = "iconswap.png"
link = "https://iconation.github.io/iconswap/"
alt = "ICONSwap"
title = "ICONSwap"
subtitle = "ICON DEX for ICX and IRC2 tokens."
[[params.work.row]]
img = "scorelib.png"
link = "https://github.com/iconation/scorelib/"
alt = "SCORELib"
title = "SCORELib"
subtitle = "Advanced data structures library."
[[params.work.row]]
img = "govmeeting.png"
link = "https://www.youtube.com/channel/UC5SrWL7CKY09cVtuDxHtizw/videos/"
alt = "Governance Meeting"
title = "Governance Meeting"
subtitle = "Participation in P-Rep Governance Meetings."
[[params.work.row]]
img = "aegis.png"
link = "https://github.com/iconation/aegis"
alt = "Aegis"
title = "Aegis"
subtitle = "ICON blockchain database & analyzer"
[[params.work.row]]
img = "byiconistsforiconists.png"
link = "https://www.youtube.com/channel/UCKEiIRTKd7qbgc0BgrO7clQ/featured/"
alt = "By ICONists, For ICONists"
title = "By ICONists, For ICONists"
subtitle = "ICONation Youtube Series"
[[params.work.row]]
img = "cm.png"
link = "https://reddit.com/r/helloicon/"
alt = "Community Support"
title = "Community Support"
subtitle = "Community support and moderators"
[[params.work.row]]
img = "iiss3.png"
link = "https://forum.icon.community/t/iiss-3-0-proposal/"
alt = "IISS 3.0 participation"
title = "IISS 3.0 participation"
subtitle = "P-Rep discussion around IISS 3.0."
[[params.work.row]]
img = "craftain.png"
link = "https://craftain.com/courses/getting-started-with-icon"
alt = "Craftain"
title = "Craftain x ICON"
subtitle = "ICON Courses provided by ICONation"
[[params.work.row]]
img = "hylian.png"
link = "https://github.com/iconation/hylian"
alt = "Hylian"
title = "Hylian"
subtitle = "ICON oracle price SCORE"
[[params.work.row]]
img = "svalinn.png"
link = "https://github.com/iconation/Svalinn/"
alt = "Svalinn ICX Wallet"
title = "Svalinn"
subtitle = "ICX Desktop Wallet, works online and offline."
[[params.work.row]]
img = "ecclesia.png"
link = "https://github.com/iconation/Ecclesia"
alt = "Ecclesia"
title = "Ecclesia"
subtitle = "Public Voting SCORE"
[[params.work.row]]
img = "obsidian.png"
link = "https://iconation.team/multisig-wallet"
alt = "Obsidian"
title = "Obsidian"
subtitle = "ICON MultiSig Wallet Interface"
[[params.work.row]]
img = "daedric.png"
link = "https://github.com/iconation/daedric"
alt = "Daedric"
title = "Daedric"
subtitle = "ICON oracle price feed"
[[params.work.row]]
img = "icon-sdk-php.png"
link = "https://github.com/iconation/icon-sdk-php"
alt = "ICON SDK PHP"
title = "ICON SDK PHP"
subtitle = "Development SDK in PHP"
[[params.work.row]]
img = "icon-sdk-cpp.png"
link = "https://github.com/iconation/icon-sdk-cpp"
alt = "ICON SDK CPP"
title = "ICON SDK CPP"
subtitle = "Development SDK in C++"
[[params.work.row]]
img = "battlebombroyale.png"
link = "https://battlebombroyale.github.io/"
alt = "Battle Bomb Royale"
title = "Battle Bomb Royale"
subtitle = "ICON Multiplayer Game"
[[params.work.row]]
img = "prep-testnet.png"
link = "https://i.imgur.com/3fTQ1P5.png"
alt = "ICONation P-Rep TestNet Node"
title = "ICONation P-Rep TestNet Node"
subtitle = "ICONation has participated to the P-Rep TestNet"
[[params.work.row]]
img = "teaser.png"
alt = "And more!"
title = "And more to come!"
subtitle = "Soon 😉"
# Services section
[params.services]
enable = true
title = "Services"
description = "ICONation will provide the following services related to network management, development, community participation, and education."
[[params.services.item]]
title = "Secure"
description = "<ul><li><b>Block Production - ICON Network Management</b></li><li>ICONation will actively modify hardware configurations to meet and exceed network requirements to ensure consistent block production</li><li>Initial hardware details include :<ul><li>Server type: c5.9xlarge</li><li>CPU Model: Intel® Xeon® Platinum 8124 CPU @ 3.00GHZ</li><li>vCPU(core): 36</li><li>RAM: 72G</li><li>Disk: 500G NVMe SSD (EBS bandwidth 4.5 Gbps)</li></ul><li>Participate in various ICON source code audits</li></ul>"
icon = "icon-cube"
[[params.services.item]]
title = "Develop"
description = "<ul><li><b>Growing & Nurturing the ICON Network</b></li><li><a href='https://github.com/iconation/icon-sdk-cpp'>ICON SDK C++</a></li><li><a href='https://github.com/iconation/icon-sdk-php'>ICON SDK PHP</a></li><li>ICONation Voting SCORE dApp : this voting dApp will be used to collect and quantify the opinions of ICONists on network governance proposals.</li><li>ICONation will stand up a Loopchain lab to educate and support developers with efforts around peer nodes, RPC communication, trackers, etc, in order to strengthen community & developer knowledge around the ICON ecosystem</li></ul>"
icon = "icon-wrench"
[[params.services.item]]
title = "Nation"
description = "<ul><li><b>Governance Decisions & Voting</b></li><li>ICONation proposes to:</li><ul><li>Request and quantify the ICON community's opinion on upcoming network governance decisions via the ICONation voting SCORE dApp</li><li>Stake virtual steps into the voting dApp in order to provide free transactions for ICONists that use the dApp to vote</li><li>Encourage community involvement and participation via multiple community channels</li><li>Provide transparency via auditable results on the ICON blockchain</li></ul></ul>"
icon = "icon-flag"
[[params.services.item]]
title = "Educate"
description = "<ul><li><b>Network Security and Protection</b></li><li>ICONation proposes to:</li><ul><li>Uphold and adhere to standards that prevent abuse, attacks, fraud or collusion</li><li>Utilize the ICONation team's collective experience as ICON community managers to reduce and remove threats through community education via existing platforms such as Telegram, Reddit, Kakao, and Twitter</li><li>Contribute to developer awareness on how to strengthen the ICON ecosystem via the Loopchain lab</li></ul></ul>"
icon = "icon-monitor"
# About section
[params.about]
enable = true
title = "Our team"
description = ""
[[params.about.item]]
name = "Spl3en"
# position = "Developer"
description = "Spl3en has been actively assisting and supporting the ICON developer community on icondev.io, ICONDev Telegram, and other various ICON related developer channels as an administrator dating back to 2017. He has demonstrated an excellent understanding of the ICON blockchain by contributing directly to the official <a href='https://github.com/Spl3en?org=icon-project'>ICON project source code</a>. He has developed multiple tools for ICONists and is in the process of creating more. His main motivation is to bring more developers to the ICON ecosystem by providing useful tools, dApps and APIs through ICONation."
img = "spl3en.png"
alt = "Person1"
social = [
["icon-twitter", "https://twitter.com/Spl3en_ICON"],
["icon-github", "https://github.com/Spl3en"],
["icon-envelope", "https://telegram.me/Spl3en"],
]
[[params.about.item]]
name = "Radio"
# position = "Position"
description = "Radio is a Senior Systems Analyst/Scrum Master for one of the largest IT providers in North America. Radio has been an active member of the ICON community since 2017 and currently serves as a community manager on various ICON Reddit, Telegram and Discord channels. In addition to being an ICONist and cryptocurrency enthusiast, Radio's interests include a wide variety of sports, music, and literature from around the world. He is also a passionate advocate for global human and animal rights."
img = "radio.png"
alt = "Person2"
social = [
["icon-twitter", "https://twitter.com/radiofriendly12"],
["icon-reddit", "https://www.reddit.com/user/radiofriendly123"],
["icon-envelope", "https://telegram.me/radiofriendly123"],
]
[[params.about.item]]
name = "Dimitris"
# position = "Developer"
description = "Dimitris is an ambitious software engineer, with over 4 years of professional experience in web application development & system administration. Some of his most notable achievements include the digital transformation of various volunteering organisations and having worked at the European Organisation for Nuclear Research (CERN) for 14 months as a software developer. During the last 1.5 years, he has also ventured into the field of blockchain and smart contract development. He has already made a Telegram bot prototype that alerts you on ICX balance changes and is now developing a PHP SDK for ICON."
img = "dimitris.png"
alt = "Person1"
social = [
["icon-twitter", "https://twitter.com/dimitrisfrang"],
["icon-github", "https://github.com/mitsosf/"],
["icon-envelope", "https://telegram.me/dimitrisfrangiadakis"],
]
[[params.about.item]]
name = "James / NorskKiwi"
# position = "Position"
description = "NorskKiwi will also be a familiar face for anyone visiting ICON community channels. Originally from New Zealand, this current day Norwegian resident brings a diverse skill set to the ICONation team, crafted in part from 15 years managerial experience in the hospitality and tourism industry. James has been a member and a volunteer moderator of multiple ICON community channels since 2017, and also assists the ICON foundation in producing resources for the community. He wishes to see the ICON community lead the way forward towards the United Nations Sustainable Development Goals, particularly through increased democracy (especially via DID and blockchain voting), climate action, and poverty reduction."
img = "norsk.png"
alt = "Person4"
social = [
["icon-twitter", "https://twitter.com/norskkiwi1"],
["icon-reddit", "https://www.reddit.com/user/NorskKiwi"],
["icon-envelope", "https://telegram.me/NorskKiwi"],
]
[[params.about.item]]
name = "CCClub"
# position = "Position"
description = "CCClub_17 is an investor, entrepreneur and has 15 years experience in the Legal Sector in Australia. CCClub_17 has been an active ICON community member and has served as an admin on several ICON community channels since 2017. Club’s passion is to see the expansion of the ICON ecosystem by building engaging dApps, inspiring ICONists through online marketing/promotional events, and delivering quality/transparent communications with fellow ICONists."
img = "ccclub.png"
alt = "ccclub"
social = [
["icon-twitter", "https://twitter.com/CCClub_17"],
["icon-reddit", "https://www.reddit.com/user/CCClub_17"],
["icon-envelope", "https://telegram.me/ccclub_17"],
]
# Contact section
[params.contact]
enable = true
map = false
form = true
title = "Get in touch"
description = "You need to tell us something ? <br/>Contact us on our social media, or using the following form."
# Available icons: http://simplelineicons.com/
details = [
# ["icon-home", "5555 Love Paradise 56 New Clity 5655, <br> Excel Tower United Kingdom"],
# ["icon-phone", "(123) 465-6789"],
["icon-envelope", '<a href="mailto:[email protected]" target="_blank">[email protected]</a>'],
["icon-github", '<a href="https://github.com/ICONation" target="_blank">[GitHub] ICONation</a>'],
["icon-twitter", '<a href="https://twitter.com/ICONationTeam" target="_blank">[Twitter] @ICONationTeam</a>'],
["icon-medium", '<a href="https://medium.com/@iconation" target="_blank">[Medium] @ICONation</a>'],
["", '<span class="iconify" style="position:relative; left:-50px;" data-icon="ei:sc-telegram" data-inline="false"></span><a href="https://t.me/iconationteam" target="_blank" style="position:relative; left:-22px;">[Telegram] t.me/iconationteam</a>']
]
name = "Name"
email = "Email"
# phone = "Phone"
message = "Message"
button = "Send message"
# Footer section
[params.footer]
enable = true
copyright = '© ICONation. All Rights Reserved.'
links = [
# ["icon-github", "https://github.com/ICONation"],
# ["icon-twitter", "https://twitter.com/ICONationTeam"],
# ["icon-medium", "https://medium.com/@iconation"]
]