| Server IP : 103.234.187.230 / Your IP : 216.73.216.216 Web Server : Apache System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/regencytours.in/quary/ |
Upload File : |
<!DOCTYPE html>
<html>
<head>
<link
rel="stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
/>
<link
rel="stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<section id="last">
<!-- heading -->
<div class="full">
<h3>Step-1 -> Fill The Site Info for create directory</h3>
<div class="lt">
<!-- form starting -->
<form class="form-horizontal" method="post" action="quary.php">
<div class="form-group">
<div class="col-sm-12">
<!-- name -->
<input
type="text"
class="form-control"
id="theme"
placeholder="Theme"
name="theme"
value=""
/>
</div>
</div>
<div class="form-group">
<div class="col-sm-12">
<!-- name -->
<input
type="text"
class="form-control"
id="sitename"
placeholder="SiteName"
name="sitename"
value=""
/>
</div>
</div>
<div class="form-group">
<div class="col-sm-12">
<!-- name -->
<input
type="text"
class="form-control"
id="sitetitle"
placeholder="Site Title"
name="sitetitle"
value=""
/>
</div>
</div>
<div class="form-group">
<div class="col-sm-12">
<!-- name -->
<input
type="text"
class="form-control"
id="agencyid"
placeholder="Agency Id"
name="agencyid"
value=""
/>
</div>
</div>
<div class="form-group">
<div class="col-sm-12">
<!-- email -->
<input
type="hidden"
class="form-control"
id="elastickey"
placeholder="Elastic key"
name="elastickey"
value=""
/>
</div>
</div>
<div class="form-group">
<div class="col-sm-12">
<!-- email -->
<input
type="text"
class="form-control"
id="password"
placeholder="Password"
name="password"
value=""
/>
</div>
</div>
<!-- message -->
<button
class="btn btn-primary send-button"
id="submit"
type="submit"
value="SEND">
<i class="fa fa-paper-plane"></i>
<span class="send-text">SEND</span>
</button>
</form>
<!-- end of form -->
</div>
<!-- Contact information -->
<div class="rt">
<ul class="contact-list">
<li class="list-item">
<i class="fa fa-map-marker fa-1x">
<span class="contact-text place">
hellogtx
</span>
</i>
</li>
<li class="list-item">
<i class="fa fa-envelope fa-1x">
<span class="contact-text gmail">
<a href="mailto:yourmail@gmail.com" title="Send me an email">
sales@hellogtx.com</a>
</span>
</i>
</li>
<li class="list-item">
<i class="fa fa-phone fa-1x">
<span class="contact-text phone">
0120 - 4183507
</span>
</i>
</li>
</ul>
</div>
</div>
</section>
</body>
</html>
<style>
#last{
width: 100%;
height: auto;
justify-content: center;
background-color: #ffb3b3;
}
.full{
width: 80%;
display: inline-block;
margin:2%;
margin-left: 10%;
text-align: center;
background-color: black;
color: white;
border:15px solid orange;
border-radius: 5px;
margin-bottom: 8%;
margin-top: 8%;
}
.full h3{
font-size: 2rem;
display:block;
margin: 2%;
margin-bottom: 0;
}
.lt{
padding: 2%;
margin: 2%;
}
.rt{
padding: 2%;
margin: 2%;
}
.lt textarea{
width: 94%;
margin-left: 2.8%;
}
button{
margin: 2%;
}
.btn-primary{
background-color: black;
border: 2px solid white;
border-radius: 5%;
}
.list-item{
margin-bottom: 2%;
list-style-type: none;
}
.list-item span{
margin-left: 10px;
font-size: 1.4rem;
}
.list-item a{
color: white;
display: inline-block;
}
.list-item a:hover{
text-decoration: underline;
}
.form-control{
background-color: black;
}
@media screen and (min-width: 770px){
.full{
width: 70%;
margin-left: 15%;
}
.lt textarea{
width: 95%;
margin-left: 2.4%;
}
}
@media screen and (min-width: 1100px){
.full{
width: 65%;
margin-left: 17%;
margin-top: 5%;
}
.lt{
width: 55%;
display: inline-block;
float: left;
margin-right: 0;
}
.rt{
width: 35%;
display: inline-block;
margin-left: 0;
}
.list-item{
margin-bottom: 10%;
}
.contact-list{
margin-top: 22%;
padding-right: 8%;
}
.fa-envelope, .gmail{
display: inline-block;
width: auto;
}
}
</style>