From 64ea3a53041dc1ed452cec64726a4e3623a4a095 Mon Sep 17 00:00:00 2001 From: luntras daniel <99122608+DANIELluntras@users.noreply.github.com> Date: Wed, 26 Oct 2022 20:35:16 +0300 Subject: [PATCH 1/2] first commit and start project --- design-files/src/home.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 design-files/src/home.html diff --git a/design-files/src/home.html b/design-files/src/home.html new file mode 100644 index 0000000000..fb72d7b7e7 --- /dev/null +++ b/design-files/src/home.html @@ -0,0 +1,12 @@ + + + + + + + Great Idea + + + + + \ No newline at end of file From 4cd67d0983181b8a5556983626fcb5edc72a8379 Mon Sep 17 00:00:00 2001 From: luntras daniel <99122608+DANIELluntras@users.noreply.github.com> Date: Wed, 26 Oct 2022 22:24:37 +0300 Subject: [PATCH 2/2] design --- .vscode/settings.json | 3 +++ css/index.css | 3 --- design-files/src/home.html | 11 +++++++- design-files/src/style-grear-idea-house.css | 29 +++++++++++++++++++++ 4 files changed, 42 insertions(+), 4 deletions(-) create mode 100644 .vscode/settings.json delete mode 100644 css/index.css create mode 100644 design-files/src/style-grear-idea-house.css diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000000..6b665aaa0c --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} diff --git a/css/index.css b/css/index.css deleted file mode 100644 index 0c9959c1e5..0000000000 --- a/css/index.css +++ /dev/null @@ -1,3 +0,0 @@ -/* Use your own code or past solution for Great Idea Web Page CSS here! */ - - diff --git a/design-files/src/home.html b/design-files/src/home.html index fb72d7b7e7..625510bb8b 100644 --- a/design-files/src/home.html +++ b/design-files/src/home.html @@ -4,9 +4,18 @@ + Great Idea - +
+ + Serices + Product + Vision + Features + About + Contact +
\ No newline at end of file diff --git a/design-files/src/style-grear-idea-house.css b/design-files/src/style-grear-idea-house.css new file mode 100644 index 0000000000..afbf5ba4f5 --- /dev/null +++ b/design-files/src/style-grear-idea-house.css @@ -0,0 +1,29 @@ + + +/* navigation */ +div.container { + font-family: "Gill Sans", sans-serif; + margin: 0 auto; + padding: 20px 3em; + text-align: center; + } + + div.container a { + font-family: "Gill Sans", sans-serif; + color: rgb(59, 58, 58); + text-decoration: none; + font: 20; + margin: 0px 10px; + padding: 0px 10px; + position: relative; + z-index: 0; + cursor: pointer; + } + + .navigation__h1 { + font-family: "Gill Sans", sans-serif; + position: absolute; + color: #2c2c2c; + margin: 0px; + padding: 0px; + } \ No newline at end of file