-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
executable file
·155 lines (153 loc) · 5.65 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
---
layout: default
title: "Contact Us"
---
{% include header.html %}
{% include page_header_2.html %}
<!-- Start onova_contact_form section -->
<section class="onova_contact_form light_bg section_padding">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="theme_title">
<span class="theme_span">estimate</span>
<h2>Get In Touch</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<div class="contact_form_3">
<form>
<div class="row">
<div class="col-lg-6">
<div class="form_group">
<label>First Name</label>
<input type="text" class="form_control" placeholder="Enter your first name" required>
<i class="fal fa-user"></i>
</div>
</div>
<div class="col-lg-6">
<div class="form_group">
<label>Your Email</label>
<input type="email" class="form_control" placeholder="Enter your Email" required>
<i class="fal fa-envelope"></i>
</div>
</div>
<div class="col-lg-12">
<div class="form_group">
<label>Phone Number</label>
<input type="text" class="form_control" placeholder="Enter your phone number" required>
<i class="fal fa-phone"></i>
</div>
</div>
<div class="col-lg-12">
<div class="form_group">
<label>Your Message</label>
<textarea class="form_control" placeholder="Enter your message" name="message"></textarea>
<i class="fal fa-edit"></i>
</div>
</div>
<div class="col-lg-12">
<div class="submit_btn">
<button class="form_btn onova_btn" type="submit">Get A Quote</button>
</div>
</div>
</div>
</form>
</div>
</div>
<div class="contact_map">
<iframe src="https://maps.google.com/maps?q=university%20of%20san%20francisco&t=&z=13&ie=UTF8&iwloc=&output=embed"></iframe>
</div>
</div>
</div>
</section>
<!-- End onova_contact_form section -->
<!-- Start onova_contact_information section -->
<section class="onova_contact_information section_padding">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="theme_title text-center">
<span class="theme_span"> contact</span>
<h2>contact now</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="contact_information_box">
<div class="information_box">
<div class="information_icon">
<i class="fal fa-phone"></i>
</div>
<div class="information_info">
<h3>Phone Number</h3>
<p>+88 97 876 765 9</p>
<p>(879) 876 567 867 56</p>
</div>
<div class="info_button">
<a href="#" class="info_btn">Call Us Now</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="contact_information_box">
<div class="information_box">
<div class="information_icon">
<i class="fal fa-envelope"></i>
</div>
<div class="information_info">
<h3>Phone Number</h3>
<p>+88 97 876 765 9</p>
<p>(879) 876 567 867 56</p>
</div>
<div class="info_button">
<a href="#" class="info_btn">mail Us Now</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="contact_information_box">
<div class="information_box">
<div class="information_icon">
<i class="fal fa-map-marker-alt"></i>
</div>
<div class="information_info">
<h3>Phone Number</h3>
<p>+88 97 876 765 9</p>
<p>(879) 876 567 867 56</p>
</div>
<div class="info_button">
<a href="#" class="info_btn">get here</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End onova_contact_information section -->
<!-- Start call_to_action_3 section -->
<section class="call_to_action_3 dark_blue section_padding">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-9">
<div class="call_title_3 ">
<span class="theme_span">call to action</span>
<h2>Representing All Of The Major <br>Telecom Companies</h2>
</div>
</div>
<div class="col-lg-3">
<div class="call_action_btn">
<a href="#" class="onova_btn qoute_btn_3">get a qoute</a>
</div>
</div>
</div>
</div>
</section>
<!-- End call_to_action_3 section -->
{% include footer_2.html %}