|
a |
|
b/templates/breast_cancer_info.html |
|
|
1 |
<!DOCTYPE html> |
|
|
2 |
<html lang="en"> |
|
|
3 |
<head> |
|
|
4 |
<meta charset="UTF-8"> |
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
|
6 |
<title>Diabetes: In Depth</title> |
|
|
7 |
<style> |
|
|
8 |
body { |
|
|
9 |
font-family: Arial, sans-serif; |
|
|
10 |
margin: 0; |
|
|
11 |
padding: 0; |
|
|
12 |
background-image: url('/static/main\ bg2.avif'); |
|
|
13 |
background-size: cover; |
|
|
14 |
background-position: center; |
|
|
15 |
color: #333; |
|
|
16 |
} |
|
|
17 |
|
|
|
18 |
header { |
|
|
19 |
background-color: rgba(0, 0, 0, 0.5); |
|
|
20 |
color: #fff; |
|
|
21 |
padding: 20px; |
|
|
22 |
text-align: center; |
|
|
23 |
position: relative; |
|
|
24 |
} |
|
|
25 |
|
|
|
26 |
.logo { |
|
|
27 |
position: absolute; |
|
|
28 |
top: 10px; |
|
|
29 |
left: 20px; |
|
|
30 |
right: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 |
} |
|
|
48 |
|
|
|
49 |
h2 { |
|
|
50 |
color: #333; |
|
|
51 |
} |
|
|
52 |
|
|
|
53 |
p { |
|
|
54 |
margin-bottom: 20px; |
|
|
55 |
} |
|
|
56 |
|
|
|
57 |
a { |
|
|
58 |
color: #0faacd; |
|
|
59 |
} |
|
|
60 |
|
|
|
61 |
ul { |
|
|
62 |
list-style-type: none; |
|
|
63 |
padding: 0; |
|
|
64 |
} |
|
|
65 |
|
|
|
66 |
li { |
|
|
67 |
margin-bottom: 10px; |
|
|
68 |
} |
|
|
69 |
|
|
|
70 |
footer { |
|
|
71 |
background-color: rgba(0, 0, 0, 0.5); |
|
|
72 |
color: #fff; |
|
|
73 |
text-align: center; |
|
|
74 |
padding: 20px; |
|
|
75 |
position: fixed; |
|
|
76 |
left: 0; |
|
|
77 |
bottom: 0; |
|
|
78 |
width: 100%; |
|
|
79 |
} |
|
|
80 |
</style> |
|
|
81 |
</head> |
|
|
82 |
<body> |
|
|
83 |
<header> |
|
|
84 |
<img src="/static/NEWLOGO.png" alt="Logo" class="logo"> |
|
|
85 |
<h1>BREAST CANCER </h1> |
|
|
86 |
</header> |
|
|
87 |
<div class="container"> |
|
|
88 |
<h2>Understanding Breast Cancer: A Comprehensive Guide</h2> |
|
|
89 |
|
|
|
90 |
<p>Breast cancer is a condition where abnormal cells in breast tissue multiply uncontrollably and form tumors. It's the most common cancer affecting women globally, though men can also develop it. Here's a detailed breakdown of breast cancer:</p> |
|
|
91 |
|
|
|
92 |
<h3>Anatomy and Types:</h3> |
|
|
93 |
|
|
|
94 |
<p>The breast consists of lobules (milk-producing glands), ducts (tubes carrying milk to the nipple), fatty tissue, and connective tissue. Breast cancer can start in different parts of the breast:</p> |
|
|
95 |
|
|
|
96 |
<ul> |
|
|
97 |
<li><strong>Invasive ductal carcinoma (IDC):</strong> Most common type, originating in the ducts and spreading to surrounding breast tissue.</li> |
|
|
98 |
<li><strong>Invasive lobular carcinoma (ILC):</strong> Starts in the lobules and can spread.</li> |
|
|
99 |
<li><strong>Less common types:</strong> Include ductal carcinoma in situ (DCIS), a non-invasive form confined to the ducts, and Paget's disease of the breast, affecting the nipple and surrounding skin.</li> |
|
|
100 |
</ul> |
|
|
101 |
|
|
|
102 |
<h3>Risk Factors:</h3> |
|
|
103 |
|
|
|
104 |
<p>Risk factors for breast cancer include:</p> |
|
|
105 |
|
|
|
106 |
<ul> |
|
|
107 |
<li>Age, especially after 50</li> |
|
|
108 |
<li>Family history</li> |
|
|
109 |
<li>Genetic mutations (BRCA1 and BRCA2)</li> |
|
|
110 |
<li>Dense breast tissue</li> |
|
|
111 |
<li>Hormonal factors (early menstruation, late menopause, hormone replacement therapy)</li> |
|
|
112 |
<li>Lifestyle factors (obesity, lack of physical activity, alcohol consumption)</li> |
|
|
113 |
</ul> |
|
|
114 |
|
|
|
115 |
<h3>Symptoms:</h3> |
|
|
116 |
|
|
|
117 |
<p>Common symptoms of breast cancer include:</p> |
|
|
118 |
|
|
|
119 |
<ul> |
|
|
120 |
<li>Lump in the breast or armpit</li> |
|
|
121 |
<li>Change in breast size or shape</li> |
|
|
122 |
<li>Dimpling of the breast skin</li> |
|
|
123 |
<li>Nipple changes (inversion, retraction, discharge)</li> |
|
|
124 |
<li>Redness or flaky skin on the breast or nipple</li> |
|
|
125 |
<li>Pain in the breast (though not always present)</li> |
|
|
126 |
</ul> |
|
|
127 |
|
|
|
128 |
<h3>Diagnosis:</h3> |
|
|
129 |
|
|
|
130 |
<p>Diagnosis methods for breast cancer include:</p> |
|
|
131 |
|
|
|
132 |
<ul> |
|
|
133 |
<li>Mammography</li> |
|
|
134 |
<li>Ultrasound</li> |
|
|
135 |
<li>Biopsy</li> |
|
|
136 |
<li>Other tests such as MRI scans or blood tests</li> |
|
|
137 |
</ul> |
|
|
138 |
|
|
|
139 |
<h3>Stages of Breast Cancer:</h3> |
|
|
140 |
|
|
|
141 |
<p>Stages of breast cancer range from 0 to IV, depending on the extent of spread:</p> |
|
|
142 |
|
|
|
143 |
<ul> |
|
|
144 |
<li>Stage 0 (carcinoma in situ)</li> |
|
|
145 |
<li>Stage I & II (early-stage cancers)</li> |
|
|
146 |
<li>Stage III (cancer spread to lymph nodes or surrounding tissues)</li> |
|
|
147 |
<li>Stage IV (advanced cancer with distant metastasis)</li> |
|
|
148 |
</ul> |
|
|
149 |
|
|
|
150 |
<h3>Treatment Options:</h3> |
|
|
151 |
|
|
|
152 |
<p>Treatment options for breast cancer include:</p> |
|
|
153 |
|
|
|
154 |
<ul> |
|
|
155 |
<li>Surgery (lumpectomy or mastectomy)</li> |
|
|
156 |
<li>Radiation therapy</li> |
|
|
157 |
<li>Chemotherapy</li> |
|
|
158 |
<li>Hormonal therapy</li> |
|
|
159 |
<li>Targeted therapy</li> |
|
|
160 |
</ul> |
|
|
161 |
|
|
|
162 |
<h3>Prognosis and Survival Rates:</h3> |
|
|
163 |
|
|
|
164 |
<p>Survival rates for breast cancer are high, especially with early detection and treatment.</p> |
|
|
165 |
|
|
|
166 |
<h3>Prevention:</h3> |
|
|
167 |
|
|
|
168 |
<p>Lifestyle changes can help reduce the risk of breast cancer:</p> |
|
|
169 |
|
|
|
170 |
<ul> |
|
|
171 |
<li>Maintain a healthy weight</li> |
|
|
172 |
<li>Exercise regularly</li> |
|
|
173 |
<li>Limit alcohol consumption</li> |
|
|
174 |
<li>Breastfeed if possible</li> |
|
|
175 |
<li>Consider the risks and benefits of hormone replacement therapy after menopause</li> |
|
|
176 |
<li>Genetic testing if you have a strong family history</li> |
|
|
177 |
</ul> |
|
|
178 |
|
|
|
179 |
<h3>Support and Resources:</h3> |
|
|
180 |
|
|
|
181 |
<ul> |
|
|
182 |
<li>American Cancer Society: <a href="https://www.cancer.org/research/cancer-facts-statistics/breast-cancer-facts-figures.html">https://www.cancer.org/research/cancer-facts-statistics/breast-cancer-facts-figures.html</a></li> |
|
|
183 |
<li>National Cancer Institute: <a href="https://www.cancer.gov/types/breast">https://www.cancer.gov/types/breast</a></li> |
|
|
184 |
<li>Susan G. Komen Foundation: <a href="https://www.komen.org/">https://www.komen.org/</a></li> |
|
|
185 |
</ul> |
|
|
186 |
|
|
|
187 |
<p>Remember: Early detection is key to successful breast cancer treatment. If you notice any changes in your breasts, schedule a mammogram and consult your doctor promptly.</p> |
|
|
188 |
|
|
|
189 |
</div> |
|
|
190 |
<br> |
|
|
191 |
<br> |
|
|
192 |
<br> |
|
|
193 |
<br> |
|
|
194 |
<br> |
|
|
195 |
<footer> |
|
|
196 |
</footer> |
|
|
197 |
</body> |
|
|
198 |
</html> |