Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
Fix stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
bastikempken committed Oct 23, 2022
1 parent 7a9e868 commit cc16c6f
Show file tree
Hide file tree
Showing 10 changed files with 297 additions and 19 deletions.
2 changes: 0 additions & 2 deletions serverless-functions/emailSubmit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ exports.handler = function (
context: any,
callback: APIGatewayProxyCallback
) {


const content = event.body.split('&').reduce((acc, v) => {
let x = v.split("=")
const key = x[0]
Expand Down
Binary file added site/assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed site/assets/logo-dbl.gif
Binary file not shown.
Binary file added site/assets/logo-dbl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
278 changes: 278 additions & 0 deletions site/assets/logo-navbar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 10 additions & 9 deletions site/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 6 additions & 5 deletions site/src/anfahrt.njk
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
<main>
<h1>Anfahrt</h1>
<iframe
title="Anfahrt Map"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2481.5282883811105!2d6.713631315243566!3d51.540211216125456!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47b89683c789f3e3%3A0xd3d0c0f6dd934674!2sR%C3%B6merstra%C3%9Fe+365A%2C+47178+Duisburg!5e0!3m2!1sde!2sde!4v1509044626606"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2481.528470311926!2d6.713631316151293!3d51.54020787964069!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47b89683c789f3e3%3A0xd3d0c0f6dd934674!2sR%C3%B6merstra%C3%9Fe%20365A%2C%2047178%20Duisburg!5e0!3m2!1sde!2sde!4v1666541429260!5m2!1sde!2sde"
width="100%"
height="450"
frameborder="0"
style="border: 0"
/>
style="border:0;"
allowfullscreen=""
loading="lazy" referrerpolicy="no-referrer-when-downgrade">

</iframe>
</main>
{{ navigation.footer() }}
{% include "src/fragments/scripts.html" %}
Expand Down
2 changes: 1 addition & 1 deletion site/src/fragments/header.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<head>
<meta charset="utf-8"/>
<link rel="shortcut icon" href="/assets/logo.svg"/>
<link rel="shortcut icon" href="/assets/favicon.png"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<link rel="stylesheet" href="/assets/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="/assets/lightbox2/lightbox.min.css">
Expand Down
2 changes: 1 addition & 1 deletion site/src/fragments/navigation.njk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="container-fluid">
<a class="navbar-brand" href="/">
<img
src="assets/logo.svg"
src="assets/logo-navbar.svg"
width="100"
href=""
height=""
Expand Down
2 changes: 1 addition & 1 deletion site/src/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<div style="text-align: center; margin-top: 30px; margin-bottom: 10px">
<a href="https://www.dbl-ev.de/">
<img
src="/assets/logo-dbl.gif"
src="/assets/logo-dbl.png"
width="200"
href=""
height=""
Expand Down

0 comments on commit cc16c6f

Please sign in to comment.