File tree 4 files changed +16
-12
lines changed
4 files changed +16
-12
lines changed Original file line number Diff line number Diff line change
1
+ < div style ="padding-top: 12px; color:red; ">
2
+
3
+ < div class ="alert ">
4
+ JaVers needs funding to sustain. You can
5
+ < a href ="/sponsorship "> sponsor
6
+ JaVers development easily</ a >
7
+ via Open Collective.
8
+ </ div >
9
+
10
+ </ div >
Original file line number Diff line number Diff line change 48
48
49
49
{% if page.url contains '/sponsorship' %}
50
50
{% else %}
51
- < div style ="padding-top: 12px; color:red; ">
52
-
53
- < div class ="alert ">
54
- JaVers needs funding to sustain. You can
55
- < a href ="/sponsorship "> sponsor</ a >
56
- JaVers development easily
57
- via
58
- < a href ="https://opencollective.com/javers "> Open Collective</ a > .
59
- </ div >
60
-
61
- </ div >
51
+ {% include sponsorship-alert.html %}
62
52
{% endif %}
63
53
64
54
< h1 itemprop ="headline "> {{ page.title }}</ h1 >
Original file line number Diff line number Diff line change @@ -52,7 +52,9 @@ pre.highlight > code {
52
52
border-width : 4px ;
53
53
border-color : # 2874a6 ;
54
54
color : # 154360 ;
55
- margin-bottom : 15px ;
55
+ margin-bottom : 12px ;
56
+ margin-left : 8px ;
57
+ margin-right : 8px ;
56
58
font-size : 1em ;
57
59
font-family : 'Ubuntu' , sans-serif;
58
60
}
Original file line number Diff line number Diff line change 4
4
description: With JaVers you can forget about troublesome data versioning. Let the changes in your data be managed by JaVers.
5
5
---
6
6
7
+ {% include sponsorship-alert.html %}
8
+
7
9
< header class ="container-fluid hero-container ">
8
10
< div class ="hero ">
9
11
< h1 style ="color:#EA4D1A; "> Object auditing and diff framework for Java</ h1 >
You can’t perform that action at this time.
0 commit comments