-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (49 loc) · 1.69 KB
/
index.html
File metadata and controls
90 lines (49 loc) · 1.69 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
90
<!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="helpers-page.html">Helpers</a>
<a href="features.html"> Features</a>
<a href="second-index.html">About Us</a>
<!-- <a href="login-index.html">Student LogIn</a> -->
<a href="https://devdeskqueue3.vercel.app/student/login">Log In</a>
</nav>
<!-- <div class="logo">
<img src="img\Dev-Desk (2).png" alt="WebDev logo">
</div> -->
<!-- <div class="lambda-logo">
<img src="img\5dcda59e63bb6ae5c9282801_small-red-logo.png">
</div>
-->
</div>
<div class="container home">
<header class="intro">
<div class="header-img">
<img src="img\web-development-1200x682.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/student/signup'">Get Started</button>
</header>
<!-- <footer> copyright 2020 DevDesk </footer> -->
</div>
<footer>copyright DevDesk © 2020</footer>
</body>
</html>