-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
125 lines (112 loc) · 5.75 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!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="/css/main.css">
<!-- <link rel="stylesheet" href="/all-styles"> -->
</head>
<body>
<nav class="navbar bg-white">
<div class="container">
<div class="navbar-content">
<div class="brand-and-toggler">
<a href="/" class="navbar-brand">
<img src="/images/curriculum-vitae.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 class="navbar-menu">
<a href="/registerPage" class="navbar-menu-item"> Register </a>
</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 pass 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" class="btn btn-primary text-uppercase">create my resume</a>
<img src="/images/dublin-resume-templates.avif">
</div>
</div>
</header>
<div class="section-one">
<div class="container">
<div class="section-one-content">
<div class="section-one-l">
<img src="/images/visual-0c7080adf17f1f207276f613447c924f667dab34b7ac415cd7ef653172defd0b.svg">
</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" class="btn btn-primary text-uppercase">create my resume</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">
<img src="/images/feature-1-edf4481d69166ac81917d1e40e6597c8d61aa970ad44367ce78049bf830fbda5.svg"
alt="">
</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">
<img src="/images/feature-2-a7a471bd973c02a55d1b3f8aff578cd3c9a4c5ac4fc74423d94ecc04aef3492b.svg"
alt="">
</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">
<img src="/images/feature-3-4e87a82f83e260488c36f8105e26f439fdc3ee5009372bb5e12d9421f32eabdd.svg"
alt="">
</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 2024`. All Rights Reserved - <span> <a
href="https://github.com/StarKnightt/ResumeBuilder" target="_blank">@StarKnightt</a></span>
</p>
</div>
</div>
</footer>
</body>
</html>