M README.md => README.md +2 -2
@@ 3,7 3,7 @@
Normform: A tiny CSS plugin to make your web forms beautiful again
Form plugin (6KB)
-### [Check out the demos](https://normform.netlify.com/)
+### [Check out the demos](https://normform.btxx.org/)
## How to use
@@ 103,4 103,4 @@ Adding input validation is as simple as including the `required` attribute but i
---
-That's it! Enjoy, and if you have any feature request or notice any bugs - please open a ticket!
+That's it! Enjoy!
M index.html => index.html +2 -3
@@ 6,7 6,6 @@
<title>Normform</title>
<meta name="description" content="A pure CSS form plugin to make your forms beautiful again">
<link rel="icon" href="favicon.png" type="image/png">
- <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="normform/normform.min.css">
</head>
@@ 16,7 15,7 @@
<h1><span class="blue">Normform</span> <span class="white">2.0</span></h1>
<h3>
Simplify your forms
- <span>Pure CSS form plugin (6KB) | <a href="https://raw.githubusercontent.com/bradleytaunt/normform/master/normform/normform.min.css">Download</a> | <a href="https://github.com/bradleytaunt/normform">Docs</a></span>
+ <span>Pure CSS form plugin (6KB) | <a href="https://git.sr.ht/~bt/normform">Source Code</a>
</h3>
</header>
@@ 26,7 25,7 @@
<h3 class="heading">Headache-free setup</h3>
<p>Implementing Normform into your site or web app is incredibly easy:</p>
<ol>
- <li><a href="https://raw.githubusercontent.com/bradleytaunt/normform/master/normform/normform.min.css">Download the minified CSS</a> off Github</li>
+ <li><a href="https://git.sr.ht/~bt/normform">Download the minified CSS</a> off sourcehut</li>
<li>Include <code>normform.min.css</code> in your project</li>
<li>Add the <code>normform</code> class to your form element</li>
<li>Profit!</li>