From a36d5253b1ebba175c354f39e9ce7ff59ff4779f Mon Sep 17 00:00:00 2001
From: "Planoetscher Daniel (Student Com20)"
 <daniel.planoetscher@stud-inf.unibz.it>
Date: Mon, 5 Apr 2021 14:29:35 +0200
Subject: [PATCH] content fixes

---
 src/index.html | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/index.html b/src/index.html
index d8454e6..9d3035a 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">&#x1F558;</div>
@@ -91,7 +91,7 @@
                                 <div class="icon">&#127993;</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">&#x1F46A;</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">&#x1F3CB;</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>
-- 
GitLab