Job Openings at Taj Exotica Resort & Spa Maldives
- Restaurant Manager
- Team Leader - F&B Service
- Waiter
- F&B Assistan
- Commis
- Bartender
- Housekeeping Executive
- Housekeeping Room Attendant
- Front Office Intern
- Housekeeping Intern
- F&B Intern
SEND YOUR CV:- texhrd.maldives@tajhotels.com
My HTML Design
About Us
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla convallis libero nec augue ultricies, sed tristique lectus sollicitudin.
Our Services
- Service 1
- Service 2
- Service 3
/* Resetting default browser styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* Basic styles for header */
header {
background-color: #333;
color: #fff;
padding: 10px 0;
text-align: center;
}
header h1 {
margin: 0;
}
nav ul {
list-style-type: none;
padding: 0;
}
nav ul li {
display: inline;
margin-right: 10px;
}
nav ul li a {
color: #fff;
text-decoration: none;
}
/* Styling main content */
main {
padding: 20px;
}
section {
margin-bottom: 20px;
}
/* Styling footer */
footer {
background-color: #333;
color: #fff;
text-align: center;
padding: 10px 0;
position: fixed;
bottom: 0;
width: 100%;
}