Skip to content

Commit

Permalink
Add image
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Sep 18, 2024
1 parent eb1ca6c commit 2dc8fab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ following modes:
1. As a pure Kotlin function deployed in a Serverless environment (AWS Lambda) - see [serverless](./serverless)
1. As a native Apache server binary running in GraalVM - see [native](./native)

Apart from the switchable server backends and clients, the core app uses the following [**http4k**](https://http4k.org)
Apart from the switchable server backen ds and clients, the core app uses the following [**http4k**](https://http4k.org)
modules and features:

- `http4k-core` <-- main HTTP library
Expand All @@ -25,4 +25,4 @@ modules and features:

## In action:

<img src="https://github.com/daviddenton/http4k-demo-s3box/raw/master/screenshot.png"/>
<img src="image.png"/>
12 changes: 7 additions & 5 deletions app/src/main/resources/http4kbox/endpoints/ListFiles.rocker.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<http4kbox.FileName> files)
<head>
<title>http4kbox</title>
<link rel="stylesheet" href="https://www.http4k.org/css/main.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/dropzone/5.2.0/min/dropzone.min.css"
Expand Down Expand Up @@ -44,18 +45,19 @@
}
</style>
</head>
<nav class="navbar navbar-toggleable-md navbar-inverse bg-inverse fixed-top">
<nav class="navbar navbar-toggleable-md navbar-inverse fixed-top primary-color">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="https://github.com/http4k/http4kbox"><img class="logo" src="https://www.http4k.org/img/octocat-inverted-64.png"></a>
<a class="navbar-brand" href="https://http4k.org"><img class="logo" src="https://www.http4k.org/img/logo.png"/></a>

<div class="collapse navbar-collapse" id="navbarsExampleDefault">
<ul class="navbar-nav mr-auto"></ul>
<div class="error"><a href="https://http4k.org"><img class="logo"
src="https://www.http4k.org/img/logo_1100x200_white_on_black_trans.png"/></a>

<a href="https://github.com/http4k/http4kbox"><img class="logo" src="https://www.http4k.org/img/octocat-inverted-64.png"></a>
<div class="error">
</div>
</div>
</nav>
Expand All @@ -80,7 +82,7 @@ <h2>http4kbox</h2>
<tr id="file-@file">
<td><a href="/@file" target="_blank">@file</a></td>
<td>
<button hx-delete="/@file">delete</button>
<button class="btn btn-warning" hx-delete="/@file">delete</button>
</td>
</tr>
}
Expand Down
Binary file added image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2dc8fab

Please sign in to comment.