From e7043c9be696cd42af29268b2e5ed403eb6ee768 Mon Sep 17 00:00:00 2001 From: Tony-devops <111275895+Tony-devops@users.noreply.github.com> Date: Sun, 23 Oct 2022 13:57:35 +0100 Subject: [PATCH 01/12] html css replicate week 1 Replicate the Karma page --- css/style.css | 109 +++++++++++++++++++++++++++++++++++++++++++++++++- index.html | 62 +++++++++++++++++++++++++++- 2 files changed, 169 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 5cb025cef..d28e431fb 100755 --- a/css/style.css +++ b/css/style.css @@ -1,11 +1,118 @@ /* We are using the 'Roboto' font from Google. This has already been added to your HTML header */ - +#logo{ + padding: 5px 15px; + margin-left: 5vw; + margin-right: 40vw; + +} body { font-family: 'Roboto', sans-serif; -webkit-font-smoothing: antialiased; + + +} +.header{ + width: max-content; + height: 6vh; +} +h1{ + text-align: center; + text-emphasis: none; + letter-spacing: 2px; + color: #595959; +} +p{ + text-align: center; + text-emphasis: none; + letter-spacing: 5px; + color: #595959; } +.nav { + list-style-type:none; + margin-left: 20vw; + padding: 0; + float:right; +} +.nav li{ + display: inline-block; + padding: 20px; +} +a:link{ + color: #595959; + text-decoration: none; +} +a:visited{ + color: #7f7f7f; + text-decoration: none; +} +a:hover{ + color: rgb(255, 68, 0); + text-decoration: none ; +} +.hero-image{ + background-image: url(../img/first-background.jpg); + background-repeat: no-repeat; + background-size: cover; + height: 50vh; + background-position: center; + position: relative; +} +.hero-text{ + text-align: center; + position:absolute; + color:white; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + + +} +.hero-text h1{ + letter-spacing: 5px; + font-weight: lighter; + color: white; +} +.hero-text p{ + letter-spacing: 5px; + font-weight: lighter; + color: white; +} +.hero-text button{ + border: none; + padding:10px 25px; + background-color: rgb(255, 68, 0); + cursor: pointer; + border-radius: 5px; +} +.container-1{ + display:flex; + justify-content: space-around; + +} +.container-1 div{ + /* + border: 1px #ccc solid; + padding: 20px; + margin-left: 20px; + */ +} +hr{ + width: 70%; +} +.footer{ + display: flex; + align-content: center; + justify-content: center; +} +#socials{ + padding: 10px; + +} +#copyright{ + font-size: 12px; +} /** * Add your custom styles below * diff --git a/index.html b/index.html index 3e742ef04..4c254c8a8 100755 --- a/index.html +++ b/index.html @@ -4,12 +4,72 @@ Karma - + + + + + +
+ + +
+ +
+
+

Introducing Karma

+

Bring WiFi with you, everywhere you go.

+ +
+
+

+
+

Everyone needs a little Karma.

+

+
+
+ +

Internet for all devices

+
+
+ +

Boost your productivity

+
+
+ +

Pay as You Go

+
+
+


+
+
+
+
+

+ Join Us on +

+ +
+

+ + +
+


From 7a24f97c9ab70477a8e219541fb6bae4077b048b Mon Sep 17 00:00:00 2001 From: tony-dev-wm Date: Wed, 26 Oct 2022 21:35:03 +0100 Subject: [PATCH 02/12] first commit index file copied with my version onto week 3 --- index.html | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/index.html b/index.html index 3e742ef04..6a047c9bb 100755 --- a/index.html +++ b/index.html @@ -11,9 +11,67 @@ +
+ + +
+ +
+
+

Introducing Karma

+

Bring WiFi with you, everywhere you go.

+ +
+
+

+
+

Everyone needs a little Karma.

+

+
+
+ +

Internet for all devices

+
+
+ +

Boost your productivity

+
+
+ +

Pay as You Go

+
+
+


+
+
+
+
+

+ Join Us on +

+ +
+

+ + +
+


