-
Notifications
You must be signed in to change notification settings - Fork 10
/
contact.html
272 lines (228 loc) · 9.47 KB
/
contact.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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Code Lorem Ipsum - Contato</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<!--Links-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css" rel="stylesheet">
<link href='https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css' rel='stylesheet'>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<!--Local-->
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/responsive.css" rel="stylesheet">
</head>
<body>
<!--START - HEADER-->
<header id="header" class="fixed-top d-flex align-items-center">
<div class="container d-flex align-items-center justify-content-between">
<!--START - LOGO-->
<div class="logo">
<h1 class="text-light">
<a href="index.html">
<img src="assets/img/logo.png" alt="" srcset="">
</a>
</h1>
</div><!--END - LOGO-->
<!--START - NAVBAR-->
<nav id="navbar" class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li class="dropdown"><a href="#"><span>Sobre</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a class="active" href="about.html">Sobre nós</a></li>
<li><a href="team.html">Equipe</a></li>
<li class="dropdown"><a href="#"><span>História</span> <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="#">Item1</a></li>
<li><a href="#">Item2</a></li>
<li><a href="#">Item3</a></li>
<li><a href="#">Item4</a></li>
<li><a href="#">Item5</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="services.html">Serviço</a></li>
<li><a href="projects.html">Projetos</a></li>
<li><a href="contact.html">Contato</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!--END - NAVBAR-->
</div>
</header><!--END - HEADER-->
<!--START - MAIN-->
<main id="main">
<!--START - SECTION - BANNER -->
<section id="banner" class="banner">
<div class="banner-container">
<div class="container">
<div class="banner-container">
<h2>Contato</h2>
<p>Quia id aut similique quia voluptas sit quaerat debitis. Rerum omnis ipsam aperiam consequatur laboriosam nemo harum praesentium. </p>
</div>
</div>
</div>
<div class="container">
<ol>
<li><a href="index.html">Home</a></li>
<li>Contato</li>
</ol>
</div>
</section><!--END - SECTION - BANNER-->
<!--START -SECTION - CONTACT-->
<section id="contact" class="contact">
<div class="container">
<div class="row mt-5">
<div class="col-lg-4" data-aos="fade-right">
<div class="info">
<div class="address">
<i class="bi bi-geo-alt"></i>
<h4>Localização:</h4>
<p>Rua Lorem Ipsum, São Paulo, 456378</p>
</div>
<div class="email">
<i class="bi bi-envelope"></i>
<h4>Email:</h4>
<p>loremipsum@email.com</p>
</div>
<div class="phone">
<i class="bi bi-phone"></i>
<h4>Telefone:</h4>
<p>55 11 1234 5678</p>
</div>
</div>
</div>
<div class="col-lg-8 mt-5 mt-lg-0" data-aos="fade-left">
<form action="forms/contact.php" method="post" role="form" class="php-email-form">
<div class="row">
<div class="col-md-6 form-group">
<input
type="text"
name="name"
class="form-control"
id="name"
placeholder="Nome"
required
>
</div>
<div class="col-md-6 form-group mt-3 mt-md-0">
<input
type="email"
class="form-control"
name="email"
id="email"
placeholder="Email"
required
>
</div>
</div>
<div class="form-group mt-3">
<input
type="text"
class="form-control"
name="subject"
id="subject"
placeholder="Assunto"
required
>
</div>
<div class="form-group mt-3">
<textarea
class="form-control"
name="message"
rows="5"
placeholder="Mensagem"
required>
</textarea>
</div>
<div class="my-3">
<div class="loading">Carregando...</div>
<div class="error-message"></div>
<div class="sent-message">Sua mensagem foi enviada. Obrigado!</div>
</div>
<div class="text-center"><button type="submit">Enviar</button></div>
</form>
</div>
</div>
</div>
</section><!--END -SECTION - CONTACT-->
</main> <!--END - MAIN-->
<!--START - FOOTER-->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-info">
<img src="assets/img/logo-2.png" alt="logo-2">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
when an unknown printer took a galley of type and scrambled it to make a type
specimen book.
</p>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Links Úteis</h4>
<ul>
<li><a href="#">Home</a></li>
<li><a href="about.html">Sobre nós</a></li>
<li><a href="services.html">Serviços</a></li>
<li><a href="#">Termos de serviço</a></li>
<li><a href="#">Política de Privacidade</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-contact">
<h4>Entre em contato conosco</h4>
<p>
<strong>Endreço:</strong> Rua Lorem Ipsum <br>
São Paulo, 456378, Brasil <br>
<strong>Telefone:</strong> 55 11 1234 5678<br>
<strong>Email:</strong> loremipsum@email.com<br>
</p>
<div class="social-links">
<a href="#" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="#" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="#" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="#" class="linkedin"><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6 footer-newsletter">
<h4>Nossa Newsletter</h4>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text.
It has roots in a piece of classical Latin literature from 45 BC,
making it over 2000 years old. Richard McClintock, a Latin professor
at Hampden-Sydney College in Virginia, looked up one of the more obscure
Latin words, consectetur.
</p>
<form action="" method="post">
<input type="email" name="email"><input type="submit" value="Inscreva-se">
</form>
</div>
</div>
</div>
</div>
</footer><!--END - FOOTER-->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center">
<i class="bi bi-arrow-up-short"></i>
</a>
<!-- Vendor JS Files -->
<!--Link-->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<script src="https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.min.js"></script>
<!--Local-->
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>