-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
146 lines (140 loc) · 4.23 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Startup Web Design</title>
<link rel="stylesheet" href="styles.css" />
<link rel="icon" href="../icon/Icon.pg.jpg" />
</head>
<body>
<header class="header">
<nav class="nav-bar">
<div class="nav-logo">
<img src="../icon/Logo.jpg" alt="Logo Image" width="30" height="30" />
</div>
<div class="nav-link">
<a href="#home">Home</a>
<a href="#pricing">Pricing</a>
<a href="#feature">Feature</a>
<a href="#use-case">Use case</a>
</div>
<div class="nav-btn">
<button class="login">Login</button>
<button class="sign-up lots">Sign Up</button>
</div>
<div class="menu-icon">
<a href="#">☰</a>
</div>
</nav>
<header class="content">
<h1>Find the best people for candidate in your startup</h1>
<p>
Get more sales and maximize the conversion rates. Discover the most
productive channels
</p>
<button class="lots sign-up pad">Get Started</button>
</header>
<div class="all">
<div class="header-hero">
<img src="../Image/man1.png" alt="there is an image here" />
<img src="../Image/pic2.png" class="sml" alt="there is an image here" />
<img src="../Image/man2.png" class="sml" alt="there is an image here" />
<img src="../Image/pic1.png" alt="there is an image here" />
</div>
<div class="logo">
<img class="none netflix"
src="../Image/🦆 icon _brand netflix_.svg"
alt="there is an image here" />
<img class="none"
src="../Image/🦆 icon _linkedin_.svg"
alt="there is an image here" />
<img class="none"
src="../Image/🦆 icon _samsung_.svg"
alt="there is an image here" />
<img class="block"
src="../Image/🦆 icon _slack_.svg"
alt="there is an image here" />
<img class="block"
src="../Image/🦆 icon _brand cocal cola_ (1).svg"
alt="there is an image here" />
</div>
</div>
</header>
<main>
<div class="container container-1">
<div class="content-1">
<h3>We’re always here. <p> Employees come and go</p></h3>
<p>Get more sales and maximize the conversion rates.
<span class="nowrap">Discover the most productive channels
</span>
</p>
<div class="wrap">
<h6>Top 0.1% candidates</h6>
<h6>Already tested</h6>
</div>
<button class="lots sign-up">Learn More</button>
</div>
<img src="../Image/frame2.png" alt="there is an image here">
</div>
<div class="div container container-2">
<img src="../Image/Frame 193 (1).png" alt="there is an image here">
</div>
<div class="container container-1">
<img src="../Image/frame2.png" alt="there is an image here">
<div class="content-1">
<h3>We’re always here. <p> Employees come and go</p></h3>
<p>Get more sales and maximize the conversion rates.
<span class="nowrap"> Discover the most productive channels
</span>
</p>
<div class="wrap">
<h6>Top 0.1% candidates</h6>
<h6>Already tested</h6>
</div>
<button class="lots sign-up last">Learn More</button>
</div>
</div>
<div class="container container-3">
<div class="content-3">
<h2>Get started for Free Forever</h2>
<h4>Get more sales and maximize the conversion rates.
<p> Discover the most productive channels</p></h4>
<button class="lots sign-up last">Learn more</button>
</div>
</div>
</main>
<footer>
<div class="ft1">
<!-- <div class="ftt-1"> -->
<a href="#">
<img src="../Image/ftt.png" alt="there is an image here" width="100" height="100">
</a>
<a href="#">
<p class="footer-1">Get more sales and maximize <p> the conversion rates.</p>
</p>
</p>
</div>
<div class="footer-all">
<div class="footer">
<div class="gap">
<h3>About</h3>
<p>About us</p>
<p>Features</p>
</div>
</div>
<div class="gap">
<h3>Company</h3>
<p>How we work</p>
<p>Press room</p>
</div>
<div class="gap last">
<h3>About</h3>
<p>Terms</p>
<p>Privacy Policy</p>
</div>
</div>
</div>
</footer>
</body>
</html>