Skip to content

Commit

Permalink
docs: source code + email + licensees
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhill1 committed Dec 28, 2024
1 parent 3981185 commit e576f25
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ tox -e format-check
build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test
```

## License
## Licenses

*Concept*:

[![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)

*Source Code*:

[![GNU GPLv3](https://www.gnu.org/graphics/gplv3-88x31.png)](https://www.gnu.org/licenses/gpl-3.0.html)
51 changes: 51 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,62 @@ <h1>Ryan Hill</h1>
<body>
<div class="link-row">
<footer>
<a
href="mailto:hello@ryanhill.tech"
title="Email"
style="
margin-right: 10px;
display: inline-block;
vertical-align: middle;
"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<line x1="22" y1="2" x2="11" y2="13"></line>
<polygon points="22 2 15 22 11 13 2 9 22 2"></polygon>
</svg>
</a>
<a
href="https://github.com/ryanhill1/ryanhill1.github.io"
target="_blank"
rel="noopener noreferrer"
title="Source Code"
style="
margin-right: 10px;
display: inline-block;
vertical-align: middle;
"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<polyline points="16 18 22 12 16 6"></polyline>
<polyline points="8 6 2 12 8 18"></polyline>
</svg>
</a>
<a
href="https://creativecommons.org/licenses/by-nc-sa/4.0/"
class="cc-license"
target="_blank"
rel="noopener noreferrer"
title="Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License"
>
<img
style="height: 22px; margin-left: 3px; vertical-align: text-bottom"
Expand Down

0 comments on commit e576f25

Please sign in to comment.