Skip to content

Commit

Permalink
Merge pull request #206 from Wandmalfarbe/feature/neue-header-leiste-…
Browse files Browse the repository at this point in the history
…und-designanpassungen

Neue Header-Leiste mit Menü-Hamburger-Button & diverse Designanpassungen
  • Loading branch information
dbambus authored Feb 27, 2023
2 parents 68dc31c + d53a843 commit 87d9675
Show file tree
Hide file tree
Showing 11 changed files with 800 additions and 874 deletions.
7 changes: 4 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ module.exports = function(grunt) {
options: {
"id-class-style": "dash",
"attr-bans": ["align", "background", "bgcolor", "border", "frameborder", "longdesc", "marginwidth", "marginheight", "scrolling", "width"],
"line-end-style": false
"line-end-style": false,
"attr-name-ignore-regex": "viewBox"
}
},

Expand Down Expand Up @@ -113,8 +114,8 @@ module.exports = function(grunt) {
},
html_to_h: {
options: {
process: function(content, srcpath) {
var gen = "";
process: function(content) {
let gen = "";
gen += "// generated file -- do not modify\n";
gen += "// change *.html/*.css/*.js files instead\n\n";
gen += "const char html_code[] PROGMEM = R\"=====(\n";
Expand Down
1 change: 1 addition & 0 deletions webpage/icons/bulb.svg
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 webpage/icons/colors.svg
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 webpage/icons/eye.svg
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 webpage/icons/hamburger.svg
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 webpage/icons/info.svg
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 webpage/icons/screwdriver.svg
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 webpage/icons/settings.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 87d9675

Please sign in to comment.