feat: topgun's linktree
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 181 KiB After Width: | Height: | Size: 302 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 402 B After Width: | Height: | Size: 991 B |
BIN
assets/logo.png
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 17 KiB |
24
index.html
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Black Brasil</title>
|
<title>Links | TopGun</title>
|
||||||
|
|
||||||
<!-- Favicons -->
|
<!-- Favicons -->
|
||||||
<link rel="icon" type="image/png" href="./assets/favicon-32x32.png" sizes="32x32">
|
<link rel="icon" type="image/png" href="./assets/favicon-32x32.png" sizes="32x32">
|
||||||
@@ -74,8 +74,8 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: #FEDB2C;
|
background-color: #F28F31;
|
||||||
color: #000000;
|
color: #FFFFFF;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding: 15px 20px;
|
padding: 15px 20px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
@@ -93,28 +93,28 @@
|
|||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<!-- Logo -->
|
<!-- Logo -->
|
||||||
<img src="assets/logo.png" alt="Black Brasil Logo" class="logo">
|
<img src="assets/logo.png" alt="TopGun Logo" class="logo">
|
||||||
|
|
||||||
<!-- Description -->
|
<!-- Description -->
|
||||||
<p class="description">
|
<p class="description">
|
||||||
A Black Brasil foi criada com o objetivo de superar expectativas e oferecer ao mercado nacional e internacional produtos químicos de qualidade incomparável.
|
A Topgun surgiu no mercado com o objetivo de superar expectativas e oferecer ao segmento mundial de armamentos produtos de qualidade incomparável.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<!-- Buttons -->
|
<!-- Buttons -->
|
||||||
<div class="links-container">
|
<div class="links-container">
|
||||||
<a href="https://wa.me/5516991519810" class="link-button" target="_blank" rel="noopener noreferrer">
|
<a href="https://wa.me/5516991517411" class="link-button" target="_blank" rel="noopener noreferrer">
|
||||||
Seja um Distribuidor Autorizado
|
Seja um Revendedor Autorizado
|
||||||
</a>
|
</a>
|
||||||
<a href="https://blackbrasil.com.br/" class="link-button" target="_blank" rel="noopener noreferrer">
|
<a href="https://topgun.ind.br/" class="link-button" target="_blank" rel="noopener noreferrer">
|
||||||
Loja Online
|
Loja Online
|
||||||
</a>
|
</a>
|
||||||
<a href="https://blog.blackbrasil.com.br/" class="link-button" target="_blank" rel="noopener noreferrer">
|
<a href="https://blog.topgun.ind.br/" class="link-button" target="_blank" rel="noopener noreferrer">
|
||||||
Blog Black Brasil
|
Blog TopGun
|
||||||
</a>
|
</a>
|
||||||
<a href="https://links.blackbrasil.com.br/wp-content/uploads/2024/12/Catalogo-Black-Brasil-Web.pdf" class="link-button" target="_blank" rel="noopener noreferrer">
|
<a href="https://links.topgun.ind.br/wp-content/uploads/2024/11/Catalogo-TOPGUN-Web.pdf" class="link-button" target="_blank" rel="noopener noreferrer">
|
||||||
Catálogo
|
Catálogo
|
||||||
</a>
|
</a>
|
||||||
<a href="https://wa.me/5516991519810" class="link-button" target="_blank" rel="noopener noreferrer">
|
<a href="https://wa.me/5516991517411" class="link-button" target="_blank" rel="noopener noreferrer">
|
||||||
Fale com um Consultor
|
Fale com um Consultor
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||