Skip to content

Commit

Permalink
chore: add Aurelia logo to GitHub demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Dec 16, 2024
1 parent 8416c8b commit 8848d40
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions webpack-bs5-demo-with-locales/src/my-app.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<i class="mdi mdi-github"></i>
<span>Aurelia-Slickgrid</span>
</a>
<img src="assets/aurelia-logo.png" class="logo" height="35" alt="image">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-target="#navbarContent"
aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
Expand Down
9 changes: 9 additions & 0 deletions webpack-bs5-demo-with-locales/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,15 @@ outline: 0 none;
border-bottom: 1px solid #d6d6d6;
}

.navbar {
.navbar-brand {
margin-right: 0px;
}
.logo {
margin: 0 8px;
}
}

.panel-wm {
padding: #{$navbar-height} 0 0 0;

Expand Down
1 change: 1 addition & 0 deletions webpack-bs5-demo/src/my-app.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<i class="mdi mdi-github"></i>
<span>Aurelia-Slickgrid</span>
</a>
<img src="assets/aurelia-logo.png" class="logo" height="35" alt="image">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-target="#navbarContent"
aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
Expand Down
9 changes: 9 additions & 0 deletions webpack-bs5-demo/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,15 @@ outline: 0 none;
border-bottom: 1px solid #d6d6d6;
}

.navbar {
.navbar-brand {
margin-right: 0px;
}
.logo {
margin: 0 8px;
}
}

.panel-wm {
padding: #{$navbar-height} 0 0 0;

Expand Down
Binary file added webpack-bs5-demo/website/assets/aurelia-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8848d40

Please sign in to comment.