From ef1d86a07558e6a3b9c87182f5e2fbe3491eb7b6 Mon Sep 17 00:00:00 2001 From: Ican Bachors Date: Wed, 19 Oct 2016 19:44:25 +0700 Subject: [PATCH 1/9] v3.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff824b8..3184579 100644 --- a/README.md +++ b/README.md @@ -38,4 +38,4 @@ $(document).ready(function(){ }); </script> -

DEMO

+

DEMO

From 1ce37b32aec81d7d1906e75bc2cab43632116291 Mon Sep 17 00:00:00 2001 From: Ican Bachors Date: Thu, 9 Feb 2017 09:25:36 +0700 Subject: [PATCH 2/9] Create bower.json --- bower.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..1802e7a --- /dev/null +++ b/bower.json @@ -0,0 +1,16 @@ +{ + "name": "jQuery-Github-Feed", + "main": "src/github-feed.js", + "homepage": "https://github.com/bachors/jQuery-Github-Feed", + "description": "This is a small and simple jQuery plugin to make github repositories, activity and gists widget from multiple accounts.", + "keywords": [ + "github", + "feed", + "repositories", + "git" + ], + "license": "MIT", + "ignore": [ + "**/.*" + ] +} From f577009a2cc2d420582ca92446c53892e91cc9ab Mon Sep 17 00:00:00 2001 From: Ican Bachors Date: Thu, 9 Feb 2017 09:27:03 +0700 Subject: [PATCH 3/9] Create package.json --- package.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..4663a0b --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "jQuery-Github-Feed", + "version": "1.0.0", + "description": "This is a small and simple jQuery plugin to make github repositories, activity and gists widget from multiple accounts.", + "repository": "bachors/jQuery-Github-Feed", + "author": "Ican Bachors", + "license": "MIT", + "bugs": { + "url": "https://github.com/bachors/jQuery-Github-Feed/issues" + }, + "homepage": "https://github.com/bachors/jQuery-Github-Feed", + "dependencies": { + "jquery": "^2.1.3", + "fontawesome": "^4.7.0" + }, + "keywords": [ + "github", + "feed", + "repositories", + "git" + ] +} From 7871e24a14376f6eb45962721b362b4d016eae6e Mon Sep 17 00:00:00 2001 From: Ican Bachors Date: Tue, 11 Jul 2017 05:31:09 +0700 Subject: [PATCH 4/9] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 3184579..9463972 100644 --- a/README.md +++ b/README.md @@ -37,5 +37,3 @@ $(document).ready(function(){ ); }); </script> - -

DEMO

