-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
4 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
_site/ |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |