Skip to content

Commit

Permalink
revised screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
truj committed Feb 10, 2019
1 parent daeb313 commit 0c90686
Show file tree
Hide file tree
Showing 11 changed files with 387 additions and 833 deletions.
Binary file added src/assets/img/soundcheck_4_percussion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/scss/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@
@import 'components/footer';

// pages
@import 'pages/index';
@import 'pages/screenshots';
@import 'pages/midicapl';
8 changes: 4 additions & 4 deletions src/assets/scss/components/_footer.scss
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
footer {
background-color: $black;
min-height: 3rem;
min-height: 3.0rem;
padding: 0.3rem;
nav {
// border: 1px black solid;
border-top: 0.3rem $black solid;
ul {
margin: 0;
padding: 0;
list-style: none;
// border: 1px red solid;
li {
background-color: $white;
color: $black;
display: inline-block;
border: 3px black solid;
border-left: 0.2rem $black solid;
border-right: 0.2rem $black solid;
}
}
}
Expand Down
8 changes: 1 addition & 7 deletions src/assets/scss/global/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ a {
}

// keep as much distance as the top bar is high
section, .anchor {
section {
padding-top: 62px;
}

.inner-link-arrow {
font-family: monospace;
font-weight: bold;
font-size: 1.3rem;
}
9 changes: 0 additions & 9 deletions src/assets/scss/pages/index.scss

This file was deleted.

24 changes: 24 additions & 0 deletions src/assets/scss/pages/screenshots.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

.screenshots {
$img-padding: 0.4rem;
.cell {
&.grid-x {
&.grid-padding-x {
img {
padding-top: $img-padding;
}
}
}
&.large-6 {
padding-top: $img-padding;
}
#last-element {
padding-bottom: $img-padding;
}
}

h3 {
// section is already handled by _layout.scss
padding-top: 62px;
}
}
8 changes: 6 additions & 2 deletions src/data/menu-items.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
"title": "Player",
"url": "/screenshots.html#player",
"menu-items": [
{
"title": "Widgets",
"url": "/screenshots.html#player-widgets"
},
{
"title": "Channel Details",
"url": "/screenshots.html#player-channel"
Expand Down Expand Up @@ -60,8 +64,8 @@
"url": "/screenshots.html#info-sequence"
},
{
"title": "Midica Tab",
"url": "/screenshots.html#info-version"
"title": "About Tab",
"url": "/screenshots.html#info-about"
}
]
}
Expand Down
Loading

0 comments on commit 0c90686

Please sign in to comment.