From 9cab3f20c67860c8b5c2c7c7c22eef9bc6f732a2 Mon Sep 17 00:00:00 2001 From: Sadiq Khoja Date: Tue, 10 Dec 2024 11:37:37 -0500 Subject: [PATCH] add outdated-version.html --- docs/outdated-version.html | 16 ++++++++++++++++ docs/style.css | 8 ++++++++ 2 files changed, 24 insertions(+) create mode 100644 docs/outdated-version.html diff --git a/docs/outdated-version.html b/docs/outdated-version.html new file mode 100644 index 00000000..e698ed26 --- /dev/null +++ b/docs/outdated-version.html @@ -0,0 +1,16 @@ + + + + + ODK Central + + + + +
+

You're using a significantly outdated version of ODK Central

+

Upgrade now to protect your data and take advantage of the latest features. If you don't want to maintain Central, try ODK Cloud.

+ +
+ + diff --git a/docs/style.css b/docs/style.css index d83feab7..3957dbb8 100644 --- a/docs/style.css +++ b/docs/style.css @@ -60,3 +60,11 @@ a:focus { .news-item a { margin-left: 82px; } + +.outdated-version h1 { + font-size: 30px; +} + +.outdated-version p { + font-size: 18px; +} \ No newline at end of file