This commit is contained in:
poiuty 2023-06-13 22:21:01 +03:00
parent 4da3f515eb
commit 7180e50106
8 changed files with 21 additions and 40 deletions

File diff suppressed because one or more lines are too long

BIN
img/logo1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

BIN
img/logo2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
img/strip.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB

BIN
img/strip.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 KiB

View file

@ -4,7 +4,7 @@
<title>Statbate</title> <title>Statbate</title>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="description" content="How much do webcam models make? Now you know the answer!"/> <meta name="description" content="How much do webcam models make? Now you know the answer!"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5">
<meta name="format-detection" content="telephone=no"> <meta name="format-detection" content="telephone=no">
<link rel="shortcut icon" href="favicon.ico"> <link rel="shortcut icon" href="favicon.ico">
@ -13,12 +13,6 @@
<link rel="stylesheet" href="./css/font-awesome.min.css"> <link rel="stylesheet" href="./css/font-awesome.min.css">
<link rel="stylesheet" href="./css/bootstrap.min.css" > <link rel="stylesheet" href="./css/bootstrap.min.css" >
<link rel="stylesheet" href="./css/statbate.css"> <link rel="stylesheet" href="./css/statbate.css">
<!-- JS -->
<script src="./js/jquery-3.7.0.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
<script src="./js/statbate.js"></script>
</head> </head>
<body> <body>
@ -31,7 +25,7 @@
<!-- header start --> <!-- header start -->
<div class="header"> <div class="header">
<div class="header_menu"> <div class="header_menu">
<a href="/" class="header_logo"></a> <a href="/" aria-label="Move to main page" class="header_logo"></a>
<ul class="header_navbar"> <ul class="header_navbar">
<li><a href="/" class="nav_active">Chaturbate</a></li> <li><a href="/" class="nav_active">Chaturbate</a></li>
<li><a href="/bonga/">BongaCams</a></li> <li><a href="/bonga/">BongaCams</a></li>
@ -47,10 +41,7 @@
<div class="header_mobile"> <div class="header_mobile">
<div class="header_menu"> <div class="header_menu">
<a class="header_track trackCount" href="/list.php">1925 rooms</a>
<a href="/" class="header_logo"></a> <a href="/" class="header_logo"></a>
<div class="icon-menu-wrap"> <div class="icon-menu-wrap">
<div class="icon-menu" onclick="choose()"> <div class="icon-menu" onclick="choose()">
<span></span> <span></span>
@ -67,6 +58,7 @@
<a href="/bonga/">BongaCams</a> <a href="/bonga/">BongaCams</a>
<a href="/strip/">Stripchat</a> <a href="/strip/">Stripchat</a>
<a href="/search.php">Search</a> <a href="/search.php">Search</a>
<a class="header_track trackCount" href="/list.php">1925 rooms</a>
</div> </div>
@ -78,17 +70,17 @@
<!-- footer start --> <!-- footer start -->
<div class="footer"> <div class="footer">
<div class="footer_banner"> <div class="footer_banner">
<a href="/s/" rel="nofollow"><img class="banner" src="./img/strip5.png"></a> <a href="/s/" rel="nofollow"><img alt="" width="770" height="94.77" class="banner" src="./img/strip.webp"></a>
</div> </div>
<div class="footer_bottom"> <div class="footer_bottom">
<div class="footer_social"> <div class="footer_social">
<a href="https://twitter.com/statbate" target="_blank" rel="nofollow"> <a href="https://twitter.com/statbate" aria-label="Subscribe to our twitter" target="_blank" rel="nofollow">
<i class="fa fa-twitter" aria-hidden="true"></i> <i class="fa fa-twitter" aria-hidden="true"></i>
</a> </a>
<a href="https://github.com/statbate" target="_blank" rel="nofollow"> <a href="https://github.com/statbate" aria-label="Subscribe to our github" target="_blank" rel="nofollow">
<i class="fa fa-github" aria-hidden="true"></i> <i class="fa fa-github" aria-hidden="true"></i>
</a> </a>
<a href="https://t.me/statbate" target="_blank" rel="nofollow"> <a href="https://t.me/statbate" aria-label="Subscribe to our telegram" target="_blank" rel="nofollow">
<i class="fa fa-telegram" aria-hidden="true"></i> <i class="fa fa-telegram" aria-hidden="true"></i>
</a> </a>
</div> </div>
@ -98,4 +90,9 @@
</div> </div>
</body> </body>
<!-- JS -->
<script src="./js/jquery-3.7.0.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
<script src="./js/statbate.js"></script>
</html> </html>

View file

@ -8,8 +8,8 @@ window.addEventListener("resize", function() {
} }
}); });
function choose(el) { function choose() {
if($(".icon-menu").hasClass("_active")) { if(mobile) {
$(".icon-menu").removeClass("_active"); $(".icon-menu").removeClass("_active");
$(".header_mobile_nav").hide(); $(".header_mobile_nav").hide();
mobile = false; mobile = false;