1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-06 13:26:36 +02:00
This commit is contained in:
Kushagra Gour
2018-01-13 15:04:37 +05:30
parent 8f2dfedf8e
commit 4cbef2bf9f
20 changed files with 2805 additions and 215 deletions

View File

@@ -4,7 +4,7 @@
</svg>
</a>
<h1>Web Maker<small style="font-size:14px;"> v2.9.6</small></h1>
<h1><div class="web-maker-with-tag">Web Maker</div><small style="font-size:14px;"> v2.9.6</small></h1>
<div>
<p>Made with <span style="margin-right: 8px;">💖</span> & <span style="margin-right: 8px;">🙌</span> by <a href="https://twitter.com/chinchang457" target="_blank">Kushagra Gour</a></p>

View File

@@ -4,13 +4,25 @@
</svg>
</a>
<h2>Login</h2>
<h2>Login / Signup</h2>
<div class="flex">
<div>
<p>
<button class="btn social-login-btn--google">Login with Google</button>
<button class="btn btn-icon btn--big full-width social-login-btn--github" data-auth-provider="github">
<svg><use xlink:href="#github-icon"></use></svg>Login with Github
</button>
</p>
<p>
<button d-click="login" class="btn social-login-btn--github">Login with Github</button>
<button d-click="login" class="btn btn-icon btn--big full-width social-login-btn--google" data-auth-provider="google">
<svg><use xlink:href="#google-icon"></use></svg>Login with Google
</button>
</p>
<p class="mb-2">
<button d-click="login" class="btn btn-icon btn--big full-width social-login-btn--facebook" data-auth-provider="facebook">
<svg><use xlink:href="#fb-icon"></use></svg>Login with Facebook
</button>
</p>
<p>
Join a community of 50,000+ Developers
</p>
</div>