-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.htm
189 lines (178 loc) · 8.09 KB
/
contact.htm
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>TripBoss</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- font awesome cdn -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- fonts -->
<link rel = "stylesheet" href = "font/fonts.css">
<!-- normalize css -->
<link rel = "stylesheet" href = "css/normalize.css">
<!-- custom css -->
<link rel = "stylesheet" href = "css/utility.css">
<link rel = "stylesheet" href = "css/style.css">
<link rel = "stylesheet" href = "css/responsive.css">
</head>
<body>
<!-- navbar -->
<nav class = "navbar">
<div class = "container flex">
<a href = "index.html" class = "site-brand">
Trip<span>Boss</span>
</a>
<button type = "button" id = "navbar-show-btn" class = "flex">
<i class = "fas fa-bars"></i>
</button>
<div id = "navbar-collapse">
<button type = "button" id = "navbar-close-btn" class = "flex">
<i class = "fas fa-times"></i>
</button>
<ul class = "navbar-nav">
<li class = "nav-item">
<a href = "index.html" class = "nav-link">Home</a>
</li>
<li class = "nav-item">
<a href = "gallery.html" class = "nav-link">Gallery</a>
</li>
<li class = "nav-item">
<a href = "blog.html" class = "nav-link">Blog</a>
</li>
<li class = "nav-item">
<a href = "about.html" class = "nav-link">About</a>
</li>
<li class = "nav-item">
<a href = "contact.html" class = "nav-link">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- end of navbar -->
<!-- header -->
<header class = "flex header-sm">
<div class = "container">
<div class = "header-title">
<h1>Contact</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Natus rerum maxime enim odit illum in molestias beatae doloremque, ratione optio.</p>
</div>
</div>
</header>
<!-- header -->
<!-- contact section -->
<section id = "contact" class = "py-4">
<div class = "container">
<div class = "title-wrap">
<span class = "sm-title">get in touch with us</span>
<h2 class = "lg-title">contact us</h2>
</div>
<div class = "contact-row">
<div class = "contact-left">
<form class = "contact-form">
<input type = "text" class = "form-control" placeholder="Your name">
<input type = "email" class = "form-control" placeholder="Your email">
<textarea rows = "4" class = "form-control" placeholder="Your message" style = "resize: none;"></textarea>
<input type = "submit" class = "btn" value = "Send message">
</form>
</div>
<div class = "contact-right my-2">
<div class = "contact-item">
<span class = "contact-icon flex">
<i class = "fa fa-phone-alt"></i>
</span>
<div>
<span>Phone</span>
<p class = "text">+01-584-886-009</p>
</div>
</div>
<div class = "contact-item">
<span class = "contact-icon flex">
<i class = "fa fa-map-marked-alt"></i>
</span>
<div>
<span>Address</span>
<p class = "text">102 East 22nd Street, NY</p>
</div>
</div>
<div class = "contact-item">
<span class = "contact-icon flex">
<i class = "fa fa-envelope"></i>
</span>
<div>
<span>Message</span>
<p class = "text">info@tripboss.com</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end of contact section -->
<!-- footer -->
<footer class = "py-4">
<div class = "container footer-row">
<div class = "footer-item">
<a href = "index.html" class = "site-brand">
Trip<span>Boss</span>
</a>
<p class = "text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Eveniet voluptates maiores nam vitae iusto. Placeat rem sint voluptas natus exercitationem autem quod neque, odit laudantium reiciendis ipsa suscipit veritatis voluptate.</p>
</div>
<div class = "footer-item">
<h2>Follow us on: </h2>
<ul class = "social-links">
<li>
<a href = "#">
<i class = "fab fa-facebook-f"></i>
</a>
</li>
<li>
<a href = "#">
<i class = "fab fa-instagram"></i>
</a>
</li>
<li>
<a href = "#">
<i class = "fab fa-twitter"></i>
</a>
</li>
<li>
<a href = "#">
<i class = "fab fa-pinterest"></i>
</a>
</li>
<li>
<a href = "#">
<i class = "fab fa-google-plus"></i>
</a>
</li>
</ul>
</div>
<div class = "footer-item">
<h2>Popular Places:</h2>
<ul>
<li><a href = "#">Thailand</a></li>
<li><a href = "#">Australia</a></li>
<li><a href = "#">Maldives</a></li>
<li><a href = "#">Switzerland</a></li>
<li><a href = "#">Germany</a></li>
</ul>
</div>
<div class = "subscribe-form footer-item">
<h2>Subscribe for Newsletter!</h2>
<form class = "flex">
<input type = "email" placeholder="Enter Email" class = "form-control">
<input type = "submit" class = "btn" value = "Subscribe">
</form>
</div>
</div>
</footer>
<!-- end of footer -->
<!-- js -->
<script src = "js/script.js"></script>
<script>
</script>
</body>
</html>