WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions Contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
</nav>

<main>
<div class="title">Contact US</div>
<div class="title">Contact US</div>
<div class="title-info">We'll get back to you soon!</div>
<center>
<center>

<form action="" method="" class="form">
<form action="" method="" class="form">
<div class="input-group ">
<!-- <label class="form-label" for="first-name">First name</label> -->
<input class=" form-control border border-dark rounded" type="text" name="first_name" id="first-name" placeholder="First name">
Expand All @@ -73,7 +73,14 @@
</div>
</form>
</center>
</main>
</main>
<footer style="background-color: rgb(49, 48, 48);width: 100%;height:150px;font-size: larger;padding: 10px 5px 5px 5px ;text-align: center;margin: 10px;" >
<h3>&copy; Copyright 2023 | Online Shopping </h3>
<h6>Terms Of Use</h6>
<h6>Contact Us</h6>
<h6>Privacy Policy</h6>

</footer>
<script src="script.js"></script>

</body>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ <h1 id="free_daily_updates">Subscribe to our newsletter</h1>

<form action="" class="subscriber_search_box" method="get">

<input class="subscriber_search_bar" type="text" placeholder="Enter your email">
<input class="subscriber_search_bar" type="email" placeholder="Enter your email">


<button class="subscriber_button" type="submit">Subscribe</button>
Expand Down Expand Up @@ -350,7 +350,7 @@ <h4 class="footer_About_para"><a class="footer_About_links" href="">Risk Of Fact
<h4 class="quick_signup">Quick Signup</h4>
<form action="" class="footer_form_mid" method="get">

<input class="footer_mid_subscribe_bar" type="text" placeholder="Enter Your email">
<input class="footer_mid_subscribe_bar" type="email" placeholder="Enter Your email">


<button class="footer_mid_subscriber_button" type="submit">Subscribe</button>
Expand Down