-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e9066d9
commit cd6481e
Showing
13 changed files
with
213 additions
and
24 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,3 +53,5 @@ const sergiSaatiKur = () => { | |
} | ||
|
||
Cüzdan.adresDeğişince((adres) => Telefon.adresGir(adres)); | ||
|
||
sergiSaatiKur(); |
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 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,5 @@ | ||
build/ana/sayılar/birim.keymap: build/birim/ağlar/birim.keymap | ||
mkdir -p $(dir $@) | ||
cp $< $@ | ||
|
||
ana/sayılar.birim: build/ana/sayılar/birim.keymap |
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,114 @@ | ||
#sa { | ||
margin: 0; | ||
display: flex; | ||
flex-wrap: wrap; | ||
justify-content: space-evenly; | ||
padding: 30px 0; | ||
} | ||
|
||
#sak { | ||
display: grid; | ||
grid-template-rows: auto auto auto; | ||
grid-template-columns: 1fr 1fr; | ||
gap: 40px 10px; | ||
} | ||
|
||
#sal { | ||
align-items: center; | ||
display: flex; | ||
justify-content: center; | ||
width: 200px; | ||
padding: 10px; | ||
} | ||
|
||
#saz { | ||
display: flex; | ||
justify-content: right; | ||
margin-top: 30px; | ||
} | ||
|
||
h2 { | ||
font-size: 40px; | ||
} | ||
|
||
#say { | ||
text-align: right; | ||
} | ||
|
||
.sac { | ||
display: flex; | ||
height: 74px; | ||
width: 210px; | ||
border-radius: 12px; | ||
align-content: center; | ||
flex-wrap: wrap; | ||
justify-content: space-evenly; | ||
} | ||
|
||
.sau { | ||
font-weight: 700; | ||
font-size: 20px; | ||
} | ||
|
||
.saa { | ||
font-size: 12px; | ||
} | ||
|
||
.sac.eth { | ||
background-color: #F1EBFF; | ||
} | ||
|
||
.sac.bnb { | ||
background-color: #FFC3C3; | ||
} | ||
|
||
.sac.ftm { | ||
background-color: #B0FFDE; | ||
} | ||
|
||
.sac.arb { | ||
background-color: #FEEDFA; | ||
} | ||
|
||
.sac.avax { | ||
background-color: #D7AEFF; | ||
} | ||
|
||
.sac.polygon { | ||
background-color: #C6FFCB; | ||
} | ||
|
||
#sat { | ||
display: inline-block; | ||
font-size: 16px; | ||
max-width: 375px; | ||
} | ||
|
||
@media (min-width: 800px) { | ||
.sac.polygon { | ||
position: relative; | ||
left: 60px; | ||
top: 20px; | ||
} | ||
|
||
.sac.avax { | ||
position: relative; | ||
left: 40px; | ||
top: 20px; | ||
} | ||
|
||
.sac.arb { | ||
position: relative; | ||
top: 20px; | ||
} | ||
|
||
.sac.ftm { | ||
position: relative; | ||
left: 10px; | ||
} | ||
|
||
.sac.bnb { | ||
position: relative; | ||
left: -40px; | ||
} | ||
} |
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,55 @@ | ||
<div id="sa"> | ||
<div id="sak"> | ||
<div class="sac eth"> | ||
<img src="/birim/aÄŸlar/ethereum.svg" height="40" width="40" /> | ||
<div> | ||
<div class="sau">13</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">42</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">5</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">7</div> | ||
<span class="saa" data-en="HOLDERS ON ARBITRUM">ARBITRUM’DA TCKT</span> | ||
</div> | ||
</div> | ||
<div class="sac ftm"> | ||
<img src="/birim/aÄŸlar/fantom.svg" height="40" width="40" /> | ||
<div> | ||
<div class="sau">2</div> | ||
<span class="saa" data-en="HOLDERS ON FANTOM">FANTOM’DA TCKT</span> | ||
</div> | ||
</div> | ||
<div class="sac polygon"> | ||
<img src="/birim/aÄŸlar/polygon.svg" height="40" width="40" /> | ||
<div> | ||
<div class="sau">2</div> | ||
<span class="saa" data-en="HOLDERS ON POLYGON">POLYGON’DA TCKT</span> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div id="say"> | ||
<h2 data-en="TCKT holders<br>by chain.">Ağlara göre<br>TCKT sahipleri.</h2> | ||
<span id="sat" data-en="Join over 60 happy TCKT users across 6 different chains.">6 farklı zincirde 60’ın üzerinde mutlu TCKT kullanıcısı arasına katılın.</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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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