Skip to content

Commit

Permalink
Added information to about section
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-neizer committed Nov 10, 2020
1 parent 6b0fe45 commit adc0f5e
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 22 deletions.
23 changes: 20 additions & 3 deletions CSS/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,18 @@ div.about-bio{
top: 0;
}

div.about-ms{
position: absolute;
bottom: 0;
div.about-mvc{
margin-top: 20px;
width: 1000px;
text-align: left;
}

div.about-blurb{
margin: 50px 0px;
}

h2{
color: var(--nav-colour);
}

@media screen and (max-width: 700px) {
Expand All @@ -63,4 +72,12 @@ div.about-ms{
div.about-information{
margin-top: 50px;
}

div.about-information{
height: 600px;
}

div.about-mvc{
width: 80%;
}
}
67 changes: 48 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,26 +177,55 @@ <h1 class="about-header">About Myself</h1>
</div>
<div class="about-information">
<div class="about-bio">
<h2 style="margin-top: 0;">Joseph Neizer, <span style="color: grey; font-weight: 100; padding-left: 10px;">MBA, CFP, CIM<br/>President</span></h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna
liqua. Ut enim ad minim veniam, quis nostrud exercitation
ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit
esse cillum dolore eu fugiat nulla pariatur. Excepteur sint
occaecat cupidatat non proident, sunt in culpa qui officia
deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna
liqua. Ut enim ad minim veniam, quis nostrud exercitation
ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>
<h2 style="margin-top: 0;">Joseph Neizer<span style="color: grey; font-weight: 100; padding-left: 10px;">- MBA, CFP, CIM<br/>President</span></h2>
<p>
I am passionate about financial literacy and helping individuals and families develop
financial strategies that enable them to achieve their financial goals and live purpose
filled lives.
</p>
<p>
I recently retired from the financial services sector after over 20 years in the industry. I
have an MBA from the University of Toronto, and I further hold complimentary
designations for Certified Financial Planner (CFP) and Canadian Investment Manager
(CIM).
</p>
<p>
I’ve worked across the Greater Toronto Area for TD Bank, holding positions from senior
financial analyst, financial advisor to branch manager. Outside of work, I volunteer with
my church as a money coach with Christians Against Poverty organization (CAP) and
as a tax preparer for low-income and new immigrants under CRA’s Community
Volunteer Income Tax Program (CVITP).
</p>
<p>
Throughout my career, I have enjoyed engaging with people from diverse cultural and
socio-economic backgrounds. My goal after retirement is to continue to provide financial
literacy advice to my community on a more personal level.
I am a proud husband and father to 4 lovely kids. In my spare time, I enjoy long walks,
playing golf, and spending time with my family.
</p>
</div>
<div class="about-ms">
<h3>Mission Statement</h3>
<p style="margin-bottom: 0;">Lorem ipsum dolor sit amet, consectetur adipiscing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna
liqua. Ut enim ad minim veniam, quis nostrud exercitation
ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>
</div>
<div class="about-mvc">
<div class="about-blurb">
<h2>Mission Statement</h2>
<p>
To provide individually tailored education, advice and strategies that encourage healthy
personal finances. I have a particular interest in promoting financial literacy to young
adults, couples, and seniors from new immigrant and minority communities.
</p>
</div>
<div class="about-blurb">
<h2>Vision</h2>
<p>
To help families anchor their futures on sound financial principles.
</p>
</div>
<div class="about-blurb">
<h2>Contact</h2>
<p>
If you have any questions regarding your financial plans or think I may be a good fit for
you and your family, please contact me to arrange a consultation.
</p>
</div>
</div>
</div>
Expand Down

0 comments on commit adc0f5e

Please sign in to comment.