From 3aa0ad85f7406c6d16a8374f726ed27805b0367d Mon Sep 17 00:00:00 2001 From: Ojas Arora <127867874+Ojas-Arora@users.noreply.github.com> Date: Fri, 27 Dec 2024 22:32:57 +0530 Subject: [PATCH 01/14] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..665daa1 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Ojas Arora + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 93fb5857021d8ce4d935a2f191d96e4c13885ba9 Mon Sep 17 00:00:00 2001 From: Ojas Arora <127867874+Ojas-Arora@users.noreply.github.com> Date: Fri, 27 Dec 2024 22:35:33 +0530 Subject: [PATCH 02/14] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9e7d761..2a671f8 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,11 @@ By aligning with these goals, Ajivika aspires to revolutionize career growth and By adhering to these cautions, Ajivika aims to create a safe, respectful, and productive environment for all users. +## 🛡️ License + +This project is licensed under the MIT License - see the [LICENSE](https://github.com/Ojas-Arora/SCD-Profile-Score/blob/main/LICENSE) file for details. + + ## 🌱 Contribute From 61ff336d4859a3d5bbad7d1cf022886eda3408b6 Mon Sep 17 00:00:00 2001 From: Sri Date: Fri, 27 Dec 2024 23:52:24 +0530 Subject: [PATCH 03/14] Made website responsive by adding hamburger menu --- index.html | 14 ++++++++++++ styles.css | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 77 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index ca717a9..a4b1494 100644 --- a/index.html +++ b/index.html @@ -307,6 +307,13 @@

Ajivika

+ + + diff --git a/index.html b/index.html index a4b1494..e613209 100644 --- a/index.html +++ b/index.html @@ -320,9 +320,7 @@

