Alright — here’s the **HTML + CSS landing page** for the Tanzania Ear, Nose & Throat Society (TENTS).
It’s clean, mobile-friendly, and ready to drop into WordPress (using a custom HTML block or theme editor).

“`html

Tanzania Ear, Nose & Throat Society (TENTS)

body {
font-family: Arial, sans-serif;
margin: 0; padding: 0;
line-height: 1.6;
color: #333;
}
header {
background: url(‘banner-image.jpg’) center/cover no-repeat;
color: white;
padding: 80px 20px;
text-align: center;
}
header h1 {
font-size: 2.5em;
margin-bottom: 10px;
}
header p {
font-size: 1.2em;
max-width: 600px;
margin: auto;
}
.btn {
display: inline-block;
background: #008080;
color: white;
padding: 10px 20px;
margin: 15px 10px;
text-decoration: none;
border-radius: 5px;
}
.section {
padding: 50px 20px;
max-width: 1100px;
margin: auto;
}
.section h2 {
text-align: center;
margin-bottom: 30px;
color: #008080;
}
.icons {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 20px;
text-align: center;
}
.icons div {
padding: 20px;
border: 1px solid #ddd;
border-radius: 8px;
}
.cta {
background: #e0f7f7;
text-align: center;
padding: 40px 20px;
}
footer {
background: #333;
color: white;
padding: 20px;
text-align: center;
}
footer a {
color: white;
text-decoration: none;
}

Uniting Professionals. Advancing ENT Care in Tanzania.

Improving lives through excellence in ear, nose, throat, hearing, and speech healthcare.

Join Us
Learn More

Who We Are

The Tanzania Ear, Nose & Throat Society (TENTS) is a voluntary community of ENT specialists, audiologists, speech therapists, and related healthcare professionals. We connect, train, and advocate to improve ENT healthcare across Tanzania.

What We Do

🤝

Connect Professionals

Building a strong network of experts to collaborate and share expertise.

🎓

Promote Learning

Hosting trainings, workshops, and research programs to improve practice.

📚

Share Knowledge

Publishing the Journal of Otolaryngologists of Tanzania and other resources.

Raise Standards

Upholding ethics and high-quality care in our profession.

📢

Advocate for Health

Advising government and educating the public on ENT issues.

Why It Matters

From life-saving surgeries to restoring hearing and speech, our members are making a difference every day. By working together, we bring better healthcare to every corner of Tanzania.

Become a Member

Be part of the movement to improve ENT care in Tanzania. Whether you’re a medical professional, student, or partner organization — your contribution matters.

Join TENTS Today

© 2025 Tanzania Ear, Nose & Throat Society | Contact Us

“`