/gnome-terminal.js

Gnome terminal simulator with javascript and some hmtl and css.

Primary LanguageJavaScript

Gnome terminal UI simulator

Simulate the UI of the Gnome Terminal of Ubuntu operating system.

Installation

  1. Clone the repository.
  2. Install the dependencies with npm install && bower install.

Usage

Link the assets css and js into your project. For build the UI of the terminal you should be use this markup:

<div class="gnome-terminal">sudo su</div>