<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Diabetes: In Depth</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-image: url('/static/diabetes\ \(1\).jpg');
background-size: cover;
background-position: center;
color: #333;
}
header {
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
padding: 20px;
text-align: center;
position: relative;
}
.logo {
position: absolute;
top: 10px;
left: 20px;
right:20px;
width: 100px;
height: auto;
}
.container {
max-width: 800px;
margin: 20px auto;
padding: 20px;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1 {
color: #000000;
text-align: center;
}
h2 {
color: #333;
}
p {
margin-bottom: 20px;
}
a {
color: #0faacd;
}
ul {
list-style-type: none;
padding: 0;
}
li {
margin-bottom: 10px;
}
footer {
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
text-align: center;
padding: 20px;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
}
</style>
</head>
<body>
<header>
<img src="/static/NEWLOGO.png" alt="Logo" class="logo">
<h1>DIABETES</h1>
</header>
<div class="container">
<h2>Diabetes: In Depth</h2>
<p>Diabetes is a chronic (long-lasting) condition that affects how your body regulates blood sugar. Here's a breakdown of the key aspects of diabetes:</p>
<h3>The Role of Insulin and Blood Sugar:</h3>
<ul>
<li>Your body breaks down most of the food you eat into sugar (glucose) which enters your bloodstream.</li>
<li>Insulin, a hormone produced by your pancreas, acts like a key that unlocks cells, allowing glucose to enter and be used for energy.</li>
</ul>
<h3>What Happens in Diabetes:</h3>
<ul>
<li>In diabetes, either your body doesn't produce enough insulin (type 1) or the cells become resistant to insulin's effects (type 2).</li>
<li>This leads to excess sugar buildup in the bloodstream (hyperglycemia). Over time, this can damage nerves, blood vessels, and organs.</li>
</ul>
<h3>Types of Diabetes:</h3>
<ul>
<li><strong>Type 1 Diabetes:</strong> An autoimmune disease where the body attacks insulin-producing cells in the pancreas. It usually develops in childhood or young adulthood, and people with type 1 require lifelong insulin therapy.</li>
<li><strong>Type 2 Diabetes:</strong> The most common form, often developing in adults. The body may not produce enough insulin, or cells may resist its effects. Lifestyle changes like diet and exercise are crucial for management, and medication may also be needed.</li>
<li><strong>Gestational Diabetes:</strong> Develops during pregnancy but usually disappears after childbirth. However, it increases the risk of developing type 2 diabetes later in life.</li>
</ul>
<h3>Symptoms of Diabetes:</h3>
<ul>
<li>Frequent urination</li>
<li>Excessive thirst</li>
<li>Increased hunger</li>
<li>Unexplained weight loss</li>
<li>Fatigue</li>
<li>Blurred vision</li>
<li>Slow-healing wounds</li>
</ul>
<h3>Complications of Diabetes:</h3>
<ul>
<li>If not managed properly, diabetes can lead to serious complications, including:</li>
<ul>
<li>Heart disease and stroke</li>
<li>Nerve damage (neuropathy) leading to pain, numbness, and increased risk of foot ulcers</li>
<li>Kidney disease</li>
<li>Eye problems, including glaucoma and diabetic retinopathy (a leading cause of blindness)</li>
<li>Amputations</li>
</ul>
</ul>
<h3>Diagnosis of Diabetes:</h3>
<ul>
<li>Doctors diagnose diabetes through blood tests that measure blood sugar levels.</li>
</ul>
<h3>Management of Diabetes:</h3>
<ul>
<li>There's no cure for diabetes, but it can be effectively managed through a combination of approaches:</li>
<ul>
<li><strong>Healthy Diet:</strong> Focus on whole grains, fruits, vegetables, and lean protein while limiting processed foods and sugary drinks.</li>
<li><strong>Regular Exercise:</strong> Physical activity helps improve insulin sensitivity and blood sugar control.</li>
<li><strong>Weight Management:</strong> Losing weight, if overweight, can significantly improve diabetes management.</li>
<li><strong>Medication:</strong> Depending on the type and severity, medications like insulin, oral medications, or injectable medications may be prescribed.</li>
<li><strong>Blood Sugar Monitoring:</strong> Regularly checking blood sugar levels helps ensure diabetes is under control.</li>
<li><strong>Education and Support:</strong> Learning about diabetes self-management and connecting with support groups can be empowering.</li>
</ul>
</ul>
<h3>Preventing Type 2 Diabetes:</h3>
<ul>
<li>While type 1 diabetes can't be prevented, maintaining a healthy weight, eating a balanced diet, and exercising regularly can significantly reduce the risk of developing type 2 diabetes.</li>
</ul>
<h3>Additional Resources:</h3>
<ul>
<li>American Diabetes Association: <a href="https://diabetes.org/">https://diabetes.org/</a></li>
<li>National Institute of Diabetes and Digestive and Kidney Diseases: <a href="https://diatribe.org/topics">https://diatribe.org/topics</a></li>
<li>Centers for Disease Control and Prevention: <a href="https://www.cdc.gov/diabetes/index.html">https://www.cdc.gov/diabetes/index.html</a></li>
</ul>
<p>For more information, visit: <a href="https://diabetes.org/">American Diabetes Association</a></p>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<footer>
</footer>
</body>
</html>