-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWhenToDo.html
237 lines (234 loc) · 8.73 KB
/
WhenToDo.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
<!--MADED BY HARMAN SINGH,NEW DELHI,INDIA
LICENCED TO HARMAN SINGH-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" width="device-width" initial-scale="1">
<style type="text/css">
body{
font-family: courier;
}
#div1{
border:3px dotted #00ab67;
background-color: #c6117d;
height: 70px;
width: 400px;
text-align: center;
}
#creator{
background-color:#c6a411;
}
body{
background-color: #89639e;
}
#nametable{
border:3px outset #f18c44;
height: 50px;
width: 550px;
text-align: center;
color:white;
}
h5{
background-color: #97adff;
width: 190px;
}
table{
background-color: black;
color:white;
}
a{
color: green;
background-color: black;
}
</style>
<title>WhenToDo?</title>
</head>
<body>
<a href="https://dev.to/harmansingh">
<img src="https://d2fltix0v2e0sb.cloudfront.net/dev-badge.svg" alt="Harman Singh's DEV Profile" height="50" width="50">
</a>
<div id="div1"><h1 id='h1'>When To Do?</h1><br>
<p id="creator">BY HARMAN SINGH<br>2020</p>
</div>
<br><br><br>
<center><div id="timetable">
<h2 id="nametable">YOUR WORK MANAGMENT</h2>
<marquee><h5>YOU CAN EDIT YOUR TABLE!</h5></marquee>
<details>
<summary>START MAKING TIME TABLE</summary>
<table border="2">
<tr>
<td>NAME OF TASK</td>
<td>TIME</td>
<td>DEADLINE</td>
<td>URGENY</td>
</tr>
<tr contenteditable="true">
<td>TASK1</td>
<form action="#">
<td><input type="datetime-local" name="time" required="please enter time when you will start task"></td>
<td><input type="datetime-local" name="deadline"></td>
<td><input type="text" placeholder="very important" required></td>
</tr>
<tr contenteditable="true">
<td>TASK2</td>
<form action="#">
<td><input type="datetime-local" name="time" required="please enter time when you will start task"></td>
<td><input type="datetime-local" name="deadline"></td>
<td><input type="text" placeholder="not so important..." required></td>
</tr>
<tr contenteditable="true">
<td>TASK3</td>
<form action="#">
<td><input type="datetime-local" name="time" required="please enter time when you will start task"></td>
<td><input type="datetime-local" name="deadline"></td>
<td><input type="text" placeholder=" important" required></td>
</tr>
<tr contenteditable="true">
<td>TASK4</td>
<form action="#">
<td><input type="datetime-local" name="time" required="please enter time when you will start task"></td>
<td><input type="datetime-local" name="deadline"></td>
<td><input type="text" placeholder="heighest" required></td>
</tr>
<tr contenteditable="true">
<td>TASK5</td>
<form action="#">
<td><input type="datetime-local" name="time" required="please enter time when you will start task"></td>
<td><input type="datetime-local" name="deadline"></td>
<td><input type="text" placeholder="very low" required></td>
</tr>
<tr contenteditable="true">
<td>TASK6</td>
<form action="#">
<td><input type="datetime-local" name="time" required="please enter time when you will start task"></td>
<td><input type="datetime-local" name="deadline"></td>
<td><input type="text" placeholder="important" required></td>
</tr>
<tr contenteditable="true">
<td>TASK7</td>
<form action="#">
<td><input type="datetime-local" name="time" required="please enter time when you will start task"></td>
<td><input type="datetime-local" name="deadline"></td>
<td><input type="text" placeholder="very important" required></td>
</tr>
<tr contenteditable="true">
<td>TASK8</td>
<form action="#">
<td><input type="datetime-local" name="time" required="please enter time when you will start task"></td>
<td><input type="datetime-local" name="deadline"></td>
<td><input type="text" placeholder="most important" required=""></td>
</tr>
<tr contenteditable="true">
<td>TASK9</td>
<form action="#">
<td><input type="datetime-local" name="time" required="please enter time when you will start task"></td>
<td><input type="datetime-local" name="deadline"></td>
<td><input type="text" placeholder="low" required=""></td>
</tr>
<tr contenteditable="true">
<td>TASK10</td>
<form action="#">
<td><input type="datetime-local" name="time" required="please enter time when you will start task"></td>
<td><input type="datetime-local" name="deadline"></td>
<td><input type="text" placeholder="medium" required></td>
</tr><tr contenteditable="true">
<td>TASK11</td>
<form action="#">
<td><input type="datetime-local" name="time" required="please enter time when you will start task"></td>
<td><input type="datetime-local" name="deadline"></td>
<td><input type="text" placeholder="medium" required></td>
</tr>
<tr contenteditable="true">
<td>TASK12</td>
<form action="#">
<td><input type="datetime-local" name="time" required="please enter time when you will start task"></td>
<td><input type="datetime-local" name="deadline"></td>
<td><input type="text" placeholder="medium" required></td>
</tr>
<tr contenteditable="true">
<td>TASK13</td>
<form action="#">
<td><input type="datetime-local" name="time" required="please enter time when you will start task"></td>
<td><input type="datetime-local" name="deadline"></td>
<td><input type="text" placeholder="medium" required></td>
</tr>
<tr contenteditable="true">
<td>TASK14</td>
<form action="#">
<td><input type="datetime-local" name="time" required="please enter time when you will start task"></td>
<td><input type="datetime-local" name="deadline"></td>
<td><input type="text" placeholder="medium" required></td>
</tr>
<tr contenteditable="true">
<td>TASK15</td>
<form action="#">
<td><input type="datetime-local" name="time" required="please enter time when you will start task"></td>
<td><input type="datetime-local" name="deadline"></td>
<td><input type="text" placeholder="medium" required></td>
</tr>
<tr contenteditable="true">
<td>TASK16</td>
<form action="#">
<td><input type="datetime-local" name="time" required="please enter time when you will start task"></td>
<td><input type="datetime-local" name="deadline"></td>
<td><input type="text" placeholder="medium" required></td>
</tr>
<tr contenteditable="true">
<td>TASK17</td>
<form action="#">
<td><input type="datetime-local" name="time" required="please enter time when you will start task"></td>
<td><input type="datetime-local" name="deadline"></td>
<td><input type="text" placeholder="not so important" required></td>
</tr>
<tr contenteditable="true">
<td>TASK18</td>
<form action="#">
<td><input type="datetime-local" name="time" required="please enter time when you will start task"></td>
<td><input type="datetime-local" name="deadline"></td>
<td><input type="text" placeholder="medium" required></td>
</tr>
<tr contenteditable="true">
<td>TASK19</td>
<form action="#">
<td><input type="datetime-local" name="time" required="please enter time when you will start task"></td>
<td><input type="datetime-local" name="deadline"></td>
<td><input type="text" placeholder="medium" required></td>
</tr>
<tr contenteditable="true">
<td>TASK20</td>
<form action="#">
<td><input type="datetime-local" name="time" required="please enter time when you will start task"></td>
<td><input type="datetime-local" name="deadline"></td>
<td><input type="text" placeholder="medium" required></td>
</tr>
<tr contenteditable="true">
<td>TASK21</td>
<form action="#">
<td><input type="datetime-local" name="time" required="please enter time when you will start task"></td>
<td><input type="datetime-local" name="deadline"></td>
<td><input type="text" placeholder="medium" required></td>
</tr>
<tr contenteditable="true">
<td>TASK22</td>
<form action="#">
<td><input type="datetime-local" name="time" required="please enter time when you will start task"></td>
<td><input type="datetime-local" name="deadline"></td>
<td><input type="text" placeholder="medium" required></td>
</tr>
</form>
</details>
</table>
</div>
<div id="tableinfo">
<br>
<br>
<a href="mailto:harmansingh1969@yahoo.com">MAIL<br>(YOU CAN MAIL DEVELOPER FOR GETTING UPDATED VERSION,SUGGESTIONS,FEEDBACK,BUGS)</a>
<br>
<br>
<button onclick="window.print();">SAVE</button>
<h2>2020 (C) COPYRIGHT.HARMAN SINGH PRODUCTIONS.All Rights Reserved.</h2>
</div>
</center>
</body>
</html>