Version - 1 - 1-38
This commit is contained in:
205
Version - 35(cz)/shop.html
Normal file
205
Version - 35(cz)/shop.html
Normal file
@@ -0,0 +1,205 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="cz">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>BRB - Obchod</title>
|
||||
|
||||
<!-- By MrEidam & Standa Chlup -->
|
||||
|
||||
|
||||
<link rel="stylesheet" href="./css/shop.css">
|
||||
<link rel="icon" href="./img/shop.png">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- BRB -->
|
||||
<header>
|
||||
<div id="links">
|
||||
<p class="link" style="--color:#ff6655">
|
||||
<a href="index.html">B.R.B.</a>
|
||||
</p>
|
||||
<p class="link" style="--color:yellow">
|
||||
<a href="upgrade.html">Vylepšení</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- Clicks -->
|
||||
<div id="logclick">
|
||||
<img src="./img/Click.png" id="imgcli" draggable="false">
|
||||
<p id="disclick"></p>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<!-- I T E M S -->
|
||||
<main>
|
||||
<!-- Dog -->
|
||||
<div class="item" style="--color: papayawhip">
|
||||
<img src="./img/Dog.png">
|
||||
|
||||
<div class="buttons" style="--Bcolor: darkorange">
|
||||
<button onclick="buydog()" class="buyone">
|
||||
Kup Psa za 100 kliků
|
||||
</button>
|
||||
<button onclick="mxdg()" class="buymax">
|
||||
MAX
|
||||
</button>
|
||||
|
||||
</div>
|
||||
<p id="disdog"></p>
|
||||
<p id="disdgmake"></p>
|
||||
</div>
|
||||
|
||||
<!-- Cat -->
|
||||
<div class="item">
|
||||
<img src="./img/Cat.png">
|
||||
<div class="buttons" style="--Bcolor: orange">
|
||||
<button onclick="buycat()" class="buyone">
|
||||
Kup Kočku za 10 psů
|
||||
</button>
|
||||
<button onclick="mxct()" class="buymax">
|
||||
MAX
|
||||
</button>
|
||||
</div>
|
||||
<p id="discat"></p>
|
||||
<p id="disctmake"></p>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Fox -->
|
||||
<div class="item">
|
||||
<img src="./img/Fox.png">
|
||||
<div class="buttons" style="--Bcolor: lightsalmon">
|
||||
<button onclick="buyfox()" class="buyone">
|
||||
Kup Lišku za 15 psů
|
||||
</button>
|
||||
<button onclick="mxfx()" class="buymax">
|
||||
MAX
|
||||
</button>
|
||||
</div>
|
||||
<p id="disfox"></p>
|
||||
<p id="disfxmake"></p>
|
||||
</div>
|
||||
|
||||
<!-- Wolf -->
|
||||
<div class="item">
|
||||
<img src="./img/Wolf.png">
|
||||
<div class="buttons" style="--Bcolor: lightgray">
|
||||
<button onclick="buywol()" class="buyone">
|
||||
Kup Vlka za 6 psů a 5 lišek
|
||||
</button>
|
||||
<button onclick="mxwl()" class="buymax">
|
||||
MAX
|
||||
</button>
|
||||
</div>
|
||||
<p id="diswol"></p>
|
||||
<p id="diswlmake"></p>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Hamster -->
|
||||
<div class="item">
|
||||
<img src="./img/Hamsta.png" draggable="false">
|
||||
<div class="buttons" style="--Bcolor: wheat">
|
||||
<button onclick="buyham()" class="buyone">
|
||||
Kup Křečka za 1 vlka a 2 kočky
|
||||
</button>
|
||||
<button onclick="mxhm()" class="buymax">
|
||||
MAX
|
||||
</button>
|
||||
</div>
|
||||
<p id="disham"></p>
|
||||
<p id="dishmmake"></p>
|
||||
</div>
|
||||
|
||||
<!-- Whales -->
|
||||
<div class="item">
|
||||
<img src="./img/wha.png" draggable="false">
|
||||
<div class="buttons" style="--Bcolor: MediumAquamarine">
|
||||
<button onclick="buywha()" class="buyone">
|
||||
Kup 1 Velrybu za 2 vlky
|
||||
</button>
|
||||
<button onclick="mxwh()" class="buymax">
|
||||
MAX
|
||||
</button>
|
||||
</div>
|
||||
<p id="diswha"></p>
|
||||
<p id="diswhmake"></p>
|
||||
</div>
|
||||
|
||||
<!-- Cappybarra -->
|
||||
<div class="item">
|
||||
<img src="./img/capy.png" draggable="false">
|
||||
<div class="buttons" style="--Bcolor: rosybrown">
|
||||
<button onclick="buycap()" class="buyone">
|
||||
Kup Kapybaru za 1 velrybu a 4 kočky
|
||||
</button>
|
||||
<button onclick="mxcp()" class="buymax">
|
||||
MAX
|
||||
</button>
|
||||
</div>
|
||||
<p id="discap"></p>
|
||||
<p id="discpmake"></p>
|
||||
</div>
|
||||
|
||||
<!-- Platapuses-->
|
||||
<div class="item">
|
||||
<img src="./img/platapus.png" draggable="false">
|
||||
<div class="buttons" style="--Bcolor: Sienna">
|
||||
<button onclick="buypla()" class="buyone">
|
||||
Kup Ptakopyska za 1 capybaru a 1 vlka
|
||||
</button>
|
||||
<button onclick="mxpl()" class="buymax">
|
||||
MAX
|
||||
</button>
|
||||
</div>
|
||||
<p id="displa"></p>
|
||||
<p id="displmake"></p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Lemons -->
|
||||
<div class="item">
|
||||
<img src="./img/Lemons.png" draggable="false">
|
||||
<div class="buttons" style="--Bcolor: yellow">
|
||||
<button onclick="buylem()" class="buyone">
|
||||
Kup Citrón za <b style="font-weight: 1000;">pár</b> koček
|
||||
</button>
|
||||
<button onclick="mxlm()" class="buymax">
|
||||
MAX
|
||||
</button>
|
||||
</div>
|
||||
<p id="dislem"></p>
|
||||
<p id="dislmmake"></p>
|
||||
</div>
|
||||
|
||||
<!-- Lemn t3-->
|
||||
<div class="item">
|
||||
<img src="./img/Lemt3.png" draggable="false">
|
||||
<div class="buttons" style="--Bcolor: lightgoldenrodyellow">
|
||||
<button onclick="buylt3()" class="buyone">
|
||||
Kup Citrónovník za 5 citrónů
|
||||
</button>
|
||||
<button onclick="mxlt()" class="buymax">
|
||||
MAX
|
||||
</button>
|
||||
</div>
|
||||
<p id="dislt3"></p>
|
||||
<p id="disltmake"></p>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<!-- By MrEidam -->
|
||||
<script src="shop.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user