-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathimprint.php
30 lines (25 loc) · 1.18 KB
/
imprint.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php include 'config.php' ?>
<!DOCTYPE HTML>
<html lang="en" xmlns:fb="http://ogp.me/ns/fb#">
<head>
<?php $title = "Imprint - Open Knowledge Maps"; ?>
<?php include($COMPONENTS_PATH . 'head_bootstrap.php'); ?>
<?php include($COMPONENTS_PATH . 'head_standard.php'); ?>
</head>
<body id="imprint-page">
<?php include($COMPONENTS_PATH . 'header.php'); ?>
<div id="imprint">
<h2>Imprint</h2>
<p style="max-width:600px; margin:0px auto; text-align:center;">
<span class="bold">Name of association:</span>
<br>Open Knowledge Maps - Verein zur Förderung <br>der Sichtbarkeit wissenschaftlichen Wissens
<br><br><span class="bold">Address:</span>
<br>1030 Wien, Keilgasse 11/20 Austria
<br><br><span class="bold">Country:</span>
<br>Austria
<br><br><span class="bold">Registration number (ZVR):</span>
<br>859648888
<br><br><span class="bold">Email:</span>
<br>info@openknowledgemaps.org</p>
</div>
<?php include($COMPONENTS_PATH . 'footer.php'); ?>