-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (80 loc) · 3.23 KB
/
index.html
File metadata and controls
100 lines (80 loc) · 3.23 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-74065391-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments) };
gtag('js', new Date());
gtag('config', 'UA-74065391-2');
</script>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Seton Parish Festival</title>
<meta name="description"
content="The Seton Parish Festival has concluded for this year, but come visit us again next year!" />
<meta name="robots" content="index, follow" />
<meta name="referrer" content="always" />
<!-- Social & Open Graph -->
<meta property="og:title" content="Seton Parish Festival - Pickerington, Ohio" />
<meta property="og:description"
content="The Seton Parish Festival has concluded for this year, but come visit us again next year!" />
<meta property="twitter:title" content="Seton Parish Festival - Pickerington, Ohio" />
<meta property="twitter:description"
content="The Seton Parish Festival has concluded for this year, but come visit us again next year!" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="images/favicon.png" sizes="32x32">
<!-- Styles -->
<link rel="stylesheet" href="assets/css/split.css" type="text/css" media="screen" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
</head>
<body id="fullsingle" class="page-template-page-fullsingle-split">
<div class="fs-split">
<!-- Image Side -->
<div class="split-image">
</div>
<!-- Content Side -->
<div class="split-content">
<div class="split-content-vertically-center">
<div class="split-intro">
<h1>Seton Parish Festival</h1>
<span class="tagline">Thank you!</span>
</div>
<div class="split-bio">
<p>
Our previous Seton Parish Festival was held August 15 - 17, 2025.
</p>
<p>
On Friday, we celebrated with Waterloo 5 and Reelin' In The Years.
We ate a lot of amazing food, screamed on some rides, talked with
friends, and won some raffles.
</p>
<p>
On Saturday, the weather was hot, but the crowds came in droves to
enjoy the amazing homecooked food. Adrenaline 5 and Long Play took
the stage and brought so much energy we thought the lights in
Pickerington would dim.
</p>
<p>
Thank you to the entire community that came out to enjoy the
festival. It felt like one large family, eating, laughing, and
enjoying our time together. We simply cannot wait to celebrate again
with you and your family next year.
</p>
</div>
<div class="split-lists">
<div class="split-list">
<h3>Festival Photos</h3>
<ul>
<li><a href="https://photos.app.goo.gl/81FPqd5cGJcqPSYBA">2025 Seton Festival Photo Gallery</a></li>
</ul>
</div>
</div>
<div class="split-credit">
<p>©2017-2025 <a href="#">Seton Parish</a></p>
</div>
</div>
</div>
</div>
</body>
</html>