-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
150 lines (135 loc) · 7.5 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
147
148
149
150
<!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 | Learn, Build, Grow.</title>
<link rel="stylesheet" href="./css/index.css"><!-----------custom css file----->
<link rel="stylesheet" href="/css/bootstrap.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" href="https://talent.zuri.team/favicon.ico">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
</head>
<body>
<nav class=""><!--HEADER-->
</nav>
<main>
<section class="section__1"><!---First section-->
<div class="title">
<img src="./images/zuriteam.svg" alt="zuriteam">
</div>
<article>
<h2 id="article__heading">Learn, Build, Grow.</h2>
<p>
Unlock your Brilliance with our hands-on <a href="">beginner</a> and <a href="">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="">projects and goals</a>
</p>
</article>
<div class="button">
<a href="html/new__to__industry.html" id="first__link">I'm new to the industry</a>
<a href="html/industry__experience.html" id="second__link">I need industry experience</a>
</div>
</section><!---first section end here-->
<section id="section__2">
<div class="container__2">
<article>
<small>BY ZURI Team</small>
<p>
We cater for every level of <br>
expertise and needs in the industry.
</p>
</article>
</div>
</section>
<section class="img_container">
<div class="img_class_container">
<div class="content">
<article id="article1"><br>
<p> <img src="./images/zuri-training-img.svg" alt=""><br><br>
We understand a complete beginner cannot become a professional after a few weeks, the aim here is
to get you familiar enough with each the tools such that you’ll be able to continue learning on
your own with minimal support. <br><br> <a href="https://training.zuri.team/">I want to be trained ></a>
</p>
</article >
<article id="article2"><br>
<p><img src="./images/zuri-internship.svg" alt=""><br><br>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. <br><br> <a href="https://internship.zuri.team/">I want to join the internship ></a>
</p>
</article>
<article id="article3"><br>
<p><img src="./images/zuri-talent-img.svg" alt=""><br><br>
Keeping pace with projects and being on the look out for the extremely talented individuals has become
ever more challenging. Here is where Zuri Team comes into play to bring the best suited talent for your
company <br><br>
<a href="https://talent.zuri.team/">I am looking for talent ></a>
</p>
</article>
</div>
</div>
</section>
<section id="section__4" class="section__4"><!---fourth section start-->
<div class="container-fluid" id="container">
<div class="row" id="row_2">
<div class="col">
<div class="card">
<div class="card-body" id="body_1">
<img src="./images/zuriteam.svg" alt="">
</div>
</div>
</div>
<div class="col">
<div class="card">
<div class="card-body" id="body_2">
<h5>Links</h5>
<a href="https://flutterwave.com/store/zuriteam">Store</a> <br>
<a href="https://blog.zuri.team/">Blog</a>
</div>
</div>
</div>
<div class="col">
<div class="card">
<div class="card-body" id="body_3">
<h5>Contact</h5>
<p>8 Jubiee-CMD Road, Magodo, <br>
Lagos State</p>
<a href="#">[email protected]</a>
</div>
</div>
</div>
<div class="col">
<div class="card">
<div class="card-body" id="body_4">
<h5 style="margin-right: 0.8rem;">Follow Us</h5>
<ul>
<li><a href="https://web.facebook.com/thezuriteam" target="_blank"><img src="./images/fb.png" alt=""></a></li>
<li><a href="https://twitter.com/theZuriTeam" target="_blank"><img src="./images/twitter.png" alt=""></a></li>
<li><a href="https://www.instagram.com/thezuriteam/" target="_blank"><img src="./images/IG.png" alt=""></a></li>
<li><a href="https://zuri.team/#" target="_blank"><img src="./images/linkedin.png" alt=""></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="footer_head" id="footer_head"><!------------FOOTER START HERE------------>
<hr id="hr2">
<section class="container" id="footer_container">
<div class="row" id="footer-bottom_row">
<div class="col-sm" id="footer_bottom_col">
<span> ©</span>
<span><b>2022 ZURI TEAM</b></span>
</div>
</div>
</section>
</footer><!------------FOOTER END HERE------------>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script><!--jquery file from CDN-->
<script src="/js/bootstrap.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
</body>
</html>