-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
63 changed files
with
5,301 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
web: vendor/bin/heroku-php-apache2 web/ |
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,228 @@ | ||
<!DOCTYPE html> | ||
<html lang="pt-br"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<link rel="stylesheet" href="css/style.css"> | ||
|
||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> | ||
<title>Betmart</title> | ||
</head> | ||
<body> | ||
<header> | ||
<div class="header-superior"> | ||
<div class="header-left"> | ||
<nav class="navbar navbar-expand-md navbar-dark bg-dark"> | ||
<div class="container-fluid"> | ||
<a class="navbar-brand" href="index.html"> | ||
<img src="img/Logo.png" alt="" width="150" class="d-inline-block align-text-top"> | ||
</a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarNavAltMarkup"> | ||
<div class="navbar-nav"> | ||
<a class="nav-link active" href="#">Consultar Cartão</a> | ||
<a class="nav-link" href="#">Apostas</a> | ||
</div> | ||
<div class="navbar-nav"> | ||
<div class="btn-group"> | ||
<button class="btn btn-secondary btn-sm dropdown-toggle" type="button" data-bs-toggle="dropdown"> | ||
Idioma | ||
</button> | ||
<ul class="dropdown-menu"> | ||
<li><a href="#">Português</a></li> | ||
<li><a href="#">Inglês</a></li> | ||
</ul> | ||
|
||
<button class="btn btn-secondary btn-sm dropdown-toggle" type="button" data-bs-toggle="dropdown"> | ||
Opções | ||
</button> | ||
<ul class="dropdown-menu"> | ||
<li><a href="deposito.html">Depositar</a></li> | ||
<li><a href="saque.html">Sacar</a></li> | ||
<li><a href="caixa.html">Caixa</a></li> | ||
<li><a href="extrato.html">Extrato</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="user-off"> | ||
<div class="d-grid gap-2 d-md-block"> | ||
<button class="btn btn-dark btn-login" type="button" data-bs-toggle="modal" data-bs-target="#loginModal">Entrar</button> | ||
<button class="btn btn-dark btn-cadastro"type="button" data-bs-toggle="modal" data-bs-target="#cadastroModal">Criar Conta</button> | ||
</div> | ||
</div> | ||
|
||
<div class="user-on"> | ||
<div class="area-logado"> | ||
<div class="perfil"> | ||
<div> | ||
<img src="img/icons/profile.png" width="25px" alt="Perfil"> | ||
</div> | ||
<div class="infos-perfil"> | ||
<p>User999</p> | ||
<p>R$ <span>0,00</span></p> | ||
</div> | ||
</div> | ||
<a href="perfil.html">Perfil</a> | ||
<a href="#">Sair</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</nav> | ||
</div> | ||
</div> | ||
|
||
<div class="header-inferior container-fluid"> | ||
<div class="left"> | ||
<ul class="header-prejogo"> | ||
<li class="item selected"> | ||
<a href="#"> | ||
<img src="img/icons/calendário de esportes.png" alt="Pré-Jogo" width="17px"> Pré-Jogo | ||
</a> | ||
</li> | ||
<li class="item"> | ||
<a href="#"> | ||
<img src="img/icons/ao vivo.png" alt="Ao vivo" width="25px"> Ao vivo | ||
</a> | ||
</li> | ||
</ul> | ||
|
||
<div class="vertical-categorias"></div> | ||
|
||
<ul class="header-categorias"> | ||
<li class="item selected"> | ||
<a href="#"> | ||
<img src="img/icons/futebol.png" alt="Futebol" width="15px"> Futebol | ||
</a> | ||
</li> | ||
<li class="item"> | ||
<a href="#"> | ||
<img src="img/icons/basquete.png" alt="Basquete" width="15px"> Basquete | ||
</a> | ||
</li> | ||
<li class="item"> | ||
<a href="#"> | ||
<img src="img/icons/boxe.png" alt="Luta" width="15px"> Luta | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="right"> | ||
<a href="#"> | ||
<button class="btn-deposito" type="button">Depositar Agora</button> | ||
</a> | ||
</div> | ||
</div> | ||
</header> | ||
|
||
<main class="mainpgcaixa"> | ||
<div class="boxmainpgcaixa"> | ||
<h2>Gestão de Banca</h2> | ||
<div class="cardscaixa"> | ||
<div> | ||
<p>Apostas em Aberto</p> | ||
<h3>R$ 0,00</h3> | ||
</div> | ||
|
||
<div> | ||
<p>Apostas</p> | ||
<h3>R$ 0,00</h3> | ||
</div> | ||
|
||
<div> | ||
<p>Prêmios</p> | ||
<h3>R$ 0,00</h3> | ||
</div> | ||
|
||
<div> | ||
<p>Total</p> | ||
<h3>R$ 0,00</h3> | ||
</div> | ||
</div> | ||
</div> | ||
</main> | ||
|
||
<footer> | ||
<div class="footer-left"> | ||
<div class="logo-footer"> | ||
<img src="img/Logo.png" alt="Betmart" width="150px"> | ||
</div> | ||
<div class="infos-footer"> | ||
<span> | ||
Apostar pode provocar dependência, por favor jogue responsavelmente. Para informação sobre formas de apoio, por favor acesse a nossa página de Ajuda de Jogo Responsável. | ||
</span> | ||
<br><br> | ||
<span> | ||
Hillside (Sports) ENC, número de registro P1811, Office 1/2373, Level G, Quantum House, 75 Abate Rigord Street, Ta’ Xbiex XBX 1120, Malta. Hillside (Sports) ENC é licenciada e regulada pela Malta Gaming Authority (MGA), Licença número | ||
</span> | ||
<br><br> | ||
<span> | ||
© 2022 Betmart. Todos os direitos reservados. | ||
</span> | ||
<br><br> | ||
<span class="horario-footer"> | ||
Hora do Servidor 04:56:26 GMT-3. | ||
</span> | ||
<br><br> | ||
<span> | ||
Ao acessar, continuar a utilizar ou ao navegar neste site, você aceita que utilizemos certos cookies de navegador com o objetivo de melhorar a sua experiência como usuário. A bet365 apenas utiliza cookies que melhoram a sua experiência e não interferem em sua privacidade. Por favor, consulte a nossa Política de Cookies. | ||
</span> | ||
</div> | ||
</div> | ||
|
||
<div class="footer-right"> | ||
<ul class="imagens-footer"> | ||
<li> | ||
<a href="#"> | ||
<img src="img/footer/GT_v2.svg" alt="Therapy for Gambling Addiction"> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="#"> | ||
<img src="img/footer/InternationalBettingIntegrity.svg" alt="International Betting Integrity"> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="#"> | ||
<img src="img/footer/MGA.svg" alt="Malta Gaming Autority"> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="#"> | ||
<img src="img/footer/eCogra.svg" alt="eCommerce and Online Gaming Regulation and Assurance"> | ||
</a> | ||
</li> | ||
<li> | ||
<img src="img/footer/18.svg" alt="Apenas para maiores de 18 anos"> | ||
</li> | ||
</ul> | ||
|
||
<ul class="links-footer"> | ||
<li> | ||
<a href="#">Cassino</a> | ||
</li> | ||
|
||
<li> | ||
<a href="#">Cassino Ao-vivo</a> | ||
</li> | ||
|
||
<li> | ||
<a href="#">Jogos</a> | ||
</li> | ||
|
||
<li> | ||
<a href="#">Pôquer</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</footer> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script> | ||
</body> | ||
</html> |
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,7 @@ | ||
{ | ||
"require" : { | ||
}, | ||
"require-dev": { | ||
"heroku/heroku-buildpack-php": "*" | ||
} | ||
} |
Oops, something went wrong.