Skip to content

Instantly share code, notes, and snippets.

@xbeat
xbeat / index.html
Last active February 14, 2018 09:11
Login and registration form (4 xbe.at)
<div class="login__container">
<div class="login__menu">
<div class="btn__menu__login">LOGIN</div>
<div class="btn__menu__registration active">REGISTER</div>
</div>
<div id="login__message"></div>
<div class="login__form">
<div class="contact-form">
<div class="login__row">
<input class="login__input" id="login_email" placeholder="E-MAIL" type="email" pattern="[^ @]*@[^ @]*">
@xbeat
xbeat / index.html
Created February 5, 2018 21:15
Login w/ registration w/ forgot password w/ resend confirmation email(4 xbe.at) (don't use)
<div class="login__container">
<div class="login__menu">
<div class="btn__menu__login">LOGIN</div>
<div class="btn__menu__registration menu__not__active">REGISTER</div>
</div>
<div id="login__message" class="login__message"></div>
<div class="login__form">
<div class="login__row">
<input class="login__input" id="login_email" placeholder="E-MAIL" type="email" pattern="[^ @]*@[^ @]*">
</div>
@xbeat
xbeat / index.html
Created February 5, 2018 21:15
xbe.at social login
<div class="section-login">
<div class="signup-box">
<h1 class="login-title">Join xbe.at</h1>
<div class="social-login">
<a class="login-facebook" href="#">Facebook</a>
<a class="login-google" href="#">Google</a>
</div>
<form class="login-form" action="POST">
<div class="form-group">
<label for="">Email address</label>
@xbeat
xbeat / datagrid-complete-w-json-and-flexbox-v-2-0.markdown
Created February 5, 2018 21:14
Datagrid complete w/ Json and flexbox v.2.0
@xbeat
xbeat / flexgrid-json-w-php-backend-w-o-cors.markdown
Created February 5, 2018 21:14
Flexgrid Json w/ php backend w/o Cors
@xbeat
xbeat / fast-filtering-with-javascript.markdown
Last active February 2, 2018 10:35
Fast Filtering with JavaScript
@xbeat
xbeat / index.html
Last active February 2, 2018 10:16
SVG Loader Spinner Donut
<div class="showbox">
<div class="loader">
<span>LOADING</span>
<svg class="circular" viewBox="25 25 50 50">
<circle id="path-gray" class="path-gray" cx="50" cy="50" r="20" fill="none" stroke-width="6" stroke-miterlimit="10"/>
<circle id="path" class="path" cx="50" cy="50" r="20" fill="none" stroke-width="2" stroke-miterlimit="0" stroke-dasharray="1, 200" stroke-dashoffset="-35px"/>
</svg>
</div>
</div>
@xbeat
xbeat / index.html
Last active February 5, 2018 18:21
Soccer Formations ( 2018 )
<div id="formation"></div>
@xbeat
xbeat / index.html
Created January 29, 2018 21:53
Modern Animated Menu in Vanilla Javascript
<head>
<meta charset="UTF-8">
<title>xbeat Interface</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="skill" class="skill">
<div id="cross-close" class="cross-close">&larr;</div>
@xbeat
xbeat / field-timer-scoreboard-formation.markdown
Created January 28, 2018 15:41
Field + Timer + Scoreboard + Formation