mirror of
https://github.com/ToxicCrack/PrintABrick.git
synced 2025-05-17 12:50:08 -07:00
Add attribution text to footer
This commit is contained in:
parent
dd096ccfc3
commit
fdcb780eb5
@ -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 {
|
||||||
|
@ -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 © 2017 {% if '2017' != 'now'|date('Y') %}- {{ 'now'|date('Y') }}{% endif %} {{ name }}</p>
|
<div class="divider ui inverted"></div>
|
||||||
|
<p>Copyright © 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>
|
Loading…
x
Reference in New Issue
Block a user