lostplaces-frontend/components/03_Organisms/header/header.hbs

10 lines
332 B
Handlebars
Raw Normal View History

2020-07-17 17:55:46 +02:00
<header class="LP-Header">
<div class="LP-Header__Logo">
2020-08-02 23:02:25 +02:00
{{> @image source='/images/logo.png'}}
2020-07-17 17:55:46 +02:00
</div>
2020-08-04 19:42:13 +02:00
<div class="LP-Header__UserInformation">
<span class="LP-Paragraph">
Hi there!{{> @link url="#" text="Login"}} or {{> @link url="#" text="Sign up"}}
</span>
</div>
2020-07-17 17:55:46 +02:00
</header>