-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (43 loc) · 1.64 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume.build</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Lunasima:wght@400;700&family=REM:wght@300;400;600;700&display=swap"
rel="stylesheet">
</head>
<body>
<div class="main">
<div class="navbar">
<div class="logo">
<h2> Resume.build
</h2>
</div>
<div class="nav-list">
<button>My Account</button>
<i class="fa-sharp fa-solid fa-bars"></i>
</div>
</div>
<div class="container">
<div class="info">
<h2> The CV that gets the <span>job </span>done <i class="fa-solid fa-code"></i></h2>
<p>Standing out. Professional. Recruiter-approved. Ready in minutes with our step-by-step builder.
</p>
<a href="info.html"><button class = "btn">Build Your Resume</button></a>
</div>
<div id="image">
<img src="https://cdn-images.zety.com/images/zety/landings/builder/resume-builder-jumbotron-image-m@2x.png"
alt="Image">
</div>
</div>
</div>
</body>
</html>