mirror of
https://github.com/MrEidam/bigredbutton.git
synced 2026-04-17 15:43:31 +00:00
Version 41 - Settings
This commit is contained in:
37
index.html
37
index.html
@@ -17,18 +17,13 @@
|
||||
<title>BRB - Clicking</title>
|
||||
|
||||
<!-- By MrEidam && Standa Chlup -->
|
||||
|
||||
|
||||
<!-- Custom Styles -->
|
||||
<link rel="stylesheet" href="./css/brb.css">
|
||||
<link rel="icon" href="./img/brb-still.png">
|
||||
</head>
|
||||
|
||||
<body id="body">
|
||||
<!-- Shop -->
|
||||
<div id="tycoon">
|
||||
</div>
|
||||
|
||||
<div id="tycoon"></div>
|
||||
<!-- Clicks -->
|
||||
<div id="logclick">
|
||||
<p id="disclick">
|
||||
@@ -45,33 +40,12 @@
|
||||
<span class="fas fa-bars"></span>
|
||||
</div>
|
||||
<ul>
|
||||
<li><a href="shop.html" id="shop">Shop</a></li>
|
||||
<li><a href="upgrade.html" id="upg">Upgrades</a></li>
|
||||
<li onclick="reset()"><a id="del">RESET</a></li>
|
||||
<li onclick="help()"><a id="sos">???</a></li>
|
||||
<li onclick="SLDmodes()"><a id="modes">Dark Mode</a></li>
|
||||
<li onclick="language()"><a id="langs">Change Language into Czech</a></li>
|
||||
<li><a href="./" id="brb">BRB</a></li>
|
||||
<li><a href="shop.html" id="shop"></a></li>
|
||||
<li><a href="upgrade.html" id="upg">Upgrades</a></li>
|
||||
<li><a href="settings.html" id="sett"></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
$('.button').click(function(){
|
||||
if($(this).hasClass('expand')){
|
||||
$('ul').slideUp(function(){
|
||||
$('.button').removeClass('expand');
|
||||
$('.fas').removeClass('expand');
|
||||
})
|
||||
}else{
|
||||
$(this).addClass('expand');
|
||||
setTimeout(function(){
|
||||
$('.fas').addClass('expand');
|
||||
$('ul').stop().slideDown();
|
||||
},200);
|
||||
}
|
||||
})
|
||||
})
|
||||
</script>
|
||||
|
||||
<!-- YouTube -->
|
||||
<div id="yt" class="Yt" style="position:absolute;width:110px;height:40px;overflow:hidden;background:linear-gradient(#d44,#722);border:none;border-radius:1rem;filter:drop-shadow(10px 8px 6px #333);">
|
||||
<img style="position:absolute;width:100%;height:100%;" src="./img/YT.png" title="Můj YT kanál">
|
||||
@@ -79,6 +53,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Project -->
|
||||
<script src="./js/menu.js"></script>
|
||||
<script src="./js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user