Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add Social Media External Links #1365

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<div>
<div class="social-icons">

<a class="socialicon twitter" href="" target="_blank" rel="author">
<a class="socialicon twitter" href="https://twitter.com/" target="_blank" rel="author">
<!-- SVG code for twitter icon -->
<svg class="twitter-icon" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 500 500" enable-background="new 0 0 500 500" xml:space="preserve">
<!-- bird body -->
Expand Down Expand Up @@ -135,7 +135,7 @@
</svg>
</a>

<a class="socialicon dribbble" href="" target="_blank" rel="author">
<a class="socialicon dribbble" href="https://dribbble.com/" target="_blank" rel="author">
<svg class="dribbble-icon" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid">
<g>
<path
Expand All @@ -145,15 +145,15 @@
</svg>
</a>

<a class="socialicon linkedin" href="" target="_blank" rel="author">
<a class="socialicon linkedin" href="https://linkedin.com/in/" target="_blank" rel="author">
<svg class="linkedin-icon" xmlns="http://www.w3.org/2000/svg" width="35" viewBox="0 0 24 24" fill="#0e76a8" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather feather-linkedin">
<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path>
<rect x="2" y="9" width="4" height="12"></rect>
<circle cx="4" cy="4" r="2"></circle>
</svg>
</a>

<a class="socialicon codeforces" href="" target="_blank" rel="author">
<a class="socialicon codeforces" href="https://codeforces.com/" target="_blank" rel="author">
<svg class="codeforces-icon" xmlns="http://www.w3.org/2000/svg" viewBox="5 0 14 19" width="100" height="100">
<g>
<rect class="red" x="15" width="2" height="6.5" rx="0.7" y="0" fill="#AE0F0A" />
Expand All @@ -163,11 +163,11 @@
</svg>
</a>

<a class="socialicon kaggle" href="" target="_blank" rel="author">
<a class="socialicon kaggle" href="https://kaggle.com/" target="_blank" rel="author">
<i class="fab fa-kaggle"></i>
</a>

<a class="socialicon instagram" href="" target="_blank" rel="author">
<a class="socialicon instagram" href="https://instagram.com/" target="_blank" rel="author">
<!-- svg code for instagram icon -->
<svg class="instagram-icon" x="0px" y="0px" viewBox="0 0 202.5 202.5" style="enable-background:new 0 0 202.5 202.5;">
<circle id="littleCircle" class="st0" cx="101" cy="101.5" r="18.9" />
Expand All @@ -178,7 +178,7 @@
</svg>
</a>

<a class="socialicon github" href="" target="_blank" rel="author">
<a class="socialicon github" href="https://github.com/" target="_blank" rel="author">
<!-- SVG code for Github icon -->
<svg class="github-icon" width="45px" height="45px" viewBox="0 0 300 300">
<!-- body -->
Expand Down