highfestiva / plain-ux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usability thingie

Getting started

Installation under Windows

  1. Download and install git for windows.
  2. Download and install python 3.

Start a console and download the project

  1. Open a git bash console by double-clicking something like C:\Program Files\Git\bin\bash.exe.
  2. Change into a directory which you wish to use for downloading the source code, for instance cd /tmp.
  3. Download the project with git clone https://github.com/highfestiva/plain-ux.git.
  4. Change directory into that project with cd plain-ux.

Start a web server and show the file

  1. Type ./run.sh to launch a python web server and show the landing page in the browser.
  2. Click on any of the menu entries.

Instruction

  1. Make minimal improvements. Nothing big. Only make changes in index.html.
  2. Only CSS is required, but JavaScript may be used too.
  3. Don't spend much time on it!
  4. Take note of things that you'd want to do, but didn't do.
  5. Send me the notes and the updated index.html.

Good luck!

About


Languages

Language:HTML 90.7%Language:Shell 9.3%