diff --git a/src/components/AppData.vue b/src/components/AppData.vue
index 3de9a3d..92a87c0 100644
--- a/src/components/AppData.vue
+++ b/src/components/AppData.vue
@@ -3,7 +3,6 @@ const CATEGORIES = [
{ id: 1, name: 'Web Sites and Applications' },
{ id: 2, name: 'WordPress' },
{ id: 3, name: 'Static Sites' },
- { id: 4, name: 'Open Source Libraries' },
{ id: 99, name: 'Personal' }
]
const APPS = [
@@ -54,7 +53,8 @@ const APPS = [
},
{
heading: 'What We Still Do',
- narrative: 'Bit Badger Solutions hosts this site; we also publish sermons to their podcast feed weekly.'
+ narrative: `Bit Badger Solutions hosts this site; we also host the church e-mail accounts, and publish sermons
+ to their podcast feed weekly.`
}
]
},
@@ -359,9 +359,11 @@ const APPS = [
activity: [
{
heading: 'What We Did',
- narrative: `We went through several iterations of front-end and back-end technologies before we settled on
- Vue.js for the front-end and Node.js
- for the back-end. This solution is still in active development, which can be tracked on
+ narrative: `We went through several iterations of front-end and back-end technologies, trying to find one that
+ would provide the optimal experience for praying through the list. The front end uses
+ Vue.js, and the back end will soon use
+ Giraffe to serve the data. This solution is
+ still in active development, which can be tracked on
GitHub; this is also where issues
regarding it can be raised and resolved.`
},
@@ -611,12 +613,8 @@ const APPS = [
updated versions directly to subscribed users. Finally, it also contains notices of new versions of Bit Badger
Solutions-developed WordPress plug-ins (“Daniel’s Dropdowns” (inactive, as its functionality
is now part of the WordPress core) and “HCSB Verse of the Day (Plus)”).`,
- `The original theme, “Almost Spring,” started as a pastel green and orange theme for WordPress.
- However, it was customized to match the original look and feel of those initial static pages that served as the
- blog from 2004-2006, and was converted to a BlogEngine.NET theme when we changed blogging platforms. When we went
- back to WordPress, we changed to a simple theme called “Mantra,” which has unobtrusive social media
- integration. It is now a statically-generated site, utilizing Hexo, and its code is
- open source.`
+ `It is currently a statically-generated site, utilizing Hexo, and its code is
+ open source.`
]
},
{
diff --git a/static/screenshots/tech-blog.png b/static/screenshots/tech-blog.png
index 8087075..e1a479f 100644
Binary files a/static/screenshots/tech-blog.png and b/static/screenshots/tech-blog.png differ