dbmaindex Blog
RSS

status

First Blog

2026-08-10

This blog post is dedicated to this website.

As someone who has programmed in C for about five years with a specialty in graphical programming, doing webdev would probably be the last thing I would do. So here is my website and everything that came to making it.

I made this website primarly as a basis for the things, projects, or opinions I wanted to share. It isn't so much as a portfolio, but more of a personal website. That allows me to be more carefree for what I want to put on my website and be more whimsey with the website's theming and design. Hopefully that doesn't bother you too much.

This website was purley built with just html, css, and js. Nodejs/npm is also used but is only for developer tools rather than being integrated into the website. I chose html/css/js over other frameworks like React because it was the most simple and easy to start with. I also had a bit of prior experience using html so there was no incentive to learn a new framework in the first place.

Anyways, as of writing this post, this website isn't finished and it's pretty bland and empty right now so I will be thinking of new things I can add to my website later.


Blog Style Check:

Header 1

Header 2

Header 3

Header 4

Header 5
Header 6

Paragraph text

italic text

Bold text

link

Blockquote:

Why is a school teacher in space?

Ordered List:

  1. first item
  2. second item
  3. third item

Unordered List:

text with inline code.

#include <stdio.h>

int main(int argc, char **argv) {
    printf("hello world\n");
    return 0;
}

image