-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
141 lines (139 loc) · 5.04 KB
/
index.html
File metadata and controls
141 lines (139 loc) · 5.04 KB
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
<!DOCTYPE html>
<html
data-wf-page="63de2c660c95fc7c10076a8c"
data-wf-site="63d78ce0af6ccf3d63dbedeb"
lang="en"
>
<head>
<meta charset="utf-8" />
<title>New Tab — TaskTodo</title>
<meta
content="Organize your daily tasks with TaskTodo — Todo. Chrome extension that displays your to-do list on a New tab. Stay productive and conquer your daily tasks with ease. Try TaskTodo now."
name="description"
/>
<meta
content="TaskTodo — Manage your today todo list on a new tab."
property="og:title"
/>
<meta
content="Organize your daily tasks with TaskTodo — Todo. Chrome extension that displays your to-do list on a New tab. Stay productive and conquer your daily tasks with ease. Try TaskTodo now."
property="og:description"
/>
<!-- <meta
content="https://uploads-ssl.webflow.com/63d78ce0af6ccf3d63dbedeb/6411ccca14a2f9f6dab7905e_newtab-todo.png"
property="og:image"
/> -->
<meta
content="TaskTodo — Manage your today todo list on a new tab."
property="twitter:title"
/>
<meta
content="Organize your daily tasks with TaskTodo — Todo. Chrome extension that displays your to-do list on a New tab. Stay productive and conquer your daily tasks with ease. Try TaskTodo now."
property="twitter:description"
/>
<!-- <meta
content="https://uploads-ssl.webflow.com/63d78ce0af6ccf3d63dbedeb/6411ccca14a2f9f6dab7905e_newtab-todo.png"
property="twitter:image"
/> -->
<meta property="og:type" content="website" />
<meta content="summary_large_image" name="twitter:card" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<!-- <meta content="Webflow" name="generator" /> -->
<link
rel="stylesheet"
id="themeStyleLink"
href="./css/themes/default.css"
/>
<link href="css/normalize.css" rel="stylesheet" type="text/css" />
<link href="css/webflow.css" rel="stylesheet" type="text/css" />
<link
href="css/tasktodo-by-merndev.webflow.css"
rel="stylesheet"
type="text/css"
/>
<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link href="images/apple-icon.png" rel="apple-touch-icon" />
</head>
<body>
<div class="page-wrapper">
<main class="main">
<header class="hero">
<div class="container page-padding">
<div class="hero-header">
<h1
data-w-id="ef1936a9-1f14-6239-ec7d-8630858e416c"
class="hero-heading"
>
Get started with<br />today's tasks<br />
</h1>
<div class="feature-section-header">
<div class="feature-img-wrap">
<div class="form-block w-form">
<form
id="email-form"
name="email-form"
data-name="Email Form"
method="get"
class="new"
>
<input
type="text"
class="command-menu-input w-input"
maxlength="256"
placeholder="Add your tasks for "
id="myText"
/>
<div id="toggleEmptyState" style="display: none">
<div class="empty-state-text" id="empty-state-txt">
Add your today tasks right now!!!
</div>
</div>
<div class="taskTodos">
<div class="incomplete"></div>
<div class="completed"></div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="stars-curve">
<div class="stars-curve-glow"></div>
<img
src="images/stars-bg.svg"
loading="lazy"
alt=""
class="stars-curve-bg"
/>
<div class="stars-curve-bottom"></div>
</div>
</header>
</main>
<div class="fixed">
<div class="container vertical">
<div class="text-block">
Take control of your tasks — Add them here!
</div>
<div class="nav-menu">
<a href="about.html" class="nav-link w-inline-block">
<div>About</div>
</a>
<a id="themeSelect" value="default" class="nav-link w-inline-block">
<div>Switch to Light Theme</div>
</a>
<div class="todayTasks">
Tasks <br />
<span id="completed-task-length">0</span>/<span
id="total-task-length"
>0</span
>
</div>
</div>
</div>
</div>
</div>
<script src="js/webflow.js" type="text/javascript"></script>
<script src="js/tasksBLC.js" type="text/javascript"></script>
</body>
</html>