Certain Links won't work

I am making my portfolio and I made a twitter button, the problem is when I put https://twitter.com/GaberAlsayed in my url it doesn’t work when I click the twitter buttonbut when I put https://www.wikipedia.org/ it works when I click the twitter button help pls.

Dylan C. Israel

Always Learning. Always Evolving

Dylan C. Israel

I'm a self taught web desinger, devloper, co-founder and entrepreneur based in Finland. I'm currently part of a small web devlopment team in an upcoming start-up, building web and mobile applications. My passion is to use technology based solutions, to help solve real world challenges. Competences: Languages and Frameworks: Javascript, HTMLS, CSS3, jQuery, Bootstrap3, Angular.js, Meteor.js. Tools & expertise: Git, Responsive Web Design, Agile Methodologies.

</div>
<div class="col-md-6"> 

</div>

Huh that’s weird it works in the comment but on codepen it just goes to a white screen and nothing more. I guess I will just continue anyways

Yeah that is weird…hmmm.
Could you paste us a link to your codepen?

JavaScript is spelled with capital S, developer is spelled with an e between d and l, you misspelled designer.
Rule #1: good spelling if you’re looking for jobs.

It would help if you could edit your question so we can see the code. The forum uses Markdown, which means that raw HTML is interpreted rather than displayed as is. You need to use a special format to show the code.

The easiest way to do it is to go into edit mode, select the code and then click the Preformatted Text button (the icon looks like </>). Alternatively you can sandwich your code between two sets of three backticks (see https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#code)

In your links, add this:

target="_blank"

This will open a new tab when your link is clicked, loading the URL in that tab.

<a href="https://twittet.com" target="_blank">Twitter</a>