-
Notifications
You must be signed in to change notification settings - Fork 0
/
DPSG.php
108 lines (94 loc) · 5.43 KB
/
DPSG.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html class="mdl-js">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="A front-end template that helps you build fast, modern mobile web apps.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<title>DPSG Windrose Anzing/Poing</title>
<link rel="shortcut icon" href="images/favicon.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-pink.min.css">
<link rel="stylesheet" href="css/main.css">
<script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script>
<!-- Start Cookie Plugin -->
<script type="text/javascript">
window.cookieconsent_options = {
message: 'Diese Website nutzt Cookies, um bestmögliche Funktionalität bieten zu können.',
dismiss: 'Ok, verstanden',
learnMore: 'Mehr Infos',
link: 'http://test.dpsg-windrose.de/datenschutzerklarung.php',
theme: 'light-floating'
};
</script>
<script type="text/javascript" src="//s3.amazonaws.com/valao-cloud/cookie-hinweis/script-v2.js"></script>
<!-- Ende Cookie Plugin -->
</head>
<body style="background-image: url('images/Backgound/DPSGBackground.JPG'); background-repeat: no-repeat; width: 100%; height: 100%; background-position: center;background-repeat: no-repeat;background-size: cover;">
<div class="mdl-layout mdl-js-layout">
<?php
include "php-helper/header.php";
?>
<main class="mdl-layout__content">
<div class="page-content"><!-- Your content goes here -->
<div class="mdl-grid">
<div class="center_text mdl-cell mdl-cell--10-col mdl-cell--10-col-tablet mdl-cell--12-col-phone">
<div class="CN_full-size_card_stammesinfo mdl-card mdl-shadow--2dp">
<div class="mdl-card__title">
<h2 class="center_text mdl-card__title-text">Die Deutsche Pfadfinderschaft Sankt Georg</h2>
</div>
<!--<div class="mdl-card__supporting-text">
<ul class="demo-list-two mdl-list">
<li class="mdl-list__item mdl-list__item--two-line">
<span class="mdl-list__item-primary-content">
<a class="center_text mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="dpsgErklaerung.php">
Über die DPSG
</a>
<span class="mdl-list__item-sub-title"><center>Was ist die DPSG?</center></span>
</span>
</li>
</div>
<div class="mdl-card__supporting-text">
<ul class="demo-list-two mdl-list">
<li class="mdl-list__item mdl-list__item--two-line">
<span class="mdl-list__item-primary-content">
<a class="center_text mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="engagement.php">
Unser Engagement
</a>
<span class="mdl-list__item-sub-title"><center>Was wir eigentlich machen</center></span>
</span>
</li>
</div>-->
<div class="mdl-card__supporting-text">
<ul class="demo-list-two mdl-list">
<li class="mdl-list__item mdl-list__item--two-line">
<span class="mdl-list__item-primary-content">
<a class="center_text mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://www.pfadfinder-ebersberg.de" onclick='window.open(this.href); return false;'>
Unser Bezirk Ebersberg
</a>
<span class="mdl-list__item-sub-title"><center>Hier gehts zur Bezirkswebsite</center></span>
</span>
</li>
</div>
<div class="mdl-card__supporting-text">
<ul class="demo-list-two mdl-list">
<li class="mdl-list__item mdl-list__item--two-line">
<span class="mdl-list__item-primary-content">
<a class="center_text mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="http://www.dpsg1300.de/home/" onclick='window.open(this.href); return false;'>
Die Pfadfinder-Diözese München/Freising
</a>
<span class="mdl-list__item-sub-title"><center>Hier gehts zur Website der Pfadfinder-Diözese</center></span>
</span>
</li>
</div>
</div>
</div>
</div>
</div>
<?php
include 'php-helper/footer.php';
?>
</main>
</div>
</body>
</html>