https everything

This commit is contained in:
Vivek Teega 2019-05-10 21:21:24 +05:30
parent b67559971b
commit ceff59b3bb
10 changed files with 28 additions and 28 deletions

View File

@ -4,8 +4,8 @@ NaturalLanguageForm
An experimental form that uses natural language instead of the usual form layout. Values are entered using custom input elements. An experimental form that uses natural language instead of the usual form layout. Values are entered using custom input elements.
[article on Codrops](http://tympanus.net/codrops/?p=15139) [article on Codrops](https://tympanus.net/codrops/?p=15139)
[demo](http://tympanus.net/Tutorials/NaturalLanguageForm/) [demo](https://tympanus.net/Tutorials/NaturalLanguageForm/)
[LICENSING & TERMS OF USE](http://tympanus.net/codrops/licensing/) [LICENSING & TERMS OF USE](https://tympanus.net/codrops/licensing/)

View File

@ -1,5 +1,5 @@
/* General Demo Style */ /* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700); @import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face { @font-face {
font-family: 'codropsicons'; font-family: 'codropsicons';
@ -15,7 +15,7 @@
*:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;} body, html { font-size: 100%; padding: 0; margin: 0;}
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */ /* Clearfix hack by Nicolas Gallagher: https://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; } .clearfix:after { clear: both; }

View File

@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?> <?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "https://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg"> <svg xmlns="https://www.w3.org/2000/svg">
<metadata> <metadata>
This is a custom SVG font generated by IcoMoon. This is a custom SVG font generated by IcoMoon.
<iconset grid="14"></iconset> <iconset grid="14"></iconset>

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -1,6 +1,6 @@
Icon Set: Font Awesome -- http://fortawesome.github.com/Font-Awesome/ Icon Set: Font Awesome -- https://fortawesome.github.com/Font-Awesome/
License: SIL -- http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL License: SIL -- https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
Icon Set: Eco Ico -- http://dribbble.com/shots/665585-Eco-Ico Icon Set: Eco Ico -- https://dribbble.com/shots/665585-Eco-Ico
License: CC0 -- http://creativecommons.org/publicdomain/zero/1.0/ License: CC0 -- https://creativecommons.org/publicdomain/zero/1.0/

View File

@ -1,2 +1,2 @@
Icon Set: IcoMoon - Free -- http://keyamoon.com/icomoon/ Icon Set: IcoMoon - Free -- https://keyamoon.com/icomoon/
License: CC BY 3.0 -- http://creativecommons.org/licenses/by/3.0/ License: CC BY 3.0 -- https://creativecommons.org/licenses/by/3.0/

View File

@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?> <?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "https://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg"> <svg xmlns="https://www.w3.org/2000/svg">
<metadata> <metadata>
This is a custom SVG font generated by IcoMoon. This is a custom SVG font generated by IcoMoon.
<iconset grid="16"></iconset> <iconset grid="16"></iconset>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?> <?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "https://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg"> <svg xmlns="https://www.w3.org/2000/svg">
<metadata> <metadata>
This is a custom SVG font generated by IcoMoon. This is a custom SVG font generated by IcoMoon.
<iconset grid="16"></iconset> <iconset grid="16"></iconset>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -50,8 +50,8 @@
<div class="container demo-1"> <div class="container demo-1">
<!-- Top Navigation --> <!-- Top Navigation -->
<div class="codrops-top clearfix"> <div class="codrops-top clearfix">
<a class="codrops-icon codrops-icon-prev" href="http://tympanus.net/Development/MorphingDevices/"><span>Previous Demo</span></a> <a class="codrops-icon codrops-icon-prev" href="https://tympanus.net/Development/MorphingDevices/"><span>Previous Demo</span></a>
<span class="right"><a class="codrops-icon codrops-icon-drop" href="http://tympanus.net/codrops/?p=15139"><span>Back to the Codrops Article</span></a></span> <span class="right"><a class="codrops-icon codrops-icon-drop" href="https://tympanus.net/codrops/?p=15139"><span>Back to the Codrops Article</span></a></span>
</div> </div>
<header> <header>
<h1>Smart Contract Creator <span>with custom input elements</span></h1> <h1>Smart Contract Creator <span>with custom input elements</span></h1>

File diff suppressed because one or more lines are too long

View File

@ -1,12 +1,12 @@
/** /**
* nlform.js v1.0.0 * nlform.js v1.0.0
* http://www.codrops.com * https://www.codrops.com
* *
* Licensed under the MIT license. * Licensed under the MIT license.
* http://www.opensource.org/licenses/mit-license.php * https://www.opensource.org/licenses/mit-license.php
* *
* Copyright 2013, Codrops * Copyright 2013, Codrops
* http://www.codrops.com * https://www.codrops.com
*/ */
;( function( window ) { ;( function( window ) {