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.
The first item
The second item
-
The third item with subitems
- Subitem 1
- Subitem 2
- Subitem 3
Another external item.
Next up, we have an ordered list!
As always, item 1
The next one as well
-
Almost like a recipe to be followed...
- First substep
- Next one
- 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.