diff --git a/src/index.html b/src/index.html index d8454e64169e356acf88c49a0dea210be83bdf79..9d3035a49d717d1e5a8b2115dab085515e7b4146 100644 --- a/src/index.html +++ b/src/index.html @@ -70,7 +70,7 @@ <br><br><br><br> <section class="feature-section"> <h2 align="center">Revolutionize your productivity</h2> - <table border="1" cellspacing="0" cellpadding="20px"> + <table border="1" cellspacing="0" cellpadding="20px" valign="top"> <tr> <td> <div class="icon">🕘</div> @@ -91,7 +91,7 @@ <div class="icon">🏹</div> <h3>Stay focused</h3> <p> - Using the pomodoro technique, Ryoko helps you focusing on + Using the pomodoro technique, Ryoko helps you focus on your tasks without being distracted. </p> </td> @@ -99,10 +99,10 @@ <tr> <td> <div class="icon">👪</div> - <h3>Always with your team</h3> + <h3>Teambased</h3> <p> - Distribute task within your Teams based on profession and - difficulty + Seperate task within your Teams based on the profession and + difficulty. </p> </td> <td> @@ -117,7 +117,7 @@ <div class="icon">🏋</div> <h3>Reach your goals</h3> <p> - + Use your time more effectively with Ryoko. </p> </td> </tr> @@ -177,27 +177,27 @@ <td> <label for="firstname">Firstname</label> <br> - <input type="text" name="firstname" id="firstname"> + <input type="text" required name="firstname" id="firstname"> </td> <td> <label for="lastname">Lastname</label> <br> - <input type="text" name="lastname" id="lastname"> + <input type="text" required name="lastname" id="lastname"> </td> </tr> <tr> <td> <label for="email">Email</label> <br> - <input type="email" name="email" id="email"> + <input type="email" required name="email" id="email"> </td> <td> <label for="subject">Subject</label> <br> - <input type="text" name="subject" id="subject"> + <input type="text" required name="subject" id="subject"> </td> </tr> <tr> <td colspan="2"> <label for="message">Message</label> <br> - <textarea name="message" id="message" cols="48" rows="10"></textarea> + <textarea name="message" required id="message" cols="48" rows="10"></textarea> </td> </tr> <tr>