-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontato.html
156 lines (152 loc) · 5.13 KB
/
contato.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
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>CONTATO</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Trendy CV Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template,
SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony Ericsson, Motorola web design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- Custom Theme files -->
<link href="css/bootstrap.css" type="text/css" rel="stylesheet" media="all">
<link href="css/style.css" type="text/css" rel="stylesheet" media="all">
<link href="css/font-awesome.css" rel="stylesheet"> <!-- font-awesome icons -->
<!-- //Custom Theme files -->
<!-- js -->
<script src="js/jquery-2.2.3.min.js"></script>
<!-- //js -->
<!-- web-fonts -->
<link href="//fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i" rel="stylesheet">
<!-- //web-fonts -->
</head>
<body>
<!-- banner -->
<div class="banner about-w3banner">
<div class="banner-w3lsinfo">
<!-- header -->
<div class="header">
<div class="container">
<div class="logo">
<h1><a href="index.html">RANDALL AUTO CENTER</a></h1>
</div>
<div class="menu">
<a href="#" class="navicon"></a>
<div class="toggle effect-3">
<ul class="toggle-menu">
<li><a href="index.html"> INICIO</a></li>
<li><a href="quem-somos.html"> QUEM SOMOS</a></li>
<li><a href="servicos.html">SERVIÇOS</a></li>
<li><a href="contato.html" class="active"> CONTATO</a></li>
</ul>
</div>
</div>
<div class="social-w3licon">
<a href="#" class="social-button whatsapp"><i class="fa fa-whatsapp"></i></a>
</div>
<div class="clearfix"> </div>
</div>
</div>
<!-- //header -->
<div class="w3agile-address">
<div class="container">
<ul>
<li><i class="fa fa-map-marker" aria-hidden="true"></i>Rua França - Boa Vista, Anápolis - GO, 75075-120</li>
<li><i class="fa fa-phone" aria-hidden="true"> </i> (62) 3943-4954 / (62) 9 9397-6089</li>
</ul>
</div>
</div>
</div>
</div>
<!-- //banner -->
<!-- contact -->
<div class="about contact">
<div class="container">
<div class="w3ls-title">
<h2 class="agileits-title">CONTATO</h2>
</div>
<div class="contact-agileinfo">
<div class="col-md-7 w3agile-contact-grids">
<div class="ctact-w3left">
<form action="#" method="post">
<span>
<i>NOME</i>
<input type="text" name="Name" placeholder="" required="">
</span>
<span>
<i>E-MAIL</i>
<input type="email" name="Email" placeholder="" required="">
</span>
<span>
<i>ASSUNTO</i>
<input type="text" name="Subject" placeholder="" required="">
</span>
<span>
<i>MENSAGEM</i>
<textarea name="Message" placeholder="" required=""></textarea>
</span>
<div class="w3_submit">
<input type="submit" value="Enviar">
</div>
</form>
</div>
</div>
<div class="col-md-5 w3agile-contact-grids">
<p>Entre em contato por e-mail ou telefone e tire suas dúvidas.</p>
<div class="profile-grids">
<h5>CONTATO</h5>
<ul>
<li>
<b>Telefone</b> : (62) 3943-4954 / (62) 9 9397-6089
</li>
<li>
<b>Endereço</b> : Rua França - Boa Vista, Anápolis - GO, 75075-120
</li>
</ul>
</div>
<div class="profile-grids">
<h5>INFORMAÇÕES ADICIONAIS</h5>
<ul>
<li>
<b>E-MAIL</b> : <a href=""> </a>
</li>
<li>
<b>SITE</b> : <a href="#">www.myresume.com</a>
</li>
</ul>
</div>
<div class="clearfix"> </div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!-- //contact -->
<!-- footer -->
<div class="w3agile-footer">
<div class="container">
<p>© 2017-2018 | Design by <a href="http://w3layouts.com/" target="_blank">W3layouts.</a></p>
</div>
</div>
<!-- //footer -->
<!-- menu-js -->
<script>
$('.navicon').on('click', function (e) {
e.preventDefault();
$(this).toggleClass('navicon--active');
$('.toggle').toggleClass('toggle--active');
});
</script>
<!-- //menu-js -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/bootstrap.js"></script>
</body>
</html>