-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelpers-page.html
More file actions
89 lines (56 loc) · 2.01 KB
/
helpers-page.html
File metadata and controls
89 lines (56 loc) · 2.01 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
88
89
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DevDesk</title>
<link href="https://fonts.googleapis.com/css?family=Russo+One|Ubuntu" rel="stylesheet">
<link href="css/index.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<!-- navigation code here -->
<div class="navbar">
<nav class="nav">
<a href="/">Student</a>
<a href="features.html"> Features</a>
<a href="second-index.html">About Us</a>
<!-- <a href="login-index.html">Helpers LogIn</a> -->
<a href="https://devdeskqueue3.vercel.app/helper/login">Log In</a>
</nav>
<!-- <div class="lambda-logo">
<img src="img\5dcda59e63bb6ae5c9282801_small-red-logo.png">
</div> -->
</div>
<!-- <section class="home-button">
<button onclick="location.href='index.html'">Home Page</button>
</section> -->
<div class="container home">
<!-- <button onclick = "location.href='https://devdeskqueue3.vercel.app/helper/signup'">Get Started</button> -->
<header class="intro">
<div class="header-img">
<img src="img\VIRTUAL-FRONT-DESK.jpg" alt="web developer picture">
</div>
<!-- <h2>Get Help With...</h2> -->
<!--
<section class="first-paragraph">
<p>Requesting hardware loan</p>
</section> -->
<!--
<p>Submit help tickets </p>
<p>and view your open</p>
<p>tickets All in one place.</p> -->
<button onclick="location.href='https://devdeskqueue3.vercel.app/helper/signup'">Get Started</button>
<section class="h-helper">
<h2>making it easier </h2>
<h2>to help students...</h2>
<h3>view student help requests here and</h3>
<h3> assign tickets to yourself or others.</h3>
</section>
</header>
</div>
<footer>copyright DevDesk © 2020</footer>
</body>
</html>