Skip to content

Commit

Permalink
fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
giomara-larraga committed May 14, 2021
1 parent 7507672 commit 2367939
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

<div class="ge_header">
<a id="header-logo" href="index.html">
<img src="_static/desdeo_logo.png" alt="logo" style="width: 152px; height: auto;" />
<img src="_static/desdeo_logo.png" alt="logo" style="width: 160px; height: auto;" />
</a>
<div id="header-actions">
<a class="header-item" href="index.html">Home</a>
<a class="header-item" href="introduction.html">About DESDEO</a>
<a class="header-item" href="https://desdeo-test.readthedocs.io">About DESDEO</a>
<div id="sub-menu-header" onmouseover="document.getElementById('community-modal').style.height = '152px';"
onmouseout="document.getElementById('community-modal').style.height = '0';" class="header-item"
style="color:#e04e4e !important">
Expand All @@ -25,17 +25,17 @@
<div id="community-modal">
<ul>
<li>
<a href="guides.html">
<a href="https://desdeo-test.readthedocs.io/en/latest/guides.html">
Guides and Examples
</a>
</li>
<li>
<a href="contributing.html">
<a href="https://desdeo-test.readthedocs.io/en/latest/contributing.html">
Contribute
</a>
</li>
<li>
<a href="glossary.html">
<a href="https://desdeo-test.readthedocs.io/en/latest/glossary.html">
Glossary
</a>
</li>
Expand All @@ -55,23 +55,23 @@
<div id="mobile-modal">
<ul>
<li>
<a class="header-item-mobile" href="https://docs.greatexpectations.io/en/latest/">Home</a>
<a class="header-item-mobile" href="index.html">Home</a>
</li>
<li>
<a class="header-item-mobile" href="https://greatexpectations.io/case-studies">About DESDEO</a>
<a class="header-item-mobile" href="https://desdeo-test.readthedocs.io">About DESDEO</a>
</li>
<li>
<a href="https://greatexpectations.io/slack">
<a href="https://desdeo-test.readthedocs.io/en/latest/guides.html">
Guides and Examples
</a>
</li>
<li>
<a href="#contributing">
<a href="https://desdeo-test.readthedocs.io/en/latest/contributing.html">
Contribute
</a>
</li>
<li>
<a href="#glossary">
<a href="https://desdeo-test.readthedocs.io/en/latest/glossary.html">
Glossary
</a>
</li>
Expand Down

0 comments on commit 2367939

Please sign in to comment.