$ ./Hacker-Theme.sh


Hacked.

Login

Text can be Bold, italic, oblique, underline, overline, strikethroughor keyword.

This is page is recreation of jekyll-hacker-theme in HTML , CSS & JS

Next paragraph.

Heading 1

Heading 2

this is a blockquote.

One day I'm gonna make, The onions cry.
Do not take life too seriously. You will never get out of it alive.

Heading 3

                   // Javascript with syntax highlighting
                   // thelearn-tech@github
                     
                  const files = [ 'foo.txt ', '.bar', '   ', 'baz.foo' ];
                  let filePaths = [];
                  for (let file of files) {
                    const fileName = file.trim();
                    if(fileName) {
                      const filePath = `~/cool_app/${fileName}`;
                      filePaths.push(filePath);
                    }
                  }
      // filePaths = [ '~/cool_app/foo.txt', '~/cool_app/.bar', '~/cool_app/baz.foo']

                  # Python code with syntax highlighting
                  # thelearn-tech@github
                  from os import path
                  def check_for_file():
                      print("Does file exist:", path.exists("data.csv"))
                  if __name__=="__main__":
                      check_for_file()
      

Heading 4

Heading 5
  1. This is an ordered list, following a heading.
  2. This is an ordered list, following a heading.
  3. This is an ordered list, following a heading.
Heading 6
Name Age Gender
Josh 27 Male
Tom 25 Male
Olivia Never Ask Female
This is a Table

Look there is a horizontal rule below this.

Unordered list:

Ordered list:
  1. item I
  2. item II
  3. item III

Nested list:

Small image
click on image to view source.

github png linux compiling kernel png

Large image

friday info

Description list:

Creator
thelearn-tech
Hosted on
Github
Language
HTML CSS JS
For long commands or code scroll should be horizontal rather than vertical. Very longgggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg text.

Enjoy the theme