Remove contact form and related fields from the homepage
Delete the entire contact form section, including name, message, and send message elements, from index.html. Replit-Commit-Author: Agent Replit-Commit-Session-Id: f5797e65-2210-4d2e-bf70-278d8a0098c1 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 109fb86c-9dd9-4da1-8960-afe5e77adea0 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/2a2c58da-54a0-4c86-8ad0-3b93439f70de/f5797e65-2210-4d2e-bf70-278d8a0098c1/2fn34tC Replit-Helium-Checkpoint-Created: true
This commit is contained in:
11
index.html
11
index.html
@@ -384,17 +384,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<form class="contact-form reveal" id="contactForm">
|
||||
<div>
|
||||
<label class="form-label" for="nameInput">Your Name</label>
|
||||
<input class="form-input" id="nameInput" type="text" placeholder="Your name"/>
|
||||
</div>
|
||||
<div>
|
||||
<label class="form-label" for="msgInput">Message</label>
|
||||
<textarea class="form-textarea" id="msgInput" placeholder="Orders, collabs, or just saying hi — we're listening."></textarea>
|
||||
</div>
|
||||
<button type="submit" class="form-submit">Send Message ↗</button>
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user