-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from ishythefishy/add-audio-playback
Add credits to footer
- Loading branch information
Showing
5 changed files
with
113 additions
and
38 deletions.
There are no files selected for viewing
39 changes: 38 additions & 1 deletion
39
apps/fretonator-web/src/app/common/footer/footer.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,47 @@ | ||
<footer class="footer"> | ||
<p class="footer__copyright">© {{ date | date: "yyyy" }} Fretonator</p> | ||
<h6 class="footer__creditsTitle">Fretonator is open source</h6> | ||
<p class="footer__thanksCopy"> | ||
Thank you to the following generous contributors: | ||
</p> | ||
<ul class="footer__creditsList"> | ||
<li class="footer__creditsListItem"> | ||
<a | ||
href="http://drozar.io" | ||
rel="nofollow noopener noreferrer" | ||
target="_blank" | ||
class="footer__creditsListItemLink" | ||
> | ||
Jacob D'Rozario | ||
</a> | ||
- design & UX | ||
</li> | ||
<li class="footer__creditsListItem"> | ||
<a | ||
href="https://github.com/geometricpanda" | ||
rel="nofollow noopener noreferrer" | ||
target="_blank" | ||
class="footer__creditsListItemLink" | ||
>Jim Drury</a | ||
> | ||
- all things Angular | ||
</li> | ||
<li class="footer__creditsListItem"> | ||
<a | ||
href="https://ell.io.tt/" | ||
rel="nofollow noopener noreferrer" | ||
target="_blank" | ||
class="footer__creditsListItemLink" | ||
>Elliot Brooks</a | ||
> | ||
- audio playback | ||
</li> | ||
</ul> | ||
<a | ||
class="footer__viewGithub" | ||
href="https://github.com/ishythefishy/fretonator" | ||
rel="nofollow noopener noreferrer" | ||
target="_blank" | ||
>View on GitHub</a | ||
> | ||
<p class="footer__copyright">© {{ date | date: 'yyyy' }} Fretonator</p> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters