Skip to content

Commit

Permalink
Add link to github page
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMBarr committed Jul 29, 2023
1 parent 006b4d6 commit 15acb82
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,18 @@
<title>Noise Maker</title>
</head>
<body class="d-flex">
<a
id="proj-link"
class="icon-link bg-white p-2 shadow"
href="https://github.com/FiniteLooper/noise-maker"
>
<i class="bi bi-github"></i>
View on Github
</a>

<aside class="flex-shrink-0 overflow-auto">
<div id="svg-controls" class="d-flex flex-column">
<div class="card m-3">
<div class="card m-3 mb-0">
<div class="card-body">
<h5 class="card-title">Turbulence</h5>

Expand Down
10 changes: 10 additions & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ body {
height: 100vh;
}

#proj-link {
align-items: baseline;
border-bottom-left-radius: var(--bs-border-radius);

position: fixed;
top: 0;
right: 0;
z-index: 1;
}

aside {
width: 350px;
}
Expand Down

0 comments on commit 15acb82

Please sign in to comment.