Author: mibo
Date: Wed Sep 10 09:21:51 2014
New Revision: 1623950
URL: http://svn.apache.org/r1623950
Log:
Fixed logo link
Modified:
olingo/site/trunk/content/index.mdtext
olingo/site/trunk/templates/skeleton.html
Modified: olingo/site/trunk/content/index.mdtext
URL:
http://svn.apache.org/viewvc/olingo/site/trunk/content/index.mdtext?rev=1623950&r1=1623949&r2=1623950&view=diff
==============================================================================
--- olingo/site/trunk/content/index.mdtext (original)
+++ olingo/site/trunk/content/index.mdtext Wed Sep 10 09:21:51 2014
@@ -21,7 +21,7 @@ Notice: Licensed to the Apache Softwa
<div class="jumbotron">
<h1>
-Apache Olingo⢠<a href="http://odata.org/"><img
src="./img/odata/ODataLogo-48.png" alt="OlingoLogo"></a>
+Apache Olingo⢠<a href="http://odata.org/"><img
src="/img/odata/ODataLogo-48.png" alt="OlingoLogo"></a>
</h1>
<h3>
What is the Apache Olingo Project?
Modified: olingo/site/trunk/templates/skeleton.html
URL:
http://svn.apache.org/viewvc/olingo/site/trunk/templates/skeleton.html?rev=1623950&r1=1623949&r2=1623950&view=diff
==============================================================================
--- olingo/site/trunk/templates/skeleton.html (original)
+++ olingo/site/trunk/templates/skeleton.html Wed Sep 10 09:21:51 2014
@@ -13,7 +13,7 @@
<link href="/css/bootstrap.css" rel="stylesheet" type="text/css"><!--
Custom styles for this template -->
<link href="/css/navbar.css" rel="stylesheet" type="text/css"><!-- Just
for debugging purposes. Don't actually copy these 2 lines! -->
<link href="/css/offcanvas.css" rel="stylesheet" type="text/css"><!--
Custom styles for this template -->
- <link rel="stylesheet" href="/css/main.css">
+ <link rel="stylesheet" href="/css/main.css">
<!--[if lt IE 9]><script
src="/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="/js/ie-emulation-modes-warning.js" type="text/javascript">
@@ -26,7 +26,7 @@
<script src="/js/respond.min.js"></script>
<![endif]-->
</head>
-
+
<body>
<div class="container">
<!-- Static navbar -->
@@ -38,8 +38,8 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
- </button>
- <img class="navbar-brand" src="img/OlingoOrangeTM.png"
style="width:62px;" >
+ </button>
+ <img class="navbar-brand" src="/img/OlingoOrangeTM.png"
style="width:62px;" >
<a class="navbar-brand" href="#">Apache Olingoâ¢</a>
</div>
<div class="navbar-collapse collapse">
@@ -59,7 +59,7 @@
</ul>
</li>
- <li><a href="http://www.apache.org/licenses/">License</a></li>
+ <li><a href="http://www.apache.org/licenses/">License</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle"
data-toggle="dropdown">Download <b class="caret"></b></a>
@@ -75,17 +75,17 @@
</ul>
</li>
<li><a href="/support.html">Support</a></li>
-
+
</ul>
-
+
<img class="navbar-right" height="50px"
src="/img/asf-logo.gif">
-
+
</div><!--/.nav-collapse -->
</div><!--/.container-fluid -->
</div><!-- Main component for a primary marketing message or call to
action -->{% block content %}{{ content|markdown }}{% endblock %}<div
align="center">
<p>Copyright © 2013-2014, The Apache Software Foundation<br>
- Apache Olingo, Olingo, Apache,
the Apache feather, and
- the Apache Olingo project logo are trademarks
of the Apache Software
+ Apache Olingo, Olingo, Apache,
the Apache feather, and
+ the Apache Olingo project logo are trademarks
of the Apache Software
Foundation.</p>
<small><a href="/doc/privacy.html">Privacy</a></small>
</div>