== Customizing web site appearance with CSS == The appearance of a project web site is controlled by Cascading Style Sheets (CSS). The BOINC web code uses Twitter Bootstrap CSS. It will use the files {{{ bootstrap.min.css bootstrap.min.js jquery.min.js }}} in your project's html/user directory. make_project initializes to the standard files. You can replace them as you like. To customize your web site: * Use a Bootstrap "theme". Some places where you can find these: https://bootswatch.com/ https://startbootstrap.com/ https://shapebootstrap.net/free-templates https://bootstrapious.com/free-templates * Add your own CSS, to be added after Bootstrap. To do this, put {{{ define("STYLESHEET", "your_stylesheet.css");` }}} in the file `html/project/project.inc`.