Added mission statement to billboard description. Overhaul of feature list. More condensed view of the individual projects. Moved code samples to the Quick Start section. Moved release train section after the module listing. Removed detailed list of Spring Boot starters and linked to the reference documentation instead.
27 lines
839 B
HTML
27 lines
839 B
HTML
<div class="billboard--wrapper project-header--wrapper">
|
|
<div class="billboard--container">
|
|
<div class="project-icon">
|
|
</div>
|
|
<div class="container-fluid">
|
|
<div class="row-fluid">
|
|
<div class="span8 billboard--area">
|
|
<div class="content--title">
|
|
{% capture breadcrumb %}
|
|
[Projects]({{ site.projects_site_url }}){% if parent_link %} : {{ parent_link }}{% endif %}
|
|
{% endcapture %}
|
|
{{ breadcrumb | markdownify }}
|
|
</div>
|
|
|
|
<div class="project--title">{{ site.name }}</div>
|
|
|
|
<div class="project--description">
|
|
{{ billboard_description | markdownify }}
|
|
</div>
|
|
|
|
{{ billboard_quickstart_button }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|