-
Notifications
You must be signed in to change notification settings - Fork 2
/
talent.html
155 lines (150 loc) · 5.99 KB
/
talent.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
147
148
149
150
151
152
153
154
155
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="talent.css">
<title>Talent Page</title>
</head>
<body>
<header>
<img src="./assets/logos/logo2.svg" class="logo-img">
<div class="nav-bar">
<nav>
<div class="nav-links">
<a href="#">Home</a>
<a href="/im.i">Impact</a>
<a href="/u.i">Why Us</a>
</div>
<a class="spec" href="/j.i">Hire Talents</a>
</nav>
</div>
</header>
<section class="vision">
<div class="vision-main">
<div class="vision-heading">
<h2>Vetted and Trusted <span style="color: rgb(231, 51, 43);">talents</span></h2>
<p>
At Zuri Team, we train, test and place talent in various industries. We have access to the best pool
of skills in the tech Industry.
</p>
<br>
<div class="vision-btn1">
<button class="btn1 bti">Hire Talent</button>
<button class="btn1 bta">Join Talent Pool</button>
</div>
</div>
<div>
<img src="./assets/images/section1.png" alt="">
</div>
</div>
</section>
<section class="imapact">
<div class="impact-main">
<div class="impact-heading">
<h3>
We have impacted the lives of <span style="color: rgb(231, 51, 43);">thousands</span>
around the world
</h3>
<p>6,000 trained in 14 months</p>
<p class="least">Talent Placed in 5 Countries</p>
<div class="flex-box">
<div><img src="./assets/logos/GER.svg" alt=""></div>
<div><img src="./assets/logos/ENG.svg" alt=""></div>
<div><img src="./assets/logos/ind.svg" alt=""></div>
<div><img src="./assets/logos/NIG.svg" alt=""></div>
<div><img src="./assets/logos/ussa.svg" alt=""></div>
</div>
</div>
<div class="section2-image"><img src="./assets/images/section2.png" alt=""></div>
</div>
</section>
<section class="programs">
<h3>Skills of our <span style="color: rgb(231, 51, 43);"> talents </span>that you will need</h3>
<div class="flex-box1">
<p>UI/UX Designers</p>
<p>Backend Developers</p>
<p>DevOps Engineers</p>
<p>Frontend Developers</p>
</div>
<div>
<h3>Where our talents work</h3>
<div class="flex-box2">
<p>Github</p>
<p>Microsoft</p>
<p>Reskill Americans</p>
<p>Flutterwave</p>
<p>Google</p>
<p>Career Transitioners</p>
</div>
</div>
</section>
<section class="reasons">
<h3>Why Hire our <span style="color: rgb(231, 51, 43);">Talents</span></h3>
<div class="flex-container">
<div class="item1">
<img src="./assets/logos/people.svg">
<p>
Zuri Team has a highly skilled set of talents that are built
on referral and successful partnerships.
</p>
</div>
<div class="item2">
<img src="./assets/logos/mech.svg">
<p>
Our recruiters are exceptionally skilled in identifying top talent around the globe and matching them
with the client's needs.
</p>
</div>
<div class="item3">
<img src="./assets/logos/hand.svg">
<p>We have an 85% fill ratio for every open position we partner for.</p>
</div>
<div class="item4">
<img src="./assets/logos/write.svg">
<p>renewal rate for our consultant is 90 percent.</p>
</div>
<div class="item5">
<img src="./assets/logos/many.svg">
<p>60% of our consultants are converted to full-time employees.</p>
</div>
</div>
<div class="vision">
<button class="btn1 bta">Hire Talent</button>
<button class="btn1 bti">Join Talent Pool</button>
</div>
</section>
<footer>
<div class="Copyright">
<img src="./assets/logos/logo.svg">
<!-- <br><br><br><br> -->
<p>© Copyright 2022 ZURI TEAM. All rights Reserved</p>
</div>
<div class="contact-icons">
<div class="social-icons">
<a target="_blank" href="https://web.facebook.com/thezuriteam">
<img alt="fb" src="./assets/logos/facebook.svg">
</a>
<!-- <br><br><br><br> -->
<a target="_blank" href="https://twitter.com/theZuriTeam">
<img alt="" src="./assets/images/twit.png">
</a>
<!-- <br><br><br><br> -->
<a target="_blank" href="in">
<img alt="insta" src="./assets/logos/linkd.svg">
</a>
<!-- <br><br><br><br> -->
<a href="#">
<img alt="in" src="./assets/logos/youtube.svg">
<!-- <br><br><br><br> -->
</a>
</div>
<a class="mail" href="mailto:[email protected]">
</a>
<p>© Copyright 2022 ZURI TEAM. All rights Reserved</p>
</div>
</footer>
</body>
</html>