Add img srcset for logo and headshot.

This commit is contained in:
jkaplon 2023-10-06 14:07:52 -04:00
parent bcb3bfb314
commit 19c0a48d68
2 changed files with 26 additions and 19 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@ -15,7 +15,11 @@
<body>
<header>
<nav>
<a href="/"><img alt="Glidewell Advisors Logo" src="GLIDEWELL-LOGO.png" height="100"></a>
<img
srcset="GLIDEWELL-LOGO-sm.png 143w, GLIDEWELL-LOGO.png 286w"
sizes="(max-width: 600px) 143px, 286px"
src="GLIDEWELL-LOGO-sm.png"
alt="Glidewell Advisors Logo">
<ul>
<li><a href="mailto:glidewelladvisors@gmail.com">glidewelladvisors@gmail.com</a></li>
<li><a href="tel:863-409-6581">863-409-6581</a></li>
@ -63,25 +67,28 @@
</aside>
</section>
<hr>
<article>
<section>
<header> <h2>Get to Know Our Team</h2> </header>
<h3>Phil Glidewell</h3>
<p>
<ul>
<li>Birthplace: Lakewood, California</li>
<li>Hometown: Lakeland, Florida</li>
<li>Education: Bachelors in Business, Louisiana State University</li>
<li>Licenses: 2-15 Health, Life and variable annuities</li>
<li>Community Involvement:
<ul>
<li><a href="https://www.uptownchamber.org/">Uptown Chamber of Commerce</a></li>
<li><a href="https://portal.clubrunner.ca/4893/">Plant City Rotarian</a></li>
<li><a href="https://spiritualhome.org/society-of-st-vincent-de-paul">Volunteer St. Vincent DePaul, Temple Terrace</a></li>
</ul>
</li>
</ul>
</p>
</article>
<aside>
<h3>Phil Glidewell</h3>
<img alt="Phil's head shot" src="./hs-crop.jpg"></img>
<p>
<ul>
<li>Birthplace: Lakewood, California</li>
<li>Hometown: Lakeland, Florida</li>
<li>Education: Bachelors in Business, Louisiana State University</li>
<li>Licenses: 2-15 Health, Life and variable annuities</li>
<li>Community Involvement:
<ul>
<li><a href="https://www.uptownchamber.org/">Uptown Chamber of Commerce</a></li>
<li><a href="https://portal.clubrunner.ca/4893/">Plant City Rotarian</a></li>
<li><a href="https://spiritualhome.org/society-of-st-vincent-de-paul">Volunteer St. Vincent DePaul, Temple Terrace</a></li>
</ul>
</li>
</ul>
</p>
</aside>
</section>
</main>
<footer>
<hr>