-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact .html
149 lines (131 loc) · 5.47 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<!-- Bootstrap CSS -->
<script src="https://kit.fontawesome.com/79e674c3ce.js" crossorigin="anonymous"></script>
<title>We Hotel | Contact us</title>
<link rel="stylesheet" href="css/style.css">
<style>
.loginhover{
border: none;
background-color: green;
color: white;
}
.loginhover:hover{
color:wheat;
background-color: rgb(6, 197, 6);
}
</style>
</head>
<body>
<!-- navbar starts here -->
<nav class="navbar navbar-expand-lg navbar-dark py-3 fixed-top" style="background-color: #212529a6;">
<div class="container-fluid">
<img src="img/newLogo.jpg" alt="" style="height: 50px;width: 50px;margin: 5px;border: 2px solid;border-radius: 20px;">
<a class="navbar-brand" href="#">We Hotels</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto flex-nowrap text-center">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#team">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="gallary_By_sahil.html">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="rooms.html">Rooms</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact .html">Contact us</a>
</li>
<li class="nav-item">
<a class="nav-link loginhover" href="login.html">Log In/Sign up</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- navbar ends here -->
<section class="contact">
<!-- <div class="content">
<div>Contact Us</div>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Aliquid dolor, id cupiditate reprehenderit sit
explicabo voluptate repudiandae hic nesciunt tempora voluptas vero ab labore enim expedita? Quo beatae itaque
in.</p>
</div> -->
<div class="container">
<div class="contactInfo">
<div class="box">
<div class="icon" ><i class="fas fa-map-marked-alt"></i>
</div>
<div class="text">
<h2 class="white">Address</h2>
<p class="white">121 Bootcamp Road ,<br>Bagade Wadi ,Bharawati<br>442904</p>
</div>
</div>
<div class="box">
<div class="icon"><i class="fas fa-phone"></i>
</div>
<div class="text">
<h2 class="white">Phone</h2>
<p class="white">111-222-4444</p>
</div>
</div>
<div class="box">
<div class="icon"><i class="fas fa-envelope-square"></i>
</div>
<div class="text">
<h2 class="white">Email</h2>
<p class="white">[email protected]</p>
</div>
</div>
</div>
<div class="contactForm">
<form>
<h2>Send Message</h2>
<div class="inputBox">
<input type="text" name="" placeholder="Your Name here" required="required">
</div>
<div class="inputBox">
<input type="text" name="" placeholder="Your Email here" required="required">
</div>
<div class="inputBox">
<input type="text" name="" placeholder="Your Message here" required="required">
</div>
<div class="inputBox">
<input type="submit" name="" value="Send">
</div>
</form>
</div>
</div>
</section>
<!-- footer starts here -->
<p class="footer">© HOTEL,INDIA 2021 "THIS PROJECT IS BUILT BY SAHIL-SUYASH-GAURAV-PROJECTS"</p>
<!-- footer ends here -->
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4"
crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT" crossorigin="anonymous"></script>
-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4"
crossorigin="anonymous"></script>
</body>
</html>