SuccessChanges

Summary

  1. tsk12 Defines a structure and template for the website (details)
Commit 9f4d48f0c0b5dae9e21c605c58ce8b61de0079dd by anrodriquez
tsk12 Defines a structure and template for the website
Adds the structure of the web project to define the views that will be
part of the public or private part of the application, and where to
locate additional elements such as images or style sheets. It also
incorporates a template composed of a menu, a content and a footer. The
style of the template is created with bootstrap 4, whose dependency has
been added to the pom.
Configures the access and restrictions to the website for each of the
elements of the structure of the web project.
Updates the Contributing file to specify the conventions for the name of
the views and organization of the same.
The file was modifiedpom.xml (diff)
The file was removedjsf/src/main/webapp/index.xhtml (diff)
The file was removedjsf/src/main/webapp/img/cover.jpg (diff)
The file was modifiedCONTRIBUTING.md (diff)
The file was addedjsf/src/main/webapp/components/footer.xhtml (diff)
The file was addedjsf/src/main/webapp/resources/img/cover.jpg (diff)
The file was modifiedjsf/src/main/webapp/WEB-INF/web.xml (diff)
The file was removedjsf/src/main/webapp/styles/main.css (diff)
The file was modifiedjsf/pom.xml (diff)
The file was addedjsf/src/main/webapp/components/menu.xhtml (diff)
The file was addedjsf/src/main/webapp/resources/styles/main.css (diff)
The file was addedjsf/src/main/webapp/public/index.xhtml (diff)
The file was addedjsf/src/main/webapp/components/template.xhtml (diff)
The file was addedjsf/src/main/webapp/private/competition/competitions.xhtml (diff)