-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
65 lines (56 loc) · 2.42 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
<!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="apple-touch-icon" sizes="180x180" href="assets/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon-16x16.png">
<link rel="manifest" href="assets/images/site.webmanifest">
<title>HTML/CSS Task</title>
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<header>
<h1>Welcome to JITU</h1>
<p>Developers | Software Solutions | Staffing </p>
</header>
<nav>
<a href="index.html">Home</a> |
<a href="https://thejitu.com">Our Site</a> |
<a href="https://thejitu.com/careers/">Open Positions</a> |
<a href="html/team.html">Our Team</a> |
<a href="html/contact.html">Contact Us</a> |
<a href="html/about.html">About</a>
</nav>
<main>
<div id="about">
<div class="about-us">
<h1 id="about-header">About Us</h1>
<p id="about-paragraph">Take a look at what we do and who we are.</p>
</div>
<div class="about-image">
<img src="assets/images/20200630_162659.gif" alt="">
</div>
</div>
<div class="section1">
<h1>WHO WE ARE</h1>
<p>THE Jitu is an IT Staff augmentation firm that offers scalable remote software engineers to businesses.
Our engineers are recent computer science graduates and the entire team in Nyeri, Kenya is led on-site by American executives. </p>
<p>Our purpose is to provide staff augmentation that enables businesses to scale their IT workforce and
avoid costly onboarding and common pitfalls offshore IT services often bring. </p>
<p>We provide staff in various fields - Designers, Business and Data Analysts, Software Developers,
Project Managers, and Customer Support - to guarantee business success. </p>
<br><br>
</div>
</main>
<div class="footer">
<footer>
<p>
Copyright © 2023 The Jitu Kenya Limited. All Rights Reserved.
</p>
</footer>
</div>
</body>
</html>