Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | <template> <q-footer class="q-pt-xl bg-transparent text-grey-7"> <q-toolbar class="bg-white-3 q-pa-xl"> <q-toolbar-title> <div class="flex row content-center items-center"> <div class="col-md-6 col-sm-12"> <div class="flex text-caption content-center items-center"> <div> <img src="statics/600x600fabr.png" style="width: 150px" > </div> <div class="text-body2"> <div class="text-h6">open-source circular fashion</div> <div class="text-body1">a project by: <a href="https://textile-academy.org">Fabricademy</a><br> A new textile and technology academy <br>© 2017-2019 All rights reserved </div> </div> </div> </div> <div class="col-md-3 col-sm-12 text-subtitle2 text-left"> <ul> <li> <a href="https://textile-academy.org" class="text-grey-7" >Fabricademy</a> </li> <li> <a href="https://textile-academy.org" class="text-grey-7" >Fabricademy</a> </li> <li> <a href="https://textile-academy.org" class="text-grey-7" >Fabricademy</a> </li> <li> <a href="https://textile-academy.org" class="text-grey-7" >Fabricademy</a> </li> </ul> </div> <div class="col-md-3 col-sm-12 text-subtitle2"> Something about Circular Fashion. <br>Id non eiusmod nostrud cupidatat <br>commodo consequat duis eiusmod cupidatat </div> </div> </q-toolbar-title> </q-toolbar> </q-footer> </template> <script> export default { // name: 'ComponentName', data () { return {}; } }; </script> <style> </style> |