Skip to content

Commit

Permalink
Merge pull request #14 from TartejBrothers/Changes
Browse files Browse the repository at this point in the history
Added Health
  • Loading branch information
TartejBrothers authored Dec 9, 2023
2 parents b8a7520 + 5dd3e3d commit 578ffb3
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 0 deletions.
50 changes: 50 additions & 0 deletions activites.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,56 @@ <h1>Education</h1>
>
</p>
</div>
<hr class="activitysplitter" />
<div class="health">
<h1>Health</h1>
<p>
<font color="#E6222B">Ensuring good health</font> is pivotal for a
fulfilling life, yet India grapples with widespread health issues,
including malnutrition, infant, and maternal mortality. Despite
constitutional guarantees for free healthcare, over 70% of health
expenses are borne by individuals, creating a significant financial
burden.
</p>
<p>
Recognizing this challenge, AD Life has focused its efforts on
healthcare, particularly targeting tribal populations,
<font color="#E6222B"
>constituting 7.95% of India's total population</font
>. Working in Telangana,
</p>
<p>
AD Life has provided essential health services to
<font color="#E6222B">25,000 tribal individuals,</font> collaborating
with local gram panchayats in <font color="#E6222B">30 villages</font>.
Medical camps facilitated access to general physicians, cardiologists,
pediatricians, and gynecologists, benefitting
<font color="#E6222B">9,467 tribal members</font>. Eye and dental camps
further addressed specific health needs.
</p>
<img src="images/activities/health.png" alt="health" class="fullwidth" />
<p>
Additionally,
<font color="#E6222B">AD Life prioritizes community well-being</font> by
employing and training four counselors who have supported 350 families
in health-related matters, emphasizing government health services,
HIV/AIDS counseling, and nutrition. In response to the COVID-19
pandemic,
</p>
<p>
AD Life extended its support by actively participating in
<font color="#E6222B">track and trace activities for four months</font>.
The organization collected and compiled data for relevant national
public health authorities, showcasing a proactive approach to community
health.
</p>
<p>
Further demonstrating its commitment, AD Life provided essential medical
assistance to those adversely affected by the pandemic-induced lockdown,
contributing to the overall welfare of the community.
</p>
</div>
<hr class="activitysplitter" />
<script src="js/script.js"></script>
</body>
</html>
24 changes: 24 additions & 0 deletions css/activites.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,30 @@
padding: 0px 50px 0px 50px;
margin-bottom: 20px;
}
.health {
background-color: #f2f1f1;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 60px 0px 60px 0px;
text-align: left;
font-family: mediamoure;
}
.health h1 {
font-size: 96px;
margin-bottom: 40px;
}
.health p {
font-size: 22px;
padding: 0px 50px 20px 50px;
margin-bottom: 20px;
}
.activitysplitter {
width: 80%;
margin: 0px auto 0px auto;
border: 1px solid #e6222b;
}
@media screen and (max-width: 1000px) {
.navitems {
display: none;
Expand Down
Binary file added images/activities/health.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 578ffb3

Please sign in to comment.