-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
184 lines (181 loc) · 9.4 KB
/
contact.html
File metadata and controls
184 lines (181 loc) · 9.4 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Xtra Blog</title>
<link rel="stylesheet" href="fontawesome/css/all.min.css"> <!-- https://fontawesome.com/ -->
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap" rel="stylesheet"> <!-- https://fonts.google.com/ -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/templatemo-xtra-blog.css" rel="stylesheet">
<!--
TemplateMo 553 Xtra Blog
https://templatemo.com/tm-553-xtra-blog
-->
</head>
<body>
<header class="tm-header" id="tm-header">
<div class="tm-header-wrapper">
<button class="navbar-toggler" type="button" aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
<div class="tm-site-header">
<div class="mb-3 mx-auto tm-site-logo"><i class="fas fa-times fa-2x"></i></div>
<h1 class="text-center">Xtra Blog</h1>
</div>
<nav class="tm-nav" id="tm-nav">
<ul>
<li class="tm-nav-item"><a href="index.html" class="tm-nav-link">
<i class="fas fa-home"></i>
Blog Home
</a></li>
<li class="tm-nav-item"><a href="post.html" class="tm-nav-link">
<i class="fas fa-pen"></i>
Single Post
</a></li>
<li class="tm-nav-item"><a href="about.html" class="tm-nav-link">
<i class="fas fa-users"></i>
About Xtra
</a></li>
<li class="tm-nav-item active"><a href="contact.html" class="tm-nav-link">
<i class="far fa-comments"></i>
Contact Us
</a></li>
</ul>
</nav>
<div class="tm-mb-65">
<a href="https://facebook.com" class="tm-social-link">
<i class="fab fa-facebook tm-social-icon"></i>
</a>
<a href="https://twitter.com" class="tm-social-link">
<i class="fab fa-twitter tm-social-icon"></i>
</a>
<a href="https://instagram.com" class="tm-social-link">
<i class="fab fa-instagram tm-social-icon"></i>
</a>
<a href="https://linkedin.com" class="tm-social-link">
<i class="fab fa-linkedin tm-social-icon"></i>
</a>
</div>
<p class="tm-mb-80 pr-5 text-white">
Xtra Blog is a multi-purpose HTML template from TemplateMo website. Left side is a sticky menu bar. Right side content will scroll up and down.
</p>
</div>
</header>
<div class="container-fluid">
<main class="tm-main">
<!-- Search form -->
<div class="row tm-row">
<div class="col-12">
<form method="GET" class="form-inline tm-mb-80 tm-search-form">
<input class="form-control tm-search-input" name="query" type="text" placeholder="Search..." aria-label="Search">
<button class="tm-search-button" type="submit">
<i class="fas fa-search tm-search-icon" aria-hidden="true"></i>
</button>
</form>
</div>
</div>
<div class="row tm-row tm-mb-45">
<div class="col-12">
<hr class="tm-hr-primary tm-mb-55">
<div class="gmap_canvas"> <!-- Google Map -->
<iframe width="100%" height="477" id="gmap_canvas"
src="https://maps.google.com/maps?q=Av.+L%C3%BAcio+Costa,+Rio+de+Janeiro+-+RJ,+Brazil&t=&z=13&ie=UTF8&iwloc=&output=embed"
frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe>
</div>
</div>
</div>
<div class="row tm-row tm-mb-120">
<div class="col-12">
<h2 class="tm-color-primary tm-post-title tm-mb-60">Contact Us</h2>
</div>
<div class="col-lg-7 tm-contact-left">
<form method="POST" action="" class="mb-5 ml-auto mr-0 tm-contact-form">
<div class="form-group row mb-4">
<label for="name" class="col-sm-3 col-form-label text-right tm-color-primary">Name</label>
<div class="col-sm-9">
<input class="form-control mr-0 ml-auto" name="name" id="name" type="text" required>
</div>
</div>
<div class="form-group row mb-4">
<label for="email" class="col-sm-3 col-form-label text-right tm-color-primary">Email</label>
<div class="col-sm-9">
<input class="form-control mr-0 ml-auto" name="email" id="email" type="email" required>
</div>
</div>
<div class="form-group row mb-4">
<label for="subject" class="col-sm-3 col-form-label text-right tm-color-primary">Subject</label>
<div class="col-sm-9">
<input class="form-control mr-0 ml-auto" name="subject" id="subject" type="text" required>
</div>
</div>
<div class="form-group row mb-5">
<label for="message" class="col-sm-3 col-form-label text-right tm-color-primary">Message</label>
<div class="col-sm-9">
<textarea class="form-control mr-0 ml-auto" name="message" id="message" rows="8" required></textarea>
</div>
</div>
<div class="form-group row text-right">
<div class="col-12">
<button class="tm-btn tm-btn-primary tm-btn-small">Submit</button>
</div>
</div>
</form>
</div>
<div class="col-lg-5 tm-contact-right">
<address class="mb-4 tm-color-gray">
120 Lorem ipsum dolor sit amet,
consectetur adipiscing 10550
</address>
<span class="d-block">
Tel:
<a href="tel:060-070-0980" class="tm-color-gray">060-070-0980</a>
</span>
<span class="mb-4 d-block">
Email:
<a href="mailto:info@company.com" class="tm-color-gray">info@company.com</a>
</span>
<p class="mb-5 tm-line-height-short">
Maecenas eu mi eu dui cursus
consequat non eu metus. Morbi ac
turpis eleifend, commodo purus
eget, commodo mauris.
</p>
<ul class="tm-social-links">
<li class="mb-2">
<a href="https://facebook.com" class="d-flex align-items-center justify-content-center">
<i class="fab fa-facebook"></i>
</a>
</li>
<li class="mb-2">
<a href="https://twitter.com" class="d-flex align-items-center justify-content-center">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="mb-2">
<a href="https://youtube.com" class="d-flex align-items-center justify-content-center">
<i class="fab fa-youtube"></i>
</a>
</li>
<li class="mb-2">
<a href="https://instagram.com" class="d-flex align-items-center justify-content-center mr-0">
<i class="fab fa-instagram"></i>
</a>
</li>
</ul>
</div>
</div>
<footer class="row tm-row">
<div class="col-md-6 col-12 tm-color-gray">
Design: <a rel="nofollow" target="_parent" href="https://templatemo.com" class="tm-external-link">TemplateMo</a>
</div>
<div class="col-md-6 col-12 tm-color-gray tm-copyright">
Copyright 2020 Xtra Blog Company Co. Ltd.
</div>
</footer>
</main>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/templatemo-script.js"></script>
</body>
</html>