Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kristuff authored Sep 25, 2022
2 parents ab10b4d + 231c87e commit 6d445ff
Show file tree
Hide file tree
Showing 19 changed files with 361 additions and 125 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
```

![preview_dark](/screenshots/after_dark.png)
![preview_401](/screenshots/401_dark.png)

![preview_auto-index-ondesktop](/screenshots/auto-index-desktop-light-dark.png)
![preview_auto-index-on-mobile](/screenshots/auto-index-mobile-dark-light.png)
![preview_error-401](/screenshots/401_dark.png)

## Features
- Responsive design
Expand All @@ -25,6 +25,8 @@
## Requirements
- Apache >= 2.4

## Limitations
- On mobile, column headers are hidden so sorting is implicitly disabled

## Install

Expand Down
2 changes: 1 addition & 1 deletion assets/FOOTER.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</section>
<footer id="section-footer">
<div class="row">
<p>Apache Fancy Pages v0.1.9 | © 2021-2022 Christophe Buliard | <a target="_blank" href="https://github.com/kristuff/apache-fancy-pages" rel="no-referer">Source code</a> </p>
<p>Apache Fancy Pages v0.2.1 | © 2021-2022 Christophe Buliard | <a target="_blank" href="https://github.com/kristuff/apache-fancy-pages" rel="no-referer">Source code</a> </p>
</div>
</footer>
<script src="/fancy-pages/js/script.js"></script>
Expand Down
12 changes: 10 additions & 2 deletions assets/HEADER.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,23 @@
<title></title>
<link rel="stylesheet" type="text/css" href="/fancy-pages/css/style.css">
</head>
<body>
<body data-theme="auto">
<header id="section-header">
<div class="row"></div>
</header>
<section id="section-title">
<div class="row">
<h1 id="title"></h1>
</div>
<div class="row flex">
<div id="breadcrumb"></div>
<input id="filter" type="text" placeholder="Search..." >
<div class="search-wrapper">
<input id="filter" type="text" placeholder="Search..." >
<span class="search-icon"></span>
<button class="close-search">
<span class="close-icon"></span>
</button>
</div>
</div>
</section>
<section id="section-content">
Expand Down
Loading

0 comments on commit 6d445ff

Please sign in to comment.