-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (31 loc) · 1.57 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf8">
<title>Cornerstone Christian Academy | Bowie MD</title>
<style>
* {
font-family: sans-serif;
}
</style>
</head>
<body style="background-color: #333;">
<div style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);">
<img src="/legacy/ref/logos/CCA_Logo_Text.png" width="400px">
<p style="width: 400px; text-align: center; color: white;">
It is with deep regret that we announce the closing of Cornerstone Christian Academy with the 2020-2021
school year. The Cornerstone Church Finance Committee and the Board of Elders, after much prayer and many
conversations, have come to this very difficult decision due to the COVID-19 pandemic and diminishing
enrollment over the past few years.
<br><br>
CCA has a long history of faithfully serving the congregation and community. Many families chose CCA
because of the loving and caring atmosphere, strong academic instruction and commitment to “train up a child
in the way he should go,” making a triangle of influence with the church, the school and each family. We are
grateful to be a rich part of that legacy for children who, we hope, will grow up to someday change the
world for Jesus.
</p>
</div>
<div style="color: white; position: absolute; left: 50%; bottom: 20px; transform: translateX(-50%);">©2020
Cornerstone Church</div>
</body>
</html>