1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 01:09:35 +05:30

(refactor): changed neosubhamoy.dev referance to neosubhamoy.com

This commit is contained in:
2023-12-04 23:25:46 +05:30
parent 1d600c7fd7
commit bf0bb2d610
4 changed files with 5 additions and 5 deletions

View File

@@ -48,7 +48,7 @@
</span> </span>
</div> </div>
<p class="text-xs text-accent_three mt-3 mb-2 mx-1">QUICK ACTIONS</p> <p class="text-xs text-accent_three mt-3 mb-2 mx-1">QUICK ACTIONS</p>
<div class="group resultitem w-full flex justify-between items-center my-1 p-1 cursor-pointer hover:bg-bg_third transition transform duration-200 rounded-lg" onclick="location.href='mailto:hey@neosubhamoy.dev'"> <div class="group resultitem w-full flex justify-between items-center my-1 p-1 cursor-pointer hover:bg-bg_third transition transform duration-200 rounded-lg" onclick="location.href='mailto:hey@neosubhamoy.com'">
<span class="flex items-center"> <span class="flex items-center">
<lord-icon class="mx-1" src="https://cdn.lordicon.com/xtnsvhie.json" target=".resultitem" trigger="hover" colors="primary:#38BDF8" style="width:25px"></lord-icon> <lord-icon class="mx-1" src="https://cdn.lordicon.com/xtnsvhie.json" target=".resultitem" trigger="hover" colors="primary:#38BDF8" style="width:25px"></lord-icon>
<p class="mx-1">Send Email</p> <p class="mx-1">Send Email</p>
@@ -119,7 +119,7 @@
<p class="text-xs my-3 text-accent_three hidden md:block">EMBED THIS PAGE</p> <p class="text-xs my-3 text-accent_three hidden md:block">EMBED THIS PAGE</p>
<div class="group embedpagecode w-full bg-bg_primary p-4 rounded-lg relative hidden md:block"> <div class="group embedpagecode w-full bg-bg_primary p-4 rounded-lg relative hidden md:block">
<button class="copyembedcode absolute top-3 right-3 px-3 py-2 bg-bg_secondary rounded-lg hover:bg-bg_third transition transform duration-500 hidden group-hover:block" title="Copy code snippet" onclick="copy_to_clipboard(document.getElementById('embedcodetag').innerHTML, 'Code Snippet')"><i class="fa-regular fa-copy"></i></button> <button class="copyembedcode absolute top-3 right-3 px-3 py-2 bg-bg_secondary rounded-lg hover:bg-bg_third transition transform duration-500 hidden group-hover:block" title="Copy code snippet" onclick="copy_to_clipboard(document.getElementById('embedcodetag').innerHTML, 'Code Snippet')"><i class="fa-regular fa-copy"></i></button>
<pre class="text-accent_four text-xs whitespace-pre-wrap"><code id="embedcodetag">&lt;iframe&#13;&#10;src="https://neosubhamoy.dev"&#13;&#10;height="720"&#13;&#10;width="1280"&#13;&#10;title="test iframe"&gt;&lt;/iframe&gt;</code></pre> <pre class="text-accent_four text-xs whitespace-pre-wrap"><code id="embedcodetag">&lt;iframe&#13;&#10;src="https://neosubhamoy.com"&#13;&#10;height="720"&#13;&#10;width="1280"&#13;&#10;title="test iframe"&gt;&lt;/iframe&gt;</code></pre>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -19,7 +19,7 @@ document.addEventListener('keydown', function(event) {
window.location.href = basePath + "/contact"; window.location.href = basePath + "/contact";
} }
else if (pressedKeys['q'] && pressedKeys['e']) { else if (pressedKeys['q'] && pressedKeys['e']) {
window.location.href = "mailto:hey@neosubhamoy.dev"; window.location.href = "mailto:hey@neosubhamoy.com";
} }
else if (pressedKeys['q'] && pressedKeys['m']) { else if (pressedKeys['q'] && pressedKeys['m']) {
window.location.href = "#"; window.location.href = "#";

View File

@@ -205,7 +205,7 @@ require 'core/query_functions.php';
<div class="relative tagline mt-[10rem] mb-[12rem]"> <div class="relative tagline mt-[10rem] mb-[12rem]">
<h3 class="text-2xl lg:text-4xl">On a mission to!</h3> <h3 class="text-2xl lg:text-4xl">On a mission to!</h3>
<h4 class="text-4xl lg:text-6xl mb-6 mt-1">make the <span class="text-accent_primary font-bold">web</span> more <span class="text-accent_primary font-bold">interesting</span>.</h4> <h4 class="text-4xl lg:text-6xl mb-6 mt-1">make the <span class="text-accent_primary font-bold">web</span> more <span class="text-accent_primary font-bold">interesting</span>.</h4>
<h5 class="text-base lg:text-xl text-accent_three my-3">Wanna join the journey with me? &nbsp; <span class="lg:hidden"><br></span>email to: <a class="border-b-[2px] border-accent_primary_transparent hover:border-accent_primary transition transform duration-300 cursor-pointer" href="mailto:hey@neosubhamoy.dev">hey@neosubhamoy.dev</a></h5> <h5 class="text-base lg:text-xl text-accent_three my-3">Wanna join the journey with me? &nbsp; <span class="lg:hidden"><br></span>email to: <a class="border-b-[2px] border-accent_primary_transparent hover:border-accent_primary transition transform duration-300 cursor-pointer" href="mailto:hey@neosubhamoy.com">hey@neosubhamoy.com</a></h5>
<div class="absolute w-[300px] top-[-2.5rem] left-2 lg:w-[330px] lg:top-[-3.7rem] lg:left-8"> <div class="absolute w-[300px] top-[-2.5rem] left-2 lg:w-[330px] lg:top-[-3.7rem] lg:left-8">
<img src="./assets/images/endsec-bgpattern.svg" alt="patterns"> <img src="./assets/images/endsec-bgpattern.svg" alt="patterns">
</div> </div>

View File

@@ -138,7 +138,7 @@ CREATE TABLE `quick_actions` (
-- --
INSERT INTO `quick_actions` (`id`, `name`, `icon`, `link`, `stag`) VALUES INSERT INTO `quick_actions` (`id`, `name`, `icon`, `link`, `stag`) VALUES
(1, 'Send Email', 'xtnsvhie.json', 'mailto:hey@neosubhamoy.dev', 'contact'), (1, 'Send Email', 'xtnsvhie.json', 'mailto:hey@neosubhamoy.com', 'contact'),
(2, 'Chat Online', 'fdxqrdfe.json', '#', 'contact'), (2, 'Chat Online', 'fdxqrdfe.json', '#', 'contact'),
(3, 'Source Code', 'lzgmgrnn.json', '#', NULL); (3, 'Source Code', 'lzgmgrnn.json', '#', NULL);