Skip to content

Commit

Permalink
Update minimal responsiveness (#480)
Browse files Browse the repository at this point in the history
* Make results responsive (hacky)

* Make Frameworks page more responsive

* Make Home more responsive

* Bare minimum mobile navbar

* Make sure phones report fake width
  • Loading branch information
PGijsbers authored Jul 25, 2022
1 parent dafe2ec commit db00ecf
Show file tree
Hide file tree
Showing 5 changed files with 732 additions and 314 deletions.
99 changes: 98 additions & 1 deletion docs/frameworks.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<head>
<meta charset="utf-8" />
<title>AMLB: Frameworks</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
Expand All @@ -11,7 +12,7 @@
<link href="style.css" rel="stylesheet" />
</head>
<body>
<nav class="navigation-bar">
<nav class="navigation-bar desktop">
<a href="index.html">
<svg
xmlns="http://www.w3.org/2000/svg"
Expand Down Expand Up @@ -75,6 +76,102 @@
<img src="img/logos/GitHub-Mark-Light-64px.png" height="100%" />
</a>
</nav>

<nav class="navigation-bar mobile nav-mobile">
<a href="index.html">
<svg
xmlns="http://www.w3.org/2000/svg"
class="nav-icon"
viewBox="0 0 20 20"
fill="currentColor"
>
<path
d="M10.707 2.293a1 1 0 00-1.414 0l-7 7a1 1 0 001.414 1.414L4 10.414V17a1 1 0 001 1h2a1 1 0 001-1v-2a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 001 1h2a1 1 0 001-1v-6.586l.293.293a1 1 0 001.414-1.414l-7-7z"
/>
</svg>
</a>
<a href="results.html" class="nav-link">
<svg
xmlns="http://www.w3.org/2000/svg"
class="nav-icon"
viewBox="0 0 20 20"
fill="currentColor"
>
<path
fill-rule="evenodd"
d="M5 3a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2V5a2 2 0 00-2-2H5zm9 4a1 1 0 10-2 0v6a1 1 0 102 0V7zm-3 2a1 1 0 10-2 0v4a1 1 0 102 0V9zm-3 3a1 1 0 10-2 0v1a1 1 0 102 0v-1z"
clip-rule="evenodd"
/>
</svg>
</a>
<a href="frameworks.html" class="nav-link">
<svg
xmlns="http://www.w3.org/2000/svg"
class="nav-icon"
viewBox="0 0 20 20"
fill="currentColor"
>
<path
d="M5 4a1 1 0 00-2 0v7.268a2 2 0 000 3.464V16a1 1 0 102 0v-1.268a2 2 0 000-3.464V4zM11 4a1 1 0 10-2 0v1.268a2 2 0 000 3.464V16a1 1 0 102 0V8.732a2 2 0 000-3.464V4zM16 3a1 1 0 011 1v7.268a2 2 0 010 3.464V16a1 1 0 11-2 0v-1.268a2 2 0 010-3.464V4a1 1 0 011-1z"
/>
</svg>
</a>
<a href="papers.html" class="nav-link">
<svg
xmlns="http://www.w3.org/2000/svg"
class="nav-icon"
viewBox="0 0 20 20"
fill="currentColor"
>
<path
d="M9 4.804A7.968 7.968 0 005.5 4c-1.255 0-2.443.29-3.5.804v10A7.969 7.969 0 015.5 14c1.669 0 3.218.51 4.5 1.385A7.962 7.962 0 0114.5 14c1.255 0 2.443.29 3.5.804v-10A7.968 7.968 0 0014.5 4c-1.255 0-2.443.29-3.5.804V12a1 1 0 11-2 0V4.804z"
/>
</svg>
</a>
<a
href="https://github.com/openml/automlbenchmark#readme"
target="_blank"
class="nav-link"
><svg
xmlns="http://www.w3.org/2000/svg"
class="nav-icon"
viewBox="0 0 20 20"
fill="currentColor"
>
<path
fill-rule="evenodd"
d="M10.496 2.132a1 1 0 00-.992 0l-7 4A1 1 0 003 8v7a1 1 0 100 2h14a1 1 0 100-2V8a1 1 0 00.496-1.868l-7-4zM6 9a1 1 0 00-1 1v3a1 1 0 102 0v-3a1 1 0 00-1-1zm3 1a1 1 0 012 0v3a1 1 0 11-2 0v-3zm5-1a1 1 0 00-1 1v3a1 1 0 102 0v-3a1 1 0 00-1-1z"
clip-rule="evenodd"
/>
</svg>
</a>
<a
href="https://github.com/openml/automlbenchmark/discussions/216"
target="_blank"
class="nav-link"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="nav-icon"
viewBox="0 0 20 20"
fill="currentColor"
>
<path
d="M2 5a2 2 0 012-2h7a2 2 0 012 2v4a2 2 0 01-2 2H9l-3 3v-3H4a2 2 0 01-2-2V5z"
/>
<path
d="M15 7v2a4 4 0 01-4 4H9.828l-1.766 1.767c.28.149.599.233.938.233h2l3 3v-3h2a2 2 0 002-2V9a2 2 0 00-2-2h-1z"
/>
</svg>
</a>
<a
href="https://github.com/openml/automlbenchmark/"
target="_blank"
class="nav-icon"
>
<img src="img/logos/GitHub-Mark-Light-64px.png" height="22px" />
</a>
</nav>
<!-- <div class="construction-banner">
🚧 This website is under construction 🚧
</div> -->
Expand Down
Loading

0 comments on commit db00ecf

Please sign in to comment.