Skip to content

Instantly share code, notes, and snippets.

@jienba
jienba / index.html
Created November 22, 2022 11:04
Simple Business Model Canvas
<div class="bmc">
<div class="block key-partners">
<h2 class="title">Key Partners</h2>
<ul class="ingress">
<li>
<p>Who are our Key Partners?</p>
</li>
<li>
<p>Who are our key suppliers?</p>
</li>
@jienba
jienba / index.html
Created March 26, 2021 01:31
Verification Code
<div id="wrapper">
<div id="dialog">
<button class="close">×</button>
<h3>Please enter the 4-digit verification code we sent via SMS:</h3>
<span>(we want to make sure it's you before we contact our movers)</span>
<div id="form">
<input type="text" maxLength="1" size="1" min="0" max="9" pattern="[0-9]{1}" />
<input type="text" maxLength="1" size="1" min="0" max="9" pattern="[0-9]{1}" /><input type="text" maxLength="1" size="1" min="0" max="9" pattern="[0-9]{1}" /><input type="text" maxLength="1" size="1" min="0" max="9" pattern="[0-9]{1}" />
<button class="btn btn-primary btn-embossed">Verify</button>
</div>