From b90a74b3e176aa09ec090430b2b81f2c6759d4a4 Mon Sep 17 00:00:00 2001
From: CJ Patoilo
Date: Fri, 16 Feb 2018 02:01:21 -0300
Subject: [PATCH 01/11] Update homepage
---
.github/contributing.md | 4 ++--
.github/issue_template.md | 6 +++---
.github/pull_request_template.md | 8 ++++----
bower.json | 3 +--
composer.json | 3 +--
examples/index.html | 34 ++++++++++++++++----------------
package.json | 3 +--
readme.md | 30 ++++++++++++++--------------
test/index.html | 32 +++++++++++++++---------------
9 files changed, 60 insertions(+), 63 deletions(-)
diff --git a/.github/contributing.md b/.github/contributing.md
index 88e7095..a0c48a0 100644
--- a/.github/contributing.md
+++ b/.github/contributing.md
@@ -16,7 +16,7 @@ We would love for you to contribute to Milligram and help us make this even bett
## Open an Issue
-[Open an Issue](https://github.com/milligram/milligram/issues/new) to report any problems or improvements. When necessary, use [Codepen](http://codepen.io/) to show the problem. Be sure to include some description to explain the problem.
+[Open an Issue](../../../issues/new) to report any problems or improvements. When necessary, use [Codepen](http://codepen.io/) to show the problem. Be sure to include some description to explain the problem.
## Submit a Pull Request
@@ -93,4 +93,4 @@ Help us keep Milligram open and inclusive. Please read and follow our thoughts o
## License
-By contributing your code, you agree to license your contribution under the [MIT license](https://github.com/milligram/milligram#license).
+By contributing your code, you agree to license your contribution under the [MIT license](../license).
diff --git a/.github/issue_template.md b/.github/issue_template.md
index b00ec68..2af67f8 100755
--- a/.github/issue_template.md
+++ b/.github/issue_template.md
@@ -1,10 +1,10 @@
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 35921a6..733925a 100755
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,12 +1,12 @@
diff --git a/bower.json b/bower.json
index 182d4f9..2f456e6 100644
--- a/bower.json
+++ b/bower.json
@@ -2,7 +2,7 @@
"name": "milligram",
"version": "1.3.0",
"description": "A minimalist CSS framework.",
- "homepage": "https://milligram.github.io",
+ "homepage": "https://milligram.io",
"repository": "milligram/milligram",
"license": "MIT",
"author": "CJ Patoilo ",
@@ -33,7 +33,6 @@
".eslintrc",
".github",
".gitignore",
- ".npmignore",
".sasslintrc",
".travis.yml",
"backstop.conf.js",
diff --git a/composer.json b/composer.json
index 0be7340..19276f1 100644
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,7 @@
"name": "milligram/milligram",
"version": "1.3.0",
"description": "A minimalist CSS framework.",
- "homepage": "https://milligram.github.io",
+ "homepage": "https://milligram.io",
"repository": "milligram/milligram",
"license": "MIT",
"author": "CJ Patoilo ",
@@ -33,7 +33,6 @@
".eslintrc",
".github",
".gitignore",
- ".npmignore",
".sasslintrc",
".travis.yml",
"backstop.conf.js",
diff --git a/examples/index.html b/examples/index.html
index 48d6c2b..1674cf1 100644
--- a/examples/index.html
+++ b/examples/index.html
@@ -6,11 +6,11 @@
Milligram | A minimalist CSS framework.
-
+
-
+
@@ -18,7 +18,7 @@