Child: [2c6ef1] (diff)

Download this file

projectlist.scala.html    41 lines (39 with data), 1.9 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
@()
@main("OSSMETER : Project List", true) {
<section>
<h1>Featured Projects</h1>
<p>Take a look at some of the projects that have been analysed so far:</p>
<ul class="inline featured">
<li class="well well-light">
<img src="@routes.Assets.at("images/logos/epsilon.png")" class="project-list-icon"/>
<h3><a href="p/epsilon">Epsilon</a></h3>
<small>Epsilon is a family of languages and tools for code generation, model-to-model transformation ...</small>
</li>
<li class="well well-light">
<img src="@routes.Assets.at("images/logos/log4j.jpg")" class="project-list-icon"/>
<h3><a href="p/log4j">Apache Log4J</a></h3>
<small>Apache log4j is an Apache Software Foundation Project and developed by a dedicated team ...</small>
</li>
<li class="well well-light">
<img src="@routes.Assets.at("images/logos/tomcat.png")" class="project-list-icon"/>
<h3><a href="p/ant">Apache Tomcat</a></h3>
<small>Select the project that best fits your requirements and start using it.</small>
</li>
<li class="well well-light">
<img src="@routes.Assets.at("images/logos/ant.png")" class="project-list-icon"/>
<h3><a href="p/subversion">Apache ANT</a></h3>
<small>Select the project that best fits your requirements and start using it.</small>
</li>
<li class="well well-light">
<img src="@routes.Assets.at("images/logos/subversive.gif")" class="project-list-icon"/>
<h3><a href="p/epsilon">Subversive</a></h3>
<small>Select the project that best fits your requirements and start using it.</small>
</li>
<li class="well well-light">
<img src="@routes.Assets.at("images/osslogo-color-48.png")" class="project-list-icon"/>
<h3><a href="p/epsilon">Epsilon</a></h3>
<small>Select the project that best fits your requirements and start using it.</small>
</li>
</ul>
</section>
}