Coder Social home page Coder Social logo

Comments (12)

hidayat7z avatar hidayat7z commented on August 20, 2024 1

You need to do a few changes.
For that you should have a basic understanding of React.

Remove the "Open Source" from the header.css. It should do the job.

You mean header.js right? and not header.css.

removing

         <li>
            <NavLink
              to="/opensource"
              tag={Link}
              activeStyle={{ fontWeight: "bold" }}
              style={{ color: theme.text }}
              onMouseEnter={(event) => onMouseEnter(event, theme.highlight)}
              onMouseOut={(event) => onMouseOut(event)}
            >
              Open Source
            </NavLink>
          </li>

this from header.js worked for me

from masterportfolio.

th3c0d3br34ker avatar th3c0d3br34ker commented on August 20, 2024

You need to do a few changes.
For that you should have a basic understanding of React.

Remove the "Open Source" from the header.css. It should do the job.

from masterportfolio.

advian123 avatar advian123 commented on August 20, 2024

Sorry but it didn't work

from masterportfolio.

th3c0d3br34ker avatar th3c0d3br34ker commented on August 20, 2024

Remove the whole

 <li>
                <NavLink
                  to="/opensource"
                  tag={Link}
                  activeStyle={{ fontWeight: "bold" }}
                  style={{ color: theme.text }}
                  onMouseEnter={(event) => onMouseEnter(event, theme.highlight)}
                  onMouseOut={(event) => onMouseOut(event)}
                >
                  Open Source
                </NavLink>
</li>

This should definitely do the job.

from masterportfolio.

advian123 avatar advian123 commented on August 20, 2024

Also tried that, but now it's only showing OpenSource in the header section, but I click it, there is no content in it.
I just want to simply remove the opensource from the website.

from masterportfolio.

th3c0d3br34ker avatar th3c0d3br34ker commented on August 20, 2024

What i suggested will remove it completely.
Can you please push the code to GitHub and share the repository link here? So that's its easier to understand.

from masterportfolio.

rahulrachh avatar rahulrachh commented on August 20, 2024

The solution given by @th3c0d3br34ker worked for me. I removed the OpenSource and Contact section this way by removing that piece of code from header.js. See my code at link

from masterportfolio.

rajesh9943 avatar rajesh9943 commented on August 20, 2024

The solution given by @th3c0d3br34ker also worked for me. I removed the Experience,Projects and OpenSource section this way by removing that piece of code from header.js.

from masterportfolio.

Soumya-9641 avatar Soumya-9641 commented on August 20, 2024

Hey maintainer,I can solve this issue.Can you please assign this to me?

from masterportfolio.

ashutosh1919 avatar ashutosh1919 commented on August 20, 2024

@Soumya-9641 please raise PR and we will assign this issue to you

from masterportfolio.

Soumya-9641 avatar Soumya-9641 commented on August 20, 2024

@ashutosh1919 can you please tell me the specific task like which component need to be removed.So that I can do my task smoothly

from masterportfolio.

ashutosh1919 avatar ashutosh1919 commented on August 20, 2024

@Soumya-9641 I don't think there is any requirement to do that. @th3c0d3br34ker has already explained it here

from masterportfolio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.