-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdazcheck.html
51 lines (45 loc) · 2.97 KB
/
dazcheck.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
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3NHFVTRVLZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-3NHFVTRVLZ');
</script>
<a href="index.html" class="logo">
<img src="logo.png" alt="Logo" class="logo-image">
</a>
<title>DazCheck - Check with Confidence</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<h1>DazCheck</h1>
</header>
<main>
<div class="project-section">
<a href="https://zigaowang.github.io/dazcheck" target="_blank">
<div class="icon">
<img src="dazcheck-logo.png" alt="DazCheck Logo" class="project-logo">
</div>
<h3>Daztab</h3>
</a>
</div>
<h2>About DazCheck</h2>
<p>Introducing the Dazcheck Chrome Extension – your ultimate productivity companion. Tired of juggling multiple tasks and struggling to stay on top of your to-do list? Dazcheck is here to help! With its intuitive interface and powerful features, this extension empowers you to take control of your productivity like never before.</p>
<p>Stay organized and focused with ease. Create and manage tasks effortlessly, whether it's for work, school, or personal projects. Simply add tasks and stay on track. The sleek and user-friendly interface ensures a seamless task management experience.</p>
<p>But that's not all! Dazcheck goes beyond basic task management. Experience the satisfaction of ticking off completed tasks with a single click. The extension keeps track of your progress, allowing you to visually see your accomplishments. Plus, completed tasks are elegantly displayed with a subtle gray-out effect and a striking middle line, ensuring you can easily distinguish them from pending ones.</p>
<p>No more worrying about losing your task list. Dazcheck saves your tasks automatically, so you can access them even when you close the browser and never miss a beat. Say goodbye to scattered sticky notes or forgotten tasks buried in email threads. Your to-do list is always just a click away.</p>
<p>Boost your productivity, streamline your workflow, and reclaim your time with the Dazcheck Chrome Extension. It's time to conquer your tasks and achieve more with less effort. Install the extension today and experience a new level of productivity mastery.</p>
<h2>Get DazCheck</h2>
<p>To experience the power of DazCheck, simply install the Chrome extension from the Chrome Web Store.</p>
<a href="https://chrome.google.com/webstore/detail/dazcheck/jhkglpiffjbeanebmbbceoajfinekgom" class="install-button">Install Daztab</a>
</main>
<footer>
© 2023 Zigao's Personal Website. All rights reserved.
</footer>
</body>
</html>