tfgrid
This commit is contained in:
48
collections/projectinca/grants/grants_inca.md
Normal file
48
collections/projectinca/grants/grants_inca.md
Normal file
@@ -0,0 +1,48 @@
|
||||
# Project INCA Grants
|
||||
|
||||
!!wiki.include page:'projectinca:grant_versions.md'
|
||||
|
||||
There are no grants defined yet for our INCA release.
|
||||
|
||||
Please contact us to let us know on which projects you would like to work, below you can see a suggested Distrubution of grants.
|
||||
|
||||
```echarts
|
||||
option = {
|
||||
title: {
|
||||
text: 'Grants',
|
||||
subtext: 'Distribution',
|
||||
left: 'center'
|
||||
},
|
||||
tooltip: {
|
||||
trigger: 'item'
|
||||
},
|
||||
series: [
|
||||
{
|
||||
name: 'Distribution',
|
||||
type: 'pie',
|
||||
radius: '70%',
|
||||
data: [
|
||||
{ value: 20, name: 'Community Expansion Projects' },
|
||||
{ value: 20, name: 'Development of Hardware for INCA' },
|
||||
{ value: 10, name: 'Organization of Rewards for Hackathlons' },
|
||||
{ value: 15, name: 'Organization of Localized Chapters' },
|
||||
{ value: 30, name: 'Development of Code' },
|
||||
{ value: 5, name: 'Training, Product Marketing' },
|
||||
],
|
||||
emphasis: {
|
||||
itemStyle: {
|
||||
shadowBlur: 10,
|
||||
shadowOffsetX: 0,
|
||||
shadowColor: 'rgba(0, 0, 0, 0.5)'
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
};
|
||||
```
|
||||
|
||||
## TFT Grants Treasury
|
||||
|
||||
- **660,000,000 INCA is available for Grants (over all releases)**
|
||||
|
||||
!!wiki.include page:'projectinca:grant_voting_process.md'
|
||||
Reference in New Issue
Block a user