Skip to content
Snippets Groups Projects
Commit a36d5253 authored by Planoetscher Daniel (Student Com20)'s avatar Planoetscher Daniel (Student Com20)
Browse files

content fixes

parent be4d6de1
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment