First-Time: WebPage Design

Before Everything Else:

College just started. During one of the tours of the school, I found that there’s a Web-Design contest to be held by our school. Although I don’t have the first clue of writing html and css and javascript, I still wanted to go and try. There would also be sophomore, junior and senior students participate, but apparently as a freshman I can get bonus score so I would still have a chance. So I started looking into html…

[Read More]
HTML  Web  CSS  Design 

My First Blog

Creating a Post

This is my first blog. This post acts as a test for the site. I would write more blogs, if possible.

A simple line code: let a = 5;

A simple code block:

#include <iostream>
using namespace std;

int main(){
    return 0;
}