Skip to content

Commit

Permalink
Add logos to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Apr 7, 2024
1 parent bca6da3 commit 148ccf8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
3 changes: 3 additions & 0 deletions homepage/home_img/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion homepage/home_static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,17 @@ a {
max-width: 100%;
}

object {
.card-body object {
background-color: #f8f8f2;
border-radius: 25% 25%;
padding: 5px;
box-shadow: 5px 5px #a09fa2;
}

.github-logo {
padding-right: 5px;
}

.card-set .card {
border-radius: 0;
border-bottom: 0;
Expand Down
11 changes: 8 additions & 3 deletions homepage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,24 @@ <h2 class="fs-4 lead">
class="btn btn-lg btn-light"
href="https://github.com/Wilfred/difftastic"
role="button"
>GitHub</a
><object
class="github-logo"
data="home_img/github.svg"
type="image/svg+xml"
></object>
GitHub</a
>
<a
class="btn btn-lg btn-light"
href="https://difftastic.wilfred.me.uk/introduction.html"
role="button"
>Manual</a
>📖 Manual</a
>
<a
class="btn btn-lg btn-light"
href="https://difftastic.wilfred.me.uk/installation.html"
role="button"
>Install</a
>🚦 Install</a
>
</div>
</div>
Expand Down

0 comments on commit 148ccf8

Please sign in to comment.