-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatures.html
More file actions
69 lines (58 loc) · 2.58 KB
/
features.html
File metadata and controls
69 lines (58 loc) · 2.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="/css/index-teacher.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap" rel="stylesheet">
<title>Dev Desk</title>
<link rel='icon' href='img/logo.png' type='image/x-icon'>
</head>
<body>
<header>
<div class="topimage">
<H1><img src="img/logo.png" alt="Capital blue Q">The Queue</H1>
</div>
<div class="links">
<H1><img src="img/logo.png" alt="Capital blue Q">The Queue</H1>
<ul class="navlist">
<li><a href="Landing page-students.html"> For Helpers</a></li>
<li><a href="index.html"> For Students</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="https://queue.bw-dev-desk-queue-1.now.sh/"> Login</a></li>
</ul>
</div>
</header>
<div class="mainimage">
<img src="img/Alison Martin - UX10 - Build Week Project.png" alt="">
</div>
<div class="featurecontainer">
<div class="feature1">
<h2>Student Features</h2>
<p>Ask for help <br>
Create a help ticket in just a few easy clicks. We’ll connect you with the right Lambda School helpers. <br> <br> View your Queue <br>
Check back to see your open tickets, add more info to a ticket, or reopen a closed ticket. <br> <br> Resolve Tickets <br>
Satisfied with the resolution? Hooray! Mark your tickets as resolved. As easy as 1, 2, 3.</p>
</div>
<div class="feature2">
<h2>Helper Features</h2>
<p>Check your Queue <br>
The Queue helps you quickly skim student issues. Filter and sort the ones you have the time and skills to resolve. <br> <br> Assign Tickets <br>
Select issues to resolve yourself. Running into problems? Quickly add more helpers to the ticket. <br> <br> Reopen Tickets <br>
Sometimes issues come back up. The Queue allows closed tickets to be reopened and readdressed. </p>
</div>
</div>
</body>
<footer>
<hr>
<div class="links2">
<ul class="navlist2">
<li><a href="#ForHelpers"> For Helpers</a></li>
<li> <a href="#features">Features</a></li>
<li><a href="#Team">Team</a></li>
<li><a href="#Login"> Login</a></li>
</ul>
</div>
</footer>
</html>