-
Notifications
You must be signed in to change notification settings - Fork 0
/
help.html
87 lines (84 loc) · 3.37 KB
/
help.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="./asssets/css/help.css">
<link rel="stylesheet" href="./font.css" />
<link rel="stylesheet" href="./asssets/css/header.css">
<link rel="shortcut icon" href="./asssets/img/mobile-login-logo-dark.svg" type="image/x-icon">
<link rel="stylesheet" href="./asssets/css/footer.css">
</head>
<body onload="init()">
<div w3-header-include-html="./asssets/templates/header.html"></div>
<div class="width" w3-header-include-html="./asssets/templates/web_header.html"></div>
<button id="create-button">Create ✓</button>
<div class="wrapper">
<p>Kanban Project Management Tool</p>
<h1>Help</h1>
<h2>What is Join</h2>
<p>
Join is an essential component of our Kanban Project Management Tool. It
is a feature that allows teams to collaborate effectively on projects by
bringing everyone onto the same platform. With Join, each member can be
assigned tasks, update their progress, and communicate seamlessly with
others. It fosters transparency and accountability, as everyone can see
who is responsible for what, and how far along they are in their tasks.
It also encourages effective communication, as team members can discuss
tasks directly within the tool. Join is more than just a tool – it's a
way to ensure your team is working as effectively as possible.
</p>
<br>
<h2>How to use it ? </h2>
<div>
<h2 class="mg-35">1.</h2>
<p>
Creating a new project: Navigate to the 'New Project' button at the
top of the homepage, give your project a title and description, and
click 'Create'.
</p>
</div>
<div>
<h2 class="mg-35">2.</h2>
<p>
Adding team members: In the 'Team' tab, you can add new members by
entering their email addresses and clicking 'Invite'.
</p>
</div>
<div>
<h2 class="mg-35">3.</h2>
<p>
Assigning tasks: In each project, you can assign tasks to team members
by clicking on 'Add Task', entering the task details, and selecting
the assignee.
</p>
</div>
<div>
<h2 class="mg-35">4.</h2>
<p>
Achieving Goals Together: Join is not just about assigning tasks, but
also about achieving common goals. By sharing tasks and tracking the
progress of all team members, everyone can see their individual
contributions to the overall goal. This promotes collaboration and
engagement of each individual.
</p>
</div>
<div>
<h2 class="mg-35">5.</h2>
<p>
Data Management and Security: Join takes the protection of your data
very seriously. We provide a secure environment for your projects,
with privacy-friendly features and policies. You can be assured that
your project data is safe and protected. Whether it's sensitive
customer data or internal information, you can rely on Join for data
security and privacy.
</p>
</div>
</div>
<footer w3-footer-include-html="./asssets/templates/footer.html"></footer>
<script src="./js/header_include.js"></script>
<script src="./add_task.js"></script>
</body>
</html>