Skip to content

Commit

Permalink
DEVELOPER-1416 Added Duke's Choice awards to the Awards page
Browse files Browse the repository at this point in the history
  • Loading branch information
adelasofia committed Oct 20, 2015
1 parent 59926e6 commit 1d22826
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 15 deletions.
43 changes: 40 additions & 3 deletions awards.html.slim
Expand Up @@ -14,13 +14,13 @@ hero_class: awards
.middlewareAwards
.wide
.row.award-section
.large-20.columns
.large-22.columns
a(href="https://java-champions.java.net/")
h3 Java Champions
p The Java Champions are an exclusive group of passionate Java technology and community leaders who are community-nominated and selected. Java Champions get the opportunity to provide feedback, ideas, and direction that will help grow successful adoption and development of the Java Platforms and language. Members come from a broad cross-section of the Java community and are Java luminaries, senior developers, architects, and consultants but also Academics, Java User Group leader and many others who are an important part of the Java ecosystem.
.large-24.column
h5 JBoss Community members to receive this award:
ul.small-block-grid-1.medium-block-grid-2.large-block-grid-3
ul.small-block-grid-2.medium-block-grid-3
li
.large-8.columns.center
img(src=cdn(site.base_url + "/images/awards/aslak-knutsen.png"))
Expand Down Expand Up @@ -87,7 +87,44 @@ hero_class: awards
.large-12.columns
h5 2013 - WildFly
p The Great Java Application Server Debate is a specialized Survey run by ZeroTurnaround and reflected the overall developer view on Java EE application servers. JBoss WildFly is the only application server in the group whose score never dropped below a 4, and interestingly the received the joint fewest top marks of 5 in the categories. JBoss WildFly consistently performs very well in each category which is why it also shines in the developer profiles exercise.

.row.award-section
.large-24.column
a(href="https://jax.de/awards2014/")
h3 Jax Innovation Award
.large-12.columns
h5 2014 - Vert.x
p The JAX Innovation Awards, which have been running since 2007, celebrate outstanding innovation within the tech sector, with a particular emphasis on those who foster and drive Java and open technologies. Following some pretty heated deliberation and weeks of eager campaigning, the winners of the JAX Innovation Awards 2014 were announced on Wednesday 14 May at JAX 2014. Red Hat sponsored open source project Vert.x was awarded the "Most Innovative Java Technology" award. Vert.x is a lightweight, high performance application platform for the JVM that is designed for modern mobile, web, and enterprise applications.
.large-12.columns
img.award-logo(src=cdn(site.base_url + "/images/branding/project-logos/vertx-logo-sm.png"))
.award-section
.row
.medium-20.columns
a(href="http://www.redhat.com/en/about/blog/Red-Hats-JBoss-Enterprise-Middleware-Ranks-No-1-in-Customer-Satisfaction-for-the-5th-Year-in-a-Row")
h3 Duke's Choice Awards
p The Duke’s Choice Awards recognize and honor extreme innovation in the world of Java technology, and are granted to the most innovative uses of the Java platform. Because the primary judging criteria is innovation, the awards put even small developer shops on an equal footing with multinational giants. The winners are selected by Oracle’s Java technology leadership team.
.medium-4.columns
img.dukes-logo(src=cdn(site.base_url + "/images/awards/dukes-choice.png"))
.row
.large-12.columns
h5 Arquillian
p Arquillian is an innovative and highly extensible testing platform for the JVM that enables developers to easily create automated integration, functional and acceptance tests for Java middleware. In 2011 Arquillian received the Duke's choice award.
.medium-10.small-12.columns
img.logo-sm(src=cdn(site.base_url + "/images/branding/project-logos/arquillian_logo_450px.png"))
.medium-14.small-12.columns.dukes-links
a(href="http://arquillian.org/") arquillian.org
br
a(href="https://twitter.com/arquillian_org") @arquillian_org
.large-12.columns
h5 The Netty Project
p The Netty Project is a Java-based new I/O (NIO) client server framework that enables quick and easy development of network applications. It greatly simplifies and streamlines network programming such as TCP and UDP socket server.
.medium-8.small-12.columns
br
img.logo-sm(src=cdn(site.base_url + "/images/branding/project-logos/netty_logo.png"))
.medium-16.small-12.columns.dukes-links
br
a(href="http://netty.io/") netty.io
br
a(href="https://twitter.com/netty_project") @netty_project
.row.award-section
.large-24.column
a(href="http://www.drdobbs.com/joltawards/the-14th-annual-software-development-jol/184415149?pgno=14")
Expand Down
Binary file added images/awards/dukes-choice.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/branding/project-logos/netty_logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/branding/project-logos/vertx-logo-sm.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 22 additions & 12 deletions stylesheets/_awards.scss
Expand Up @@ -5,21 +5,31 @@
.middlewareAwards {
.award-section {
margin-bottom: 40px;

a > h3 {
color: #2664a2;
cursor: pointer;
display: inline-block;
margin-bottom: 15px;
a {
h3, h5 {
color: #2664a2;
cursor: pointer;
display: inline-block;
margin-bottom: 15px;
&:hover {
color: #a5aa4d;
}
}
}

a > h3:hover {
color: #a5aa4d;
.dukes-links {
margin-top: 15px;
}

.award-logo {
width: 100%;
padding: 15%;
max-width: 350px;
display: block;
margin: 60px auto 30px auto;
}
.logo-sm {
margin: 0 auto;
max-height: 75px;
}
.dukes-logo {
max-width: 160px;
}
h6 {
margin-bottom: 0;
Expand Down

0 comments on commit 1d22826

Please sign in to comment.