+ + From 076fc26e162a1cb96a638853eaa5c90caa867070 Mon Sep 17 00:00:00 2001 From: tony-dev-wm Date: Wed, 26 Oct 2022 21:39:27 +0100 Subject: [PATCH 03/12] dd --- css/normalize.css | 0 css/style.css | 0 favicon.ico | Bin img/first-background.jpg | Bin img/icon-coffee.svg | 0 img/icon-devices.svg | 0 img/icon-refill.svg | 0 img/karma-logo.svg | 0 index.html | 0 9 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 css/normalize.css mode change 100755 => 100644 css/style.css mode change 100755 => 100644 favicon.ico mode change 100755 => 100644 img/first-background.jpg mode change 100755 => 100644 img/icon-coffee.svg mode change 100755 => 100644 img/icon-devices.svg mode change 100755 => 100644 img/icon-refill.svg mode change 100755 => 100644 img/karma-logo.svg mode change 100755 => 100644 index.html diff --git a/css/normalize.css b/css/normalize.css old mode 100755 new mode 100644 diff --git a/css/style.css b/css/style.css old mode 100755 new mode 100644 diff --git a/favicon.ico b/favicon.ico old mode 100755 new mode 100644 diff --git a/img/first-background.jpg b/img/first-background.jpg old mode 100755 new mode 100644 diff --git a/img/icon-coffee.svg b/img/icon-coffee.svg old mode 100755 new mode 100644 diff --git a/img/icon-devices.svg b/img/icon-devices.svg old mode 100755 new mode 100644 diff --git a/img/icon-refill.svg b/img/icon-refill.svg old mode 100755 new mode 100644 diff --git a/img/karma-logo.svg b/img/karma-logo.svg old mode 100755 new mode 100644 diff --git a/index.html b/index.html old mode 100755 new mode 100644 From 2d18d2aa32cae7fd583511f7eb76eba5e6b7ef95 Mon Sep 17 00:00:00 2001 From: tony-dev-wm Date: Wed, 26 Oct 2022 21:43:51 +0100 Subject: [PATCH 04/12] ad --- index.html | 65 +----------------------------------------------------- 1 file changed, 1 insertion(+), 64 deletions(-) diff --git a/index.html b/index.html index a0fb59096..931d9914d 100755 --- a/index.html +++ b/index.html @@ -71,67 +71,4 @@

Everyone needs a little Karma.




-
- - -
- -
-
-

Introducing Karma

-

Bring WiFi with you, everywhere you go.

- -
-
-

-
-

Everyone needs a little Karma.

-

-
-
- -

Internet for all devices

-
-
- -

Boost your productivity

-
-
- -

Pay as You Go

-
-
-


-
-
-
-
-

- Join Us on -

- -
-

- - -
-


