Skip to content
Snippets Groups Projects
Commit 0823e29d authored by Bernard Roland (Student Com20)'s avatar Bernard Roland (Student Com20)
Browse files
parents 2389fac0 a36d5253
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
<br><br><br><br> <br><br><br><br>
<section class="feature-section"> <section class="feature-section">
<h2 align="center">Revolutionize your productivity</h2> <h2 align="center">Revolutionize your productivity</h2>
<table border="1" cellspacing="0" cellpadding="20px"> <table border="1" cellspacing="0" cellpadding="20px" valign="top">
<tr> <tr>
<td> <td>
<div class="icon">&#x1F558;</div> <div class="icon">&#x1F558;</div>
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
<div class="icon">&#127993;</div> <div class="icon">&#127993;</div>
<h3>Stay focused</h3> <h3>Stay focused</h3>
<p> <p>
Using the pomodoro technique, Ryoko helps you focusing on Using the pomodoro technique, Ryoko helps you focus on
your tasks without being distracted. your tasks without being distracted.
</p> </p>
</td> </td>
...@@ -99,10 +99,10 @@ ...@@ -99,10 +99,10 @@
<tr> <tr>
<td> <td>
<div class="icon">&#x1F46A;</div> <div class="icon">&#x1F46A;</div>
<h3>Always with your team</h3> <h3>Teambased</h3>
<p> <p>
Distribute task within your Teams based on profession and Seperate task within your Teams based on the profession and
difficulty difficulty.
</p> </p>
</td> </td>
<td> <td>
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
<div class="icon">&#x1F3CB;</div> <div class="icon">&#x1F3CB;</div>
<h3>Reach your goals</h3> <h3>Reach your goals</h3>
<p> <p>
Use your time more effectively with Ryoko.
</p> </p>
</td> </td>
</tr> </tr>
...@@ -177,27 +177,27 @@ ...@@ -177,27 +177,27 @@
<td> <td>
<label for="firstname">Firstname</label> <br> <label for="firstname">Firstname</label> <br>
<input type="text" name="firstname" id="firstname"> <input type="text" required name="firstname" id="firstname">
</td> </td>
<td> <td>
<label for="lastname">Lastname</label> <br> <label for="lastname">Lastname</label> <br>
<input type="text" name="lastname" id="lastname"> <input type="text" required name="lastname" id="lastname">
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<label for="email">Email</label> <br> <label for="email">Email</label> <br>
<input type="email" name="email" id="email"> <input type="email" required name="email" id="email">
</td> </td>
<td> <td>
<label for="subject">Subject</label> <br> <label for="subject">Subject</label> <br>
<input type="text" name="subject" id="subject"> <input type="text" required name="subject" id="subject">
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="2"> <td colspan="2">
<label for="message">Message</label> <br> <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> </td>
</tr> </tr>
<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