Skip to content

Commit

Permalink
Minor fixes to the website.
Browse files Browse the repository at this point in the history
Signed-off-by: Nikhil Nanivadekar <nikhil.nanivadekar@bnymellon.com>
  • Loading branch information
nikhilnanivadekar committed Dec 31, 2019
1 parent 2eae9f2 commit c158903
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion site/cn/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@
<li><a href="">中文</a></li>
<li><a href="../fr/index.html">Français</a></li>
<li><a href="../ja/index.html">日本語</a></li>
<li><a href="../ru/index.html">Русский</a></li>
<li><a href="../pt-br/index.html">Português-Brasil</a></li>
<li><a href="../ru/index.html">Русский</a></li>
</ul>
</li>
</ul>
Expand Down
10 changes: 5 additions & 5 deletions site/el/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@
<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 - Χαρακτηριστικά που θέλετε, με τα collections που χρειάζεστε. </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:// -->
Expand All @@ -57,7 +57,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 @@ -103,8 +103,8 @@
aria-expanded="false">Γλώσσα<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="../index.html">English</a></li>
<li><a href="">Ελληνικά</a></li>
<li><a href="../de/index.html">Deutsch</a></li>
<li><a href="">Ελληνικά</a></li>
<li><a href="../es/index.html">Español</a></li>
<li><a href="../cn/index.html">中文</a></li>
<li><a href="../fr/index.html">Français</a></li>
Expand Down
14 changes: 7 additions & 7 deletions site/es/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,14 @@
aria-expanded="false">Lenguaje<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="../index.html">English</a></li>
<li><a href="de/index.html">Deutsch</a></li>
<li><a href="el/index.html">Ελληνικά</a></li>
<li><a href="../de/index.html">Deutsch</a></li>
<li><a href="../el/index.html">Ελληνικά</a></li>
<li><a href="">Español</a></li>
<li><a href="cn/index.html">中文</a></li>
<li><a href="fr/index.html">Français</a></li>
<li><a href="ja/index.html">日本語</a></li>
<li><a href="pt-br/index.html">Português-Brasil</a></li>
<li><a href="ru/index.html">Русский</a></li>
<li><a href="../cn/index.html">中文</a></li>
<li><a href="../fr/index.html">Français</a></li>
<li><a href="../ja/index.html">日本語</a></li>
<li><a href="../pt-br/index.html">Português-Brasil</a></li>
<li><a href="../ru/index.html">Русский</a></li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit c158903

Please sign in to comment.