This is the LAr website at http://lar.bnl.gov/.
To run locally:
git clone https://github.com/BNLIF/lar-web.git
cd lar-web
python -m SimpleHTTPServer
Or, with livereload
from livereload import Server
server = Server()
server.watch('index.html')
server.serve(root='.')
Instructions for writing can be found here.