-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (76 loc) · 3.47 KB
/
Copy pathindex.html
File metadata and controls
87 lines (76 loc) · 3.47 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>DevDesk Queue</title>
<link href="https://fonts.googleapis.com/css?family=PT+Sans" rel="stylesheet">
<link href="css/index.css" rel="stylesheet">
<script src="js/index.js" async></script>
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<header class="main-navigation">
<div class="container nav-container">
<h1 class="logo-heading">DevDesk Queue</h1>
<nav class="nav">
<a class="nav-link" href="https://lsbw3-devdesk-queue.github.io/bw3-devdesk-queue-ui/">Home</a>
<a class="nav-link" href="about.html">About Us</a>
<!-- <a class="nav-link" href="#">Create Ticket</a> -->
<a class="nav-link" href="https://devdesk-queue.netlify.com/">Login</a>
</nav>
</div>
</header>
<div class="container home">
<header class="intro">
<img src="img/cetteup-72915-unsplash.jpg" alt="computer" class="compimg">
<h2>Welcome to DevDesk Queue</h2>
<p>We are a platform created to help Lambda students with all their concerns that come up when learning.</p>
<p>DevDesk Queue is a simple platform to get that extra hand while you are coding.</p>
</header>
<section class="content-section">
<div class="text-content">
<h2>What we do?</h2>
<p>We help students get the help they need by interacting with staff by just creating a ticket.</p>
<p>We focus on supporting and improving the experience of getting help while on Lambda.</p>
<p>It allows students to submit a help desk ticket, categorize it and post it to the help channel.</p>
</div>
<div class="img-content">
<img src="img/corinne-kutz-211251-unsplash.jpg" alt="top-view-computer">
</div>
</section>
<section class="content-section inverse-content">
<div class="img-content">
<img src="img/hans-vivek-208969-unsplash.jpg" class="img-fluid rounded" alt="mobile">
</div>
<div class="text-content">
<h2>How it works?</h2>
<p> This app allows an admin to manage help desk tickets that come in from Lambda School Students. </p>
<p>We provide the ability to track your tickets that are currently open for help. </p>
<p>ou want to be able to create a new help ticket with a title, description, what you've tried and a category (i.e. React).</p>
</div>
</section>
<section class="content-destination">
<h2>Get all the help you need.</h2>
<p>Work smater, not harder, that's what they said! Don't get stuck with your work us DEvDesk Queue on your desktop and while on the go with our mobile version.</p>
<img src="img/explorenation-1040417-unsplash.jpg" alt="Second slide">
</section>
<section class="content-pick">
<div class="destination">
<h4>Want to know more?</h4>
<p>Check more about us and how we can help you. Don't hesitate on getting the help you need.</p>
<div class="btn" id='btn-1' href="about.html">Contact</div>
</div>
<div class="destination">
<h4>Still have questions?</h4>
<p>Here we have a couple of frequent ask questions that we help.</p>
<div class="btn" id='btn-2' href="https://github.com/lsbw3-devdesk-queue">FAQs</div>
</div>
</section>
</div><!-- container -->
<footer class="footer">
<p>Copyright DevDesk Queue 2019</p>
</footer>
</body>
</html>