Skip to content

Commit

Permalink
Beautifying splash image
Browse files Browse the repository at this point in the history
  • Loading branch information
agoncal committed Sep 21, 2012
1 parent 15da243 commit ada425d
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 30 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The only external framework that we use is [Arquillian](http://arquillian.org/).

Being Maven centric, you can compile and package it with `mvn clean compile`, `mvn clean package` or `mvn clean install`. The `package` and `install` phase will automatically trigger the unit tests. Once you have your war file, you can deploy it.

GlassFish is the default deployment application server, so you don't need to use any Maven profile. But if you wanted you could do `mvn -Pglassifh-embedded clean install`.
GlassFish is the default deployment application server, so you don't need to use any Maven profile. But if you wanted you could do `mvn -Pglassifh-embedded clean install`.

### Test with Glassfish embedded

Expand Down Expand Up @@ -84,6 +84,14 @@ You can also get a JSON reprensetation as follow :

## Third Party Tools & Frameworks

### Twitter Bootstrap

When, like me, you have no web designer skills at all and your web pages look ugly, you use [Twitter Bootstrap](http://twitter.github.com/bootstrap/) ;o)

## Silk Icons

I use [Silk Icons](http://www.famfamfam.com/lab/icons/silk/) which are in Creative Commons

### Arquillian

### JRebel
Expand All @@ -102,14 +110,13 @@ Some people who worked on this project :
* [Brice Leporini](https://twitter.com/#!/blep)
* Hervé Le Morvan

## Creative Commons

I use [Silk Icons](http://www.famfamfam.com/lab/icons/silk/) which are in Creative Commons

## Bugs & Workaround

* [If you can't deploy with Intellij IDEA`and JDK 7 on JBoss](http://youtrack.jetbrains.com/issue/IDEA-826) : `-Djava.nio.channels.spi.SelectorProvider=sun.nio.ch.KQueueSelectorProvider

## Licensing

<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.

<div class="footer">
<span class="footerTitle"><span class="uc">a</span>ntonio <span class="uc">g</span>oncalves</span>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<properties>
<version.java>1.6</version.java>
<version.javaee>6.0</version.javaee>
<version.derby>10.8.2.2</version.derby>
<version.derby>10.9.1.0</version.derby>
<version.junit>4.10</version.junit>
<version.mockito>1.9.0</version.mockito>
<version.arquillian>1.0.1.Final</version.arquillian>
<version.arquillian>1.0.2.Final</version.arquillian>
<version.arquillian.glassfish.embedded>1.0.0.CR3</version.arquillian.glassfish.embedded>
<version.arquillian.jboss.managed>7.1.1.Final</version.arquillian.jboss.managed>
<version.jacoco>0.5.7.201204190339</version.jacoco>
Expand All @@ -25,12 +25,12 @@
<version.tomee>1.1.0-SNAPSHOT</version.tomee>
<version.myfaces>2.1.7</version.myfaces>
<!--GlassFish-->
<version.glassfish>3.1.2-b20</version.glassfish>
<version.glassfish>3.1.2.2</version.glassfish>
<version.maven.embedded.glassfish.plugin>3.1.1</version.maven.embedded.glassfish.plugin>
<!--Maven Plugins & co-->
<version.maven.war.plugin>2.2</version.maven.war.plugin>
<version.maven.compiler.plugin>2.4</version.maven.compiler.plugin>
<version.maven.surefire.plugin>2.12</version.maven.surefire.plugin>
<version.maven.compiler.plugin>2.5.1</version.maven.compiler.plugin>
<version.maven.surefire.plugin>2.12.2</version.maven.surefire.plugin>
<version.maven.failsafe.plugin>2.12</version.maven.failsafe.plugin>
<version.jrebel>1.1.3</version.jrebel>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
20 changes: 0 additions & 20 deletions src/main/webapp/resources/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,6 @@
text-align: center
}

.menu-user {
background: transparent url("#{resource['icons/user.png']}") no-repeat center left;
padding: 5px 5px 5px 20px;
}

.menu-login {
background: transparent url("#{resource['icons/door_in.png']}") no-repeat center left;
padding: 5px 5px 5px 20px;
}

.menu-logout {
background: transparent url("#{resource['icons/door_out.png']}") no-repeat center left;
padding: 5px 5px 5px 20px;
}

.menu-cart {
background: transparent url("#{resource['icons/cart.png']}") no-repeat center left;
padding: 5px 5px 5px 20px;
}

.menu-fr {
background: transparent url("#{resource['icons/fr.gif']}") no-repeat center left;
padding: 5px 5px 5px 20px;
Expand Down
Binary file removed src/main/webapp/resources/icons/cart.png
Binary file not shown.
Binary file removed src/main/webapp/resources/icons/door_in.png
Binary file not shown.
Binary file removed src/main/webapp/resources/icons/door_out.png
Binary file not shown.
Binary file removed src/main/webapp/resources/icons/home.png
Binary file not shown.
Binary file removed src/main/webapp/resources/icons/house.png
Binary file not shown.
Binary file removed src/main/webapp/resources/icons/user.png
Binary file not shown.

0 comments on commit ada425d

Please sign in to comment.