diff --git a/activites.html b/activites.html index 7d4ca0a..65ac523 100644 --- a/activites.html +++ b/activites.html @@ -112,7 +112,7 @@

We Need Your Help

-
+

Education

AD Life Trust is dedicated to @@ -155,7 +155,7 @@

Education


-
+

Health

Ensuring good health is pivotal for a @@ -204,6 +204,156 @@

Health


+
+

Livelihoods

+

+ AD Life Trust is deeply committed to enhancing livelihoods through skill + development programs, with a focus on empowering suburban women. Over + 30 batches, comprising 10 women each, were trained in Akiveedu, West Godavari district, mastering skills such as tailoring, + embroidery, and handicraft making. Through its subsidiary, Addlife + Projects Pvt. Ltd., +

+

+ AD Life Trust established a transformative partnership with + Brandix India Apparel City, providing + training for women in garment manufacturing. This collaboration led to + successful placements in various apparel units, aligning with industry + needs. With a 3000 square feet training center, AD Life Trust has + supported the program with experienced + trainers, covering essential skills and holistic development. +

+ livelihood +

+ In tandem, AD Life Trust + extended its impact in Vizag district, + collaborating with APSSDC to provide + training and placements in apparel, retailing, hospitality, and + logistics sectors. Over 60 women received training in sewing skills, + with the provision of sewing machines for + sustainability. +

+

+ The organization's commitment to social impact is further evidenced + through its collaboration with + Save the Children/CWS, implementing the + Refugees Project in Urban Hyderabad. Despite pandemic challenges, the + team successfully executed trainings, formed production groups, and + facilitated the sale of market-ready products. +

+

+ External evaluations underscore the project's success, with positive + outcomes for Persons of Concern (PoCs) in + terms of skill acquisition, business improvement, and increased + earnings, exemplifying AD Life Trust's dedication to fostering + sustainable livelihoods and community empowerment +

+
+
+
+

Research and Documentation

+

+ AD Life Trust's rapid assessment of the Swacchanda Arogya Nestams (SANs) + program in Kamareddy district highlights its success in enhancing access + to government hospital services. The program, initiated in 2017, + effectively provides patients with information, reducing waiting times + and inquiry loads while improving hospital atmospheres. +

+

+ Volunteers involved in SANs report a sense of purpose and service. The + assessment identifies areas for improvement with minimal intervention. + Additionally, under research and documentation initiatives, AD Life + conducts assessments for development solutions, partnering with leading + researchers in India and abroad. +

+ research +

+ The organization believes in leveraging data and research to design more + effective interventions, such as understanding tribal consumption + behavior and promoting nutritious indigenous food choices. This critical + work contributes to informed decision-making by NGOs and policymakers. +

