taylorak / play-dropdown-carousel

A template Play application with dropdown menu and carousel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

screenshot

This is a sample Play application with the following features:

  • Modifications to the "default" application generated by the Play "new" command to eliminate checkstyle errors. See play-new-passcheckstyle for details.
  • Modifications to the main.scala.html template to load Twitter Bootstrap 3 files using CDN sites.
  • Modifications to illustrate simple page navigation through changes to the controller, the routes, and the view files.
  • Note that the navbar highlights the current active page.
  • Note that the main.css has a slight adjustment to the body padding due to the use of the fixed-top navbar.
  • Modifications to create very simple tests.
  • Modifications to main.scala.html to add dropdown menu to navbar
  • Modifications to index.scala.html to add carousel

About

A template Play application with dropdown menu and carousel


Languages

Language:Java 70.5%Language:CSS 17.3%Language:Scala 12.2%