-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact-us.html
More file actions
194 lines (181 loc) · 9.28 KB
/
contact-us.html
File metadata and controls
194 lines (181 loc) · 9.28 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
185
186
187
188
189
190
191
192
193
194
<!doctype html>
<!--[if lt IE 7]>
<html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]>
<html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]>
<html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang=""> <!--<![endif]-->
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-076RQHND0J"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-076RQHND0J');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="icon" type="image/png" href="./img/favicon.png"/>
<title>Contact Us - ShippingCal</title>
<meta name="description" content="The Contact Us page of www.shippingcal.com. Please contact shippingcal for any assistance">
<meta name="keywords" content="shippingcal, contact us">
<meta name="author" content="Dhahas Technologies">
<!--
Newline Template
https://templatemo.com/tm-503-newline
-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/fontAwesome.css">
<link rel="stylesheet" href="css/templatemo-style.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900"
rel="stylesheet">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
</head>
<body>
<div class="overlay"></div>
<section class="top-part">
<img src="img/cover.jpg" alt="" style="object-fit: cover; height: 100%">
</section>
<section class="cd-hero">
<div class="cd-slider-nav">
<nav>
<span class="cd-marker item-1"></span>
<ul>
<li><a href="index.html">
<div class="image-icon"><img src="img/home-icon.png"></div>
<h6>Home</h6></a></li>
<li class="selected"><a href="contact-us.html">
<div class="image-icon"><img src="img/contact-icon.png"></div>
<h6>Contact Us</h6></a></li>
</ul>
</nav>
</div> <!-- .cd-slider-nav -->
<ul class="cd-hero-slider">
<li class="selected">
<div class="heading">
<h1>Contact us</h1>
<span>You'll be responded within 48 hrs</span>
</div>
<div class="cd-half-width fivth-slide">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="content fivth-content">
<div class="row">
<div class="col-md-4">
<div class="left-info">
<h4>Getting in touch is easy!</h4>
<br>
<p><em>104/A, Ganepola<br>Kotugoda <br> 11390 <br>
<strong>Sri Lanka</strong></em></p>
<ul class="social-icons">
<i><a href="#"><i class="fa fa-facebook"></i></a></i>
<i><a href="#"><i class="fa fa-twitter"></i></a></i>
<i><a href="#"><i class="fa fa-linkedin"></i></a></i>
<i><a href="#"><i class="fa fa-rss"></i></a></i>
<i><a href="#"><i class="fa fa-behance"></i></a></i>
</ul>
</div>
</div>
<div class="col-md-8">
<div class="row">
<form id="contact" action="" method="post">
<div class="col-md-6">
<fieldset>
<input name="name" type="text" class="form-control" id="name"
placeholder="Your Name" required="">
</fieldset>
</div>
<div class="col-md-6">
<fieldset>
<input name="email" type="email" class="form-control" id="email"
placeholder="Email" required="">
</fieldset>
</div>
<div class="col-md-12">
<fieldset>
<textarea name="message" rows="6" class="form-control"
id="message" placeholder="Message"
required=""></textarea>
</fieldset>
</div>
<div class="col-md-12">
<fieldset>
<button type="submit" id="form-submit" class="btn">Send
Message
</button>
</fieldset>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</li>
</ul> <!-- .cd-hero-slider -->
</section> <!-- .cd-hero -->
<div class="cd-half-width third-slide">
<br>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="">
<div class="row">
<div class="col-md-7 left-image">
<img src="img/left-feature-image.jpg" style="width: 100%">
</div>
<div class="col-md-5">
<div class="right-feature-text">
<h4>Shipping Cost Calculator</h4>
<p>This tool is for calculate the shipping cost for international sri lankan air mail.
You can easily find the postal fee by using this tool. All the calculations are done
according
to the latest sri lankan post shipping rates. You can download the shipping rates
file from the below link.
Please feel free to contact us if any calculation performs wrong.</p>
<div class="feature-list">
<ul>
<p>- Fast and reliable</p>
<p>- No login and totally free</p>
<p>- Based on latest mail rates in Sri Lanka</p>
<p>- Light weight and responsive</p>
</ul>
</div>
<div class="primary-button">
<a href="files/shipping_rates.pdf" target="_blank" rel="noopener noreferrer">Download
Mail Rates</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br><br>
</div>
<footer>
<div class="text-center" style="padding-top: 25px">
<a href="termsandconditions.html" style="margin-left: 15px">Terms and Conditions</a>
<a href="privacy-policy.html" style="margin-left: 15px">Privacy Policy</a>
</div>
<p style="padding-top: 0px">Copyright © 2021 www.shippingcal.com
| Powered by <em>Dhahas Technologies</em></p>
</footer>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/custom.js"></script>
<script src="js/main.js"></script>
</body>
</html>