-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (98 loc) · 4.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home of resume builder</title>
<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=Roboto+Slab:wght@200;300&family=Roboto:wght@300;400&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="./css/home.css">
<link rel="stylesheet" href="./css/responsive_home.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet" />
</head>
<body>
<div class="navbar" id="homeNav">
<div class="navleft">
<img src="./images/hibban-logo.png" alt="">
</div>
<div class="navright">
<div class="hamburger">
<div></div>
<div></div>
<div></div>
</div>
<div class="cross">
<i class="fa fa-xmark"></i>
</div>
</div>
</div>
<div class="dialogbox">
<div class="home">
<p>Home</p>
</div>
<div class="logout">
<p>logout</p>
</div>
</div>
<div class="first-sec">
<div class="content">
<p>ONLINE RESUME BUILDER</p>
<h1>Only 2% of resume makes it past the first round.Be in the top 2%</h1>
<p>Use professional field-tested resume templates that follow thw exact 'resume rules' employers look for. Easy t use and down within minutes- try now for free!</p>
<a href="./resume.html">
<div class="createResume">
<p>CREATE MY RESUME</p>
</div>
</a>
<div class="templateImg">
<img src="./images/template1.png" alt="">
</div>
</div>
</div>
<div class="second-sec">
<div class="second-right">
<img src="./images/2nd-right.svg" alt="">
</div>
<div class="second-left">
<h1>Use the best resume maker as your guide</h1>
<p>Getting that dream job can seem like an impossible task. We're here to change that. Give yourself a real advantage withh the best online resume maker. created by experts, improved by data, trusted by millions of professionals.</p>
<div class="second-sec-lower">
<a href="./resume.html">
<div class="createResume">
<p>CREATE MY RESUME</p>
</div>
</a>
<div class="watchVideo">
<p>WATCH VIDEO</p>
</div>
</div>
</div>
</div>
<div class="third-sec">
<div class="third-content">
<div class="third-sec-col-1">
<img src="./images/third-col-1.svg" alt="">
<h3>Make a resume that wins interviews</h3>
<p>Use our resume maker with its advanced creation tools to tell a professional story that engages recuiters, hiring managers and evene CEOs.</p>
</div>
<div class="third-sec-col-2">
<img src="./images/third-col-2.svg" alt="">
<h3>Resume writing made easy</h3>
<p>Resume writing has never been this effortless.Pre -generated text, visual designs and more - all already integrated into the resume maker . Just filll in your details</p>
</div>
<div class="third-sec-col-3">
<img src="./images/third-col-3.svg" alt="">
<h3>A recruiter-tested CV maker tool</h3>
<p>Our resume builder and its pre-generated content are tested by recuiters and IT experts. we help your CV becomes truly competitive in the hiring process.</p>
</div>
</div>
</div>
<div class="footer">
<p>All rights are reserved from Hibbanur Rahman @2023</p>
</div>
<script src="./js/home.js"></script>
</body>
</html>