-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkabu.html
57 lines (56 loc) · 2.88 KB
/
kabu.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
<!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>Document</title>
</head>
<!-- <input type="button"onclick="hey();"value="home"style="background-color:blue;color:white;"> -->
<a href="index1.html">home</a>
<style>
h1{
text-align: center;
}
h2{
text-align: center;
}
p{
text-align: center;
}
</style>
<h1>hello welcome</h1>
<body>
<div class="container"style="background-color:aqua;display:flex;justify-content:center;justify-items:center;flex-direction:column;">
<p>
<div class="class"style="border:2px solid white;margin:10px;background-color:orange;">
<h2> Vision</h2>
To be a preferred regional processor for quality meat and meat products.
</div>
<div class="class"style="border:2px solid white;margin:10px;background-color:orange;">
<h2>Mission </h2>
To contribute to national food security, livelihoods and be financially self-sustaining through strategic procurement of livestock, processing and marketing of meat and meat products for local and export markets.
</div>
<div class="class"style="border:2px solid white;margin:10px;background-color:orange;">
<h2>Strategic objective</h2>
To formulate and successfully implement turnaround strategies in the commission with a view of boosting operations geared towards the attainment of competitive advantage in order to ensure the commission's survival and profitability.
</div>
<div class="class"style="border:2px solid white;margin:10px;background-color:orange;">
<h2>Core Values</h2>
Professionalism - Apply the high standard of service delivery.
Integrity - Uphold uprightness and reliability at all times.
Transparency and accountability - Be open and answerable to various stakeholders.
Commitment - All employees and management shall be dedicated to KMC ideals.
Team work - Collaborative efforts to achieve KMC goals.
Core functions of the Commission
Procure quality livestock;
Process and pack high quality meat and meat products;
Market meat and meat products;
Maintain sound financial systems for commercial viability; and
Research and development of new products.
</p>
</div>
</div>
</body>
<script src="./main.js/"></script>
</html>