-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.html
More file actions
65 lines (53 loc) · 2.86 KB
/
help.html
File metadata and controls
65 lines (53 loc) · 2.86 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
<!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>JOIN | Help</title>
<link rel="stylesheet" href="assets/fonts/fonts.css">
<link rel="stylesheet" type="text/css" href="css/help.css">
<link rel="icon" type="icon" href="assets/img/logo_light.png">
<script src="js/Navbar.js"></script>
</head>
<body onload="includeHTML()">
<div w3-include-html="assets/templates/Navbar.html"></div>
<div class='helpMajor'>
<div class="arrow"><a href="summary.html"><img src="assets/img/icon-arrow-left.svg"></a></div>
<div class="help">
<h1>Help</h1>
</div>
<div class="helpContent">
<div class="explainJoin">
<p class="explainHeader">What is Join?</p>
<span>JOIN is a Kanban tool that gives small and medium sized teams a simple way to manage, prioritize and distribute their work. <br><br>
In a simple application environment, new tasks can be created and distributed to existing or new team members. <br><br>
Before getting started, check out our short guideline to have a small glimpse how to work with JOIN! </span>
</div>
<div class="guidance">
<p class="guidanceHeader">How to use it?</p>
<table cellpadding = "10">
<tbody>
<tr>
<td class="firstDash">1.</td>
<td class="secondDash"> <b>Summary:</b> In this section you get an overview of pending tasks and the upcoming deadline. A perfect way to start your work. </td>
</tr>
<tr>
<td class="firstDash">2.</td>
<td class="secondDash"><b>Board:</b> All tasks are listed in the specific current status. To set a new status you can easily move the tasks by drag & drop to another column. Furthermore you can edit the tasks by clicking on a single card. </td>
</tr>
<tr>
<td class="firstDash">3.</td>
<td class="secondDash"><b>Add Task:</b> Create a task which will be visualized on the <b>Board-Category</b>. </td>
</tr>
<tr>
<td class="firstDash">3.</td>
<td class="secondDash"><b>Contacs:</b> In this section you get an overview of existing contacts and have the possibility to edit and manage existing, and add new contacts. </td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</body>
</html>