diff --git a/README.md b/README.md
index 8c46e20..5f78bd1 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,8 @@ Important documents to read
The following are known issues or to-build items as of 2023-08-15
-- [ ] Move this site to the main Veilid project in Gitlab
-- [ ] Create an off-season location for DefCon pages
+- [x] Move this site to the main Veilid project in Gitlab
+- [x] Create an off-season location for DefCon pages
- [ ] Use Cecil's multi-language capabilities for translations
- Documentation and FAQs
- [ ] for lay people
diff --git a/pages/about-us/index.md b/pages/about-us/index.md
index 7b8165a..af83ef1 100644
--- a/pages/about-us/index.md
+++ b/pages/about-us/index.md
@@ -63,7 +63,7 @@ Veilid contributors include coders, admins, writers, legal, and more.
Abbie 'antijingoist' Gonzalez
snowchyld, NsF
John 'Wrewdison' Whelan
- Robert "LambdaCalculus" Menes
+ Robert 'LambdaCalculus' Menes
Julie Chandler
Glenn Kurtzrock
Daniel Meyerson
diff --git a/pages/docs/accessibility.md b/pages/docs/accessibility.md
new file mode 100644
index 0000000..0dea5b6
--- /dev/null
+++ b/pages/docs/accessibility.md
@@ -0,0 +1,62 @@
+---
+title: Accessibility Guidance
+description: An introduction to accessibility concepts
+weight: 4
+layout: subpage
+---
+
+
+### General Accessibility Concepts
+
+For the scope of this document, we are referring to the accessibility of websites, documents, and applications.
+
+### Types of Accessibility Challenges
+
+Here is a partial list of capabilities to keep in mind when designing:
+
+**Fine Motor Control** – The dexterity of one's eyes, hands, and fingers for the ability to examine and manipulate objects. In practical terms, is it easy for someone using a touch screen to easily click interactive elements and can folks with fine motor control issues manage to interact with those elements was well.
+
+**Sightedness** – Levels of blindness, near sightedness, and far sightedness. Low-vision users tend to need high color contrast and larger sized text and elements.
+
+**Color Vision** – Color blindness changes how people perceive colors which can reduce color contrast and make differentiating color coded items difficult.
+
+**Cognitive Capabilities** – Memory, train of thought, following instructions, and judgment are cognitive capabilities that most folks take for granted. Various disabilities can affect these as well as situational conditions such as being tired from working late.
+
+**Hearing** – Hearing difficulties can make audio cues or videos less effective.
+
+### Accessibility Guidelines
+
+Here is a partial list of general accessibility goals you should strive for:
+
+#### Structure
+
+- Headers are marked denoted at headers in the mark-up or code
+- Sections of a page or screen are visually distinct and easy to identify
+
+#### Navigation
+
+- Easy to figure out current location
+- Easy to figure out where you can go
+- Consistent navigation structures and styling
+
+#### Interactions
+
+- Clickable items are styled consistently as clickable
+- Clickable items have a generous hit-box size
+- UI elements can be easily manipulated with assistive technology
+
+#### Typography
+
+- Adjustable text size
+- Adjusting the text size does not breaking the layout or usability
+- Text customization options such as changing fonts
+
+#### Colors
+
+- Good color contrast for text to be readable
+- Use a secondary indicator (shape, size, pattern, etc) rather than color alone
+
+#### Video
+
+- For the audio in videos, provide subtitles of the dialog and sounds
+- A transcript of all the content conveyed in the video helps a wide audiences
\ No newline at end of file
diff --git a/pages/docs/code-repositories.md b/pages/docs/code-repositories.md
index 9030f94..418017c 100644
--- a/pages/docs/code-repositories.md
+++ b/pages/docs/code-repositories.md
@@ -1,7 +1,7 @@
---
title: Code Repositories
description: The code base for the different parts and tools of Veilid
-weight: 3
+weight: 2
layout: subpage
---
diff --git a/pages/docs/package-repositories.md b/pages/docs/package-repositories.md
index c002fb7..60a095f 100644
--- a/pages/docs/package-repositories.md
+++ b/pages/docs/package-repositories.md
@@ -1,7 +1,7 @@
---
title: Package Repositories
description: Veilid has Rust, Python, Debian, and Fedora packages available.
-weight: 4
+weight: 3
layout: subpage
---