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 diff --git a/cla.html b/cla.html index 6d88bcd..7719adf 100644 --- a/cla.html +++ b/cla.html @@ -86,12 +86,27 @@ - diff --git a/index.html b/index.html index fe7dee3..42e22e4 100644 --- a/index.html +++ b/index.html @@ -27,6 +27,7 @@ Adobe Open Source | Advancing technology through open initiatives + @@ -136,7 +137,7 @@

Statistics

- +
@@ -316,7 +317,7 @@
...and with diff --git a/stylesheets/app.css b/stylesheets/app.css index 056ecde..d3a5421 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, @@ -227,6 +231,7 @@ sub { /* line 227, sass/_normalize.scss */ img { border: 0; + margin:5px; } /** @@ -7314,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 */ @@ -7429,7 +7434,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 +7445,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 +7488,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%; } @@ -7672,6 +7681,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; @@ -7679,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;