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>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Black Brasil</title>
|
||||
<title>Links | TopGun</title>
|
||||
|
||||
<!-- Favicons -->
|
||||
<link rel="icon" type="image/png" href="./assets/favicon-32x32.png" sizes="32x32">
|
||||
@@ -74,8 +74,8 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
background-color: #FEDB2C;
|
||||
color: #000000;
|
||||
background-color: #F28F31;
|
||||
color: #FFFFFF;
|
||||
text-decoration: none;
|
||||
padding: 15px 20px;
|
||||
font-weight: 600;
|
||||
@@ -93,28 +93,28 @@
|
||||
|
||||
<div class="container">
|
||||
<!-- Logo -->
|
||||
<img src="assets/logo.png" alt="Black Brasil Logo" class="logo">
|
||||
<img src="assets/logo.png" alt="TopGun Logo" class="logo">
|
||||
|
||||
<!-- 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>
|
||||
|
||||
<!-- Buttons -->
|
||||
<div class="links-container">
|
||||
<a href="https://wa.me/5516991519810" class="link-button" target="_blank" rel="noopener noreferrer">
|
||||
Seja um Distribuidor Autorizado
|
||||
<a href="https://wa.me/5516991517411" class="link-button" target="_blank" rel="noopener noreferrer">
|
||||
Seja um Revendedor Autorizado
|
||||
</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
|
||||
</a>
|
||||
<a href="https://blog.blackbrasil.com.br/" class="link-button" target="_blank" rel="noopener noreferrer">
|
||||
Blog Black Brasil
|
||||
<a href="https://blog.topgun.ind.br/" class="link-button" target="_blank" rel="noopener noreferrer">
|
||||
Blog TopGun
|
||||
</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
|
||||
</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
|
||||
</a>
|
||||
</div>
|
||||
|
||||