Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completed Advisors #22

Merged
merged 1 commit into from
Dec 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions css/information.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,28 @@
font-size: 40px;
text-decoration: underline;
}
.training {
background-color: #1b1f4f;
color: #fff;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 50px 0px;
font-family: mediamoure;
}
.training h1 {
font-size: 36px;
margin-bottom: 20px;
text-decoration: underline;
text-align: center;
}
.training p {
width: 80%;
margin: 0px auto 20px auto;
line-height: 1.3;
font-size: 20px;
}
@media screen and (max-width: 768px) {
.informationheader h1 {
font-size: 50px;
Expand Down
22 changes: 22 additions & 0 deletions information.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,28 @@ <h1>Advisors Profile</h1>
</p>
</div>
</div>
<div class="training">
<h1>Training and Communication</h1>
<p>
<font color="#E6222b">Dr. V Sharada</font> is a communication expert and
a veteran of the All India Radio. She has designed, implemented and
evaluated the communications component of healthcare projects as well as
done a secondment stint at the Commissionerate of Family Welfare,
Government of (erstwhile Andhra Pradesh). Dr. Sharada holds two PhDs and
is an acknowledged expert in the use of media for healthcare.
</p>
<p>
<font color="#E6222b">Elizabeth Kuruvilla</font> is an experienced
professional proficient in areas of Graphic Design, Fashion and product
management. She has a pro-active and hands-on approach with proven
interpersonal skills along with problem solving capabilities. She is
detail oriented with a global outlook towards quality and performance
combined with the ability to translate market trends into innovative
products. Elizabeth is a graduate of the National Institute of Fashion
Technology Delhi.
</p>
</div>

<div class="footer">
<div class="footerleft">
<div class="footerlefthead">
Expand Down