Skip to content

Creating Websites

Julien edited this page Jun 11, 2016 · 10 revisions

Java template engine

In order to access the value of a java variable within a html page you need something like Thymeleaf.
Please add <html xmlns:th="http://www.thymeleaf.org"> above your <head> tag to use Thymeleaf in your html file.
If you need help with it, check the official Thymeleaf Spring Guide.

Framework

We are using Foundation for our webpages.
Please add <div th:replace="fragments/header :: header"/> within your <head> </head> in any html file. The header fragment implements all the Foundation css and javascript files for more convenience.

Icon set

We are using Font Awesome for icons. Please check this site to get the hang of it. You can browse all the icons here.

Clone this wiki locally