-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2a4d348
commit ad5d0a4
Showing
2 changed files
with
93 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,94 +1,106 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" style="background-color: antiquewhite;"> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Contact Us</title> | ||
|
||
<meta name="author" content="Codeconvey" /> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> | ||
<script src="https://kit.fontawesome.com/a076d05399.js"></script> | ||
<link rel="stylesheet" href="css/style.css"> | ||
|
||
<link rel="stylesheet" href="css/demo.css" /> | ||
|
||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Contact Us</title> | ||
|
||
<meta name="author" content="Codeconvey" /> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" | ||
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> | ||
<script src="https://kit.fontawesome.com/a076d05399.js"></script> | ||
<!-- <link rel="stylesheet" href="css/style.css"> --> | ||
|
||
<!-- <link rel="stylesheet" href="css/demo.css" /> | ||
--> | ||
</head> | ||
|
||
<body> | ||
<div class="ScriptTop"> | ||
<div class="header"></div> | ||
<div class="ScriptTop"> | ||
<div class="rt-container"> | ||
<div class="col-rt-4" id="float-right"> | ||
|
||
|
||
|
||
</div> | ||
<div class="col-rt-4" id="float-right"> | ||
|
||
<section> | ||
<div class="rt-container"> | ||
|
||
|
||
</div> | ||
|
||
<section> | ||
<div class="rt-container"> | ||
<div class="col-rt-12"> | ||
<div class="Scriptcontent"> | ||
<div> | ||
<div class="container"> | ||
<div class="contact-parent"> | ||
<div class="Scriptcontent"> | ||
|
||
<div> | ||
<div class="container"> | ||
<div class="contact-parent"> | ||
<div class="contact-child child1"> | ||
<p> | ||
<i class="fas fa-map-marker-alt"></i> Address <br /> | ||
<span> address | ||
<br /> | ||
any address | ||
</span> | ||
</p> | ||
|
||
<p> | ||
<i class="fas fa-phone-alt"></i> phone <br /> | ||
<span>88888888</span> | ||
</p> | ||
|
||
<p> | ||
<i class=" far fa-envelope"></i> email us <br /> | ||
<span>[email protected]</span> | ||
</p> | ||
<p> | ||
<i class="fas fa-map-marker-alt"></i> Address <br /> | ||
<span> address | ||
<br /> | ||
any address | ||
</span> | ||
</p> | ||
|
||
<p> | ||
<i class="fas fa-phone-alt"></i> phone <br /> | ||
<span>88888888</span> | ||
</p> | ||
|
||
<p> | ||
<i class=" far fa-envelope"></i> email us <br /> | ||
<span>[email protected]</span> | ||
</p> | ||
</div> | ||
|
||
<div class="contact-child child2"> | ||
<div class="inside-contact"> | ||
<h2>Contact Us</h2> | ||
<h3> | ||
<span id="confirm"> | ||
</h3> | ||
<div class="inside-contact"> | ||
<h2>Contact Us</h2> | ||
<h3> | ||
<span id="confirm"> | ||
</h3> | ||
|
||
<p>Name *</p> | ||
<input id="txt_name" type="text" Required="required"> | ||
<p>Name *</p> | ||
<input id="txt_name" type="text" Required="required"> | ||
|
||
<p>Email *</p> | ||
<input id="txt_email" type="text" Required="required"> | ||
<p>Email *</p> | ||
<input id="txt_email" type="text" Required="required"> | ||
|
||
<p>Phone *</p> | ||
<input id="txt_phone" type="text" Required="required"> | ||
<p>Phone *</p> | ||
<input id="txt_phone" type="text" Required="required"> | ||
|
||
<p>Subject *</p> | ||
<input id="txt_subject" type="text" Required="required"> | ||
<p>Subject *</p> | ||
<input id="txt_subject" type="text" Required="required"> | ||
|
||
<p>Message *</p> | ||
<textarea id="txt_message" rows="4" cols="20" Required="required" ></textarea> | ||
<input type="submit" id="btn_send" value="SEND"> | ||
</div> | ||
<p>Message *</p> | ||
<textarea id="txt_message" rows="4" cols="20" Required="required"></textarea> | ||
|
||
<input type="submit" id="btn_send" value="SEND"> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
</section> | ||
|
||
|
||
|
||
</body> | ||
</div> | ||
|
||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
</section> | ||
|
||
<div class="footer"> | ||
</div> | ||
|
||
</body> | ||
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> | ||
<script> | ||
$(function () { | ||
$("#header").load("../header.html"); | ||
$("#footer").load("../footer.html"); | ||
}); | ||
</script> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters