|
a |
|
b/templates/gi.html |
|
|
1 |
<!DOCTYPE html> |
|
|
2 |
<html lang="en"> |
|
|
3 |
|
|
|
4 |
<head> |
|
|
5 |
<meta charset="UTF-8"> |
|
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
|
7 |
<title>Gastrointestinal Diseases: In Depth</title> |
|
|
8 |
<style> |
|
|
9 |
body { |
|
|
10 |
font-family: Arial, sans-serif; |
|
|
11 |
margin: 0; |
|
|
12 |
padding: 0; |
|
|
13 |
background-image: url('/static/gi\ bg.png'); |
|
|
14 |
background-size: cover; |
|
|
15 |
background-position: center; |
|
|
16 |
color: #333; |
|
|
17 |
} |
|
|
18 |
|
|
|
19 |
header { |
|
|
20 |
background-color: rgba(0, 0, 0, 0.5); |
|
|
21 |
color: #fff; |
|
|
22 |
padding: 20px; |
|
|
23 |
text-align: center; |
|
|
24 |
position: relative; |
|
|
25 |
} |
|
|
26 |
|
|
|
27 |
.logo { |
|
|
28 |
position: absolute; |
|
|
29 |
top: 10px; |
|
|
30 |
left: 20px; |
|
|
31 |
width: 100px; |
|
|
32 |
height: auto; |
|
|
33 |
} |
|
|
34 |
|
|
|
35 |
.container { |
|
|
36 |
max-width: 800px; |
|
|
37 |
margin: 20px auto; |
|
|
38 |
padding: 20px; |
|
|
39 |
background-color: rgba(255, 255, 255, 0.8); |
|
|
40 |
border-radius: 8px; |
|
|
41 |
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); |
|
|
42 |
} |
|
|
43 |
|
|
|
44 |
h1 { |
|
|
45 |
color: #000000; |
|
|
46 |
text-align: center; |
|
|
47 |
border: #000000; |
|
|
48 |
border-radius: 5%; |
|
|
49 |
} |
|
|
50 |
|
|
|
51 |
h2 { |
|
|
52 |
color: #333; |
|
|
53 |
} |
|
|
54 |
|
|
|
55 |
p { |
|
|
56 |
margin-bottom: 20px; |
|
|
57 |
} |
|
|
58 |
|
|
|
59 |
a { |
|
|
60 |
color: #0faacd; |
|
|
61 |
} |
|
|
62 |
|
|
|
63 |
ul { |
|
|
64 |
list-style-type: none; |
|
|
65 |
padding: 0; |
|
|
66 |
} |
|
|
67 |
|
|
|
68 |
li { |
|
|
69 |
margin-bottom: 10px; |
|
|
70 |
} |
|
|
71 |
|
|
|
72 |
footer { |
|
|
73 |
background-color: rgba(0, 0, 0, 0.5); |
|
|
74 |
color: #fff; |
|
|
75 |
text-align: center; |
|
|
76 |
padding: 20px; |
|
|
77 |
position: fixed; |
|
|
78 |
left: 0; |
|
|
79 |
bottom: 0; |
|
|
80 |
width: 100%; |
|
|
81 |
} |
|
|
82 |
</style> |
|
|
83 |
</head> |
|
|
84 |
|
|
|
85 |
<body> |
|
|
86 |
<header> |
|
|
87 |
<img src="/static/NEWLOGO.png" alt="Logo" class="logo"> |
|
|
88 |
<h1>Gastrointestinal Diseases</h1> |
|
|
89 |
</header> |
|
|
90 |
<div class="container"> |
|
|
91 |
<h2>Gastrointestinal Diseases: A Comprehensive Guide</h2> |
|
|
92 |
|
|
|
93 |
<p>Gastrointestinal (GI) diseases affect the digestive system, which includes the stomach, intestines, liver, pancreas, and esophagus. These conditions can range from mild discomfort to severe life-threatening issues.</p> |
|
|
94 |
|
|
|
95 |
<h3>Types of Gastrointestinal Diseases:</h3> |
|
|
96 |
|
|
|
97 |
<ul> |
|
|
98 |
<li><strong>Gastroesophageal Reflux Disease (GERD):</strong> A chronic condition where stomach acid flows back into the esophagus, causing heartburn and irritation.</li> |
|
|
99 |
<li><strong>Peptic Ulcers:</strong> Sores that develop on the lining of the stomach or small intestine due to acid erosion.</li> |
|
|
100 |
<li><strong>Crohn's Disease:</strong> An inflammatory bowel disease (IBD) that can affect any part of the GI tract, causing pain, diarrhea, and malnutrition.</li> |
|
|
101 |
<li><strong>Ulcerative Colitis:</strong> Another type of IBD that specifically affects the colon and rectum, leading to inflammation and ulcers.</li> |
|
|
102 |
<li><strong>Diverticulitis:</strong> Inflammation or infection of pouches that can form in the walls of the colon.</li> |
|
|
103 |
<li><strong>Irritable Bowel Syndrome (IBS):</strong> A functional disorder causing abdominal pain, bloating, and changes in bowel habits.</li> |
|
|
104 |
<li><strong>Liver Diseases:</strong> Conditions like hepatitis, fatty liver disease, and cirrhosis that impair liver function.</li> |
|
|
105 |
</ul> |
|
|
106 |
|
|
|
107 |
<h3>Common Causes of Gastrointestinal Diseases:</h3> |
|
|
108 |
|
|
|
109 |
<ul> |
|
|
110 |
<li><strong>Unhealthy diet:</strong> Low fiber, high-fat diets can contribute to GI issues.</li> |
|
|
111 |
<li><strong>Infections:</strong> Bacterial, viral, or parasitic infections can affect the GI tract.</li> |
|
|
112 |
<li><strong>Genetics:</strong> Some conditions, like Crohn's disease, have a hereditary component.</li> |
|
|
113 |
<li><strong>Stress:</strong> Chronic stress can worsen symptoms of IBS and GERD.</li> |
|
|
114 |
<li><strong>Smoking and alcohol:</strong> Both can damage the stomach lining and liver.</li> |
|
|
115 |
<li><strong>Use of NSAIDs:</strong> Long-term use of pain relievers like ibuprofen can cause ulcers.</li> |
|
|
116 |
</ul> |
|
|
117 |
|
|
|
118 |
<h3>Symptoms of Gastrointestinal Diseases:</h3> |
|
|
119 |
|
|
|
120 |
<ul> |
|
|
121 |
<li>Abdominal pain or discomfort</li> |
|
|
122 |
<li>Bloating and gas</li> |
|
|
123 |
<li>Nausea and vomiting</li> |
|
|
124 |
<li>Diarrhea or constipation</li> |
|
|
125 |
<li>Heartburn or acid reflux</li> |
|
|
126 |
<li>Unintended weight loss</li> |
|
|
127 |
<li>Blood in stool or black, tarry stools</li> |
|
|
128 |
</ul> |
|
|
129 |
|
|
|
130 |
<h3>Precautions to Prevent Gastrointestinal Diseases:</h3> |
|
|
131 |
|
|
|
132 |
<ul> |
|
|
133 |
<li><strong>Eat a balanced diet:</strong> Focus on fiber-rich foods, lean proteins, and healthy fats.</li> |
|
|
134 |
<li><strong>Stay hydrated:</strong> Drink plenty of water throughout the day.</li> |
|
|
135 |
<li><strong>Exercise regularly:</strong> Physical activity helps maintain healthy digestion.</li> |
|
|
136 |
<li><strong>Limit alcohol and caffeine:</strong> Excessive consumption can irritate the stomach lining.</li> |
|
|
137 |
<li><strong>Avoid smoking:</strong> Smoking increases the risk of several GI conditions.</li> |
|
|
138 |
<li><strong>Manage stress:</strong> Practice relaxation techniques to prevent stress-induced GI issues.</li> |
|
|
139 |
</ul> |
|
|
140 |
|
|
|
141 |
<h3>Articles about Gastrointestinal Diseases:</h3> |
|
|
142 |
|
|
|
143 |
<ul> |
|
|
144 |
<li>National Institute of Diabetes and Digestive and Kidney Diseases: <a href="https://www.niddk.nih.gov/">https://www.niddk.nih.gov/</a></li> |
|
|
145 |
<li>World Gastroenterology Organization: <a href="https://www.worldgastroenterology.org/">https://www.worldgastroenterology.org/</a></li> |
|
|
146 |
<li>Mayo Clinic: <a href="https://www.mayoclinic.org/diseases-conditions">https://www.mayoclinic.org/diseases-conditions</a></li> |
|
|
147 |
</ul> |
|
|
148 |
|
|
|
149 |
<h3>Foods Good for the Digestive System:</h3> |
|
|
150 |
|
|
|
151 |
<ul> |
|
|
152 |
<li><strong>Probiotics:</strong> Found in yogurt, kefir, and fermented foods, these help maintain a healthy gut flora.</li> |
|
|
153 |
<li><strong>High-fiber foods:</strong> Fruits, vegetables, whole grains, and legumes aid digestion.</li> |
|
|
154 |
<li><strong>Ginger:</strong> Helps with nausea and stimulates digestion.</li> |
|
|
155 |
<li><strong>Bananas:</strong> Rich in potassium and easy to digest.</li> |
|
|
156 |
<li><strong>Bone broth:</strong> Provides nutrients and aids in repairing the gut lining.</li> |
|
|
157 |
</ul> |
|
|
158 |
|
|
|
159 |
<p>Consult a healthcare professional for personalized advice if you experience persistent symptoms or need guidance on managing a gastrointestinal condition.</p> |
|
|
160 |
|
|
|
161 |
</div> |
|
|
162 |
<br> |
|
|
163 |
<br> |
|
|
164 |
<br> |
|
|
165 |
<br> |
|
|
166 |
<br> |
|
|
167 |
<footer> |
|
|
168 |
<p>© 2024 Gastrointestinal Health Resources</p> |
|
|
169 |
</footer> |
|
|
170 |
</body> |
|
|
171 |
|
|
|
172 |
</html> |