Skip to content

Commit

Permalink
redirect pagina
Browse files Browse the repository at this point in the history
  • Loading branch information
jgroenen committed Oct 4, 2024
1 parent 0ee9812 commit 82a9ee2
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 114 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_site/
Binary file removed Anton-Regular.ttf
Binary file not shown.
Binary file removed Roboto-Regular.ttf
Binary file not shown.
Binary file removed aligningpublictech.png
Binary file not shown.
Binary file removed elkaar-versterken-zonder.png
Binary file not shown.
Binary file removed favicon.png
Binary file not shown.
117 changes: 3 additions & 114 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,121 +1,10 @@
---
title: Aligning Public Tech Unconference
description: "CODE FOR NL organiseert 30 maart 2023 Aligning Public Tech Unconference 'ELKAAR VERSTERKEN'"
domain: https://www.aligningpublictech.nl/
image: aligningpublictech.png
---
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=320,initial-scale=1,user-scalable=0" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="Code for NL (c) 2023" />

<link rel="image_src" href="{{ page.domain }}{{ page.image }}" />
<link rel="shortcut icon" type="image/png" href="{{ page.url }}favicon.png" />

<title>{{ page.title }}</title>
<meta name="title" content="{{ page.title }}" />
<meta name="description" content="{{ page.description }}" />
<meta name="keywords" content="" />

<meta property="og:url" content="{{ page.domain }}" />
<meta property="og:title" name="title" content="{{ page.title }}" />

<meta
property="og:description"
name="description"
content="{{ page.description }}"
/>
<meta property="og:image" content="{{ page.domain }}{{ page.image }}" />
<link rel="image_src" href="{{ page.domain }}{{ page.image }}" />
<meta name="keywords" content="" />

<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:username"
content="@codefornl"
/>
<meta name="twitter:title" content="{{ page.title }}" />
<meta name="twitter:description" content="{{ page.description }}" />
<meta name="twitter:image:src" content="{{ page.domain }}{{ page.image }}" />

<style>
@font-face {
font-family: "Roboto";
src: url("/Roboto-Regular.ttf");
}
@font-face {
font-family: "Anton";
src: url("/Anton-Regular.ttf");
}
.Anton {
font-family: "Anton", Arial, Helvetica, sans-serif;
color: #EB8C3A;
background: white;
padding: 0 10px;
display: inline-block;
}
.Roboto {
font-family: "Roboto", Arial, Helvetica, sans-serif;
}
html, body {
padding: 0;
margin: 20px;
font-family: "Roboto", Arial, Helvetica, sans-serif;
text-align: center;
background: #3F8B6A;
color: white;
font-weight: 100;
}
img {
max-width: 100%;
box-shadow: 0 0 5px #1f4534;
}
.wrapper {
display: flex;
max-width: 800px;
margin: 0 auto 100px;
}
.poster-box {
flex: 1;
}
.text-box {
flex: 1;
margin: 1vw 40px;
}
a {
color: white;
}
h1, h2, p {
margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
.wrapper {
width: 100%;
display: block;
}
.text-box {
margin: 40px;
}
}
</style>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://www.meetup.com/code-for-nl/events/303807435/">
</head>
<body>
<div class="wrapper">
<div class="poster-box">
<img src="aligningpublictech.png" alt="Aligning Public Tech promotieposter door Code for NL">
</div>
<div class="text-box">
<h2><span class="Anton">Code for NL</span> presenteert</h2>
<p>Aligning Public Tech Unconference:</p>
<h1 class="Anton">ELKAAR VERSTERKEN</h1>
<p>Donderdag 30 maart 2023</p>
<p>13:00 tot 17:00 uur, aansluitend borrel</p>
<p>Provinciehuis in Den Haag (Ruimte "Marnixpassage")</p>
<h2><a href="https://www.meetup.com/code-for-nl/events/291837920/" class="Anton">Aanmelden op Meetup</a></h2>
<p>(of via mail naar <a href="mailto:[email protected]">[email protected]</a>)</p>
</div>
</div>
<p>Indien je niet automatisch wordt doorverwezen, volg dan <a href="https://www.meetup.com/code-for-nl/events/303807435/">https://www.meetup.com/code-for-nl/events/303807435/</a>.</p>
</body>
</html>

0 comments on commit 82a9ee2

Please sign in to comment.