submit to test validation of header
This commit is contained in:
parent
b170525dd2
commit
c83cb021c7
|
@ -26,7 +26,7 @@
|
||||||
<a class="btn header__getting-started" href="">Get Started</a>
|
<a class="btn header__getting-started" href="">Get Started</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<section>
|
<div>
|
||||||
<h1>Maximize skill, minimize budget</h1>
|
<h1>Maximize skill, minimize budget</h1>
|
||||||
<p>
|
<p>
|
||||||
Our modern courses across a range of in-demand skills will give you the
|
Our modern courses across a range of in-demand skills will give you the
|
||||||
|
@ -44,8 +44,7 @@
|
||||||
<source media="(min-width: 768px)" srcset="assets/image-hero-tablet@2x.png 2x, assets/image-hero-tablet.png">
|
<source media="(min-width: 768px)" srcset="assets/image-hero-tablet@2x.png 2x, assets/image-hero-tablet.png">
|
||||||
<source media="(max-width: 767px)" srcset="assets/image-hero-mobile@2x.webp 2x, assets/image-hero-mobile.webp"
|
<source media="(max-width: 767px)" srcset="assets/image-hero-mobile@2x.webp 2x, assets/image-hero-mobile.webp"
|
||||||
type="image/webp">
|
type="image/webp">
|
||||||
<source media="(max-width: 767px)" srcset="assets/image-hero-mobile@2x.png 2x, assets/image-hero-mobile.png"
|
<source media="(max-width: 767px)" srcset="assets/image-hero-mobile@2x.png 2x, assets/image-hero-mobile.png">
|
||||||
src="assets/image-hero-mobile.png">
|
|
||||||
|
|
||||||
<!-- // fallback in different sizes, as well as regular src. -->
|
<!-- // fallback in different sizes, as well as regular src. -->
|
||||||
<!-- mobile image 435x409, page 327x301
|
<!-- mobile image 435x409, page 327x301
|
||||||
|
@ -66,13 +65,14 @@
|
||||||
1000px"
|
1000px"
|
||||||
alt="Woman blowing onto a mug. Top right of her is a box indicating 29k Members. On the bottom right is a box indicating 1,451 Course Hours."
|
alt="Woman blowing onto a mug. Top right of her is a box indicating 29k Members. On the bottom right is a box indicating 1,451 Course Hours."
|
||||||
class=""> -->
|
class=""> -->
|
||||||
<img class="hero_img" srcset="assets/image-hero-mobile.png, assets/image-hero-mobile@2x.png 2x"
|
<img class="hero_img" src="assets/image-hero-mobile.png"
|
||||||
|
srcset="assets/image-hero-mobile.png, assets/image-hero-mobile@2x.png 2x"
|
||||||
alt="Woman blowing onto a mug. Top right of her is a box indicating 29k Members. On the bottom right is a box indicating 1,451 Course Hours.">
|
alt="Woman blowing onto a mug. Top right of her is a box indicating 29k Members. On the bottom right is a box indicating 1,451 Course Hours.">
|
||||||
|
|
||||||
|
|
||||||
</picture>
|
</picture>
|
||||||
|
|
||||||
</section>
|
</div>
|
||||||
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue