Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sfschouten authored Mar 12, 2024
1 parent d935e62 commit ffed914
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,26 @@
<body>
<!-- Header -->
<header class="container">
<hgroup>
<h1>DreamsLab WP1</h1>
<p>Datasets repositories</p>
</hgroup>
<nav>
<ul>
<li>
<details class="dropdown">
<summary role="button" class="secondary">Theme</summary>
<ul>
<li><a href="#" data-theme-switcher="light">Light</a></li>
<li><a href="#" data-theme-switcher="dark">Dark</a></li>
<li><a href="#" data-theme-switcher="auto">Auto</a></li>
</ul>
</details>
</li>
</ul>
</nav>
<div style="display: flex; justify-content: space-between;">
<hgroup>
<h1>DreamsLab WP1</h1>
<p>Dataset repositories</p>
</hgroup>
<nav>
<ul>
<li>
<details class="dropdown">
<summary role="button" class="secondary">Theme</summary>
<ul>
<li><a href="#" data-theme-switcher="light">Light</a></li>
<li><a href="#" data-theme-switcher="dark">Dark</a></li>
<li><a href="#" data-theme-switcher="auto">Auto</a></li>
</ul>
</details>
</li>
</ul>
</nav>
</div>
</header>
<!-- ./ Header -->

Expand Down

0 comments on commit ffed914

Please sign in to comment.