Skip to content

Instantly share code, notes, and snippets.

View nshCore's full-sized avatar
:octocat:

0x1A4 nshCore

:octocat:
  • please enable GPS
View GitHub Profile

User registration snippet

        <div class="row">
          <div class="12 columns">
            <label for="EmailInput">Email<span class="required=">*</span></label>
            <input class="u-full-width" type="email" placeholder="your@email.com" id="EmailInput">
            <label for="FirstNameInput">First Name<span class="required=">*</span></label>
            <input type="text" class="u-full-width" placeholder="First Name" id="FirstNameInput">
            <label for="LastNameInput">Last Name<span class="required=">*</span></label>
            <input type="text" class="u-full-width" placeholder="Last Name" id="LastNameInput">
@nshCore
nshCore / common.md
Last active October 4, 2016 18:51
Common html snippets

a

<a href="$1">$2</a>

comm

@nshCore
nshCore / auth.php
Created September 15, 2016 14:34
auth.php for lumen/doctrine/jwt
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Defaults
|--------------------------------------------------------------------------
|
| This option controls the default authentication "guard" and password