diff --git a/public/_includes/_footer.jade b/public/_includes/_footer.jade index 820b2eb17f..08d00c34ba 100644 --- a/public/_includes/_footer.jade +++ b/public/_includes/_footer.jade @@ -41,4 +41,4 @@ footer(class="background-steel") - small.text-caption Powered by Google ©2010-2015. Code licensed under the The MIT License. Documentation licensed under CC BY 3.0. \ No newline at end of file + small.text-caption Powered by Google ©2010-2015. Code licensed under the The Apache License, Version 2.0. Documentation licensed under CC BY 3.0. \ No newline at end of file diff --git a/public/index.jade b/public/index.jade index f41ba8784f..4a72e2d05c 100644 --- a/public/index.jade +++ b/public/index.jade @@ -16,10 +16,10 @@ .grid-fluid.l-space-bottom-8 .c7 - h3.text-headline Open Source & MIT Licensed + h3.text-headline Powered By The Open Source Community p.text-body Angular is built by you, for you. Our community shapes Angular's direction: core contributions come from big companies and small ones, from students and independent experts. We do our work in the open so that you can help Angular improve, or extend and modify what we've built. .c5.text-center - img(src="/resources/images/logos/license/mit.png") + img(src="/resources/images/logos/license/open-source.png") diff --git a/public/resources/css/module/_banner.scss b/public/resources/css/module/_banner.scss index 18ba92bf8d..e247c69ef4 100644 --- a/public/resources/css/module/_banner.scss +++ b/public/resources/css/module/_banner.scss @@ -23,6 +23,7 @@ h3 { opacity: .87; line-height: 34px; + margin: 0; } h4 { diff --git a/public/resources/css/module/_footer.scss b/public/resources/css/module/_footer.scss index f79dd93af3..dc667b6a56 100644 --- a/public/resources/css/module/_footer.scss +++ b/public/resources/css/module/_footer.scss @@ -13,9 +13,9 @@ } .logo-inverse-large { - background: url('/resources/images/logos/inverse/shield/128.png') 0px 0px no-repeat; - height: 128px; - width: 128px; + background: url('/resources/images/logos/inverse/shield/shield-large.png') 0px 0px no-repeat; + height: 200px; + width: 200px; } ul { diff --git a/public/resources/images/logos/inverse/shield/shield-large.png b/public/resources/images/logos/inverse/shield/shield-large.png new file mode 100644 index 0000000000..93f6cb141a Binary files /dev/null and b/public/resources/images/logos/inverse/shield/shield-large.png differ diff --git a/public/resources/images/logos/inverse/shield/shield-large.svg b/public/resources/images/logos/inverse/shield/shield-large.svg new file mode 100644 index 0000000000..619666c456 --- /dev/null +++ b/public/resources/images/logos/inverse/shield/shield-large.svg @@ -0,0 +1,21 @@ + + + + shield-large + Created with Sketch. + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/resources/images/logos/inverse/shield/shield-large@2x.png b/public/resources/images/logos/inverse/shield/shield-large@2x.png new file mode 100644 index 0000000000..c170c370c0 Binary files /dev/null and b/public/resources/images/logos/inverse/shield/shield-large@2x.png differ diff --git a/public/resources/images/logos/license/mit.png b/public/resources/images/logos/license/mit.png deleted file mode 100644 index 74a6b2737f..0000000000 Binary files a/public/resources/images/logos/license/mit.png and /dev/null differ diff --git a/public/resources/images/logos/license/mit.svg b/public/resources/images/logos/license/mit.svg deleted file mode 100644 index 79d9490656..0000000000 --- a/public/resources/images/logos/license/mit.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - MIT Logosvg - Created with Sketch. - - - - - \ No newline at end of file diff --git a/public/resources/images/logos/license/mit@2x.png b/public/resources/images/logos/license/mit@2x.png deleted file mode 100644 index de4a2e84f6..0000000000 Binary files a/public/resources/images/logos/license/mit@2x.png and /dev/null differ diff --git a/public/resources/images/logos/license/open-source.png b/public/resources/images/logos/license/open-source.png new file mode 100644 index 0000000000..a2e6f0a623 Binary files /dev/null and b/public/resources/images/logos/license/open-source.png differ diff --git a/public/resources/images/logos/license/open-source@2x.png b/public/resources/images/logos/license/open-source@2x.png new file mode 100644 index 0000000000..1f1301b992 Binary files /dev/null and b/public/resources/images/logos/license/open-source@2x.png differ diff --git a/public/resources/images/logos/standard/shield-large.png b/public/resources/images/logos/standard/shield-large.png index 2b99bb2803..024ffefcd6 100644 Binary files a/public/resources/images/logos/standard/shield-large.png and b/public/resources/images/logos/standard/shield-large.png differ diff --git a/public/resources/images/logos/standard/shield-large.svg b/public/resources/images/logos/standard/shield-large.svg index f3dbc9d134..08c93b7a1e 100644 --- a/public/resources/images/logos/standard/shield-large.svg +++ b/public/resources/images/logos/standard/shield-large.svg @@ -6,11 +6,11 @@ - - - - - + + + + + diff --git a/public/resources/images/logos/standard/shield-large@2x.png b/public/resources/images/logos/standard/shield-large@2x.png index c3aaafb5ab..e2de297fe5 100644 Binary files a/public/resources/images/logos/standard/shield-large@2x.png and b/public/resources/images/logos/standard/shield-large@2x.png differ