Skip to content

Commit

Permalink
Starts implementation new ui 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kquintesens committed Dec 19, 2019
1 parent 9d7dff0 commit d986778
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions app/homebiss.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ETICA | Mining Pool 8</title>
<title>ETICA | Mining Pool 9998</title>
<meta name="description" content="Examples for creative website header animations using Canvas and JavaScript" />
<meta name="keywords" content="header, canvas, animated, creative, inspiration, javascript" />
<meta name="author" content="Codrops" />
Expand All @@ -27,13 +27,9 @@
}

.demo-1 .large-header {
background-image: url('../images/univers.png');
background-image: url('/images/univers.png');
}

.demo-2 .large-header {
background-image: url('../images/demo-2-bg.jpg');
background-position: center bottom;
}

.demo-3 .large-header {
background: #7f8c8d;
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const routesData = {
{url: '/overview', title: 'Overview', template: 'app/overview.html', filename: 'overview/index.html'},
{url: '/terms_of_service', title: 'Terms of Service', template: 'app/terms_of_service.html', filename: 'terms_of_service/index.html'},
{url: '/privacy_policy', title: 'Privacy Policy', template: 'app/privacy_policy.html', filename: 'privacy_policy/index.html'},
{url: '/homebiss', title: 'Etica Mining Pool 3', template: 'app/homebiss.html', filename: 'index.html'},
{url: '/homebiss', title: 'Etica Mining Pool 991', template: 'app/homebiss.html', filename: 'homebiss.html/index.html'},
]
}

Expand Down

0 comments on commit d986778

Please sign in to comment.