Skip to content

Commit

Permalink
updating github urls to point to formkeep github depot
Browse files Browse the repository at this point in the history
  • Loading branch information
furiousdavid committed Mar 10, 2019
1 parent 44450c7 commit 34e33d2
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 35 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
## Gridforms
An effort to make beautiful forms for web applications that make data entry less painful. Gridforms is a front-end library which handles the boilerplate necessary to build grid based forms.

This is my first ever open source project so please [email](mailto:[email protected]) me if you spot any errors (which you're guaranteed to find). I am only now realizing how hard it is to write even simple documentation, your help in improving it will be greatly appreciated.

### Examples
- [Gridforms Homepage](http://kumailht.com/gridforms)
- [Example Bank Account Application Form](http://kumailht.com/gridforms/example.html)
- [Gridforms Homepage](https://formkeep.com/gridforms)

### Basic Usage

Expand Down Expand Up @@ -93,4 +90,4 @@ Similarly, if you are using **[wicked_pdf](https://github.com/mileszs/wicked_pdf
- Introduce a sass file to style error/help messages
- Introduce another sass file that can style the various field types (debatable)

If you have ideas on how to improve Gridforms or if you want to contribute to this repo, shoot me an email at [contact@kumailht.com](mailto:contact@kumailht.com).
If you have ideas on how to improve Gridforms or if you want to contribute to this repo, shoot us an email at [support@formkeep.com](mailto:support@formkeep.com).
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "gridforms",
"homepage": "kumailht.com/gridforms",
"homepage": "formkeep.com/gridforms",
"authors": [
"Kumail Hunaid <contact@kumailht.com>"
"FormKeep <support@formkeep.com>"
],
"description": "Data entry can be beautiful",
"main": ["./gridforms/gridforms.css", "./gridforms/gridforms.js"],
Expand Down
37 changes: 13 additions & 24 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,22 @@
<h2>Data entry can be beautiful</h2>
<h3>Grid forms are dense forms designed for use in applications that require lots of data to be entered regularly. A tiny Javascript/CSS framework that helps you make forms on grids with ease.</h3>
<br>
<h3><b><a href="https://github.com/kumailht/gridforms">Download on Github</a></b></h3>
<br>
<iframe src="http://ghbtns.com/github-btn.html?user=kumailht&repo=gridforms&type=watch"
allowtransparency="true" frameborder="0" scrolling="0" width="62" height="20"></iframe>
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://kumailht.com/gridforms/" data-via="kumailht" data-count="none">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</div>

<br><br><br>
<br>

<center><img src="media/images/try.png"></center>

<br>
<a class="github-button" href="https://github.com/furiouscollective/gridforms/archive/master.zip"
data-icon="github-button" data-size="large"
aria-label="Download furiouscollective/gridforms on GitHub">Download</a>
<a class="github-button" href="https://github.com/furiouscollective/gridforms"
data-icon="octicon-star" data-size="large" data-show-count="true"
aria-label="Star furiouscollective/gridforms on GitHub">Star</a>
<a href="https://twitter.com/share" data-size="large" class="twitter-share-button" data-url="https://formkeep.com/gridforms/" data-via="formkeep" data-count="none">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<br>
<br>

<form class="my-grid-form">
<fieldset>
Expand Down Expand Up @@ -189,27 +191,14 @@ <h3><b><a href="https://github.com/kumailht/gridforms">Download on Github</a></b
<br><br><br><br>

<div class="footer">
<i><b>Gridforms</b> was made by <b><a href="http://kumailht.com">Kumail Hunaid</a></b>. <br><br>Follow <a href="http://twitter.com/kumailht">@kumailht</a> on Twitter or <br><a href="http://kumailht.com/#email-notification">subscribe</a> to be notified about future projects.</i>
</div>
<i><b>Gridforms</b> is being maintained by <b><a href="http://formkeep.com">FormKeep, Inc</a></b>. <br><br>
Follow <a href="http://twitter.com/formkeep">@formkeep</a> on Twitter to be notified about future projects.</i>
</div>

<br><br><br>
<center><a href="http://formbakery.com"><img src="media/images/now-checkout-formbakery.png"></a></center>
<br><br><br><br>
<br><br><br><br>

<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-632178-11']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/kumailht/gridforms.git"
"url": "git+https://github.com/furiouscollective/gridforms.git"
},
"keywords": [
"responsive",
"grid",
"forms"
],
"author": "Kumail Hunaid <contact@kumailht.com>",
"author": "FormKeep <support@formkeep.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kumailht/gridforms/issues"
"url": "https://github.com/furiouscollective/gridforms/issues"
},
"homepage": "https://github.com/kumailht/gridforms#readme",
"homepage": "https://github.com/furiouscollective/gridforms/issues",
"scripts": {
"build": "sass -t compact gridforms/gridforms.sass gridforms/gridforms.css"
}
Expand Down

0 comments on commit 34e33d2

Please sign in to comment.