+
+
+ + + diff --git a/css/activites.css b/css/activites.css index a25daaa..dddb9b5 100644 --- a/css/activites.css +++ b/css/activites.css @@ -84,25 +84,10 @@ text-align: center; } -.education { - display: flex; - flex-direction: column; - font-family: mediamoure; - justify-content: center; - align-items: center; - padding: 60px 0px 40px 0px; -} -.education h1 { - font-size: 96px; - margin-bottom: 40px; -} -.education p { - font-size: 22px; - padding: 0px 50px 0px 50px; - margin-bottom: 20px; -} -.health { +#activitygrey { background-color: #f2f1f1; +} +.activitybody { display: flex; flex-direction: column; justify-content: center; @@ -111,11 +96,12 @@ text-align: left; font-family: mediamoure; } -.health h1 { +.activitybody h1 { font-size: 96px; + text-align: center; margin-bottom: 40px; } -.health p { +.activitybody p { font-size: 22px; padding: 0px 50px 20px 50px; margin-bottom: 20px; @@ -125,6 +111,24 @@ margin: 0px auto 0px auto; border: 1px solid #e6222b; } +.donate { + display: flex; + flex-direction: column; +} +.donatebottom { + background-color: #1b204a; + color: white; + padding: 25px 40px; + border-radius: 25px; + font-size: 24px; + font-family: mediamoure; + border: none; + margin: 20px auto 20px auto; +} +.donate img { + margin: 20px 30px 20px auto; + height: 30px; +} @media screen and (max-width: 1000px) { .navitems { display: none; @@ -133,8 +137,8 @@ .activities h1 { font-size: 60px; } - .education h1 { - font-size: 60px; + .activitybody h1 { + font-size: 40px; } .help h1 { font-size: 40px; diff --git a/css/global.css b/css/global.css index bd1cc1e..cf76f30 100644 --- a/css/global.css +++ b/css/global.css @@ -183,6 +183,77 @@ input#search { #close-button img { height: 25px; } + +.footer { + background: linear-gradient(180deg, #000 0%, #1d1e20 100%); + color: #fff; + font-family: opensans; + padding: 40px 20px 40px 20px; + display: flex; + justify-content: center; +} +.footerlefthead { + display: flex; + align-items: center; + font-size: 10px; + color: #e6222b; + gap: 5px; +} +.footerlefthead img { + height: 30px; +} +.footerleftside { + display: flex; + font-size: 10px; + margin: 10px 0 10px 0; +} +.footerright { + display: flex; + justify-content: center; + align-items: flex-start; +} +.footerleft { + width: 30%; + padding: 10px; +} +.footerrightbody { + width: 32%; + padding: 10px; + font-size: 15px; +} +.footerrightheader { + color: #e6222b; + font-size: 20px; +} +.footerrightsplitter { + width: 20%; + border: 1px solid #e6222b; + margin: 20px 0 20px 0; +} +.footer ul { + list-style-type: none; +} +.footer ul li { + display: flex; + align-items: center; + gap: 10px; + + margin-bottom: 15px; +} +.socials { + display: flex; + gap: 10px; + margin: 20px auto 20px auto; +} +.copyright { + font-size: 10px; + background-color: #e6222b; + padding: 30px 10px 30px 10px; + display: flex; + justify-content: center; + font-family: opensans; + color: #fff; +} @media screen and (max-width: 1000px) { .navitems { display: none; @@ -223,4 +294,19 @@ input#search { height: 0; } } + .footer { + flex-direction: column; + } + .footerright { + flex-direction: column; + } + .footerleft { + width: 100%; + } + .footerrightbody { + width: 100%; + } + .socials { + justify-content: center; + } } diff --git a/css/style.css b/css/style.css index 93fb447..0349469 100644 --- a/css/style.css +++ b/css/style.css @@ -356,76 +356,6 @@ input[type="radio"]:checked { background: #1b204a; } -.footer { - background: linear-gradient(180deg, #000 0%, #1d1e20 100%); - color: #fff; - font-family: opensans; - padding: 40px 20px 40px 20px; - display: flex; - justify-content: center; -} -.footerlefthead { - display: flex; - align-items: center; - font-size: 10px; - color: #e6222b; - gap: 5px; -} -.footerlefthead img { - height: 30px; -} -.footerleftside { - display: flex; - font-size: 10px; - margin: 10px 0 10px 0; -} -.footerright { - display: flex; - justify-content: center; - align-items: flex-start; -} -.footerleft { - width: 30%; - padding: 10px; -} -.footerrightbody { - width: 32%; - padding: 10px; - font-size: 15px; -} -.footerrightheader { - color: #e6222b; - font-size: 20px; -} -.footerrightsplitter { - width: 20%; - border: 1px solid #e6222b; - margin: 20px 0 20px 0; -} -.footer ul { - list-style-type: none; -} -.footer ul li { - display: flex; - align-items: center; - gap: 10px; - - margin-bottom: 15px; -} -.socials { - display: flex; - gap: 10px; - margin: 20px auto 20px auto; -} -.copyright { - font-size: 10px; - background-color: #e6222b; - padding: 30px 10px 30px 10px; - display: flex; - justify-content: center; - font-family: opensans; - color: #fff; -} @media screen and (max-width: 1000px) { .headerbody h1 { width: 80%; @@ -478,21 +408,7 @@ input[type="radio"]:checked { .donationbtn { padding: 20px; } - .footer { - flex-direction: column; - } - .footerright { - flex-direction: column; - } - .footerleft { - width: 100%; - } - .footerrightbody { - width: 100%; - } - .socials { - justify-content: center; - } + } @media screen and (min-width: 1400px) { .bodymissiontext ul li { diff --git a/images/activities/livelihood.png b/images/activities/livelihood.png new file mode 100644 index 0000000..70bbe4c Binary files /dev/null and b/images/activities/livelihood.png differ diff --git a/images/activities/research.png b/images/activities/research.png new file mode 100644 index 0000000..e84bbc6 Binary files /dev/null and b/images/activities/research.png differ