Add img srcset for logo and headshot.
This commit is contained in:
parent
bcb3bfb314
commit
19c0a48d68
Binary file not shown.
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.4 KiB |
13
index.html
13
index.html
@ -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,9 +67,11 @@
|
||||
</aside>
|
||||
</section>
|
||||
<hr>
|
||||
<article>
|
||||
<section>
|
||||
<header> <h2>Get to Know Our Team</h2> </header>
|
||||
<aside>
|
||||
<h3>Phil Glidewell</h3>
|
||||
<img alt="Phil's head shot" src="./hs-crop.jpg"></img>
|
||||
<p>
|
||||
<ul>
|
||||
<li>Birthplace: Lakewood, California</li>
|
||||
@ -81,7 +87,8 @@
|
||||
</li>
|
||||
</ul>
|
||||
</p>
|
||||
</article>
|
||||
</aside>
|
||||
</section>
|
||||
</main>
|
||||
<footer>
|
||||
<hr>
|
||||
|
Loading…
Reference in New Issue
Block a user