-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
226 lines (221 loc) · 9.99 KB
/
index.html
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<!DOCTYPE html>
<html lang="en" prefix="og: https://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link href="css/fonts.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<meta content="Snowpity, Inc." property="og:title">
<meta content="Snowpity, Inc., is a 100% volunteer organization that holds events to raise funds to rescue, care for, and improve the lives of equines in need; to bring together artists to practice and hone their craft of pony art; and to educate the world about the beauty that resides within every mare." property="og:description">
<meta content="website" property="og:type">
<meta content="https://snowpity.org" property="og:url">
<meta content="https://snowpity.org/img/logo.png" property="og:image">
<meta content="Logo for Snowpity, Inc." property="og:image:alt">
<meta content="1024" property="og:image:width">
<meta content="1024" property="og:image:height">
<meta content="image/png" property="og:image:type">
<script type="application/ld+json">
{
"@context": {
"@base": "https://snowpity.org/",
"@version": 1.1,
"@vocab": "https://schema.org"
},
"@graph": [
{
"@id": "",
"@type": "WebSite",
"copyrightNotice": "Copyright Snowpity, Inc.",
"description": "The Web site for Snowpity, Inc., a 100% volunteer organization that holds events to raise funds to rescue, care for, and improve the lives of equines in need; to bring together artists to practice and hone their craft of pony art; and to educate the world about the beauty that resides within every mare.",
"inLanguage": "en",
"name": "Snowpity, Inc.",
"url": "https://snowpity.org"
}
],
"@id": "index.html",
"@type": "AboutPage",
"author": { "@type": "Person", "url": "https://pone.social/@corpubro" },
"encodingFormat": "text/html",
"isPartOf": { "@id": "" },
"mainContentOfPage": { "@type": "WebPageElement", "cssSelector": "#purpose-statement" },
"relatedLink": "https://www.paypal.com/donate/?hosted_button_id=MRB5MPQF28K44",
"significantLink": "https://www.paypal.com/donate/?hosted_button_id=MRB5MPQF28K44",
"speakable": { "@type": "SpeakableSpecification", "cssSelector": "#purpose-statement" },
"url": "https://snowpity.org"
}
</script>
<script type="application/ld+json">
{
"@context": {
"@base": "https://snowpity.org/",
"@version": 1.1,
"@vocab": "https://schema.org"
},
"@graph": [
{
"@id": "#DonateAction",
"@type": "DonateAction",
"actionStatus": "https://schema.org/PotentialActionStatus",
"priceSpecification": {
"@type": "PriceSpecification",
"minPrice": "1"
},
"target": "https://www.paypal.com/donate/?hosted_button_id=MRB5MPQF28K44",
"url": "https://www.paypal.com/donate/?hosted_button_id=MRB5MPQF28K44"
},
{
"@id": "#PostalAddress",
"@type": "PostalAddress",
"addressCountry": "USA",
"addressLocality": "St Petersburg",
"addressRegion": "Florida",
"postalCode": "33702-4305",
"streetAddress": "7901 4th St N Ste 10746"
},
{
"@id": "img/logo.png",
"@type": "ImageObject",
"caption": "Logo for Snowpity, Inc.",
"contentUrl": "https://snowpity.org/img/logo.png",
"creator": [
{ "@type": "Person", "url": "https://pone.social/@corpubro" },
{ "@type": "Person", "url": "https://twibooru.org/profiles/FacelessJr" }
],
"embeddedTextCaption": "Snowpity",
"encodingFormat": "image/png",
"height": "1024 px",
"url": "https://snowpity.org/img/logo.png",
"width": "1024 px"
}
],
"@id": "#Organization",
"@type": "NGO",
"address": { "@id": "#PostalAddress" },
"description": "Snowpity, Inc., is a 100% volunteer organization that holds events to raise funds to rescue, care for, and improve the lives of equines in need; to bring together artists to practice and hone their craft of pony art; and to educate the world about the beauty that resides within every mare.",
"duns": "110769306",
"email": "[email protected]",
"foundingDate": "2022-08-26",
"logo": { "@id": "img/logo.png" },
"name": "Snowpity, Inc.",
"nonprofitStatus": "Nonprofit501c3",
"potentialAction": { "@id": "#DonateAction" },
"subjectOf": { "@id": "" },
"taxID": "92-0304588",
"url": "https://snowpity.org"
}
</script>
<link href="favicon.png" rel="icon" sizes="192x192" type="image/png">
<link href="favicon.png" rel="apple-touch-icon" sizes="192x192" type="image/png">
<title>Snowpity, Inc.</title>
</head>
<body>
<svg role="presentation">
<defs>
<filter id="filter--darken-mare">
<feDiffuseLighting in="SourceGraphic" lighting-color="white" result="shadow">
<feDistantLight azimuth="315" elevation="40"></feDistantLight>
</feDiffuseLighting>
<feComposite in="SourceGraphic" in2="shadow" k1="1" k2="0" k3="0" k4="0" operator="arithmetic"></feComposite>
</filter>
</defs>
</svg>
<div id="background" role="presentation">
<!-- common metadata -->
<span id="metadata--creator-person-url--jr">
<span itemprop="creator" itemscope itemtype="https://schema.org/Person">
<link itemprop="url" href="https://twibooru.org/profiles/FacelessJr">
</span>
</span>
<span id="metadata--ispartof">
<meta itemid="https://snowpity.org/index.html" itemprop="isPartOf" itemscope itemtype="https://schema.org/WebPage">
</span>
<!-- background image -->
<span itemid="https://snowpity.org/img/bg/" itemref="metadata--ispartof" itemscope itemtype="https://schema.org/ImageObject">
<picture>
<source
sizes="(max-width: 540px) 540px, (max-width: 720px) 720px, (max-width: 1280px) 1280px, (max-width: 1920px) 1920px, 3840px"
srcset="img/bg/bg-540w.avif 540w, img/bg/bg-720w.avif 720w, img/bg/bg-1280w.avif 1280w, img/bg/bg-1920w.avif 1920w, img/bg/bg-3840w.avif 3840w"
type="image/avif">
<img
alt=""
id="background--field"
itemprop="contentUrl url"
sizes="(max-width: 540px) 540px, (max-width: 720px) 720px, (max-width: 1280px) 1280px, (max-width: 1920px) 1920px, 3840px"
src="img/bg/bg-3840w.jpg"
srcset="img/bg/bg-540w.jpg 540w, img/bg/bg-720w.jpg 720w, img/bg/bg-1280w.jpg 1280w, img/bg/bg-1920w.jpg 1920w, img/bg/bg-3840w.jpg 3840w"
type="image/jpeg">
</picture>
<span itemprop="creator" itemscope itemtype="https://schema.org/Person">
<link itemprop="url" href="https://pone.social/@corpubro">
</span>
</span>
<!-- matinee and soiree -->
<span itemid="https://snowpity.org/img/matinee-soiree/" itemref="metadata--creator-person-url--jr metadata--ispartof" itemscope itemtype="https://schema.org/ImageObject">
<picture>
<source
srcset="img/matinee-soiree/matinee-soiree-255w.webp, img/matinee-soiree/matinee-soiree-382.5w.webp 1.5x, img/matinee-soiree/matinee-soiree-510w.webp 2x, img/matinee-soiree/matinee-soiree-637.5w.webp 2.5x, img/matinee-soiree/matinee-soiree-765w.webp 3x"
type="image/webp">
<img
alt=""
class="background--mare"
id="background--matinee-soiree"
itemprop="contentUrl url"
srcset="img/matinee-soiree/matinee-soiree-255w.png, img/matinee-soiree/matinee-soiree-382.5w.png 1.5x, img/matinee-soiree/matinee-soiree-510w.png 2x, img/matinee-soiree/matinee-soiree-637.5w.png 2.5x, img/matinee-soiree/matinee-soiree-765w.png 3x"
src="img/matinee-soiree/matinee-soiree-765w.png"
type="image/png">
</picture>
</span>
<!-- morning mimosa -->
<span itemid="https://snowpity.org/img/morning-mimosa/" itemref="metadata--creator-person-url--jr metadata--ispartof" itemscope itemtype="https://schema.org/ImageObject">
<picture>
<source srcset="img/morning-mimosa/morning-mimosa-320w.webp, img/morning-mimosa/morning-mimosa-480w.webp 1.5x, img/morning-mimosa/morning-mimosa-640w.webp 2x" type="image/webp">
<img
alt=""
class="background--mare"
id="background--morning-mimosa"
itemprop="contentUrl url"
src="img/morning-mimosa/morning-mimosa-804w.png"
srcset="img/morning-mimosa/morning-mimosa-320w.png, img/morning-mimosa/morning-mimosa-804w.png 1.5x, img/morning-mimosa/morning-mimosa-804w.png 2.5x"
type="image/png">
</picture>
</span>
<!-- fair flyer -->
<span itemid="https://snowpity.org/img/fair-flyer/" itemref="metadata--creator-person-url--jr metadata--ispartof" itemscope itemtype="https://schema.org/ImageObject">
<picture>
<source
srcset="img/fair-flyer/fair-flyer-320w.webp, img/fair-flyer/fair-flyer-480w.webp 1.5x, img/fair-flyer/fair-flyer-640w.webp 2x, img/fair-flyer/fair-flyer-800w.webp 2.5x, img/fair-flyer/fair-flyer-960w.webp 3x"
type="image/webp">
<img
alt=""
class="background--mare"
id="background--fair-flyer"
itemprop="contentUrl url"
src="img/fair-flyer/fair-flyer-1148w.png"
srcset="img/fair-flyer/fair-flyer-320w.png, img/fair-flyer/fair-flyer-480w.png 1.5x, img/fair-flyer/fair-flyer-640w.png 2x, img/fair-flyer/fair-flyer-1148w.png 2.5x"
type="image/png">
</picture>
</span>
</div>
<!-- main page content starts here -->
<main>
<h1>Snowpity</h1>
<div class="text-outline" id="purpose-statement">
Snowpity, Inc., is a 100% volunteer organization that holds events
<ul id="purposes">
<li>to raise funds to rescue, care for, and improve the lives of equines in need;</li>
<li>to bring together artists to practice and hone their craft of pony art; and</li>
<li>to educate the world about the beauty that resides within every mare.</li>
</ul>
</div>
<footer class="text-outline">
<a href="https://www.paypal.com/donate/?hosted_button_id=MRB5MPQF28K44">Help us help mares</a>
<p>
Contact us at
<address>
<a href="mailto:[email protected]">[email protected]</a>
</address>
</p>
</footer>
</main>
</body>
</html>