-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
154 lines (154 loc) · 6.13 KB
/
about.html
File metadata and controls
154 lines (154 loc) · 6.13 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
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html>
<html
data-wf-page="63f1719cac84aa5ac4c2e394"
data-wf-site="63d78ce0af6ccf3d63dbedeb"
lang="en"
>
<head>
<meta charset="utf-8" />
<title>About | TaskTodo — Manage your today todo list on a new tab.</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="About | 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/6411ccfc32f6bf37821a3258_about-newtab-todo.png"
property="og:image"
/> -->
<meta
content="About | 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/6411ccfc32f6bf37821a3258_about-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 class="body">
<div class="page-wrapper">
<main class="main">
<header class="hero">
<div class="container page-padding">
<div class="hero-header about-us">
<h1
data-w-id="ef1936a9-1f14-6239-ec7d-8630858e416c"
class="hero-heading"
>
About <br />Tasktodo<br />
</h1>
<div class="feature-section-header about-us">
<div class="feature-img-wrap about-us line">
<div class="text-block-2">
Tasktodo is a free Chrome extension developed by Getdone -
Lab, a software company focused on user experience and
innovation. Led by experienced product designers and
full-stack developers.<br /><br />Try our to-do list Chrome
extension today and experience the power of productivity!<br /><br />We
believe that the success of any product is not just in its
functionality, but also in the user's experience of
interacting with it. Our goal is to create products that not
only solve problems, but also make everyday tasks simpler
and more enjoyable.<br /><br />Our Team
<!-- <span class="text-span">(Follow us on linkedin)</span> -->
<br />
<a
href="https://getdonelab.com/"
target="_blank"
class="about-links big"
>Getdone - Lab®<br
/></a>
<a
href="https://www.linkedin.com/in/wahabs16/"
target="_blank"
class="about-links"
>Abdul Wahab</a
>
—
<a
href="https://www.linkedin.com/in/apolloniann/"
target="_blank"
class="about-links"
>Muhammad Zeeshan</a
>
—
<a
href="https://www.linkedin.com/in/fouad4ziz"
target="_blank"
class="about-links"
>Fouad Aziz</a
><br /><br /><span class="big"
>Contact us to bring your ideas to life!<br
/></span>
<a
href="mailto:contact@getdonelab.com?subject=Hi%20Getdone%20-%20Lab!"
target="_blank"
class="about-links"
>contact@getdonelab.com</a
>
</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="index.html" class="nav-link w-inline-block">
<div>Home</div>
</a>
<a id="themeSelect" value="default" class="nav-link w-inline-block">
<div>Switch to Light Theme</div>
</a>
</div>
</div>
</div>
</div>
<script src="js/webflow.js" type="text/javascript"></script>
<script src="js/tasksBLC.js" type="text/javascript"></script>
</body>
</html>