-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (75 loc) · 2.39 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html>
<head>
<title>Lassif</title>
<link rel="stylesheet" href="css/IndexPro.css"/>
<style>
table, th, td {
border: 1px solid black;
}
</style>
</head>
<body>
<header>
<div id="contenedor">
<h1 id="Titulo">Lassif</h1>
</div>
</header>
<section>
<h2 id="descrip">Your personal organizer</h2>
<hr>
<img align="right" id="Imagen" src="https://web-static.wrike.com/blog/content/uploads/2020/01/Five-Features-of-a-Good-Monthly-Employee-Work-Schedule-Template-896x518.jpg?av=4e36fdf9890d9fb8b26460d2ce565b3c" width="500">
<h4 id="resumen">Lassif is a tool to help you organize your student life</h4>
</section>
<section>
<p id="restante">Total time:</p>
<p>#inserte suma de tiempos</p>
<iframe id="Tablair" class="airtable-embed" src="AIRTABLE URL" frameborder="0" onmousewheel="" width="100%" height="533" style="background: transparent; border: 1px solid #ccc;"></iframe>
</section>
<br>
<section id="indice">
<table align="right" id="dtable" style="width: 500px;">
<thead id="cabeza">
<tr>
<th>Color of Task</th>
<th>Time equivalence</th>
</tr>
</thead>
<tbody id="cuerp">
<tr>
<th>Green</th>
<th>30 minutes</th>
</tr>
<tr>
<th>Yellow</th>
<th>1 hour</th>
</tr>
<tr>
<th>Red</th>
<th>3 hours or more</th>
</tr>
</tbody>
</table>
</section>
<section>
<h3>New Task:</h3>
<form method="POST" action="GETFORM.IO URL">
<br>
<label for="task">Task:</label>
<input type="text" id="task" name="Name" placeholder="What is the name of this?"/>
<br><br>
<label for="level">Level:</label>
<input type="text" id="level" name="Color" placeholder="Green, Yellow or Red?"/>
<br>
<br>
<button type="submit">Enviar</button>
</form>
</section>
<br>
<br>
<footer>
<a href="#Titulo">Ir al inicio</a>
<a href="[email protected]">[email protected]</a>
</footer>
</body>
</html>