File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 </template >
1414 </GTabs >
1515
16+ <GFooter />
17+
1618 <GModal v-if =" errors.length > 0" title =" Ocharme!" @hide =" reset" >
1719 <p >
1820 Please try again or contact
Original file line number Diff line number Diff line change 1+ <template >
2+ <footer >
3+ <p >© 2025 Dutch Language Institute, all rights reserved.</p >
4+ <div >
5+ <a href =" https://ivdnt.org/english/privacy-statement/" >privacy statement</a >
6+ <a href =" https://ivdnt.org/english/terms-and-conditions/" >terms and conditions</a >
7+ </div >
8+ </footer >
9+ </template >
10+
11+ <style scoped lang="scss">
12+ footer {
13+ border-top : #d9d9d9 solid 1px ;
14+ display : flex ;
15+ flex-direction : column ;
16+ gap : 1rem ;
17+ justify-content : center ;
18+ align-items : center ;
19+ text-align : center ;
20+ background-color : #f3f3f3 ;
21+ padding : 3rem 1rem ;
22+ font-size : 0.9rem ;
23+ p {
24+ max-width : 1000px ;
25+ }
26+ div {
27+ display : flex ;
28+ gap : 1rem ;
29+ }
30+ }
31+ </style >
You can’t perform that action at this time.
0 commit comments