mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-03-03 20:21:12 +00:00
Initialize shared gh-pages infrastructure
This commit is contained in:
commit
171918e41a
70 changed files with 35217 additions and 0 deletions
29
_includes/project_page.html
Normal file
29
_includes/project_page.html
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{% capture billboard_quickstart_button %}
|
||||
<a class="btn btn-black uppercase project-quickstart-btn" href="#quick-start">Quick Start</a>
|
||||
{% endcapture %}
|
||||
{% capture content %}
|
||||
{% include billboard.html %}
|
||||
<div class="github-fork-ribbon--container">
|
||||
<a href="{{ site.github_repo_url }}"><img style="position: absolute; top: 0; right: 0; border: 0;" src="{{site.baseurl}}/img/forkme.png" alt="Fork me on GitHub"></a>
|
||||
</div>
|
||||
<div class="project-body--wrapper">
|
||||
<div class="project-body--container">
|
||||
<div class="container-fluid">
|
||||
<div class="row-fluid">
|
||||
<div class="span8">
|
||||
<div class="project-body--section">
|
||||
{{ main_content | markdownify }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="span4">
|
||||
{% include project_sidebar.html %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endcapture %}
|
||||
{% capture end_content %}
|
||||
{% include widget_templates.html %}
|
||||
{% endcapture %}
|
||||
{% include page.html %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue