Explorer
project
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<div class="page">
<div class="shell">
<aside class="brand">
<div class="logo">* Rloop</div>
<div class="mid">
<h3>Welcome back to the future of <em>building</em>.</h3>
<p>Join 12,000+ teams shipping faster with our platform.</p>
<div class="quote">"It saved us 3 months of engineering work." - Linear</div>
</div>
<div class="dots"><span></span><span></span><span></span></div>
</aside>
<section class="form">
<h2>Sign in</h2>
<p class="sub">Welcome back, enter your details below</p>
<button class="oauth">o Continue with Google</button>
<div class="div"><span>or</span></div>
<form onsubmit="event.preventDefault()">
<label>Email<input type="email" value="layla@rloop.dev" /></label>
<label>Password<input type="password" value="--------" /></label>
<div class="row">
<label class="ck"><input type="checkbox" checked /> Remember me</label
><a>Forgot password?</a>
</div>
<button class="primary">Sign in -></button>
</form>
<p class="foot">Don't have an account? <a>Sign up</a></p>
</section>
</div>
</div>
rloop.dev/p/Pr-E88