1+ <template >
2+ <div class =" outer-footer" >
3+ <div app bottom fixed class =" allow-if-delinquent ember-view footer" padless >
4+ <div class =" w-100 flex flex-column flex-row-l items-center bg-white bt b--light-silver ph3-l" >
5+ <template v-if =" legalEnabled " >
6+ <ul class =" list flex ma0 pa0 f6 order-0 pv2" >
7+ <li class =" dn flex-l mr3" >
8+ <a class =" hk-link no-underline gray" href =" http://www.drycc.com" >drycc.com</a >
9+ </li >
10+ <li class =" mr3" >
11+ <a class =" hk-link no-underline gray" href =" https://github.com/drycc" >Open Source</a >
12+ </li >
13+ <li class =" mr3" >
14+ <a class =" hk-link no-underline gray" href =" https://drycc.slack.com/" >Community</a >
15+ </li >
16+ <li class =" " >
17+ <a class =" hk-link no-underline gray" href =" https://drycc.cc/" >Documentation</a >
18+ </li >
19+ </ul >
20+
21+ <div class =" bt b--light-silver w-100 dn-l" ></div >
22+
23+ <div class =" flex pv2 ph3 f6 order-5 order-1-l" >
24+ <a class =" hk-button-sm--primary" href =" https://tawk.to/chat/6234b5491ffac05b1d7f4669/1fueu8a9t"
25+ target =" _blank" >Support</a >
26+ </div >
27+
28+ <div class =" dn flex-l flex-auto order-3" ></div >
29+
30+ <ul class =" list flex ma0 pa0 pv2 f6 order-2 order-4-l" >
31+ <li class =" " >
32+ <a class =" hk-link no-underline gray"
33+ href =" https://legal.doopai.com/#/cloud-services-terms" >Terms of Service</a >
34+ </li >
35+ <li class =" ml3" >
36+ <a class =" hk-link no-underline gray"
37+ href =" https://legal.doopai.com/#/doopai-privacy-policy" >Privacy</a >
38+ </li >
39+ <li class =" ml3" >
40+ <a class =" hk-link no-underline gray"
41+ href =" https://legal.doopai.com/#/doopai-cookie-policy" >Cookies</a >
42+ </li >
43+ <li class =" ml3 gray" >© {{year}} drycc.com</li >
44+ </ul >
45+ </template >
46+ <template v-else >
47+ <ul class =" list flex ma0 pa0 f6 order-0 pv2" >
48+ <li class =" mr3" >
49+ <a class =" hk-link no-underline gray" href =" https://github.com/drycc" >Open Source</a >
50+ </li >
51+ <li class =" mr3" >
52+ <a class =" hk-link no-underline gray" href =" https://drycc.slack.com/" >Community</a >
53+ </li >
54+ <li class =" " >
55+ <a class =" hk-link no-underline gray" href =" https://drycc.cc/" >Documentation</a >
56+ </li >
57+ </ul >
58+
59+ <div class =" bt b--light-silver w-100 dn-l" ></div >
60+
61+ <div class =" dn flex-l flex-auto order-3" ></div >
62+
63+ <ul class =" list flex ma0 pa0 pv2 f6 order-2 order-4-l" >
64+ <li class =" " >
65+ <a class =" hk-link no-underline gray"
66+ href =" https://tawk.to/chat/6234b5491ffac05b1d7f4669/1fueu8a9t" >Support</a >
67+ </li >
68+ <li class =" ml3" >
69+ <a class =" hk-link no-underline gray"
70+ href =" https://github.com/drycc/workflow/issues" >Issues</a >
71+ </li >
72+ <li class =" ml3 gray" >© {{year}} drycc.cc</li >
73+ </ul >
74+ </template >
75+ <div class =" bt b--light-silver w-100 order-4 dn-l" ></div >
76+ </div >
77+ </div >
78+ </div >
79+ </template >
80+
81+ <script >
82+ import MainFooter from " ./MainFooter"
83+ export default MainFooter
84+ </script >
85+ <style scoped>
86+ .footer {
87+ width : 100% ;
88+ position : fixed ;
89+ bottom : 0 ;
90+ }
91+
92+ .outer-footer {
93+ min-height : 68px ;
94+ }
95+ </style >
0 commit comments