From 08cf7fe4835d5b042a3a1a22bc1da2117f3a7814 Mon Sep 17 00:00:00 2001 From: exigibil Date: Mon, 30 Oct 2023 20:43:08 +0200 Subject: [PATCH 001/105] test adrian --- assets/adrian-test | 1 + 1 file changed, 1 insertion(+) create mode 100644 assets/adrian-test diff --git a/assets/adrian-test b/assets/adrian-test new file mode 100644 index 00000000000..31c06a12037 --- /dev/null +++ b/assets/adrian-test @@ -0,0 +1 @@ +Team 8 \ No newline at end of file From 07a936fe3911b448346a8e1ce373c75ca1b862f3 Mon Sep 17 00:00:00 2001 From: exigibil Date: Tue, 31 Oct 2023 19:44:45 +0200 Subject: [PATCH 002/105] add html add index html --- assets/adrian-test | 1 - src/index.html | 8 +++++--- 2 files changed, 5 insertions(+), 4 deletions(-) delete mode 100644 assets/adrian-test diff --git a/assets/adrian-test b/assets/adrian-test deleted file mode 100644 index 31c06a12037..00000000000 --- a/assets/adrian-test +++ /dev/null @@ -1 +0,0 @@ -Team 8 \ No newline at end of file diff --git a/src/index.html b/src/index.html index 83f66efe6da..4912f6eea63 100755 --- a/src/index.html +++ b/src/index.html @@ -3,12 +3,14 @@ - Page title + The Watch Spot - - + + + + From f10acc31b3be270f72c36fadc219933684456fe4 Mon Sep 17 00:00:00 2001 From: Victor Prisacariu Date: Tue, 31 Oct 2023 20:46:49 +0200 Subject: [PATCH 003/105] Victor a testat setupul --- assets/test | 1 + 1 file changed, 1 insertion(+) create mode 100644 assets/test diff --git a/assets/test b/assets/test new file mode 100644 index 00000000000..53522f35bd2 --- /dev/null +++ b/assets/test @@ -0,0 +1 @@ +Victor Prisacariu Test \ No newline at end of file From 94072f2a76258d7f77830a5a453857b81f96fb61 Mon Sep 17 00:00:00 2001 From: exigibil Date: Tue, 31 Oct 2023 20:51:04 +0200 Subject: [PATCH 004/105] Topa Adrian Test --- assets/test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/test b/assets/test index 53522f35bd2..d932d6f72fc 100644 --- a/assets/test +++ b/assets/test @@ -1 +1,2 @@ -Victor Prisacariu Test \ No newline at end of file +Victor Prisacariu Test +Topa Adrian Test \ No newline at end of file From 9a4f3177c8c11d64b26a7944b7e4aded20dfc19a Mon Sep 17 00:00:00 2001 From: Victor Prisacariu Date: Tue, 31 Oct 2023 20:56:03 +0200 Subject: [PATCH 005/105] Victor a testat setupul --- assets/victor | 1 + 1 file changed, 1 insertion(+) create mode 100644 assets/victor diff --git a/assets/victor b/assets/victor new file mode 100644 index 00000000000..948d4653365 --- /dev/null +++ b/assets/victor @@ -0,0 +1 @@ +Victor a testat ceva. \ No newline at end of file From ac2cf82ab9b8ee90247453ca96531f9e8544ccee Mon Sep 17 00:00:00 2001 From: czke33 Date: Wed, 1 Nov 2023 10:26:15 +0200 Subject: [PATCH 006/105] test zsuzsi --- assets/test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/test b/assets/test index d932d6f72fc..92e605bdc9a 100644 --- a/assets/test +++ b/assets/test @@ -1,2 +1,3 @@ Victor Prisacariu Test -Topa Adrian Test \ No newline at end of file +Topa Adrian Test +Molnar-Aczel Zsuzsanna \ No newline at end of file From 5c4c990f2ec72b5dd6aa303f86e377ce3da2667b Mon Sep 17 00:00:00 2001 From: czke33 Date: Wed, 1 Nov 2023 10:40:24 +0200 Subject: [PATCH 007/105] test zsuzsi --- assets/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/test b/assets/test index 92e605bdc9a..056b386108e 100644 --- a/assets/test +++ b/assets/test @@ -1,3 +1,3 @@ Victor Prisacariu Test Topa Adrian Test -Molnar-Aczel Zsuzsanna \ No newline at end of file +Molnar Aczel Zsuzsanna \ No newline at end of file From aff7c20519a5caa3e6751ddbb870646123a9486f Mon Sep 17 00:00:00 2001 From: czke33 Date: Wed, 1 Nov 2023 18:33:04 +0200 Subject: [PATCH 008/105] footer-html-first-steps --- src/icons.svg | 37 +++++++++++++++++++++++++++++++++++++ src/index.html | 50 ++++++++++++++++++++++++++++++++++++++++++-------- src/style.scss | 26 ++++++++++++++++++++++++++ 3 files changed, 105 insertions(+), 8 deletions(-) create mode 100644 src/icons.svg create mode 100644 src/style.scss diff --git a/src/icons.svg b/src/icons.svg new file mode 100644 index 00000000000..8a84a3643f3 --- /dev/null +++ b/src/icons.svg @@ -0,0 +1,37 @@ + \ No newline at end of file diff --git a/src/index.html b/src/index.html index 4912f6eea63..754ca8c28a8 100755 --- a/src/index.html +++ b/src/index.html @@ -1,16 +1,50 @@ - + - The Watch Spot - - + Footer + + + + + + - - - - +
+
+ + + +
+
+
    +
  • about us
  • +
  • catalog
  • +
  • sale
  • +
+
+ + + +

©2022 The Watch Spot. All rights reserved.

+
    +
  • Privacy Policy
  • +
  • Terms of Service
  • +
+
diff --git a/src/style.scss b/src/style.scss new file mode 100644 index 00000000000..1dff018fc61 --- /dev/null +++ b/src/style.scss @@ -0,0 +1,26 @@ +:root { + --footer-text-color: #fff; + --font-family: "Epilogue", sans-serif; + + --trasform: 250ms cubic-bezier(0.4, 0, 0.2, 1); +} + +/*-- syles canceling--*/ +h1, +h2, +h3, +h4, +h5, +p { + margin: 0; +} + +ul { + list-style: none; + padding: 0; + margin: 0; +} + +a { + text-decoration: none; +} \ No newline at end of file From fc124239b3e9f3060ad0e85cec20b7f8030b9957 Mon Sep 17 00:00:00 2001 From: czke33 Date: Wed, 1 Nov 2023 20:03:41 +0200 Subject: [PATCH 009/105] footer --- src/index.html | 6 +++--- src/style.scss | 17 ++++++++++++++++- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/src/index.html b/src/index.html index 754ca8c28a8..ef8302f8485 100755 --- a/src/index.html +++ b/src/index.html @@ -2,6 +2,7 @@ + Footer @@ -14,11 +15,10 @@ rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/1.0.0/modern-normalize.min.css" /> - - + -