Skip to content

Commit

Permalink
Minor enhancements for German site.
Browse files Browse the repository at this point in the history
Signed-off-by: Nikhil Nanivadekar <nikhil.nanivadekar@gs.com>
  • Loading branch information
nikhilnanivadekar committed Jun 12, 2018
1 parent 55b9970 commit bfd1386
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions site/de/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
~ http://www.eclipse.org/org/documents/edl-v10.php.
-->

<html lang="en">
<html lang="de">

<head>

Expand All @@ -18,27 +18,27 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico" />

<title>Eclipse Collections - Features, die du möchtest, mit Collections, die du brauchst.</title>

<!-- Bootstrap Core CSS -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha256-7s5uDGW3AHqw6xtJmNNtr+OBRJUlgkNJEo78P4b0yRw= sha512-nNo+yCHEyn0smMxSswnf/OnX6/KwJuZTlNZBjauKhTK0c+zT+q5JOCx0UFhXQ6rJR9jg6Es8gPuD2uZcYDLqSw==" crossorigin="anonymous">

<!-- Custom CSS -->
<link href="css/landing-page.css" rel="stylesheet">
<link href="../css/landing-page.css" rel="stylesheet">

<!-- Custom Fonts -->
<link href="//fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">

<!-- Google Code Prettify -->
<link href="css/sunburst.css" rel="stylesheet" type="text/css">
<link href="../css/sunburst.css" rel="stylesheet" type="text/css">

<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->

</head>
Expand All @@ -56,7 +56,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<img src="img/eclipse-collections-logo.png" style="width:175px;height:50px;" align="left" alt="Eclipse Collections">
<img src="../img/eclipse-collections-logo.png" style="width:175px;height:50px;" align="left" alt="Eclipse Collections">
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
Expand Down Expand Up @@ -86,13 +86,13 @@
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
aria-expanded="false">Javadoc<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="javadoc/9.2.0">9.2.0</a></li>
<li><a href="javadoc/9.1.0">9.1.0</a></li>
<li><a href="javadoc/9.0.0">9.0.0</a></li>
<li><a href="javadoc/8.2.0">8.2.0</a></li>
<li><a href="javadoc/8.1.0">8.1.0</a></li>
<li><a href="javadoc/8.0.0">8.0.0</a></li>
<li><a href="javadoc/7.1.0">7.1.0</a></li>
<li><a href="../javadoc/9.2.0">9.2.0</a></li>
<li><a href="../javadoc/9.1.0">9.1.0</a></li>
<li><a href="../javadoc/9.0.0">9.0.0</a></li>
<li><a href="../javadoc/8.2.0">8.2.0</a></li>
<li><a href="../javadoc/8.1.0">8.1.0</a></li>
<li><a href="../javadoc/8.0.0">8.0.0</a></li>
<li><a href="../javadoc/7.1.0">7.1.0</a></li>
</ul>
</li>
<li class="dropdown">
Expand Down Expand Up @@ -414,13 +414,13 @@ <h2 class="section-heading">Reduziert den Speicherverbrauch<br>mit speichereffiz
</ul>
<div id="memory" class="tab-content">
<div class="tab-pane fade in active" id="set">
<img class="img-responsive" src="img/set.png" alt="">
<img class="img-responsive" src="../img/set.png" alt="">
</div>
<div class="tab-pane fade" id="map">
<img class="img-responsive" src="img/map.png" alt="">
<img class="img-responsive" src="../img/map.png" alt="">
</div>
<div class="tab-pane fade" id="ints">
<img class="img-responsive" src="img/ints.png" alt="">
<img class="img-responsive" src="../img/ints.png" alt="">
</div>
</div>
</div>
Expand Down

0 comments on commit bfd1386

Please sign in to comment.