- - - - - - - - + \ No newline at end of file From 556d6c888e1189c9522396779928cd8b587f0756 Mon Sep 17 00:00:00 2001 From: tony-dev-wm Date: Fri, 4 Nov 2022 10:13:23 +0000 Subject: [PATCH 05/12] Update karma folder after new fork from main cyf repo --- css/store.css | 346 ++++++++++++++++++++++++++++++++++++++++++++++++++ css/style.css | 174 +++++++++++++++++++++++++ index.html | 87 ++++++++++++- store.html | 126 ++++++++++++++++++ 4 files changed, 727 insertions(+), 6 deletions(-) create mode 100644 css/store.css create mode 100644 store.html diff --git a/css/store.css b/css/store.css new file mode 100644 index 000000000..a01959adb --- /dev/null +++ b/css/store.css @@ -0,0 +1,346 @@ +html,body +{ + width: 100%; + height: 100%; + margin: 0px; + padding: 0px; + overflow-x: hidden; +} + +:root { + --grey-dark: #363434; + --grey: #adadad; + --grey-light: #f7f7f7; + --orange: #f05a28; + --orange-light: #f7bfa3; + --white: #fff; + } + + /*navbar setup*/ +header{ + display: flex; + align-items: center; + padding: 1rem 3rem; + border-bottom: var(--grey); + background-color: var(--grey-light); + justify-content: space-between; +} +.logo-two{ + display: block; +} +.nav-box{ +display: flex; +flex-wrap: wrap; +justify-content: center; +align-items: center; +list-style: none; +position: relative; +} +.nav-items{ + display: flex; + padding: 0 2rem; +} +.nav-links{ + display: inline-block; + text-align: center; + position: relative; + text-decoration: none; + color: var(--grey); +} +.nav-links:hover{ + color: var(--orange); + +} +.menu-top{ + display: flex; +} +#check{ + display:none; +} +/*hamburger menu*/ +.small-menu{ + display: none; + position: absolute; + cursor: pointer; +} + +.main-store{ +display: flex; +flex-direction: row; +flex-wrap:wrap; + +/*display: grid; + grid-template-rows: auto; + grid-template-columns: 2fr 2fr; */ +} +/*main form and image layout*/ + +.display-image{ + background-image: url('/level-2/store-image_by-andrew-neel-unsplash.jpg'); + background-position: center; + width: 44%; + background-repeat: no-repeat; + background-size: cover; + margin: 0; + background-color: #f05a28; + height: auto; + border-bottom: 1px solid var(--grey); + +} + +/* form layout*/ + +.karma-form{ + display: flex; + flex-direction: column; + padding:6% 8% ; + width: 40%; + gap: 20px; + border-bottom: 1px solid var(--grey); + + +} +.karma-form h1{ + color:var(--orange); +} +.conjoined{ +justify-content: space-between; + +} +form{ + display: flex; + flex-direction: column; + gap: 20px; +} +.form-fill{ + display: flex; + flex-direction: row; + flex-wrap: wrap; + border: none; + gap: 20px; + align-items: stretch; + + +} +.form-items{ + display: flex; + flex-direction: column; + flex-wrap: wrap; + gap: 10px; + flex-basis: 46%; + width: auto; + +} + +input[type=text], select { + padding: 5px 5px; + height: 30px; + border-radius: 5px; + border: 1px solid var(--grey-dark); + +} +label{ + color: var(--grey-dark); + font-weight: 400; + font-size: 14px; +} +#postcode{ + text-transform: uppercase; + width: 150px; +} +.form-postcode{ + align-content: flex-end; +} +select{ + font-size: 14px; + font-style: italic; + width: 250px; + height: 40px; + color: var(--grey-dark); + font-weight: 400; + padding: 5px 5px; +} +.radio-button{ + display: flex; + gap: 10px; + flex-direction: column; +} +.radio-button ul{ + display: flex; + list-style: none; + gap: 20px; +} +.container a { + color: var(--orange); +} +button{ + background-color: var(--orange); + border: 1px solid var(--orange); + border-radius: 5px; + padding: 10px 25px; + transition: border-radius 0.5s, height 0.5s; + transition-timing-function: ease-in-out; + height: 50px; + color: var(--white); +} +button:hover{ + border-radius: 20%; + height:60px; + background-color: var(--grey); + +} + +/* radio box color change*/ + +.radio-button input[type='radio'] { +width: 15px; +height: 15px; +border: 1px solid var(--grey-dark); +appearance: none; +border-radius: 50px; +padding: 3px; +background-clip: content-box; +} + +.radio-button input[type="radio"]:checked { + background-color: var(--orange); +} + +/*check box with orange tick*/ + +/* The container */ +.container { + display: block; + position: relative; + padding-left: 35px; + margin-bottom: 10px; + cursor: pointer; + font-size: 14px; + user-select: none; +} + +/* Hide the browser's default checkbox */ +.container input { + position: absolute; + opacity: 0; + cursor: pointer; + height: 0; + width: 0; +} + +/* Create a custom checkbox */ +.checkmark { + position: absolute; + top: 0; + left: 0; + height: 22px; + width: 22px; + border: 1px solid var(--grey); +border-radius: 5px; +} + +/* On mouse-over, add a grey background color */ +.container:hover input ~ .checkmark { + background-color: #ccc; +} + +/* When the checkbox is checked, add a blue background */ +.container input:checked ~ .checkmark { + background-image: url('../level-2/checkmark.svg'); +background-repeat: no-repeat; + background-position: center; + background: size 22px; +} + + +/*media for tablet break @768 */ +@media screen and (max-width:768px){ + .menu-top{ + display: flex; + align-items: center; + justify-content: center; + width: 180px; + height: 40vh; + flex-direction: column; + top: -600px; + border-radius: 5px; + z-index: 1; + gap: 8px; + opacity: .7; + position: fixed; + background-color: var(--grey-light); + } + .small-menu{ + display: inline-block; + z-index: 4; + } + #check:checked ~ .small-menu{ + transform: rotate(-120deg); + background-color: var(--orange); + opacity: .8; + } + #check:checked ~ .menu-top{ + top: 0; +} +.main-store { +display: flex; +flex-direction: column; +flex-wrap:wrap; + +/*display: grid; + grid-template-rows: auto; + grid-template-columns: 2fr 2fr; */ +} +.display-image{ + height: 30vh; + width: auto; +} +.karma-form{ + width: auto; + } + +/*media for tablet break @480*/ +@media screen and (max-width:480px){ + .menu-top{ + display: flex; + align-items: center; + justify-content: center; + width: 180px; + height: 40vh; + flex-direction: column; + top: -600px; + border-radius: 5px; + z-index: 1; + gap: 8px; + opacity: 1; + position: fixed; + background-color: var(--grey-light); + } + .small-menu{ + display: inline-block; + z-index: 4; + } + #check:checked ~ .small-menu{ + transform: rotate(-120deg); + background-color: var(--orange); + opacity: .8; + } + #check:checked ~ .menu-top{ + top: 0; +} +.main-store { +display: flex; +flex-direction: column; +flex-wrap:wrap; + +/*display: grid; + grid-template-rows: auto; + grid-template-columns: 2fr 2fr; */ +} +.display-image{ + height: 30vh; + width: auto; +} +.karma-form{ + width: auto; + } \ No newline at end of file diff --git a/css/style.css b/css/style.css index 5cb025cef..dec144fb9 100755 --- a/css/style.css +++ b/css/style.css @@ -1,11 +1,185 @@ /* We are using the 'Roboto' font from Google. This has already been added to your HTML header */ +:root { + --grey-dark: #363434; + --grey: #adadad; + --grey-light: #f7f7f7; + --orange: #f05a28; + --orange-light: #f7bfa3; + --white: #fff; + } + .logo{ + padding: 10px 15px 5px 15px; + margin-left: 5vw; + margin-right: 40vw; + +} body { font-family: 'Roboto', sans-serif; -webkit-font-smoothing: antialiased; + + +} +.header-one{ + width: max-content; + height: 6vh; + background-color: var(--grey-light); +} +h1{ + text-align: center; + text-emphasis: none; + letter-spacing: 2px; + color: #595959; +} +p{ + text-align: center; + text-emphasis: none; + letter-spacing: 5px; + color: #595959; +} + +.nav { + list-style-type:none; + margin-left: 20vw; + padding: 0; + float:right; +} +.nav li{ + display: inline-block; + padding: 20px; +} +a:link{ + color: #595959; + text-decoration: none; +} +a:visited{ + color: #7f7f7f; + text-decoration: none; +} +a:hover{ + color:var(--orange); + text-decoration: none ; +} +.hero-image{ + background-image: url(../img/first-background.jpg); + background-repeat: no-repeat; + background-size: cover; + height: 50vh; + background-position: center; + position: relative; +} +.hero-text{ + text-align: center; + position:absolute; + color:white; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + + +} +.hero-text h1{ + letter-spacing: 5px; + font-weight: lighter; + color: white; +} +.hero-text p{ + letter-spacing: 5px; + font-weight: lighter; + color: white; +} +.hero-text button{ + border: none; + padding:10px 25px; + background-color: var(--orange); + cursor: pointer; + border-radius: 5px; +} +.container-1{ + display:flex; + justify-content: space-around; + +} +.container-1 div{ + /* + border: 1px #ccc solid; + padding: 20px; + margin-left: 20px; + */ +} + +.bottom-grid { + display: grid; + grid-template-rows: auto; + grid-template-columns: 1.5fr 2fr; + +} + +.bottom-img { + background-color: var(--grey-dark); + height: 100%; + background-image: url(/level-2/homepage-feature.png); + background-repeat: no-repeat; + background-size: cover; + +} + + +.bottom-text { + display: flex; + flex-direction: column; + align-items: center; + gap: 2rem; + padding: 8rem; + background-color: var(--orange-light); + color: var(--grey-dark); + font-weight: 400; + font-size: 24px; + text-align: center; + } +.bottom-text p { + font-style: italic; +} + +.bottom-text p span { + color: var(--orange); +} + +.bottom-text a { + background-color: var(--orange); + border: none; + padding: .8rem 1rem; + border-radius: 5px; + text-decoration: none; + color: var(--white); + font-size: 12px; +} +.bottom-text a:hover { + background-color: var(--grey-dark); +} + + +hr{ + width: 70%; +} +.footer-one{ + display: flex; + align-content: center; + justify-content: center; +} +.socials{ + padding: 10px; + +} +#copyright{ + font-size: 12px; +} + + + /** * Add your custom styles below * diff --git a/index.html b/index.html index 3e742ef04..f349a8a3b 100755 --- a/index.html +++ b/index.html @@ -4,16 +4,91 @@ Karma - + + + + + + +
+ + + + +
+ +
+
+

Introducing Karma

+

Bring WiFi with you, everywhere you go.

+ +
+
+

+
+

Everyone needs a little Karma.

+

+
+
+ +

Internet for all devices

+
+
+ +

Boost your productivity

+
+
+ +

Pay as You Go

+
+
+


+
+
+ +
+
+

"Wherever I am, I just don't worry about my connection anymore!"

+ Get Karma today +
+
+ +

+
+
+
+
+

+ Join Us on +

+ +
+

+ - - - +
+


+ + - - + \ No newline at end of file diff --git a/store.html b/store.html new file mode 100644 index 000000000..77d8117b2 --- /dev/null +++ b/store.html @@ -0,0 +1,126 @@ + + + + + + Karma Store + + + + + + + + + + + + +
+ + + + +
+ +
+


+

Order your Karma wifi device today!

+
+
+
+ + +
+
+ + +
+
+
+
+
+ + +
+

+
+
+
+ + +
+

+
+
+ + +
+
+ + +
+

+
+ Select a color +
    +
  • + + +
  • +
  • + + +
  • +
+

+
+ +


+
+ +
+ + +
+
+
+

+ +
+
+

Join Us on

+ +
+

+ + +
+


+ + + \ No newline at end of file From 068e994424a9fa57d31fc906af7cf3b05c8b5b85 Mon Sep 17 00:00:00 2001 From: tony-dev-wm Date: Fri, 4 Nov 2022 11:14:21 +0000 Subject: [PATCH 06/12] Update style.css --- css/style.css | 157 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 157 insertions(+) diff --git a/css/style.css b/css/style.css index cf09382b5..c9d66b8f8 100755 --- a/css/style.css +++ b/css/style.css @@ -21,6 +21,163 @@ body { -webkit-font-smoothing: antialiased; } +.header-one{ + width: max-content; + height: 6vh; + background-color: var(--grey-light); +} +h1{ + text-align: center; + text-emphasis: none; + letter-spacing: 2px; + color: #595959; +} +p{ + text-align: center; + text-emphasis: none; + letter-spacing: 5px; + color: #595959; +} + +.nav { + list-style-type:none; + margin-left: 20vw; + padding: 0; + float:right; +} +.nav li{ + display: inline-block; + padding: 20px; +} +a:link{ + color: #595959; + text-decoration: none; +} +a:visited{ + color: #7f7f7f; + text-decoration: none; +} +a:hover{ + color:var(--orange); + text-decoration: none ; +} +.hero-image{ + background-image: url(../img/first-background.jpg); + background-repeat: no-repeat; + background-size: cover; + height: 50vh; + background-position: center; + position: relative; +} +.hero-text{ + text-align: center; + position:absolute; + color:white; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + + +} +.hero-text h1{ + letter-spacing: 5px; + font-weight: lighter; + color: white; +} +.hero-text p{ + letter-spacing: 5px; + font-weight: lighter; + color: white; +} +.hero-text button{ + border: none; + padding:10px 25px; + background-color: var(--orange); + cursor: pointer; + border-radius: 5px; +} +.container-1{ + display:flex; + justify-content: space-around; + +} +.container-1 div{ + /* + border: 1px #ccc solid; + padding: 20px; + margin-left: 20px; + */ +} + +.bottom-grid { + display: grid; + grid-template-rows: auto; + grid-template-columns: 1.5fr 2fr; + +} + +.bottom-img { + background-color: var(--grey-dark); + height: 100%; + background-image: url(/level-2/homepage-feature.png); + background-repeat: no-repeat; + background-size: cover; + +} + + +.bottom-text { + display: flex; + flex-direction: column; + align-items: center; + gap: 2rem; + padding: 8rem; + background-color: var(--orange-light); + color: var(--grey-dark); + font-weight: 400; + font-size: 24px; + text-align: center; + +} + +.bottom-text p { + font-style: italic; +} + +.bottom-text p span { + color: var(--orange); +} + +.bottom-text a { + background-color: var(--orange); + border: none; + padding: .8rem 1rem; + border-radius: 5px; + text-decoration: none; + color: var(--white); + font-size: 12px; +} +.bottom-text a:hover { + background-color: var(--grey-dark); +} + + +hr{ + width: 70%; +} +.footer-one{ + display: flex; + align-content: center; + justify-content: center; +} +.socials{ + padding: 10px; + +} +#copyright{ + font-size: 12px; +} + /** * Add your custom styles below * From 51196fbe5dbd6efdc1ca45764b831d87f8659f88 Mon Sep 17 00:00:00 2001 From: Tony-devops <111275895+Tony-devops@users.noreply.github.com> Date: Fri, 11 Nov 2022 17:49:52 +0000 Subject: [PATCH 07/12] Update index.html Co-authored-by: Vitalina Kuzmenko --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f349a8a3b..37b5a0b25 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,7 @@ -
+

Introducing Karma

Bring WiFi with you, everywhere you go.

From 11fca96ac004ca75219ffc5a5b5e61e57fc30028 Mon Sep 17 00:00:00 2001 From: Tony-devops <111275895+Tony-devops@users.noreply.github.com> Date: Fri, 11 Nov 2022 17:50:04 +0000 Subject: [PATCH 08/12] Update index.html Co-authored-by: Vitalina Kuzmenko --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 37b5a0b25..107f14da4 100644 --- a/index.html +++ b/index.html @@ -39,7 +39,7 @@

Introducing Karma

Bring WiFi with you, everywhere you go.

-
+

Everyone needs a little Karma.

From cef98c3e9dd5686373957529c884b59f880cfa77 Mon Sep 17 00:00:00 2001 From: Tony-devops <111275895+Tony-devops@users.noreply.github.com> Date: Fri, 11 Nov 2022 17:50:26 +0000 Subject: [PATCH 09/12] Update index.html Co-authored-by: Vitalina Kuzmenko --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 107f14da4..2de96a481 100644 --- a/index.html +++ b/index.html @@ -41,6 +41,7 @@

Introducing Karma



+

Everyone needs a little Karma.


From 0667cd1f180c3e6d746516f9e52c09fe03ad7afa Mon Sep 17 00:00:00 2001 From: Tony-devops <111275895+Tony-devops@users.noreply.github.com> Date: Fri, 11 Nov 2022 17:50:48 +0000 Subject: [PATCH 10/12] Update index.html Co-authored-by: Vitalina Kuzmenko --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2de96a481..906d4199f 100644 --- a/index.html +++ b/index.html @@ -73,7 +73,7 @@

Everyone needs a little Karma.





-
+

Join Us on From 3d8ab83d2c7ff012b89e7309ccf78e6d19ab4d0b Mon Sep 17 00:00:00 2001 From: Tony-devops <111275895+Tony-devops@users.noreply.github.com> Date: Fri, 11 Nov 2022 17:51:00 +0000 Subject: [PATCH 11/12] Update index.html Co-authored-by: Vitalina Kuzmenko --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 906d4199f..1d5d409c2 100644 --- a/index.html +++ b/index.html @@ -59,6 +59,7 @@

Everyone needs a little Karma.

Pay as You Go

+



From 8724ce5f3b394b40083d7aaeaecf2d139b1e27ce Mon Sep 17 00:00:00 2001 From: Tony-devops <111275895+Tony-devops@users.noreply.github.com> Date: Fri, 11 Nov 2022 17:51:12 +0000 Subject: [PATCH 12/12] Update index.html Co-authored-by: Vitalina Kuzmenko --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 1d5d409c2..478eecfd8 100644 --- a/index.html +++ b/index.html @@ -88,7 +88,7 @@

Everyone needs a little Karma.



-
+