-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🪪 sahipler altbirimini jsx ile tanımla
- Loading branch information
1 parent
01289b6
commit 4ec5a6b
Showing
8 changed files
with
86 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
/** @const {!Object<string, number>} */ | ||
const Sayılar = { | ||
"polygon": 2, | ||
"eth": 13, | ||
"avax": 57, | ||
"bnb": 5, | ||
"arb": 8, | ||
"mina": 130, | ||
}; | ||
|
||
const Sahipler = () => ( | ||
<div id="sa"> | ||
<div id="sai"> | ||
<div class="ansag"> | ||
<h2 data-en="TCKT holders<br>by chain.">Ağlara göre<br />TCKT sahipleri.</h2> | ||
<span class="sat anac"> | ||
<span data-phantom data-en="Join over ">6 farklı zincirde </span> | ||
{Object.values(Sayılar).reduce((x, y) => x + y)} | ||
<span data-phantom data-en=" happy TCKT users across 6 different chains."> üzerinde | ||
mutlu TCKT kullanıcısı arasına katılın.</span> | ||
</span> | ||
<div id="saz"><a data-en-href="/mint" id="sal" href="/al" class="act btn"><span data-phantom | ||
data-en="Become a TCKT holder">Sen de TCKT | ||
sahibi ol</span> <img src="/ana/ok.svg" data-inline /></a> | ||
</div> | ||
</div> | ||
<div id="sak"> | ||
<div class="sac eth"> | ||
<img src="/birim/aÄŸlar/ethereum.svg" height="40" width="40" /> | ||
<div> | ||
<div class="sau">{Sayılar["eth"]}</div> | ||
<span class="saa" data-en="HOLDERS ON ETHEREUM">ETHEREUM’DA TCKT</span> | ||
</div> | ||
</div> | ||
<div class="sac avax"> | ||
<img src="/birim/aÄŸlar/avalanche.svg" height="40" width="40" /> | ||
<div> | ||
<div class="sau">{Sayılar["avax"]}</div> | ||
<span class="saa" data-en="HOLDERS ON AVALANCHE">AVALANCHE’TA TCKT</span> | ||
</div> | ||
</div> | ||
<div class="sac bnb"> | ||
<img src="/birim/aÄŸlar/bnbchain.svg" height="40" width="40" /> | ||
<div> | ||
<div class="sau">{Sayılar["bnb"]}</div> | ||
<span class="saa" data-en="HOLDERS ON BNB CHAIN">BNB CHAIN’DE TCKT</span> | ||
</div> | ||
</div> | ||
<div class="sac arb"> | ||
<img src="/birim/aÄŸlar/arbitrumone.svg" height="40" width="40" /> | ||
<div> | ||
<div class="sau">{Sayılar["arb"]}</div> | ||
<span class="saa" data-en="HOLDERS ON ARBITRUM">ARBITRUM’DA TCKT</span> | ||
</div> | ||
</div> | ||
<div class="sac mina"> | ||
<img src="/birim/aÄŸlar/mina.png" height="40" width="40" /> | ||
<div> | ||
<div class="sau">{Sayılar["mina"]}</div> | ||
<span class="saa" data-en="HOLDERS ON MINA">MINA’DA TCKT</span> | ||
</div> | ||
</div> | ||
<div class="sac polygon"> | ||
<img src="/birim/aÄŸlar/polygon.svg" height="40" width="40" /> | ||
<div> | ||
<div class="sau">{Sayılar["polygon"]}</div> | ||
<span class="saa" data-en="HOLDERS ON POLYGON">POLYGON’DA TCKT</span> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
); | ||
|
||
export default Sahipler; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"compilerOptions": { | ||
"jsx": "react-jsx", | ||
"jsxImportSource": "@kimlikdao/lib/birimler", | ||
} | ||
} |
Submodule lib
updated
8 files
+ − | .github/img/modular.compiled-test.js_ornek_cikti.png | |
+ − | .github/img/modular.compiled-test.png | |
+1 −1 | README.md | |
+2 −0 | birimler/jsx-dev-runtime.js | |
+20 −0 | birimler/jsx-runtime.js | |
+10 −37 | birimler/okuyucu.js | |
+1 −1 | package.json | |
+36 −0 | util/html.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters