-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
123 lines (117 loc) · 4.98 KB
/
index.html
File metadata and controls
123 lines (117 loc) · 4.98 KB
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
<!DOCTYPE html>
<html lang="en">
<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" type="text/css" href="./css/reset.css">
<link rel="stylesheet" type="text/css" href="./css/base.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Keania+One&display=swap" rel="stylesheet">
<title>thux tech</title>
</head>
<body>
<header>
<picture>
<img src="./images/thux_logo-comp.png" width="115px">
</picture>
<nav id="menu-dropd">
<ul>
<li><a href="./base-page.html">Home</a></li>
<li><a href="#">About Us</a></li>
<li class="dropdown"><a href="#" class="dropbtn">Portfolio</a>
<div class="dropdown-content">
<a href="https://citrinoengenharia.com.br">Citrino</a>
<a href="#">Thux Site</a>
</div>
</li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</header>
<section id="banner">
<div class="texto-l">
<h1>Soluções Tecnológicas para seu Negócio</h1><br>
<p>
Faça do seu Negócio crescer se posicionando no mundo virtual.<br>
Sites Institucionais, Portifólios Online, Lojas Virtuais e muito mais.<br>
A <strong>Thux Technology</strong> é lugar certo para te ajudar nessa jornada.
</p>
<input type="button" class="button" value="Confira">
</div>
<div class="image-r">
<img srcset="./images/img-01.jpg" width="50%">
<!--<picture>
<source media="(width: 550px)" srcset="./images/linux-tux_badge_penguin_linux_art-1979px.png">
</picture>-->
</div>
</section>
<div class="titulos">
<h3>Somos o que Procura em Prestação de Serviços Tecnológicos</h3>
</div>
<section id="cards">
<div class="s-card">
<img srcset="./images/thux_logo-p.png" width="20%"><br>
<p><a href="#">Soluções Simples</a><br>teste</p>
</div>
<div class="s-card">
<img srcset="./images/thux_logo-p.png" width="20%"><br>
<p><a href="#">Portfólio</a><br>teste</p>
</div>
<div class="s-card">
<img srcset="./images/thux_logo-p.png" width="20%"><br>
<p><a href="#">Jeito Thux</a><br>teste</p>
</div>
<div class="s-card">
<img srcset="./images/thux_logo-p.png" width="20%"><br>
<p><a href="#">Contatos</a><br>teste</p>
</div>
</section>
<section id="tech">
<div class="texto-r">
<h2>Soluções Simples</h2><br>
<p>
Faça do seu Negócio crescer se posicionando no mundo virtual.<br>
Sites Institucionais, Portifólios Online, Lojas Virtuais e muito mais.<br>
A <strong>Thux Technology</strong> é lugar certo para te ajudar nessa jornada.
</p><br>
<ol>
<li>Entre em Contato</li><br>
<li>Consulte</li><br>
<li>Receba o Orçamento</li><br>
<li>Escolha a Forma de Pagamento</li><br>
</ol>
</div>
<div class="botoes">
<input type="button" class="button" value="Confira">
<input type="button" class="inv-button" value="Portfólio">
</div>
<div class="image-l">
<img srcset="./images/img-02.jpg" width="50%">
<!--<picture>
<source media="(width: 550px)" srcset="./images/linux-tux_badge_penguin_linux_art-1979px.png">
</picture>-->
</div>
</section>
<section id="thux-way">
<div class="texto-l">
<h2>O Jeito Thux</h2>
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit.
</p>
</div>
</section>
<section id="portf">
<div class="texto-r">
<h2>Portfólio</h2>
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit.
</p>
</div>
</section>
<footer>
<p> Desenvolvido por <a href="https:\\thux.tech">Thux Technology</a> </p>
</footer>
</body>
</html>