-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstatement.html
More file actions
executable file
·116 lines (94 loc) · 4.12 KB
/
statement.html
File metadata and controls
executable file
·116 lines (94 loc) · 4.12 KB
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
109
110
111
112
113
114
115
116
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MMFW6PY4ZY"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-MMFW6PY4ZY');
</script>
<META HTTP-EQUIV="Content-Type" content="text/html; charset=utf-8"/>
<META NAME="DESCRIPTION" CONTENT="Frizzy Foundation"/>
<META NAME="ABSTRACT" CONTENT="Frizzy Foundation"/>
<META NAME="KEYWORDS" CONTENT="frizzy"/>
<META NAME="AUTHOR" CONTENT="Derek Erb Solutions"/>
<LINK REL="AUTHOR" HREF="https://derekerb.solutions" />
<META NAME="COPYRIGHT" CONTENT="Copyright © Derek Erb Solutions"/>
<META NAME="DESIGNER" CONTENT="Derek Erb Solutions" />
<META NAME="GENERATOR" CONTENT="Hand-coded by Derek Erb Solutions" />
<META NAME="OWNER" CONTENT="webmaster@frizzyfoundation.org"/>
<LINK HREF="mailto:webmaster@frizzyfoundation.org" REV="made"/>
<META NAME="LANGUAGE" CONTENT="English" />
<META NAME="Content-language" CONTENT="en-gb" />
<META NAME="RATING" CONTENT="Safe For Kids"/>
<META NAME="Resource-Type" content="document" />
<META NAME="Distribution" content="global" />
<META NAME="Robots" content="all, index, follow" />
<META NAME="Revisit-After" content="14 days" />
<META HTTP-EQUIV="Expires" content="0" />
<meta name="HandheldFriendly" content="true" />
<meta name="MobileOptimized" content="320" />
<meta name="Viewport" content="width=device-width, initial scale=1" />
<LINK rel="icon" href="imgs/frizzylogo.ico" type="image/x-icon">
<LINK rel="shortcut icon" href="imgs/frizzylogo.ico" type="image/x-icon">
<LINK rel='STYLESHEET' type='text/css' href='css/default.css'>
<!-- Start of Woopra Code -->
<script>
(function(){
var t,i,e,n=window,o=document,a=arguments,s="script",r=["config","track","identify","visit","push","call","trackForm","trackClick"],c=function(){var t,i=this;for(i._e=[],t=0;r.length>t;t++)(function(t){i[t]=function(){return i._e.push([t].concat(Array.prototype.slice.call(arguments,0))),i}})(r[t])};for(n._w=n._w||{},t=0;a.length>t;t++)n._w[a[t]]=n[a[t]]=n[a[t]]||new c;i=o.createElement(s),i.async=1,i.src="//static.woopra.com/js/t/5.js",e=o.getElementsByTagName(s)[0],e.parentNode.insertBefore(i,e)
})("woopra");
woopra.config({
domain: 'asiba.info'
});
woopra.track();
</script>
<!-- End of Woopra Code -->
<title>Frizzy Foundation</title>
</head>
<body>
<!-- *** HEADER *** -->
<header>
<div class="logo">
<img src="imgs/frizzylogo.jpg" width=234 height=264 alt="Frizzy Foundation">
</div>
<div class="titre">
Frizzy Foundation
</div>
<div class="titremail">
<a href="mailto:info@frizzyfoundation.org">info@frizzyfoundation.org</a>
</div>
</header>
<div class="statement steng">
The mission of the Foundation is to give assistance to projects helping children with learning differences and, in general,
children in need in Switzerland and abroad.
</div>
<div class="statement steng">
The Foundation Board supports programs within its mission on the basis of a careful
selection process.
</div>
<div class="statement steng">
The Foundation does not accept, and will not entertain, requests for funding outside of its mission.
</div>
<hr class="sep">
<div class="statement stdeu">
Die Aufgabe der Stiftung ist es, Projekte zu unterstützen, die Kindern mit Lernschwierigkeiten und im Allgemeinen Kindern
in Not in der Schweiz und im Ausland helfen.
</div>
<div class="statement stdeu">
Der Stiftungsrat unterstützt Programme innerhalb ihres Aufgabenbereichs
auf der Grundlage eines sorgfältigen Auswahlverfahrens.
</div>
<div class="statement stdeu">
Die Stiftung übernimmt keine Finanzierungsgesuche, welche
ausserhalb ihres Aufgabenbereichs liegen, und wird solche auch nicht in Erwägung ziehen.
</div>
<!-- *** FOOTER *** -->
<footer>
Copyright © Frizzy Foundation 2012-2022 - All rights reserved.<br/>
<a href="/dataprotection.html" class="dplink">Data Protection Declaration</a><br/>
<a href="mailto:webmaster@frizzyfoundation.org">webmaster@frizzyfoundation.org</a>
</footer>
</body>
</html>