Skip to content

Commit

Permalink
Deploying to gh-pages from @ 15acb82 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMBarr committed Jul 29, 2023
1 parent c98e2ee commit 948d162
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
13 changes: 11 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,21 @@
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css"
/>
<title>Grainy</title>
<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 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 948d162

Please sign in to comment.