forked from Kirankp25/TODO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
183 lines (159 loc) · 6.55 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
/>
<title>MyTODO</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0,user-scalable=no">
<link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css"
integrity="sha256-mmgLkCYLUQbXn0B1SRqzHar6dCnv9oZFPEC1g1cwlkk=" crossorigin="anonymous" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0,user-scalable=no"
/>
<link
href="https://fonts.googleapis.com/css?family=Poppins&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css"
integrity="sha256-mmgLkCYLUQbXn0B1SRqzHar6dCnv9oZFPEC1g1cwlkk="
crossorigin="anonymous"
/>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<div class="main_heading">
<h2>MyTODO</h2>
</div>
</header>
<div class="blue" id="Modal">
<div class="content" id="content">
<span id="modal-text">
</span>
<!-- <button onclick="closemodal()" class="modal-btn">x</button> -->
</div>
</div>
<!-- <span class="todayDate">Day <span id="d1"></span></span> -->
<form class="todoform">
<input type="text" placeholder="Add a new Task .." class="todo-input" required />
<div class="abc">
<button class="todo-button" type="submit">
<i class="fas fa-plus-square"></i>
</button>
<div class="select">
<select name="todos" class="filter-todo " style="color:rgb(35, 32, 32);">
<option value="all" style="color:rgb(31, 27, 27);">All</option>
<option value="completed" style="color:rgb(43, 39, 39);">Completed</option>
<option value="incomplete" style="color:rgb(20, 18, 18);">Incomplete</option>
</select>
</div>
<div class="content" id="content">
<span id="modal-text"> </span>
<!-- <button onclick="closemodal()" class="modal-btn">x</button> -->
</div>
</div>
<!-- <span class="todayDate">Day <span id="d1"></span></span> -->
<form class="todoform">
<input
type="text"
placeholder="Add a new Task .."
class="todo-input"
required
/>
<div class="abc">
<button class="todo-button" type="submit" title="Add new task">
<i class="fas fa-plus-square"></i>
</button>
<div class="select">
<select name="todos" class="filter-todo" style="color: #fff">
<option value="all" style="color: #fff">All</option>
<option value="completed" style="color: #fff">Completed</option>
<option value="incomplete" style="color: #fff">Incomplete</option>
</select>
</div>
</div>
</form>
<div><h2 id="default">You don't have any task to do.</h2></div>
<div class="todo-container">
<ul class="todo-list"></ul>
</div>
<button class="delete-all" onclick="show_alert()">Delete All</button>
<div class="confirmation_box hide" id="confirmation_box">
<div class="optbox_header">
<i class="fas fa-times" onclick="goback()"></i>
</div>
<p>Are you sure..?</p>
<div class="option_box">
<div class="proceed" onclick="deleteAll();">Yes</div>
<div class="donot_proceed" onclick="goback()">No</div>
</div>
</div>
<footer class="footer">
<div class="social-media">
<!-- instagram -->
<a class="link" href="https://www.instagram.com/Kirankp25" target="_blank" rel="noopener noreferrer"><img
class="social-icon" src="instagram.jfif" alt="instagram" /></a>
<!-- linkedin -->
<a class="link" href="https://www.linkedin.com/in/Kirankp25" target="_blank" rel="noopener noreferrer"><img
class="social-icon" src="linkedin.png" alt="linkedin" /></a>
<!-- gmail -->
<a class="link" href="https://mail.google.com/mail/u/0/#inbox" target="_blank"
rel="noopener noreferrer"><img class="social-icon" src="gmail.jfif" alt="gmail" /></a>
<!-- github -->
<a class="link" href="https://github.com/Kirankp25" target="_blank" rel="noopener noreferrer"><img
class="social-icon" src="github.png" alt="Github" /></a>
<section class="footer">
<div class="box-container">
<div class="box">
<h3>About </h3>
<p>Thank you for visiting. Connect with me over socials. <br /> <br />
TODO App enables you to create, update, Delete and Track your tasks.
</p>
</div>
<div class="box">
<h3>contact info</h3>
<p> <i class="fas fa-envelope"></i>[email protected]</p>
<div class="share">
<a href="/" class="fab fa-linkedin" target="_blank"></a>
<a href="https://github.com/Kirankp25" class="fab fa-github" target="_blank"></a>
<a href="/" class="fab fa-twitter" target="_blank"></a>
</div>
</div>
<div class="box-container">
<div class="box">
<h3>About</h3>
<p>
Thank you for visiting. Connect with me over socials. <br />
<br />
TODO App enables you to create, update, Delete and Track your tasks.
</p>
</div>
<div class="box">
<h3>contact info</h3>
<p><i class="fas fa-envelope"></i>[email protected]</p>
<div class="share">
<a href="/" class="fab fa-linkedin" target="_blank"></a>
<a
href="https://github.com/Kirankp25"
class="fab fa-github"
target="_blank"
></a>
<a href="/" class="fab fa-twitter" target="_blank"></a>
</div>
</div>
</div>
<h1 class="credit">
All copyright <i class="fa fa-copyright" aria-hidden="true"></i>reserved
to <a href="https://github.com/Kirankp25"> Kiran Patil</a>
</h1>
</section>
<script src="app.js"></script>
</body>
</html>