Skip to content

Commit

Permalink
Merge pull request #35 from baloise/main
Browse files Browse the repository at this point in the history
Add link to GitHub Issue Tracker
  • Loading branch information
robbizbal authored Nov 13, 2024
2 parents 12c1f50 + 96bed89 commit b68fe74
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 9 deletions.
5 changes: 5 additions & 0 deletions src/static/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,9 @@ footer {

.checkbox-label {
font-size: 14px; /* Font size */
}

.url-nounderline {
text-decoration: none;
color: var(--link-color);
}
12 changes: 9 additions & 3 deletions src/templates/html/demask.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,18 @@ <h3>DeMasked text</h3>
</div>
</main>

<footer>
<div>
<a href="https://github.com/baloise/yo-yo-maskr">
<footer class="flex-container-row">
<div class="flex-item"></div>
<div class="flex-item">
<a target="_blank" href="https://github.com/baloise/yo-yo-maskr">
<img src="/static/public/github-mark.svg" alt="GitHub" width="30" height="30">
</a>
</div>
<div class="flex-item">
<a class="url-nounderline" target="_blank" href="https://github.com/baloise/yo-yo-maskr/issues?q=is%3Aissue+is%3Aopen">
GitHub Issue tracker
</a>
</div>
</footer>

<!-- Link to the external JavaScript file -->
Expand Down
12 changes: 9 additions & 3 deletions src/templates/html/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,18 @@ <h1>YoYo MaskЯ</h1>
<br/>
</main>

<footer>
<div>
<a href="https://github.com/baloise/yo-yo-maskr">
<footer class="flex-container-row">
<div class="flex-item"></div>
<div class="flex-item">
<a target="_blank" href="https://github.com/baloise/yo-yo-maskr">
<img src="/static/public/github-mark.svg" alt="GitHub" width="30" height="30">
</a>
</div>
<div class="flex-item">
<a class="url-nounderline" target="_blank" href="https://github.com/baloise/yo-yo-maskr/issues?q=is%3Aissue+is%3Aopen">
GitHub Issue tracker
</a>
</div>
</footer>

</body>
Expand Down
12 changes: 9 additions & 3 deletions src/templates/html/mask.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,18 @@ <h3>Masked text</h3>
</div>
</main>

<footer>
<div>
<a href="https://github.com/baloise/yo-yo-maskr">
<footer class="flex-container-row">
<div class="flex-item"></div>
<div class="flex-item">
<a target="_blank" href="https://github.com/baloise/yo-yo-maskr">
<img src="/static/public/github-mark.svg" alt="GitHub" width="30" height="30">
</a>
</div>
<div class="flex-item">
<a class="url-nounderline" target="_blank" href="https://github.com/baloise/yo-yo-maskr/issues?q=is%3Aissue+is%3Aopen">
GitHub Issue tracker
</a>
</div>
</footer>

<!-- Link to the external JavaScript file -->
Expand Down

0 comments on commit b68fe74

Please sign in to comment.