Repository: incubator-fineract-site Updated Branches: refs/heads/asf-site 752348f44 -> 4d25d437e
renamed folder icons to images Project: http://git-wip-us.apache.org/repos/asf/incubator-fineract-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-fineract-site/commit/4d25d437 Tree: http://git-wip-us.apache.org/repos/asf/incubator-fineract-site/tree/4d25d437 Diff: http://git-wip-us.apache.org/repos/asf/incubator-fineract-site/diff/4d25d437 Branch: refs/heads/asf-site Commit: 4d25d437e54fc24cfbc3232f9472a728f168682b Parents: 752348f Author: mage <[email protected]> Authored: Sat Dec 26 07:27:53 2015 +0100 Committer: mage <[email protected]> Committed: Sat Dec 26 07:27:53 2015 +0100 ---------------------------------------------------------------------- icons/apache-fineract-icon.png | Bin 3759 -> 0 bytes icons/apache-fineract-logo.png | Bin 22377 -> 0 bytes icons/egg-logo.png | Bin 8626 -> 0 bytes images/apache-fineract-icon.png | Bin 0 -> 3759 bytes images/apache-fineract-logo.png | Bin 0 -> 22377 bytes images/egg-logo.png | Bin 0 -> 8626 bytes index.html | 6 +++--- 7 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-fineract-site/blob/4d25d437/icons/apache-fineract-icon.png ---------------------------------------------------------------------- diff --git a/icons/apache-fineract-icon.png b/icons/apache-fineract-icon.png deleted file mode 100644 index 3b5aa26..0000000 Binary files a/icons/apache-fineract-icon.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-fineract-site/blob/4d25d437/icons/apache-fineract-logo.png ---------------------------------------------------------------------- diff --git a/icons/apache-fineract-logo.png b/icons/apache-fineract-logo.png deleted file mode 100644 index ede7af6..0000000 Binary files a/icons/apache-fineract-logo.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-fineract-site/blob/4d25d437/icons/egg-logo.png ---------------------------------------------------------------------- diff --git a/icons/egg-logo.png b/icons/egg-logo.png deleted file mode 100644 index c04e70d..0000000 Binary files a/icons/egg-logo.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-fineract-site/blob/4d25d437/images/apache-fineract-icon.png ---------------------------------------------------------------------- diff --git a/images/apache-fineract-icon.png b/images/apache-fineract-icon.png new file mode 100644 index 0000000..3b5aa26 Binary files /dev/null and b/images/apache-fineract-icon.png differ http://git-wip-us.apache.org/repos/asf/incubator-fineract-site/blob/4d25d437/images/apache-fineract-logo.png ---------------------------------------------------------------------- diff --git a/images/apache-fineract-logo.png b/images/apache-fineract-logo.png new file mode 100644 index 0000000..ede7af6 Binary files /dev/null and b/images/apache-fineract-logo.png differ http://git-wip-us.apache.org/repos/asf/incubator-fineract-site/blob/4d25d437/images/egg-logo.png ---------------------------------------------------------------------- diff --git a/images/egg-logo.png b/images/egg-logo.png new file mode 100644 index 0000000..c04e70d Binary files /dev/null and b/images/egg-logo.png differ http://git-wip-us.apache.org/repos/asf/incubator-fineract-site/blob/4d25d437/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html index a468fca..94c1e66 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="icon" type="image/png" href="icons/apache-fineract-icon.png"> + <link rel="icon" type="image/png" href="images/apache-fineract-icon.png"> <title>Apache Fineract (incubating)</title> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=latin,latin-ext"> <link rel="stylesheet" type="text/css" href="css/fineract.css"> @@ -30,7 +30,7 @@ <header> <div class="container"> <div class="brand"> - <a href="#top"><img class="logo" src="icons/apache-fineract-logo.png" alt="Fineract Logo"/></a> + <a href="#top"><img class="logo" src="images/apache-fineract-logo.png" alt="Fineract Logo"/></a> <span class="tag-line">Apache <strong>Fineract</strong> <small>(incubating)</small></span> </div> <nav> @@ -145,7 +145,7 @@ Apache Incubator, Apache, the Apache feather logo, and the Apache Incubator project logo are trademarks of The Apache Software Foundation.<br/> </p> <a class="image-link" href="http://incubator.apache.org/" target="_blank"> - <img src="icons/egg-logo.png" alt="Apache Incubator Logo"/> + <img src="images/egg-logo.png" alt="Apache Incubator Logo"/> </a> <a class="image-link" href="http://www.w3.org/html/logo/" target="_blank"> <img src="http://www.w3.org/html/logo/badge/html5-badge-h-css3-semantics.png" width="165" height="64" alt="HTML5 Powered with CSS3 / Styling, and Semantics" title="HTML5 Powered with CSS3 / Styling, and Semantics">
