diff --git a/src/assets/pages/FilesImage_WebBanner_1800x600.png b/src/assets/images/FilesImage_WebBanner_1800x600.png similarity index 100% rename from src/assets/pages/FilesImage_WebBanner_1800x600.png rename to src/assets/images/FilesImage_WebBanner_1800x600.png diff --git a/src/assets/pages/ResourcesLandingPage.html b/src/assets/pages/ResourcesLandingPage.html index 43d87e3..594e1f1 100644 --- a/src/assets/pages/ResourcesLandingPage.html +++ b/src/assets/pages/ResourcesLandingPage.html @@ -6,10 +6,10 @@ - + - + Resources @@ -215,8 +215,8 @@

Back to top

-

Album example is © Bootstrap, but please download and customize it for yourself!

-

New to Bootstrap? Visit the homepage or read our getting started guide.

+ + - + Resources

Resources

- + + + + + \ No newline at end of file diff --git a/src/assets/pages/ResourcesLandingPage.css b/src/assets/pages/styles/ResourcesLandingPage.css similarity index 84% rename from src/assets/pages/ResourcesLandingPage.css rename to src/assets/pages/styles/ResourcesLandingPage.css index 1800459..62bcbce 100644 --- a/src/assets/pages/ResourcesLandingPage.css +++ b/src/assets/pages/styles/ResourcesLandingPage.css @@ -3,7 +3,7 @@ padding-bottom: 3rem; margin-bottom: 0; background-color: #fff; - background-image: url('FilesImage_WebBanner_1800x600.png'); + background-image: url('../../images/FilesImage_WebBanner_1800x600.png'); background-repeat: no-repeat; background-position:bottom center; background-size:cover; @@ -32,7 +32,7 @@ .jumbotron p { color: white; - text-shadow 0 0 10px rgba(0,0,0,0.5); + text-shadow: 0 0 10px rgba(0,0,0,0.5); } footer { diff --git a/src/index.js b/src/index.js index b1b4452..9fc1000 100644 --- a/src/index.js +++ b/src/index.js @@ -24,8 +24,6 @@ function initialize () { nodeIntegration: true, preload: path.join(__dirname, 'util', 'preload.js') }, - - } if (process.platform === 'linux') { @@ -33,7 +31,7 @@ function initialize () { } mainWindow = new BrowserWindow(windowOptions) - mainWindow.loadURL(path.join('file://', __dirname, '/assets/pages/index.html')) + mainWindow.loadURL(path.join('file://', __dirname, '/assets/pages/ResourcesLandingPage.html')) // Launch fullscreen with DevTools open, usage: npm run debug if (debug) {