X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2FWEB-INF%2Fviews%2Fprojects%2Ftypo.jsp;h=789cb016e79b9e063e73548bc17120db6309cd26;hp=a55864c1f5349202ffe2b44f301f4ebf04b96995;hb=bf105a75fc8f5d511151c97f54b330104f31e480;hpb=d53a4e6b1196f66f6f1768c013a4d9759be70dd2 diff --git a/src/main/webapp/WEB-INF/views/projects/typo.jsp b/src/main/webapp/WEB-INF/views/projects/typo.jsp index a55864c1..789cb016 100644 --- a/src/main/webapp/WEB-INF/views/projects/typo.jsp +++ b/src/main/webapp/WEB-INF/views/projects/typo.jsp @@ -2,25 +2,32 @@ <%@page pageEncoding="UTF-8"%> <%@page session="false" %> <%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %> +<%@taglib uri="http://www.springframework.org/tags" prefix="s"%> + + +
  • Home
  • +
  • Projects
  • +
  • Typography
  • +

    Navigation

    @@ -29,7 +36,7 @@ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud - exercitation ullamco laboris nisi ut aliquip + exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, @@ -94,5 +101,30 @@ pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

    +

    Preformatted code

    +

    + Juplo Branding uses + google-code-prettify for automatic + syntax highlighting. +

    +
    
    +<plugin>
    +  <groupId>ro.isdc.wro4j</groupId>
    +  <artifactId>wro4j-maven-plugin</artifactId>
    +  <version>${wro4j.version}</version>
    +  <configuration>
    +    <wroManagerFactory>ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory</wroManagerFactory>
    +    <cssDestinationFolder>${project.build.directory}/${project.build.finalName}/css/</cssDestinationFolder>
    +  </configuration>
    +  <executions>
    +    <execution>
    +      <phase>package</phase>
    +      <goals>
    +        <goal>run</goal>
    +      </goals>
    +    </execution>
    +  </executions>
    +</plugin>
    +