Commit 1130d88 1 parent 14f2801 commit 1130d88 Copy full SHA for 1130d88
File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ {% extends "base.html" %}
2
+
3
+ {% block announce %}
4
+ < div style ="width: 100%; height: 100%; background-color: teal; display: flex; justify-content: center; align-items: center; padding-bottom: 7px; padding-top: 7px; ">
5
+ < a href ="https://dqops.com/best-practices-for-effective-data-quality-improvement/ " style ="width: 100%; height: 100%; background-color: teal; display: flex; justify-content: center; align-items: center; color: white; ">
6
+ A step-by-step guide to improve data quality. Download new eBook
7
+ < svg viewBox ="0 0 24 24 " fill ="none " xmlns ="http://www.w3.org/2000/svg " stroke ="#FFFFFF " width ="16 " height ="16 "> < g id ="SVGRepo_bgCarrier " stroke-width ="0 "> </ g > < g id ="SVGRepo_tracerCarrier " stroke-linecap ="round " stroke-linejoin ="round "> </ g > < g id ="SVGRepo_iconCarrier "> < path d ="M15.1997 10.4919L13.2297 8.52188L10.0197 5.31188C9.33969 4.64188 8.17969 5.12188 8.17969 6.08188V12.3119V17.9219C8.17969 18.8819 9.33969 19.3619 10.0197 18.6819L15.1997 13.5019C16.0297 12.6819 16.0297 11.3219 15.1997 10.4919Z " fill ="#FFFFFF "> </ path > </ g > </ svg >
8
+ </ a >
9
+ </ div >
10
+ {% endblock %}
Original file line number Diff line number Diff line change @@ -71,3 +71,11 @@ p:has(span.center-content) {
71
71
.ebook-image-home {
72
72
padding-top : 40px ;
73
73
}
74
+ .md-banner__inner {
75
+ margin : 0 ;
76
+ padding : 0 ;
77
+ }
78
+ .md-grid {
79
+ max-width : unset;
80
+ width : unset;
81
+ }
You can’t perform that action at this time.
0 commit comments