josh-privata / MuseumKiosk-School

A simple touch friendly web kiosk providing museum exhibit information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML5-CSS3

Museum Kiosk

A simple touch friendly web kiosk providing museum exhibit information

Passing HTML 5.0 BSD License


Table of Contents

Synopsis

The Museum of Science and Technology (SAT) have requested the design and implementation of a web based touch-enabled kiosk system. This system must provide an accessible interface to visitors that will allow them to obtain an overview of the museum layout and find details of the exhibits they intend to visit.

  • Each page must display the SAT logo that has been provided by the museum. The typeface and colour of this logo must remain true to that of its original.
  • The description provided for each artifact cannot be changed without further approval
  • An image of each artifact must be available to the visitors
  • A separate page must be provided for opening hours and entrance fee's

Click here to view a demo of this website

Install

First, make a directory to install the files to and change to that directory using :

$ mkdir museumkiosk && cd museumkiosk

Then all you need to do is clone the project from github into the directory by using :

$ git clone https://github.com/josh-privata/MuseumKiosk.git

Usage

To use this application simply view the 'main.html' file in a web browser.

Assuming you are still in the museumkiosk directory, this can be done from the terminal using the command :

$ google-chrome main.html

or

$ firefox main.html

or

$ chromium main.html

Screenshots

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

License

BSD Copyright (c) 2016 Josh Cannons.

About

A simple touch friendly web kiosk providing museum exhibit information

License:Other


Languages

Language:HTML 60.0%Language:JavaScript 34.7%Language:CSS 5.3%