File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,12 @@ <h2>{{ site.description | default: site.github.project_tagline }}</h2>
2727 {% endif %}
2828 < a href ="{{ site.github.repository_url }} " class ="btn btn-github "> < span class ="icon "> </ span > View on GitHub</ a >
2929 </ section >
30+ < section id ="links ">
31+ [< a href ="{{ '/guide/getting-started.html' | relative_url }} "> Getting started</ a > ] [< a href ="{{ '/guide/mocking-guidelines.html' | relative_url }} "> Guidelines</ a > ] [< a href ="{{ '/ADR/' | relative_url }} " title ="Architecture Decision Records "> ADRs</ a > ]
32+ </ section >
3033 </ div >
3134</ header >
32-
35+ < hr />
3336< div class ="container ">
3437 < section id ="main_content ">
3538 {{ content }}
Original file line number Diff line number Diff line change 11strong {
22 color : # b5e853
33}
4+
5+ header # links {
6+ position : relative;
7+ height : 0px ;
8+ }
9+
10+ header {
11+ border-bottom : 0px dashed # b5e853 ;
12+ padding : 10px 0 ;
13+ margin : 0 0 10px 0
14+ }
You can’t perform that action at this time.
0 commit comments