Skip to content

Commit

Permalink
contact_us reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
voidedaries committed Aug 9, 2023
1 parent 4c71324 commit 2b0817a
Showing 1 changed file with 12 additions and 36 deletions.
48 changes: 12 additions & 36 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,43 +9,19 @@
</head>
<body>

<section class="contact-section">
<section class="header">
<nav>
<a href="/"><img src="assets/img/logo_white.png"></a>
<h4>Tea Client</h4>
<div class="nav-links">
<ul>
<li><a href="download">DOWNLOAD</a></li>
<li><a href="https://store.teaclient.net">STORE</a></li>
<li><a href="social">SOCIALS</a></li>
<li><a href="https://docs.teaclient.net">DOCUMENTS</a></li>
</ul>
</div>
</nav>


<div class="hero">
<form>
<!-- <h1>Connect With Us</h1>
<p>Feel free to get in touch with us! If you have any questions, suggestions, or just want to say hello, drop us an email at [email protected]. Before reaching out, we kindly recommend checking out our FAQ section as it might have the answers you're looking for. We value your time and strive to provide the best possible support.</p> -->
<div class="input-group">
<input type="text" id="name" required>
<label for="name">Your Name</label>
</div>
<div class="input-group">
<input type="email" id="email" required>
<label for="email">Email ID</label>
</div>
<div class="input-group">
<textarea id="message" rows="8"></textarea>
<label for="message">Your Message</label>
</div>
<button type="submit">SUBMIT</button>
</form>
<section class="header">
<nav>
<a href="/"><img src="assets/img/logo_white.png"></a>
<h4>Tea Client</h4>
<div class="nav-links">
<ul>
<li><a href="download">DOWNLOAD</a></li>
<li><a href="https://store.teaclient.net">STORE</a></li>
<li><a href="social">SOCIALS</a></li>
<li><a href="https://docs.teaclient.net">DOCUMENTS</a></li>
</ul>
</div>

</section>
</nav>
</section>

<footer>
Expand Down

0 comments on commit 2b0817a

Please sign in to comment.