X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2FWEB-INF%2Fviews%2Fprojects%2Ftypo.jsp;h=a42ff91c06b96222805194e9c42f4b17df82f185;hp=52437cfa55d9f30665c956e3469ce0fcc81ffad4;hb=9d7ce4e0aa83eea667d4c2b2a3f9ae1acbd04895;hpb=7972d2fab9a8768649c91d9e6e0491e782b62095 diff --git a/src/main/webapp/WEB-INF/views/projects/typo.jsp b/src/main/webapp/WEB-INF/views/projects/typo.jsp index 52437cfa..a42ff91c 100644 --- a/src/main/webapp/WEB-INF/views/projects/typo.jsp +++ b/src/main/webapp/WEB-INF/views/projects/typo.jsp @@ -2,30 +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
  • +
  • Home
  • +
  • Projects
  • Typography
  • Navigation

    @@ -34,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, @@ -99,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>
    +