Ajivika

  • About Us
  • Contact Us
  • Go Pro
  • -
  • Begin Your Journey
  • -
  • Register
  • - +
  • Register
  • From 1e60331744839a2320039ad16880c7f5952c40ae Mon Sep 17 00:00:00 2001 From: KajalDeore04 Date: Thu, 2 Jan 2025 13:27:05 +0530 Subject: [PATCH 06/14] #2 --- index.html | 302 ++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 274 insertions(+), 28 deletions(-) diff --git a/index.html b/index.html index ca717a9..da36c6c 100644 --- a/index.html +++ b/index.html @@ -19,15 +19,13 @@ font-family: Arial, sans-serif; } .translate-button { - position: fixed; - top: 160px; - left: 20px; - background-color: #007bff; - color: white; + + + background-color: transparent; border: none; border-radius: 50%; - padding: 15px; - font-size: 20px; + + font-size: 30px; cursor: pointer; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } @@ -37,17 +35,19 @@ } #google_translate_element { - position: fixed; - top: 90px; - left: 0px; + z-index: 1000; display: none; - background-color: white; - border: 1px solid #ddd; + + padding: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } + .nav-links{ + align-items: center; + } + .slideshow-container { position: relative; max-width: 100%; @@ -256,9 +256,7 @@ position: relative; } .image-button1 { - position: fixed; - top: 5px; - left: 10px; /* Aligns the button to the left side */ + background-color: transparent; /* Transparent background */ border: none; border-radius: 50%; @@ -286,6 +284,7 @@ justify-content: space-between; align-items: center; background-color: #2b2b28; + text-align: center; padding: 10px 20px; position: sticky; height: 80px; @@ -293,36 +292,283 @@ z-index: 1000; } .navbar .logo { - margin-left: 65px; + gap: 13px; + display: flex; + align-items: center; + justify-content: center; + text-align: center; + } + .navbar .logo h2{ + margin-top: 10px; + } + + .navbar li span{ + display: none; + opacity: 0; + transition: opacity 1.2s ease-in-out; } + .navbar li{ + display: flex; + } + .nav-links li a i{ + color: #000; + } + .navbar li:hover span{ + opacity: 1; + display:inline; + } + .theme-switch { + --toggle-size: 15px; + /* the size is adjusted using font-size, + this is not transform scale, + so you can choose any size */ + --container-width: 5.625em; + --container-height: 2.5em; + --container-radius: 6.25em; + /* radius 0 - minecraft mode :) */ + --container-light-bg: #3D7EAE; + --container-night-bg: #1D1F2C; + --circle-container-diameter: 3.375em; + --sun-moon-diameter: 2.125em; + --sun-bg: #ECCA2F; + --moon-bg: #C4C9D1; + --spot-color: #959DB1; + --circle-container-offset: calc((var(--circle-container-diameter) - var(--container-height)) / 2 * -1); + --stars-color: #fff; + --clouds-color: #F3FDFF; + --back-clouds-color: #AACADF; + --transition: .5s cubic-bezier(0, -0.02, 0.4, 1.25); + --circle-transition: .3s cubic-bezier(0, -0.02, 0.35, 1.17); +} + +.theme-switch, .theme-switch *, .theme-switch *::before, .theme-switch *::after { + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0; + padding: 0; + font-size: var(--toggle-size); +} + +.theme-switch__container { + width: var(--container-width); + height: var(--container-height); + background-color: var(--container-light-bg); + border-radius: var(--container-radius); + overflow: hidden; + cursor: pointer; + -webkit-box-shadow: 0em -0.062em 0.062em rgba(0, 0, 0, 0.25), 0em 0.062em 0.125em rgba(255, 255, 255, 0.94); + box-shadow: 0em -0.062em 0.062em rgba(0, 0, 0, 0.25), 0em 0.062em 0.125em rgba(255, 255, 255, 0.94); + -webkit-transition: var(--transition); + -o-transition: var(--transition); + transition: var(--transition); + position: relative; +} + +.theme-switch__container::before { + content: ""; + position: absolute; + z-index: 1; + inset: 0; + -webkit-box-shadow: 0em 0.05em 0.187em rgba(0, 0, 0, 0.25) inset, 0em 0.05em 0.187em rgba(0, 0, 0, 0.25) inset; + box-shadow: 0em 0.05em 0.187em rgba(0, 0, 0, 0.25) inset, 0em 0.05em 0.187em rgba(0, 0, 0, 0.25) inset; + border-radius: var(--container-radius) +} + +.theme-switch__checkbox { + display: none; +} + +.theme-switch__circle-container { + width: var(--circle-container-diameter); + height: var(--circle-container-diameter); + background-color: rgba(255, 255, 255, 0.1); + position: absolute; + left: var(--circle-container-offset); + top: var(--circle-container-offset); + border-radius: var(--container-radius); + -webkit-box-shadow: inset 0 0 0 3.375em rgba(255, 255, 255, 0.1), inset 0 0 0 3.375em rgba(255, 255, 255, 0.1), 0 0 0 0.625em rgba(255, 255, 255, 0.1), 0 0 0 1.25em rgba(255, 255, 255, 0.1); + box-shadow: inset 0 0 0 3.375em rgba(255, 255, 255, 0.1), inset 0 0 0 3.375em rgba(255, 255, 255, 0.1), 0 0 0 0.625em rgba(255, 255, 255, 0.1), 0 0 0 1.25em rgba(255, 255, 255, 0.1); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-transition: var(--circle-transition); + -o-transition: var(--circle-transition); + transition: var(--circle-transition); + pointer-events: none; +} + +.theme-switch__sun-moon-container { + pointer-events: auto; + position: relative; + z-index: 2; + width: var(--sun-moon-diameter); + height: var(--sun-moon-diameter); + margin: auto; + border-radius: var(--container-radius); + background-color: var(--sun-bg); + -webkit-box-shadow: 0.062em 0.062em 0.062em 0em rgba(254, 255, 239, 0.61) inset, 0em -0.062em 0.062em 0em #a1872a inset; + box-shadow: 0.062em 0.062em 0.062em 0em rgba(254, 255, 239, 0.61) inset, 0em -0.062em 0.062em 0em #a1872a inset; + -webkit-filter: drop-shadow(0.062em 0.125em 0.125em rgba(0, 0, 0, 0.25)) drop-shadow(0em 0.062em 0.125em rgba(0, 0, 0, 0.25)); + filter: drop-shadow(0.062em 0.125em 0.125em rgba(0, 0, 0, 0.25)) drop-shadow(0em 0.062em 0.125em rgba(0, 0, 0, 0.25)); + overflow: hidden; + -webkit-transition: var(--transition); + -o-transition: var(--transition); + transition: var(--transition); +} + +.theme-switch__moon { + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); + width: 100%; + height: 100%; + background-color: var(--moon-bg); + border-radius: inherit; + -webkit-box-shadow: 0.062em 0.062em 0.062em 0em rgba(254, 255, 239, 0.61) inset, 0em -0.062em 0.062em 0em #969696 inset; + box-shadow: 0.062em 0.062em 0.062em 0em rgba(254, 255, 239, 0.61) inset, 0em -0.062em 0.062em 0em #969696 inset; + -webkit-transition: var(--transition); + -o-transition: var(--transition); + transition: var(--transition); + position: relative; +} + +.theme-switch__spot { + position: absolute; + top: 0.75em; + left: 0.312em; + width: 0.75em; + height: 0.75em; + border-radius: var(--container-radius); + background-color: var(--spot-color); + -webkit-box-shadow: 0em 0.0312em 0.062em rgba(0, 0, 0, 0.25) inset; + box-shadow: 0em 0.0312em 0.062em rgba(0, 0, 0, 0.25) inset; +} + +.theme-switch__spot:nth-of-type(2) { + width: 0.375em; + height: 0.375em; + top: 0.937em; + left: 1.375em; +} + +.theme-switch__spot:nth-last-of-type(3) { + width: 0.25em; + height: 0.25em; + top: 0.312em; + left: 0.812em; +} + +.theme-switch__clouds { + width: 1.25em; + height: 1.25em; + background-color: var(--clouds-color); + border-radius: var(--container-radius); + position: absolute; + bottom: -0.625em; + left: 0.312em; + -webkit-box-shadow: 0.937em 0.312em var(--clouds-color), -0.312em -0.312em var(--back-clouds-color), 1.437em 0.375em var(--clouds-color), 0.5em -0.125em var(--back-clouds-color), 2.187em 0 var(--clouds-color), 1.25em -0.062em var(--back-clouds-color), 2.937em 0.312em var(--clouds-color), 2em -0.312em var(--back-clouds-color), 3.625em -0.062em var(--clouds-color), 2.625em 0em var(--back-clouds-color), 4.5em -0.312em var(--clouds-color), 3.375em -0.437em var(--back-clouds-color), 4.625em -1.75em 0 0.437em var(--clouds-color), 4em -0.625em var(--back-clouds-color), 4.125em -2.125em 0 0.437em var(--back-clouds-color); + box-shadow: 0.937em 0.312em var(--clouds-color), -0.312em -0.312em var(--back-clouds-color), 1.437em 0.375em var(--clouds-color), 0.5em -0.125em var(--back-clouds-color), 2.187em 0 var(--clouds-color), 1.25em -0.062em var(--back-clouds-color), 2.937em 0.312em var(--clouds-color), 2em -0.312em var(--back-clouds-color), 3.625em -0.062em var(--clouds-color), 2.625em 0em var(--back-clouds-color), 4.5em -0.312em var(--clouds-color), 3.375em -0.437em var(--back-clouds-color), 4.625em -1.75em 0 0.437em var(--clouds-color), 4em -0.625em var(--back-clouds-color), 4.125em -2.125em 0 0.437em var(--back-clouds-color); + -webkit-transition: 0.5s cubic-bezier(0, -0.02, 0.4, 1.25); + -o-transition: 0.5s cubic-bezier(0, -0.02, 0.4, 1.25); + transition: 0.5s cubic-bezier(0, -0.02, 0.4, 1.25); +} + +.theme-switch__stars-container { + position: absolute; + color: var(--stars-color); + top: -100%; + left: 0.312em; + width: 2.75em; + height: auto; + -webkit-transition: var(--transition); + -o-transition: var(--transition); + transition: var(--transition); +} + +/* actions */ + +.theme-switch__checkbox:checked + .theme-switch__container { + background-color: var(--container-night-bg); +} + +.theme-switch__checkbox:checked + .theme-switch__container .theme-switch__circle-container { + left: calc(100% - var(--circle-container-offset) - var(--circle-container-diameter)); +} + +.theme-switch__checkbox:checked + .theme-switch__container .theme-switch__circle-container:hover { + left: calc(100% - var(--circle-container-offset) - var(--circle-container-diameter) - 0.187em) +} + +.theme-switch__circle-container:hover { + left: calc(var(--circle-container-offset) + 0.187em); +} + +.theme-switch__checkbox:checked + .theme-switch__container .theme-switch__moon { + -webkit-transform: translate(0); + -ms-transform: translate(0); + transform: translate(0); +} + +.theme-switch__checkbox:checked + .theme-switch__container .theme-switch__clouds { + bottom: -4.062em; +} + +.theme-switch__checkbox:checked + .theme-switch__container .theme-switch__stars-container { + top: 50%; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); +} - -
    + From e73dafede86fb3d674723a9eb1c1c1a45a0a50e2 Mon Sep 17 00:00:00 2001 From: Sri Date: Thu, 2 Jan 2025 14:15:53 +0530 Subject: [PATCH 07/14] Backup changes before merging latest main --- index.html | 34 +++++++++++++++++++++------------- styles.css | 16 ++++++++-------- 2 files changed, 29 insertions(+), 21 deletions(-) diff --git a/index.html b/index.html index e613209..b64670c 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,14 @@ - - - - - + - - - - -
    -
    - -

    - About Us -

    -
    -

    In order to address the lack of an intelligent and adaptive Job Recommendation Portal, the idea to create a website Ajivika (literal meaning: career) has been presented. This website covers all the features of a career portal, ranging from:

    - - -
    +
    +
    +

    + About Us +

    +
    +

    + In order to address the lack of an intelligent and adaptive Job + Recommendation Portal, the idea to create a website Ajivika (literal + meaning: career) has been presented. This website covers all the + features of a career portal, ranging from: +

    + + +
    - -

    📄 Resume Making

    -

    Create professional resumes effortlessly.

    + +

    📄 Resume Making

    +

    Create professional resumes effortlessly.

    - -

    🔍 Smart Job Recommendations

    -

    Get personalized job suggestions based on your profile.

    + +

    🔍 Smart Job Recommendations

    +

    Get personalized job suggestions based on your profile.

    - -

    🎓 Best Course Suggestions

    -

    Explore courses tailored to enhance your skills.

    + +

    🎓 Best Course Suggestions

    +

    Explore courses tailored to enhance your skills.

    - -

    📝 Skill Assessments

    -

    Validate your expertise and share certifications.

    + +

    📝 Skill Assessments

    +

    Validate your expertise and share certifications.

    - -

    💬 Chatbot for Job Queries

    -

    Instant support for all your career-related questions.

    + +

    💬 Chatbot for Job Queries

    +

    Instant support for all your career-related questions.

    - -

    📊 Real Job Trends Dashboard

    -

    Analyze current trends in the job market with data-driven insights.

    + +

    📊 Real Job Trends Dashboard

    +

    + Analyze current trends in the job market with data-driven + insights. +

    - -

    🎯 Personalized Progress Tracker

    -

    Keep track of your learning and job application progress.

    + +

    🎯 Personalized Progress Tracker

    +

    Keep track of your learning and job application progress.

    - -

    🌍 Access to Jobs in Smaller Areas

    -

    Unlike most portals, Ajivika focuses on uncovering opportunities in smaller towns and regions, bridging the gap between job seekers and recruiters.

    + +

    🌍 Access to Jobs in Smaller Areas

    +

    + Unlike most portals, Ajivika focuses on uncovering opportunities + in smaller towns and regions, bridging the gap between job + seekers and recruiters. +

    +
    -
    -
    -
    + + -
    - © 2024 Ajivika. All rights reserved. -
    - - +
    © 2024 Ajivika. All rights reserved.
    + diff --git a/resume.html b/resume.html index d6454db..855a35a 100644 --- a/resume.html +++ b/resume.html @@ -1,774 +1,828 @@ - - - + + + Resume - Career Website - - + + - - - + + -
    -
    +

    My Resume

    This is where you can view and manage your resume details.

    -

    Resume Detail Entry

    -
    - - - - - - - - - -
    - - - - - - - - - - - - - -
    - -
    -
    - -
    -
    - - + -
    -
      -
      -
      - -
      -
      - -
      -
      - - + -
      -
        -
        -
        - -
        -
        - -
        -
        - - + -
        -
          -
          -
          - - -
          +

          Resume Detail Entry

          +
          + + + + + + + + + +
          + + + + + + + + + + + + + +
          + +
          +
          + +
          +
          + + + +
          +
            +
            +
            + +
            +
            + +
            +
            + + + +
            +
              +
              +
              + +
              +
              + +
              +
              + + + +
              +
                +
                +
                + + +
                -
                -
                - - - - + + diff --git a/styles.css b/styles.css index 6e57720..4c02ec2 100644 --- a/styles.css +++ b/styles.css @@ -75,6 +75,16 @@ body { background-color: #f47200; } +.resume-section h1{ + text-align: center; + margin-bottom: 0; +} + +.resume-section p{ + text-align: center; + margin-bottom: 2rem; +} + .hamburger { display: none; flex-direction: column; From cab1d5b28b6b1527d76411070d4298ebf4d4ab2c Mon Sep 17 00:00:00 2001 From: Ojas Arora <127867874+Ojas-Arora@users.noreply.github.com> Date: Fri, 3 Jan 2025 13:24:25 +0530 Subject: [PATCH 10/14] Update README.md From 6c4dce59152fa93dc9522dd97bd006fa391b53dc Mon Sep 17 00:00:00 2001 From: Sri Date: Fri, 3 Jan 2025 22:02:40 +0530 Subject: [PATCH 11/14] fixed remove-begin-your-journey --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index 7a23184..c450536 100644 --- a/index.html +++ b/index.html @@ -552,7 +552,6 @@

                Ajivika

              • About Us
              • Contact Us
              • Go Pro
              • -
              • Log In
              • Register
              • From b7457b6062daa7209899e78e9d9139f52e6ea56f Mon Sep 17 00:00:00 2001 From: Ojas Arora <127867874+Ojas-Arora@users.noreply.github.com> Date: Fri, 3 Jan 2025 22:28:37 +0530 Subject: [PATCH 12/14] Revert "Fix/remove begin your journey" --- about.html | 39 +++++++++++++++------------------------ index.html | 33 +++++++++++++-------------------- resume.html | 2 -- styles.css | 16 ++++++++-------- 4 files changed, 36 insertions(+), 54 deletions(-) diff --git a/about.html b/about.html index 129007a..22cc046 100644 --- a/about.html +++ b/about.html @@ -418,30 +418,21 @@

                Ajivika

                - - - - -
                -
                - -

                - About Us -

                -
                -

                In order to address the lack of an intelligent and adaptive Job Recommendation Portal, the idea to create a website Ajivika (literal meaning: career) has been presented. This website covers all the features of a career portal, ranging from:

                - - -
                +
                +
                +

                + About Us +

                +
                +

                + In order to address the lack of an intelligent and adaptive Job + Recommendation Portal, the idea to create a website Ajivika (literal + meaning: career) has been presented. This website covers all the + features of a career portal, ranging from: +

                + + +

                📄 Resume Making

                diff --git a/index.html b/index.html index c450536..8e2361c 100644 --- a/index.html +++ b/index.html @@ -11,14 +11,6 @@ diff --git a/styles.css b/styles.css index e013c25..4c02ec2 100644 --- a/styles.css +++ b/styles.css @@ -15,7 +15,7 @@ body { display: flex; justify-content: space-between; align-items: center; - background-color: var(--secondary-color); + background-color: rgb(43, 43, 40); padding: 10px 20px; position: sticky; top: 0; @@ -36,7 +36,7 @@ body { } .nav-links a { - color: var(--nav-color); + color: #fff; text-decoration: double; font-size: 18px; display: flex; @@ -44,7 +44,7 @@ body { transition: color 0.3s ease, background-color 0.3s ease; padding: 5px 10px; border-radius: 50px; /* Rounded edges */ - background-color: var(--nav-bg); + background-color: rgb(8, 7, 6); /* Slightly darker than navbar */ } .nav-links a i { @@ -55,8 +55,8 @@ body { } .nav-links a:hover { - color: var(--nav-hover); - background-color: var(--primary-color); /* A bit lighter on hover */ + color: #000; + background-color: #efb106; /* A bit lighter on hover */ } /* Sections */ @@ -67,7 +67,7 @@ body { } .home-section { - background-color: var(--nav-color); + background-color: #ffffff; text-align: center; } @@ -98,7 +98,7 @@ body { .hamburger span { height: 3px; width: 100%; - background: var(--nav-color); + background: #fff; display: block; border-radius: 10px; margin: 8px 0; @@ -128,7 +128,7 @@ p { footer { background-color: rgb(45, 43, 42); - color: var(--nav-color); + color: #fff; text-align: center; padding: 20px 0; position: relative; From 43be0d3298350df1db59d941523664848352d53d Mon Sep 17 00:00:00 2001 From: Ojas Arora <127867874+Ojas-Arora@users.noreply.github.com> Date: Sat, 4 Jan 2025 00:08:49 +0530 Subject: [PATCH 13/14] Width issues resolved --- index.html | 2 +- styles.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 8e2361c..ac9e9eb 100644 --- a/index.html +++ b/index.html @@ -730,4 +730,4 @@

                What are } - + \ No newline at end of file diff --git a/styles.css b/styles.css index 4c02ec2..5e96643 100644 --- a/styles.css +++ b/styles.css @@ -38,7 +38,7 @@ body { .nav-links a { color: #fff; text-decoration: double; - font-size: 18px; + font-size: 1.1em; display: flex; align-items: center; transition: color 0.3s ease, background-color 0.3s ease; @@ -62,7 +62,7 @@ body { /* Sections */ .section { padding: 60px 20px; - max-width: 100%; + max-width: 80%; margin: auto; } From d011411df84329e87803d71542c49beb25024734 Mon Sep 17 00:00:00 2001 From: Ojas Arora <127867874+Ojas-Arora@users.noreply.github.com> Date: Sat, 4 Jan 2025 00:11:25 +0530 Subject: [PATCH 14/14] Login button removed --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ac9e9eb..dfea292 100644 --- a/index.html +++ b/index.html @@ -544,7 +544,7 @@

                Ajivika

              • About Us
              • Contact Us
              • Go Pro
              • -
              • Log In
              • +
              • Register