From bf8ac1a708f73fa429dcb74984193b284835b00e Mon Sep 17 00:00:00 2001 From: aishivam Date: Mon, 28 Jun 2021 22:47:07 +0530 Subject: [PATCH 1/7] margin add to LogoTop --- stylesheets/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/app.css b/stylesheets/app.css index 056ecde..ca32bf0 100644 --- a/stylesheets/app.css +++ b/stylesheets/app.css @@ -7672,6 +7672,7 @@ form.custom .custom.dropdown.open.medium ul { position: absolute; top: -10px; right: 20px; + margin: 5px; overflow: hidden; height: 100px; -webkit-transition: height 0.2s; From 85c866248e9f05a74c7e37561ace936c18b74644 Mon Sep 17 00:00:00 2001 From: aishivam Date: Mon, 28 Jun 2021 23:28:49 +0530 Subject: [PATCH 2/7] change Featured CSS --- stylesheets/app.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/stylesheets/app.css b/stylesheets/app.css index ca32bf0..b01109d 100644 --- a/stylesheets/app.css +++ b/stylesheets/app.css @@ -227,6 +227,7 @@ sub { /* line 227, sass/_normalize.scss */ img { border: 0; + margin:5px; } /** @@ -7429,7 +7430,7 @@ form.custom .custom.dropdown.open.medium ul { /* line 205, sass/app.scss */ .header-inline { background: #e9e9e9; - height: 300px; + height: 400px; width: 100%; overflow: hidden; position: relative; @@ -7440,19 +7441,22 @@ form.custom .custom.dropdown.open.medium ul { position: absolute; z-index: 99; left: 100%; - overflow: hidden; + /* overflow: hidden; */ -webkit-transition: left 0.5s; -moz-transition: left 0.5s; -o-transition: left 0.5s; transition: left 0.5s; background: #e9e9e9; width: 100%; - height: 300px; + height: 450px; } /* line 219, sass/app.scss */ .header-inline .wrapper.actual { left: 0; + } + + /* line 221, sass/app.scss */ .header-inline .wrapper > .row { position: relative; @@ -7480,7 +7484,8 @@ form.custom .custom.dropdown.open.medium ul { } /* line 246, sass/app.scss */ .header-inline .wrapper .logo { - position: absolute; + /* position: absolute; */ + margin-top: 30px; margin-left: 10%; width: 80%; } From 70a7b33cfd52324f73f27c977044d5a5a374c6e7 Mon Sep 17 00:00:00 2001 From: aishivam Date: Mon, 28 Jun 2021 23:53:56 +0530 Subject: [PATCH 3/7] LogoTop css change --- index.html | 4 ++-- stylesheets/app.css | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index fe7dee3..b6d2288 100644 --- a/index.html +++ b/index.html @@ -136,7 +136,7 @@

Statistics

- +
@@ -316,7 +316,7 @@
...and with diff --git a/stylesheets/app.css b/stylesheets/app.css index b01109d..7d026a9 100644 --- a/stylesheets/app.css +++ b/stylesheets/app.css @@ -5,6 +5,10 @@ /** * Correct `block` display not defined in IE 8/9. */ + + html { + scroll-behavior: smooth; +} /* line 22, sass/_normalize.scss */ article, aside, @@ -7685,6 +7689,13 @@ form.custom .custom.dropdown.open.medium ul { -o-transition: height 0.2s; transition: height 0.2s; } +@media only screen and (max-width: 345px) { + .menu .wrapLogoTop { + margin: 5px; + right: 0px; + + } + } /* line 427, sass/app.scss */ .menu .logoTop { width: 45px; From 8bdd1cc6bfa2dab81db23a8e105207d23ff797d0 Mon Sep 17 00:00:00 2001 From: aishivam Date: Mon, 28 Jun 2021 23:57:22 +0530 Subject: [PATCH 4/7] PDF viewer header issue fix --- cla.html | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/cla.html b/cla.html index 6d88bcd..7719adf 100644 --- a/cla.html +++ b/cla.html @@ -86,12 +86,27 @@ - From e79303a318407f20e2c7f7cf3a952b179c607ae8 Mon Sep 17 00:00:00 2001 From: aishivam Date: Tue, 29 Jun 2021 00:05:14 +0530 Subject: [PATCH 5/7] grammatical error fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f145dbf..e09612a 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The [Adobe Creative Cloud](http://www.adobe.com/products/creativecloud.html) is ## Be in touch! -We hope you love this new homepage. Any feedback, ideas or bugfixes are very much welcome. Here is the [Trello board](https://trello.com/b/eLlfvaVe/adobe-github-com) on which you can add your ideas. You can also check out the [wiki page](https://github.com/adobe/adobe.github.com/wiki) to know how to update the page easily. +We hope you love this new homepage. Any feedback, ideas, or bug fixes are very much welcome. Here is the [Trello board](https://trello.com/b/eLlfvaVe/adobe-github-com) on which you can add your ideas. You can also check out the [wiki page](https://github.com/adobe/adobe.github.com/wiki) to know how to update the page easily. All this seems interesting to you? Want to start contributing to the web with Adobe? @@ -37,9 +37,9 @@ Hummm... want to learn more about how all this is structured? A good sketch is b

Adobe Open Source schema

-The information is pulled directly from the [Github API](http://developer.github.com/v3/) and aggregated by a [NodeJS](http://nodejs.org) server (its code source is available [in this repository](https://github.com/adobe/server.adobe.github.com)). It is available through an simple REST API, thanks to [restify](http://mcavage.me/node-restify/). +The information is pulled directly from the [Github API](http://developer.github.com/v3/) and aggregated by a [NodeJS](http://nodejs.org) server (its code source is available [in this repository](https://github.com/adobe/server.adobe.github.com)). It is available through a simple REST API, thanks to [restify](http://mcavage.me/node-restify/). -[AngularJS](http://angularjs.org/) then makes a unique API call to the server and inject the data on your browser, based on the [Foundation](http://foundation.zurb.com/) CSS framework and using [dc.js](http://nickqizhu.github.io/dc.js/) for the graphs. The filtering engine for the repositories was built on top of Angular. +[AngularJS](http://angularjs.org/) then makes a unique API call to the server and injects the data on your browser, based on the [Foundation](http://foundation.zurb.com/) CSS framework and using [dc.js](http://nickqizhu.github.io/dc.js/) for the graphs. The filtering engine for the repositories was built on top of Angular. ## Deploying Locally From 93b49961f0fe0b0c22e5838f67e90293ff6eebd3 Mon Sep 17 00:00:00 2001 From: aishivam Date: Tue, 29 Jun 2021 00:06:10 +0530 Subject: [PATCH 6/7] meta description add --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index b6d2288..42e22e4 100644 --- a/index.html +++ b/index.html @@ -27,6 +27,7 @@ Adobe Open Source | Advancing technology through open initiatives + From 08612f1506022a24d6908c83e9fc8c35b1b913b4 Mon Sep 17 00:00:00 2001 From: aishivam Date: Fri, 2 Jul 2021 23:30:43 +0530 Subject: [PATCH 7/7] fixed issue#72 --- stylesheets/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/app.css b/stylesheets/app.css index 7d026a9..d3a5421 100644 --- a/stylesheets/app.css +++ b/stylesheets/app.css @@ -7319,7 +7319,7 @@ form.custom .custom.dropdown.open.medium ul { /* line 89, sass/app.scss */ .head-anchor { position: absolute; - margin-top: -50px; + margin-top: -90px; } /* line 94, sass/app.scss */