-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
130 lines (126 loc) · 5.1 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
<!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">
<title>Zuri landing page</title>
<link rel="stylesheet" href="land.css">
</head>
<body>
<section class="main">
<div class="center-image">
<img alt="" class="logo-img" src="./assets/logos/zuri-logo-full.svg">
</div>
<div class="hero">
<h2>Learn, Build, Grow</h2>
<p>
Unlock your Brilliance with our hands-on <a href="/begin.com/">beginner
</a> and <a href="/expert.com/"> expert training</a>. Zuri Team has been immensely successful in creating a global network of a highly adept intelligent workforce that can help your company
achieve their mission-critical <a href="pro.com">project and goals.</a>
</p>
<div class="btn-div">
<a href="#">
<button>I'm new to the Industry</button>
</a>
<br class="space">
<a href="talent.html">
<button>I need industry experience</button>
</a>
</div>
</div>
</section>
<section class="programs">
<div class="slogan">
<h3 class="heading"> BY ZURI Team</h3>
<p>We cater for every level of <br> expertise and needs in the industry.</p>
</div>
<div class="goals-container">
<div class="goals">
<div class="logo">
<img src="./assets/logos/zuri-training-img.svg">
</div>
<div>
<p>
We understand a complete beginner cannot become a
professional after few weeks, the aim here is to get you familiar enough
with each tools such that you'll be able to continue learning on your own with minimal support.
</p>
<h3>
<a href="/trained.com/"> I want to be trained ></a>
</h3>
</div>
</div>
<div class="goals">
<div class="logo">
<img src="./assets/logos/zuri-internship-img.svg">
</div>
<div>
<p>
We place you in a work simulation. We give you tasks every week, the tasks ranges from easy to hard as you
progress from stage to stage, making it to the final stage means you are ready for actual work.
</p>
<h3>
<a href="/intern.com/">I want to join the internship ></a>
</h3>
</div>
</div>
<!-- </div> -->
<div class="goals">
<div class="logo">
<img src="./assets/logos/zuri-talent-img.svg">
</div>
<div>
<p>
We place you in a work simulation. We give you tasks every week, the tasks ranges from easy to hard as you progress from
stage to stage, making it to the final stage means you are ready for actual work.
</p>
<h3>
<a href="./talent.html">I am looking for talent ></a>
</h3>
</div>
</div>
</div>
</section>
<footer class="footer-container">
<div class="footer-logo">
<img src="./assets/logos/zuri-logo-full.svg">
</div>
<div class="flex1">
<h3>Links</h3>
<a href="https://flutterwave.com/store/zuriteam">
<p>Store</p>
</a>
<a href="https://blog.zuri.team">
<p>Blog</p>
</a>
</div>
<div class="flex2">
<h3>Contact</h3>
<p>8 Jubliee-CMD Road, Magodo, <br>Lagos State</p>
<p>
<a href="mailto:[email protected]">
</a>
</p>
</div>
<div class="flex3">
<h3>Follow Us</h3>
<div class="contact-icons">
<a target="_blank" href="https://web.facebook.com/thezuriteam">
<img alt="fb" src="./assets/images/fb.png">
</a>
<a target="_blank" href="https://twitter.com/theZuriTeam">
<img alt="twitter" src="./assets/images/twitter.png">
</a>
<a target="_blank" href="https://www.instagram.com/thezuriteam/">
<img alt="insta" src="./assets/images/87390.png">
</a>
<a href="#">
<img alt="in" src="./assets/images/in.png">
</a>
</div>
</div>
</footer>
</body>
</html>