Skip to content

Commit 554f2b7

Browse files
authored
Merge pull request #217 from Evavic44/master
Added re="noopener" attribute
2 parents ac388f6 + 931d3cf commit 554f2b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ <h1 class="text-primary">Chryz-Hub</h1>
7676
<div class="vision-content">
7777
<h2 class="text-primary">Our Vision</h2>
7878
<p class="text-secondary">Our vision is to add value, solve problems, render help and support to developers, open source contributors and everyone at large and also raise and build Open Source Giants.</p>
79-
<a href="https://github.com/chryz-hub/chryz-hub.github.io/blob/master/vision.md" class="btn btn-primary btn-rounded">Read more <span class="fas fa-angle-right"></span></a>
79+
<a href="https://github.com/chryz-hub/chryz-hub.github.io/blob/master/vision.md" class="btn btn-primary btn-rounded" re="noopener" target="_blank">Read more <span class="fas fa-angle-right"></span></a>
8080
</div>
8181
</div>
8282
</section>
8383
<!-- Buttons -->
8484
<div class="container buttons">
8585
<a href="https://github.com/chryz-hub/chryz-hub.github.io/issues/new?assignees=&labels=invite+me+to+the+organization&template=invitation.md&title=Please+invite+me+to+the+GitHub+Community+Organization" rel="noopener" class=" btn btn-primary">Join the Community</a>
86-
<a href="https://github.com/chryz-hub/opensource-4-everyone/blob/master/My-PR-Contribution-Practice.md" rel="noopener" class=" btn btn-secondary"><i class="fas fa-code-branch"></i> Create Pull Request</a>
86+
<a href="https://github.com/chryz-hub/opensource-4-everyone/blob/master/My-PR-Contribution-Practice.md" rel="noopener" class="btn btn-secondary" target="_blank"><i class="fas fa-code-branch"></i> Create Pull Request</a>
8787
</div>
8888
</header>
8989

0 commit comments

Comments
 (0)