From 9dc92c94c357aa28f6aa4f40d41e893eb13e5e7c Mon Sep 17 00:00:00 2001 From: Ican Bachors Date: Tue, 11 Jul 2017 05:42:22 +0700 Subject: [PATCH 5/9] Update github-feed.css --- src/github-feed.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/github-feed.css b/src/github-feed.css index 48bea9a..20cb5c6 100644 --- a/src/github-feed.css +++ b/src/github-feed.css @@ -5,6 +5,8 @@ * Updates will be posted to this site. ***********************************************************/ +@import url(//cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css); + .github-feed { font-family: Helvetica, arial, freesans, clean, sans-serif; height: 100%; @@ -24,9 +26,9 @@ /* header */ .github-feed .head { font-size: 1em; - width: calc(100% - 20px); + width: 100%; padding: 10px; - height: 70px; + height: 80px; background: #f5f5f5; border-bottom: 1px solid #d8d8d8; display: block; @@ -89,6 +91,7 @@ .github-feed .gftabs { display: block; width: 100%; + background: #fafafa; } .github-feed .gftabs .gftab { @@ -136,7 +139,7 @@ display: block; padding: 10px; padding-right: 0; - width: calc(100% - 10px); + width: 100%; border-bottom: 1px solid #d8d8d8; font-weight: normal; } @@ -230,7 +233,7 @@ /* footer */ .github-feed .foot { background: #f5f5f5; - width: calc(100% - 20px); + width: 100%; padding: 5px 10px 5px 10px; border-top: 1px solid #d8d8d8; font-size: 0.8em; From b0899aef1949970c8226b7fe6f631c348c4305b5 Mon Sep 17 00:00:00 2001 From: Ican Bachors Date: Tue, 11 Jul 2017 05:44:32 +0700 Subject: [PATCH 6/9] Update github-feed.css --- src/github-feed.css | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/github-feed.css b/src/github-feed.css index 20cb5c6..48bea9a 100644 --- a/src/github-feed.css +++ b/src/github-feed.css @@ -5,8 +5,6 @@ * Updates will be posted to this site. ***********************************************************/ -@import url(//cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css); - .github-feed { font-family: Helvetica, arial, freesans, clean, sans-serif; height: 100%; @@ -26,9 +24,9 @@ /* header */ .github-feed .head { font-size: 1em; - width: 100%; + width: calc(100% - 20px); padding: 10px; - height: 80px; + height: 70px; background: #f5f5f5; border-bottom: 1px solid #d8d8d8; display: block; @@ -91,7 +89,6 @@ .github-feed .gftabs { display: block; width: 100%; - background: #fafafa; } .github-feed .gftabs .gftab { @@ -139,7 +136,7 @@ display: block; padding: 10px; padding-right: 0; - width: 100%; + width: calc(100% - 10px); border-bottom: 1px solid #d8d8d8; font-weight: normal; } @@ -233,7 +230,7 @@ /* footer */ .github-feed .foot { background: #f5f5f5; - width: 100%; + width: calc(100% - 20px); padding: 5px 10px 5px 10px; border-top: 1px solid #d8d8d8; font-size: 0.8em; From ce0af86ed612026ecd3f5e07ae82032dce09170b Mon Sep 17 00:00:00 2001 From: Ican Bachors Date: Thu, 13 Jul 2017 05:14:21 +0700 Subject: [PATCH 7/9] Rename index.html to v.html --- index.html => v.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename index.html => v.html (100%) diff --git a/index.html b/v.html similarity index 100% rename from index.html rename to v.html From 7cbef6a98707ada3c9f4594b416375057c8c84de Mon Sep 17 00:00:00 2001 From: Ican Bachors Date: Thu, 13 Jul 2017 05:15:22 +0700 Subject: [PATCH 8/9] Rename v.html to index.html --- v.html => index.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename v.html => index.html (100%) diff --git a/v.html b/index.html similarity index 100% rename from v.html rename to index.html From 18e7de86b46784a5696afe7134be0f099c67b352 Mon Sep 17 00:00:00 2001 From: Ican Bachors Date: Thu, 13 Jul 2017 05:35:52 +0700 Subject: [PATCH 9/9] Update github-feed.css --- src/github-feed.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/github-feed.css b/src/github-feed.css index 48bea9a..3ba0fb1 100644 --- a/src/github-feed.css +++ b/src/github-feed.css @@ -25,8 +25,10 @@ .github-feed .head { font-size: 1em; width: calc(100% - 20px); +/* width: 100%; */ padding: 10px; height: 70px; +/* height: 90px; */ background: #f5f5f5; border-bottom: 1px solid #d8d8d8; display: block; @@ -76,7 +78,8 @@ .github-feed .head .left img { width: 60px; border: 1px solid #d8d8d8; - padding: 3px; + padding: 0px 3px; + margin: 0px !important } .github-feed .head .right { @@ -89,6 +92,7 @@ .github-feed .gftabs { display: block; width: 100%; + background: #fafafa; } .github-feed .gftabs .gftab { @@ -137,6 +141,7 @@ padding: 10px; padding-right: 0; width: calc(100% - 10px); +/* width: 100%; */ border-bottom: 1px solid #d8d8d8; font-weight: normal; } @@ -231,6 +236,7 @@ .github-feed .foot { background: #f5f5f5; width: calc(100% - 20px); +/* width: 100%; */ padding: 5px 10px 5px 10px; border-top: 1px solid #d8d8d8; font-size: 0.8em;