🚧 Continued on with coder coder's front end tutorial
This commit is contained in:
parent
99525165c9
commit
3cb8fa2334
3 changed files with 114 additions and 9 deletions
|
|
@ -100,23 +100,37 @@
|
|||
>
|
||||
<source media="(min-width: 37.5em)"
|
||||
srcset="/assets/images/image-profile-tablet.webp"
|
||||
>
|
||||
/>
|
||||
<img
|
||||
class="hero__image"
|
||||
src="/assets/images/image-profile-mobile.webp"
|
||||
alt="picture of Adam Keyes"
|
||||
width="174"
|
||||
height="383"
|
||||
>
|
||||
/>
|
||||
</picture>
|
||||
|
||||
<img
|
||||
class="hero__rings"
|
||||
src="/assets/images/pattern-rings.svg"
|
||||
alt=""
|
||||
width="530"
|
||||
height="129"
|
||||
/>
|
||||
<img
|
||||
class="hero__circle"
|
||||
src="/assets/images/pattern-circle.svg"
|
||||
alt=""
|
||||
width="129"
|
||||
height="129"
|
||||
/>
|
||||
<div class="hero__text">
|
||||
<h1 class="hero__headline">Nice to meet you! I'm Adam Keyes.</h1>
|
||||
<h1 class="hero__headline">Nice to meet you! I'm
|
||||
<span>Adam Keyes</span>.</h1>
|
||||
<p class="hero__description">
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit,
|
||||
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
||||
</p>
|
||||
<a href="" class="hero__contact">Contact me</a>
|
||||
<a href="" class="hero__contact underline">Contact me</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue