-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (33 loc) · 913 Bytes
/
index.html
File metadata and controls
33 lines (33 loc) · 913 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="./style/index.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Responsive Design</title>
</head>
<body>
<nav>
<h1>Jadu Jobs</h1>
<ul>
<li>Home</li>
<li>About</li>
<li>Contact</li>
</ul>
</nav>
<header>
<div class="hero_content">
<h2>Launch your tech career with no upfront cost</h2>
<p>
Get trained remotely to find a job in tech and pay no tuition until
you are hired.
</p>
</div>
<div class="hero_image">
<img
src="https://images.unsplash.com/photo-1555680510-34daedadbdb1?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80"
alt="Code"
/>
</div>
</header>
</body>
</html>