diff --git a/images/home-back5.jpg b/images/home-back5.jpg new file mode 100644 index 0000000..d074bb0 Binary files /dev/null and b/images/home-back5.jpg differ diff --git a/images/home-back6.jpg b/images/home-back6.jpg new file mode 100644 index 0000000..0dd8092 Binary files /dev/null and b/images/home-back6.jpg differ diff --git a/images/home-back7.jpg b/images/home-back7.jpg new file mode 100644 index 0000000..c554421 Binary files /dev/null and b/images/home-back7.jpg differ diff --git a/images/home-back8.jpg b/images/home-back8.jpg new file mode 100644 index 0000000..f76e361 Binary files /dev/null and b/images/home-back8.jpg differ diff --git a/images/home-back9.jpg b/images/home-back9.jpg new file mode 100644 index 0000000..de3ae91 Binary files /dev/null and b/images/home-back9.jpg differ diff --git a/images/home-background.jpg b/images/home-background.jpg new file mode 100644 index 0000000..b30c3ab Binary files /dev/null and b/images/home-background.jpg differ diff --git a/images/home-background2.jpg b/images/home-background2.jpg new file mode 100644 index 0000000..93cd900 Binary files /dev/null and b/images/home-background2.jpg differ diff --git a/images/home-img2.jpg b/images/home-img2.jpg new file mode 100644 index 0000000..129e7bc Binary files /dev/null and b/images/home-img2.jpg differ diff --git a/images/illustration1.svg b/images/illustration1.svg new file mode 100644 index 0000000..1db4895 --- /dev/null +++ b/images/illustration1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/illustration2.svg b/images/illustration2.svg new file mode 100644 index 0000000..4eccdd3 --- /dev/null +++ b/images/illustration2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/illustration3.svg b/images/illustration3.svg new file mode 100644 index 0000000..e62f6d3 --- /dev/null +++ b/images/illustration3.svg @@ -0,0 +1 @@ +open source \ No newline at end of file diff --git a/images/illustration4.svg b/images/illustration4.svg new file mode 100644 index 0000000..ff8744b --- /dev/null +++ b/images/illustration4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/package.json b/package.json index 64f245d..ad40a37 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "prepublish": "npm run snyk-protect" }, "dependencies": { + "@dannymoerkerke/material-webcomponents": "^1.2.15", "@material/button": "^3.0.0", "@mdi/font": "^3.9.96", "@mdi/svg": "^3.7.95", diff --git a/src/components/homepage-navV2.js b/src/components/homepage-navV2.js index 4b0ff55..942d248 100644 --- a/src/components/homepage-navV2.js +++ b/src/components/homepage-navV2.js @@ -1,34 +1,69 @@ import { html, LitElement } from 'lit-element'; import '@polymer/iron-icons/iron-icons.js'; -import '@polymer/iron-icons/social-icons.js'; +import '@polymer/iron-icons/communication-icons.js'; import sharedStyles from '../../style/app.scss'; -import landingStyles from '../../style/landing-page.scss'; import homeNavStyles from '../../style/homepage-navv2.scss'; +import '../../node_modules/@dannymoerkerke/material-webcomponents/src/material-dialog.js'; class homeNavV2 extends LitElement { + + open_modal(e){ + this.shadowRoot.querySelector('#modal').open(); + } + + close_modal(e){ + this.shadowRoot.querySelector('#modal').close(); + } + static get styles() { - return [sharedStyles, landingStyles, homeNavStyles]; + return [sharedStyles, homeNavStyles]; } render() { return html` -