sorry for doing this.
This commit is contained in:
parent
5fc82a8bc7
commit
b3db294485
106 changed files with 86 additions and 259 deletions
31
oldshit/resources/html/preferences-footer.html
Normal file
31
oldshit/resources/html/preferences-footer.html
Normal file
|
@ -0,0 +1,31 @@
|
|||
<button class="typography-title-3-tall" data-test-ls-footer-btn="" disabled="" type="button">Credits</button>
|
||||
<div class="dt-footer-contents-container">
|
||||
<div style="display: block;" class="dt-footer__copyright dt-flex-container">
|
||||
<p>Copyright © 2021 <a href="https://www.apple.com/" class="dt-footer__link" target="_blank" rel="noopener" data-dt-link-to-exclude="">Apple Inc.</a> All Rights Reserved.</p>
|
||||
<p>Major thanks to the <a href="https://github.com/Apple-Music-Electron" class="dt-footer__link" target="_blank" rel="noopener" data-dt-link-to-exclude=""> Apple Music Electron Team</a> and to all of our <a href="https://github.com/Apple-Music-Electron/Apple-Music-Electron/graphs/contributors" class="dt-footer__link" target="_blank" rel="noopener" data-dt-link-to-exclude="">contributors</a>.</p>
|
||||
|
||||
<div class="dt-footer__locale"></div>
|
||||
</div>
|
||||
|
||||
<ul class="dt-footer__list dt-flex-container">
|
||||
<li class="dt-footer__item">
|
||||
<a href="https://github.com/Apple-Music-Electron" class="dt-footer__link" target="_blank" rel="noopener" data-dt-link-to-exclude="">Development Team</a>
|
||||
<ul>
|
||||
<li class="dt-footer__list-item"><a href="#" onclick="window.open('https://github.com/cryptofyre')">cryptofyre</a></li>
|
||||
<li class="dt-footer__list-item"><a href="#" onclick="window.open('https://github.com/coredev-uk')">Core</a></li>
|
||||
<li class="dt-footer__list-item"><a href="#" onclick="window.open('https://github.com/child-duckling')">Quacksire</a></li>
|
||||
<li class="dt-footer__list-item"><a href="#" onclick="window.open('https://github.com/booploops')">booploops</a></li>
|
||||
<li class="dt-footer__list-item"><a href="#" onclick="window.open('https://github.com/vapormusic')">vapormusic</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
||||
<li class="dt-footer__item" style="margin: 20px auto 0 auto;">
|
||||
<p class="dt-footer__link">Social Communications Team</p>
|
||||
<ul>
|
||||
<li class="dt-footer__list-item"><a href="#" onclick="window.open('https://twitter.com/MoonyVoid')">Void</a></li>
|
||||
<li class="dt-footer__list-item"><a href="#" onclick="window.open('https://twitter.com/noah_grose')">NoseySG</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue