1
0
mirror of https://github.com/ToxicCrack/PrintABrick.git synced 2025-05-17 04:40:08 -07:00

Add attribution text to footer

This commit is contained in:
Unknown 2017-06-02 14:31:53 +02:00
parent dd096ccfc3
commit fdcb780eb5
2 changed files with 9 additions and 3 deletions

View File

@ -124,6 +124,11 @@
} }
} }
} }
.footer {
padding: 2em 0;
}
} }
@each $i in 5 10 15 20 25 30 40 50 60 { @each $i in 5 10 15 20 25 30 40 50 60 {

View File

@ -1,9 +1,10 @@
<footer class="ui black inverted vertical footer segment stripe"> <footer class="ui black inverted vertical footer segment stripe">
<div class="ui aligned container"> <div class="ui aligned container">
<div class="ui horizontal inverted small divided link list"> <div class="ui horizontal inverted small divided link list">
<p>LEGO<sup>®</sup>, the LEGO logo, the Minifigure, and the Brick and Knob configurations are trademarks of the LEGO Group of Companies which does not sponsor, authorize, or endorse this site.</p> <p>Models from <a class="item" href="http://www.ldraw.org/" title="LDraw">LDraw™</a> library under <a class="item" href="https://creativecommons.org/licenses/by/2.0/" title="CC License">Creative Commons Attribution 2.0</a>. Data from <a class="item" href="https://brickset.com/" title="Brickset">Brickset</a> and <a class="item" href="https://rebrickable.com/" title="Rebrickable">Rebrickable.</a></p>
<p >LEGO<sup>®</sup>, the LEGO logo, the Minifigure, and the Brick and Knob configurations are trademarks of the LEGO Group of Companies which does not sponsor, authorize, or endorse this site.</p>
<p>Copyright &copy; 2017 {% if '2017' != 'now'|date('Y') %}- {{ 'now'|date('Y') }}{% endif %} {{ name }}</p> <div class="divider ui inverted"></div>
<p>Copyright &copy; 2017 {% if '2017' != 'now'|date('Y') %}- {{ 'now'|date('Y') }}{% endif %} {{ name }}. Free software under GNU GPL v2. Sources and issues on <a class="item" href="https://github.com/hubnedav/PrintABrick" title="Github">GitHub</a>.</p>
</div> </div>
</div> </div>
</footer> </footer>