-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
6 additions
and
38 deletions.
There are no files selected for viewing
14 changes: 0 additions & 14 deletions
14
custom template/vvvv_modern/partials/footer.tmpl copy.partial
This file was deleted.
Oops, something went wrong.
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,9 +1,11 @@ | ||
<footer class="border-top"> | ||
<div class="container-xxl"> | ||
<div class="d-flex flex-column flex-sm-row justify-content-between pt-1 text-center small"> | ||
<p class="broughtToYou">Brought to you by <a href="https://vvvv.org">vvvv.org</a> | <a href="https://www.visualprogramming.net">visualprogramming.net</a></p> | ||
<p>Made with <a href="https://dotnet.github.io/docfx">docfx</a></p> | ||
<div class="container-xxl"> | ||
<div class="flex-fill"> | ||
<div class="d-flex flex-column flex-sm-row justify-content-between pt-1 text-center small mx-3"> | ||
<p>Brought to you by <a href="https://vvvv.org" target="_blank">vvvv.org</a> | <a href="https://www.visualprogramming.net" target="_blank">visualprogramming.net</a></p> | ||
<p>Made with <a href="https://dotnet.github.io/docfx" target="_blank">docfx</a></p> | ||
<p><a href="#top">Back to top</a></p> | ||
</div> | ||
</div> | ||
</div> | ||
</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