Welcome to the demo!

A simple website with lots of components.


Simple Paragraph

The objective of this page is to test how your theme configuration looks with all the components in one place. We have multiple paragraphs, lists, buttons, forms, etc. One's goal should be to make sure that the colours are selected properly, such that they adhere to WCAG.

Special Paragraph

First paragraph was simple. Just a wall of text. But this one, it's different. It has a various uniquely styled elements. For good measure, we also include a link and a code element.

Various Lists

In this section, we show off a the two types of lists that HTML allows. First, an unordered list.

Next up, we have an ordered list!

  1. As always, item 1

  2. The next one as well

  3. Almost like a recipe to be followed...

    1. First substep
    2. Next one
    3. Another one follows

Some Source Code

This is a simple hello world program in the V programming language.

module main

fn main() {
  println('Hello, world!')
}
      

Here is some code that's a bit more involved.

module main

fn main() {
  areas := [
    'game',
    'web',
    'tools',
    'science',
    'systems',
    'embedded',
    'drivers',
    'GUI',
    'mobile',
  ]

  for area in areas {
    println('Hello, $area developers!')
  }
}        
      

A Few Words...

We conclude the demo with a few quotes.

Words can be like X-rays, if you use them properly—they’ll go through anything. You read and you’re pierced.

—Aldous Huxley, Brave New World