-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (33 loc) · 1.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="/img/icon.png" type="image/x-icon" />
<title>Dynamic Resume Creator | Build and Download Your Professional Resume Effortlessly</title>
<link rel="stylesheet" href="main-page.css" />
</head>
<body class="poppins-regular">
<!-- ================ NAVBAR ====================== -->
<nav class="navbar">
<div class="logo">
<img src="/img/icon.png" alt="" />
BeeCV
</div>
<a href="/resume-page.html" class="gen-button">Build Your Resume Now</a>
</nav>
<!-- ================ HERO SECTION ====================== -->
<div class="hero">
<div class="first">
<h1>BeeCV: The Ultimate Online CV Builder</h1>
<p>
Create a standout professional resume that distinguishes you from the crowd. Our platform empowers you with intuitive tools to build a resume that truly reflects your unique qualifications and career ambitions. Join the thousands of successful professionals who have reached their career goals by using our easy-to-navigate features designed to make the resume-building process simple, efficient, and impactful. Let us help you take your first step towards career success with a resume that leaves a lasting impression!
</p>
<a class="gen-button" href="/resume-page.html">Get Started Now</a>
</div>
<div class="second">
<img src="/img/hero-img.png" alt="">
</div>
</div>
</body>
</html>