-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (96 loc) · 5.83 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
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Home Page</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="main.css">
</head>
<body>
<nav class = "navbar bg-white">
<div class="container">
<div class = "navbar-content">
<div class = "brand-and-toggler">
<a href = "index.html" class = "navbar-brand">
<img src = "https://cdn.pixabay.com/photo/2021/02/02/12/22/cv-5973796_960_720.png" alt = "" class = "navbar-brand-icon">
<span class = "navbar-brand-text">build <span>resume.</span>
</a>
<button type = "button" class = "navbar-toggler-btn">
<div class = "bars">
<div class = "bar"></div>
<div class = "bar"></div>
<div class = "bar"></div>
</div>
</button>
</div>
</div>
</div>
</nav>
<header class = "header bg-bright" id = "header">
<div class = "container">
<div class = "header-content text-center">
<h6 class = "text-uppercase text-blue-dark fs-14 fw-6 ls-1">online resume builder</h6>
<h1 class = "lg-title">Only 2% of resumes make it pas the first round. Be in the top 2%</h1>
<p class = "text-dark fs-18">Use professional field-tested resume templates that follow that exact 'resume rules' employers look for. Easy to use and done within minutes - try now for free!</p>
<a href = "resume.html" class = "btn btn-primary text-uppercase">create my resume</a>
<img src = "https://marketplace.canva.com/EAFRuCp3DcY/1/0/1131w/canva-black-white-minimalist-cv-resume-f5JNR-K5jjw.jpg">
</div>
</div>
</header>
<div class="section-one">
<div class="container">
<div class = "section-one-content">
<div class="section-one-l">
<img src = "https://cdn.vectorstock.com/i/1000x1000/92/24/girl-working-in-pc-concept-vector-38579224.webp">
</div>
<div class = "section-one-r text-center">
<h2 class = "lg-title">Use the best resume maker as your guide!</h2>
<p class = "text">Getting that dream job can seem like an impossible task. We're here to change that. Give yourself a real advantage with the best online resume maker: created by experts, imporved by data, trusted by millions of professionals.</p>
<div class = "btn-group">
<a href = "resume.html" class = "btn btn-primary text-uppercase">create my resume</a>
<a href = "#" class = "btn btn-secondary text-uppercase">watch video</a>
</div>
</div>
</div>
</div>
</div>
<div class = "section-two bg-bright">
<div class="container">
<div class="section-two-content">
<div class = "section-items">
<div class = "section-item">
<div class = "section-item-icon">
<centre> <img src = "https://png.pngtree.com/element_pic/17/08/05/bb5392b2b8c76c3eae7ef7678fd8b0f9.jpg" alt = ""></centre>
</div>
<h5 class = "section-item-title">Make a resume that wins interviews!</h5>
<p class = "text">Use our resume maker with its advanced creation tools to tell professional story that engages recruiters, hiring managers and even CEOs.</p>
</div>
<div class = "section-item">
<div class = "section-item-icon">
<centre><img src = "https://changeurstory.in/wp-content/uploads/2020/08/resume.jpeg" alt = ""></centre>
</div>
<h5 class = "section-item-title">Resume writing made easy!</h5>
<p class = "text">Resume writing has never been this effortless. Pre-generated text, visual designs and more - all already integrated into the resume maker. Just fill in your details.</p>
</div>
<div class = "section-item">
<div class = "section-item-icon">
<centre><img src = "https://blog.hubspot.com/hs-fs/hubfs/resume-builders_7.webp?width=600&height=294&name=resume-builders_7.webp" alt = ""></centre>
</div>
<h5 class = "section-item-title">A recruiter-tested CV maker tool</h5>
<p class = "text">Our resume builder and its pre-generated content are tested by recruiters and IT experts. We help your CV become truly competitive in the hiring process.</p>
</div>
</div>
</div>
</div>
</div>
<footer class = "footer bg-dark">
<div class="container">
<div class = "footer-content text-center">
<p class="fs-15">©Copyright 2022. All Rights Reserved - <span>build.resume</span></p>
</div>
</div>
</footer>
</body>
</html>