mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-31 18:50:14 +02:00
add missing login modal html
This commit is contained in:
16
src/partials/login-modal.html
Normal file
16
src/partials/login-modal.html
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
<a d-click="onModalCloseBtnClick" href="" aria-label="Close Login modal" title="Close" class="js-modal__close-btn modal__close-btn">
|
||||||
|
<svg>
|
||||||
|
<use xlink:href="#cross-icon"></use>
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<h2>Login</h2>
|
||||||
|
|
||||||
|
<div class="flex">
|
||||||
|
<p>
|
||||||
|
<button class="btn social-login-btn--google">Login with Google</button>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<button d-click="login" class="btn social-login-btn--github">Login with Github</button>
|
||||||
|
</p>
|
||||||
|
</div>
|
Reference in New Issue
Block a user