Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
soummyaanon committed Dec 20, 2023
1 parent 5169e70 commit f07bdca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ <h2 class="logo">Community<span>Care</span></h2>
<li><a href="#content">Home</a></li>
<li><a href="#about">About us</a></li>
<li><a href="#skil">Steps</a></li>
<li><a href="#contactme">Contact us</a></li>
<li><a href="#contactme">Feedback</a></li>
</ul>
</nav>
<div class="content" id="conten">
<div class="content" id="content">
<h4>Welcome to </h4>
<h1>CommunityCare<span></span></h1>
<h3>CommunityCare is a digital platform aimed at fostering issue reporting.<span class="multiple-text">Join us
Expand Down Expand Up @@ -90,7 +90,7 @@ <h3>ISSUE TRACKING</h3>

<section class="contactme" id="contactme">
<div class="max-width">
<h1 class="contactme-main">CONTACT US</h1>
<h1 class="contactme-main">Give Us Your Valuable Feedbacks</h1>
<div class="container">
<form id="contactForm">
<label for="fname">First Name</label>
Expand All @@ -99,7 +99,7 @@ <h1 class="contactme-main">CONTACT US</h1>
<input type="text" id="lname" name="lastname" placeholder="Enter Last Name">
<label for="email">E-mail</label>
<input type="text" id="email" name="email" placeholder="abc@xyz.com">
<label for="subject">Subject</label>
<label for="subject">Write Your Review</label>
<textarea id="subject" name="subject" placeholder="Write something" style="height:150px"></textarea>

<!-- Add the rating system -->
Expand Down

0 comments on commit f07bdca

Please sign in to comment.