This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//PEN HEADER | |
header.header | |
h1.header__title Multi Step Form with animations | |
.header__btns.btns | |
a.header__btn.btn(href="https://github.com/nat-davydova/multisteps-form" title="Check on Github" target="_blank") Check on Github | |
//PEN CONTENT | |
.content | |
//content inner |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container"> | |
<h1>Multiple File Upload Viewer</h1> | |
</div> | |
<div class="container"> | |
<form action=""> | |
<div> | |
<label for="upload"> | |
<input type="file" id="upload" multiple> | |
Upload Files | |
</label> |
FilePond is a JavaScript library that enhances the classic file input element with a whole lot of sugary goodness.
More information can be found at: https://pqina.nl/filepond/
A Pen by Rik Schennink on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link href="https://fonts.googleapis.com/css?family=Coda|Open+Sans" rel="stylesheet"> | |
<div id="date-picker-section" class="container"> | |
<div id="date-picker-container"> | |
<div id="date-picker-title"> | |
<h4> Select your dates </h4> | |
</div> | |
<p> Click on a date to open the date picker. </p> |
NewerOlder