-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathourteam.html
86 lines (79 loc) · 4.26 KB
/
ourteam.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Our Team - Egerton University Catering Department</title>
<link rel="stylesheet" href="style.css">
<!-- CSS Supporting FIles -->
<link href="../static/files/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="../static/files/css/lightslider.css">
<link rel="stylesheet" href="../static/files/css/style.css">
<!-- JS Supporting FIles -->
<script src="../static/files/js/bootstrap.bundle.min.js"></script>
<script src="../static/files/js/jquery.js"></script>
<script src="../static/files/js/lightslider.js"></script>
<script src="../static/files/js/script.js"></script>
</head>
<body>
<header class="header" style="display: flex; flex-direction: column;">
<div class="logo-container" style="display: flex; align-items: center;">
<div style="background-color: #10aa34; padding: 10px;">
<img src="egertonuniversity-logo_thumb.png" alt="symbol" class="logo" style="display: block;">
</div>
<div style="margin-left: 10px;">
<h1 class="main-title" style="margin: 0;">Egerton University</h1>
<h1 class="sub-title" style="margin: 0;">Catering Department</h1>
</div>
</div>
<nav class="nav-bar" style="margin-top: auto; text-align: right;">
<ul style="list-style: none; display: flex; justify-content: flex-end; margin: 0; padding: 0;">
<li><a href="index.html">Home</a></li>
<li style="margin-left: 20px;"><a href="services.html">Services</a></li>
<li style="margin-left: 20px;"><a href="menu.html">Menu</a></li>
<li style="margin-left: 20px;"><a href="ourteam.html">Staff</a></li>
<li style="margin-left: 20px;"><a href="contactus.html">Contact Us</a></li>
<li style="margin-left: 20px;"><a href="account.html">Account</a></li>
<li style="margin-left: 20px;"><a href="FAQs.html">FAQs</a></li>
</ul>
</nav>
</header>
</script>
<title class="egerton">Egerton University Catering Department</title>
<link rel="stylesheet" href="style.css">
<section>
<div>
<h2>Meet Our Dedicated Team</h2>
<p>At the Egerton University Catering Department, our dedicated team of culinary professionals, chefs, and support staff work tirelessly to ensure you receive an exceptional dining experience. From sourcing fresh, local ingredients to crafting delicious and healthy meals, our staff is committed to delivering high-quality service with a personal touch.</p>
<p> Get to know the talented individuals who make our catering services extraordinary. Each team member plays a vital role in creating a warm and welcoming atmosphere for students, staff, and visitors alike. Meet the faces behind your favorite dishes and learn more about the people who bring our catering vision to life every day!</p>
</div>
</section>
<section id="team-section">
<div class="team-columns">
<div class="team-member">
<img src="cod_catering.jpg" alt="John Doe">
<p>Head of Catering Department</p>
<p>Over 20 years of experience in managing professional kitchens and is known for creating delicious and nutritious meals.</p>
</div>
<div class="team-member">
<img src="3ef1ec48b03076009518fdc3a0ab8e02.jpg" alt="Jane Doe">
<p>Nutritionist</p>
<p>Ensures all meals are balanced and meet the dietary needs of our diverse community, focusing on health and nutrition.</p>
</div>
<div class="team-member">
<img src="3ef1ec48b03076009518fdc3a0ab8e02.jpg" alt="James Machogu">
<p>Event Coordinator</p>
<p>Oversees all special events, ensuring that catering services are delivered on time and with the highest quality.</p>
</div>
</div>
</section>
</section>
<!-- Copyright Footer -->
<div style="background-color: #333; color: white; text-align: center; padding: 20px 0; width: 100%;">
<div class="copyright" style="font-size: 14px;">
© 2024 Egerton University.
<p>All rights reserved.</p>
</div>
</div>
</body>
</html>