Skip to content

Commit bf0a1eb

Browse files
committed
Added WA/CALL
1 parent 122435b commit bf0a1eb

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

index.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,18 @@ <h1 class="text-1-8em mb-[5px] text-text-dark-blue transition-colors duration-30
129129
</p>
130130

131131
<div class="flex justify-center gap-5 mt-5 flex-wrap">
132+
<a href="https://wa.me/8801616332313" class="social-icon text-text-dark-green text-1-5em transition-colors duration-300 ease-in-out no-underline hover:text-social-icon-hover-light dark:text-yellow-border dark:hover:text-button-yellow-dark-hover" target="_blank" rel="noopener noreferrer"><i class="fab fa-whatsapp"></i></a>
133+
134+
<a href="call:+8801616332313" class="social-icon text-text-dark-green text-1-5em transition-colors duration-300 ease-in-out no-underline hover:text-social-icon-hover-light dark:text-yellow-border dark:hover:text-button-yellow-dark-hover" target="_blank" rel="noopener noreferrer"><i class="fa fa-phone"></i></a>
135+
132136
<a href="mailto:shafayat@engineer.com" class="social-icon text-text-dark-blue text-1-5em transition-colors duration-300 ease-in-out no-underline hover:text-social-icon-hover-light dark:text-yellow-border dark:hover:text-button-yellow-dark-hover" target="_blank" rel="noopener noreferrer"><i class="fas fa-envelope"></i></a>
133-
<a href="https://twitter.com/jqsafi" class="social-icon text-text-dark-blue text-1-5em transition-colors duration-300 ease-in-out no-underline hover:text-social-icon-hover-light dark:text-yellow-border dark:hover:text-button-yellow-dark-hover" target="_blank" rel="noopener noreferrer"><i class="fab fa-twitter"></i></a>
137+
<a href="https://twitter.com/jqsafi1313" class="social-icon text-text-dark-blue text-1-5em transition-colors duration-300 ease-in-out no-underline hover:text-social-icon-hover-light dark:text-yellow-border dark:hover:text-button-yellow-dark-hover" target="_blank" rel="noopener noreferrer"><i class="fab fa-twitter"></i></a>
138+
139+
140+
134141
<a href="https://instagram.com/jqsafi" class="social-icon text-text-dark-blue text-1-5em transition-colors duration-300 ease-in-out no-underline hover:text-social-icon-hover-light dark:text-yellow-border dark:hover:text-button-yellow-dark-hover" target="_blank" rel="noopener noreferrer"><i class="fab fa-instagram"></i></a>
135-
<a href="https://jqsafi.com/" class="social-icon text-text-dark-blue text-1-5em transition-colors duration-300 ease-in-out no-underline hover:text-social-icon-hover-light dark:text-yellow-border dark:hover:text-button-yellow-dark-hover" target="_blank" rel="noopener noreferrer"><i class="fas fa-globe"></i></a>
136-
<a href="https://linkedin.com://in/jqsafi" class="social-icon text-text-dark-blue text-1-5em transition-colors duration-300 ease-in-out no-underline hover:text-social-icon-hover-light dark:text-yellow-border dark:hover:text-button-yellow-dark-hover" target="_blank" rel="noopener noreferrer"><i class="fab fa-linkedin-in"></i></a>
142+
143+
<a href="https://linkedin.com/in/jqsafi" class="social-icon text-text-dark-blue text-1-5em transition-colors duration-300 ease-in-out no-underline hover:text-social-icon-hover-light dark:text-yellow-border dark:hover:text-button-yellow-dark-hover" target="_blank" rel="noopener noreferrer"><i class="fab fa-linkedin-in"></i></a>
137144
<a href="https://github.com/jqsafi" class="social-icon text-text-dark-blue text-1-5em transition-colors duration-300 ease-in-out no-underline hover:text-social-icon-hover-light dark:text-yellow-border dark:hover:text-button-yellow-dark-hover" target="_blank" rel="noopener noreferrer"><i class="fab fa-github"></i></a>
138145
<a href="https://dev.to/jqsafi" class="social-icon text-text-dark-blue text-1-5em transition-colors duration-300 ease-in-out no-underline hover:text-social-icon-hover-light dark:text-yellow-border dark:hover:text-button-yellow-dark-hover" target="_blank" rel="noopener noreferrer"><i class="fab fa-dev"></i></a>
139146
</div>
@@ -173,10 +180,10 @@ <h3 class="text-lg font-semibold mb-2 text-flyout-menu-text-light dark:text-flyo
173180
<li class="py-2 px-2 text-flyout-menu-text-light hover:bg-flyout-menu-hover-light cursor-pointer rounded transition-colors duration-150 ease-in-out dark:text-flyout-menu-text-dark dark:hover:bg-flyout-menu-hover-dark"><a href="https://jqsafi.github.io/puzzle.html" class="block w-full h-full text-inherit no-underline">Puzzle Game</a></li>
174181
<li class="py-2 px-2 text-flyout-menu-text-light hover:bg-flyout-menu-hover-light cursor-pointer rounded transition-colors duration-150 ease-in-out dark:text-flyout-menu-text-dark dark:hover:bg-flyout-menu-hover-dark"><a href="https://jqsafi.github.io/memory_game.html" class="block w-full h-full text-inherit no-underline">Memory Game</a></li>
175182
</ul>
176-
<button class="bg-flyout-menu-button-bg-light text-flyout-menu-button-text-light py-2 px-4 rounded-lg flex items-center justify-center transition-colors duration-300 ease-in-out
183+
<!-- <button class="bg-flyout-menu-button-bg-light text-flyout-menu-button-text-light py-2 px-4 rounded-lg flex items-center justify-center transition-colors duration-300 ease-in-out
177184
hover:bg-blue-700 dark:bg-flyout-menu-button-bg-dark dark:text-flyout-menu-button-text-dark dark:hover:bg-e0c81b">
178185
<i class="fas fa-comment-alt mr-2"></i> Send feedback about our Help Center
179-
</button>
186+
</button> -->
180187
</div>
181188
</div>
182189

0 commit comments

Comments
 (0)