-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
135 lines (86 loc) · 4.96 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!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">
<meta name="description" content="Os Melhores Produtos com um maior Carinho no seu Precioso Conforto!">
<meta name="robots" content="index, follow">
<link href="https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap" rel="stylesheet">
<link rel="sitemap" type="application/xml" href="./sitemap.xml">
<link rel="canonical" href="https://ralelu.com/">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="recursos/RALELU_logo.png" type="image/x-icon">
<title>Ralelu</title>
</head>
<body>
<div id="LOGO_e_CTA">
<div id="conteiner_LOGO">
<img id="LOGO" src="recursos/RALELU.png" alt="">
</div>
<div id="CTA">
<h2 style="color: #f1f1f1;">COMPRE COM A GENTE!</h2>
<div id="CTA_conteiner_image_link">
<a href="https://instagram.com/ralelu_oficial" target="_blank" rel="noopener noreferrer"><img class="image_link" src="recursos/icon-instagram.png" alt=""></a>
<a href="https://wa.me/+5585997664116" target="_blank" rel="noopener noreferrer"><img class="image_link" src="recursos/icon-whatsapp.png" alt=""></a>
</div>
</div>
</div>
<div id="CONTEUDO_MAIN">
<br>
<div id="CONTEUDO_MAIN_TITULO_RALELU_MARCAS">
<h1 id="CONTEUDO_MAIN_TITULO_nossos" style="color: #f1f1f1;">NOSSOS PRODUTOS</h1>
</div>
<br>
<div id="CONTEINER_MAIN_RALELU_MARCAS">
<div class="CONTEUDO_CONTEINER_RALELU_MARCAS">
<img class="IMAGE_ITENS_RALELU_MARCAS" src="recursos/boticario-logo.png" alt="">
<img class="IMAGE_ITENS_RALELU_MARCAS" src="recursos/natura-novo_logo1.png" alt="">
<img class="IMAGE_ITENS_RALELU_MARCAS" src="recursos/eudora.jpg" alt="">
</div>
<div class="CONTEUDO_CONTEINER_RALELU_MARCAS">
<img class="IMAGE_ITENS_RALELU_MARCAS" src="recursos/havaianas-logo-10.png" alt="">
<img id="image_tupperware" class="IMAGE_ITENS_RALELU_MARCAS" src="recursos/tupperware-logo.png" alt="">
</div>
</div>
<br>
<div id="CONTEUDO_MAIN_TITULO_RALELU_MARCAS">
<h1 id="CONTEUDO_MAIN_TITULO_nossos" style="color: #f1f1f1">RALELU OFERTAS</h1>
</div>
<br>
<div id="CONTEUDO_MAIN_RALELU_OFERTAS">
<!-- <div id="CONTEINER_RALELU_OFERTAS_COPY_TEXT">
<h3 id="ITENS_RALELU_OFERTAS_COPY_TEXT">Junte-se ao nosso Grupo no Telegram, dedicado a manter você atualizado sobre diversas Ofertas de Produtos variados. Clique no icone do Telegram para entrar e acompanhar as mais Recentes oportunidades de produtos e aproveite as vantagens de se manter informado com as nossas ofertas.
</h3>
</div> -->
<div id="CONTEINER_RALELU_OFERTAS_COPY_TEXT">
<h3 id="ITENS_RALELU_OFERTAS_COPY_TEXT">Junte-se ao nosso Grupo no Whatsapp, dedicado a manter você atualizado sobre diversas Ofertas de Produtos variados. <u style='text-decoration-color: #40C351;'>Clique no icone do Whatsapp</u> para entrar e acompanhar as mais Recentes oportunidades de produtos e aproveite as vantagens de se manter informado com as nossas ofertas.
</h3>
</div>
<!-- <div>
<a href="https://t.me/+ep3vboV6Nr0wNTMx" target="_blank" rel="noopener noreferrer">
<img class="image_link" style="height: 120px; background-size: contain;" src="recursos/icon-telegram.png" alt="">
</a>
</div> -->
<div>
<a href="https://chat.whatsapp.com/DkPc8WN5mZ3F2pYjPzoGuq" target="_blank" rel="noopener noreferrer">
<img class="image_link" style="height: 120px; background-size: contain;" src="recursos/icon-whatsapp.png" alt="">
</a>
</div>
</div>
<br>
<br>
</div>
<div id="RODAPE_CREDITOS">
<div style="margin-right: 3px;">
<h5>
CRIADO POR <a id="link_dev" href="https://instagram.com/lucasdavid_ldr" target="_blank" rel="noopener noreferrer">@lucasdavid_ldr</a>
</h5>
</div>
<div style="margin-left: 3px;">
<img id="image_icon_link_dev" src="recursos/icon-instagram_dev_lucas.png" alt="">
</div>
</div>
</body>
</html>