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:
@@ -48,7 +48,7 @@
|
||||
</span>
|
||||
</div>
|
||||
<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">
|
||||
<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>
|
||||
@@ -119,7 +119,7 @@
|
||||
<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">
|
||||
<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"><iframe src="https://neosubhamoy.dev" height="720" width="1280" title="test iframe"></iframe></code></pre>
|
||||
<pre class="text-accent_four text-xs whitespace-pre-wrap"><code id="embedcodetag"><iframe src="https://neosubhamoy.com" height="720" width="1280" title="test iframe"></iframe></code></pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -19,7 +19,7 @@ document.addEventListener('keydown', function(event) {
|
||||
window.location.href = basePath + "/contact";
|
||||
}
|
||||
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']) {
|
||||
window.location.href = "#";
|
||||
|
||||
@@ -205,7 +205,7 @@ require 'core/query_functions.php';
|
||||
<div class="relative tagline mt-[10rem] mb-[12rem]">
|
||||
<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>
|
||||
<h5 class="text-base lg:text-xl text-accent_three my-3">Wanna join the journey with me? <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? <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">
|
||||
<img src="./assets/images/endsec-bgpattern.svg" alt="patterns">
|
||||
</div>
|
||||
|
||||
@@ -138,7 +138,7 @@ CREATE TABLE `quick_actions` (
|
||||
--
|
||||
|
||||
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'),
|
||||
(3, 'Source Code', 'lzgmgrnn.json', '#', NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user