forked from technext/clickaholic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
176 lines (168 loc) · 9.02 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Clickaholic</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700|Playfair+Display:400,700,900" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!--Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark cyan fixed-top">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="images/nav-logo.png" alt="nav-logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent-4" aria-controls="navbarSupportedContent-4" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent-4">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="gallery.html">gallery </a>
</li>
<li class="nav-item">
<a class="nav-link" href="blog.html">Read my blog </a>
</li>
<li class="nav-item active">
<a class="nav-link" href="contact.html">contact <span class="sr-only">(current)</span></a>
</li>
</ul>
</div>
</div>
</nav>
<!--/.Navbar -->
<!-- Blog-Section -->
<div class="support">
<div class="container">
<h3>Contact Us</h3>
<div class="row">
<div class="col-sm-12">
<figure class="figure">
<img src="images/support-bg.jpg" class="figure-img img-fluid" alt="A generic square placeholder image with rounded corners in a figure.">
</figure>
</div>
<div class="col-sm-12">
<p>Welcome to my <a href="#">personal travel</a> blog, i love to travel the globe, i have been to so many beautiful places and met interesting people the world, this website is my mirror of life.
Welcome to my personal travel blog, i love to travel the globe, i have been to so many beautiful Welcome to my personal travel blog, i love to travel the globe, i have been to so many beautiful places and met interes Welcome to my personal travel blog, i love to travel the globe, i have been to so many beautiful places and met interesting people around the world, this website is my mirror of life. </p>
</div>
</div>
<div class="container py-5 main">
<div class="row">
<div class="col-md-12">
<form>
<div class="form-group row">
<div class="col-sm-6">
<input type="text" class="form-control" placeholder="Your Name" required>
</div>
<div class="col-sm-6">
<input type="text" class="form-control" placeholder="Your Email id" required>
</div>
<div class="col-sm-12">
<input type="number" class="form-control" placeholder="Your Phone Number" required>
</div>
</div>
<div class="form-group row">
<div class="col-sm-12">
<textarea type="text" class="form-control" placeholder="your Message" rows="8" required></textarea>
</div>
</div>
<button type="submit" class="btn btn-primary px-4">Alright Submit it</button>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- Support section Ended -->
<!--/.Portfolio-Section -->
<!-- Footer -->
<footer>
<section class="footer-top">
<!--Container-->
<div class="container">
<h2>My Flickr Feed</h2>
<div class="row text-center text-lg-left">
<div class="col-lg-2 col-md-4 col-xs-6">
<a href="#" class="d-block h-100"><img class="img-fluid img-thumbnail" src="images/banner-image-1.jpg" alt=""></a>
</div>
<div class="col-lg-2 col-md-4 col-xs-6">
<a href="#" class="d-block h-100"><img class="img-fluid img-thumbnail" src="images/banner-image-2.jpg" alt=""></a>
</div>
<div class="col-lg-2 col-md-4 col-xs-6">
<a href="#" class="d-block h-100"><img class="img-fluid img-thumbnail" src="images/banner-image-3.jpg" alt=""></a>
</div>
<div class="col-lg-2 col-md-4 col-xs-6">
<a href="#" class="d-block h-100"><img class="img-fluid img-thumbnail" src="images/banner-image-4.jpg" alt=""></a>
</div>
<div class="col-lg-2 col-md-4 col-xs-6">
<a href="#" class="d-block h-100"><img class="img-fluid img-thumbnail" src="images/banner-image-2.jpg" alt=""></a>
</div>
<div class="col-lg-2 col-md-4 col-xs-6">
<a href="#" class="d-block h-100"><img class="img-fluid img-thumbnail" src="images/banner-image-1.jpg" alt=""></a>
</div>
</div>
</div>
<!-- /.container -->
</section>
<section class="footer-bottom">
<div class="container">
<div class="row">
<div class="col-md-12">
<ul>
<li><a href="index.html">Home</a></li>
<li class="hidden">/</li>
<li><a href="about.html">About-us</a></li>
<li class="hidden">/</li>
<li><a href="mystories.html">My stories</a></li>
<li class="hidden">/</li>
<li><a href="destinations.html">Destinations</a></li>
<li class="hidden">/</li>
<li><a href="gallery.html">Gallery</a></li>
<li class="hidden">/</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="col-md-12">
<p>(C) All Rights Reserved <a href="https://www.template.net/editable/websites/html5" target="_blank">ClickaHolic</a> <span>/</span> Designed and Developed by <a href="https://www.template.net/editable/websites/html5" target="_blank">Template.net</a></p>
</div>
</div>
</div>
<!-- /.container -->
</section>
</footer>
<!-- /.Footer -->
<!-- Return to Top -->
<a href="javascript:" id="return-to-top"><i class="fa fa-long-arrow-up" aria-hidden="true"></i></a>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.js"></script>
<!-- Custom JavaScript -->
<script src="js/animate.js"></script>
<script src="js/custom.js"></script>
<script>
$(document).on('click', '[data-toggle="lightbox"]', function(event) {
event.preventDefault();
$(this).ekkoLightbox();
});
</script>
</body>
</html>