Help
RSS
API
Feed
Maltego
Contact
Domain > anushkagyawali.com.np
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-12-09
104.21.13.49
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Tue, 09 Dec 2025 16:28:01 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Age: 0Cache-Control: public,max-age0,must-revalidatecache-status: Netlify Edge; fwdmissReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sfU1clzSChrJYhJDGbpIq%2FCIFE2hMyXq%2F5E7TZMw1fksL6GXRYB7vP86IqOGf0dMUjhhy6wym%2Be5g8VULe2rEpyTythYpsQ2QniKF7Bes0pzAvLc79A%3D%3D}}Server: cloudflarestrict-transport-security: max-age31536000vary: Accept-Encodingx-nf-request-id: 01KC1Z1WXEHBYWNJ1F7C7B7QXGcf-cache-status: DYNAMICCF-RAY: 9ab5df8b9cdcb1c2-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Anushka Gyawali - Aspiring Full-Stack & Mobile App Developer/title> !-- Tailwind CSS CDN --> script srchttps://cdn.tailwindcss.com>/script> !-- Google Fonts - Inter and Poppins --> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@400;600;700&familyPoppins:wght@400;600;700&displayswap relstylesheet> style> /* Define CSS variables for the new color palette */ :root { --color-background-primary: #FAF9EE; --color-background-secondary: #EEEEEE; --color-primary-accent: #A2AF9B; --color-secondary-accent: #DCCFC0; --color-text-dark: #334155; --color-text-medium: #64748B; } /* Custom CSS for fonts and subtle animations, using CSS variables */ body { font-family: Inter, sans-serif; background-color: var(--color-background-primary); color: var(--color-text-dark); } h1, h2, h3, h4, h5, h6 { font-family: Poppins, sans-serif; } .btn-primary { background-color: var(--color-primary-accent); color: white; padding: 0.75rem 1.5rem; border-radius: 9999px; /* Fully rounded */ transition: all 0.3s ease; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); } .btn-primary:hover { background-color: rgba(162, 175, 155, 0.8); /* 80% opacity of primary accent */ transform: translateY(-2px); box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15); } .btn-secondary { background-color: transparent; color: var(--color-primary-accent); border: 2px solid var(--color-primary-accent); padding: 0.75rem 1.5rem; border-radius: 9999px; /* Fully rounded */ transition: all 0.3s ease; } .btn-secondary:hover { background-color: var(--color-background-secondary); transform: translateY(-2px); } .navbar-link { transition: color 0.3s ease; } .navbar-link:hover { color: var(--color-primary-accent); } /* Hero section background now uses primary background color */ .hero-background { background-color: var(--color-background-primary); } /* Fade-in animation for sections (optional, can be added with JS for scroll-triggered) */ .fade-in { opacity: 0; transform: translateY(20px); animation: fadeIn 0.8s ease-out forwards; } @keyframes fadeIn { to { opacity: 1; transform: translateY(0); } } /* Responsive hamburger menu for mobile */ .hamburger-menu { display: none; /* Hidden by default on desktop */ } @media (max-width: 768px) { .nav-links { display: none; /* Hide regular links on mobile */ flex-direction: column; width: 100%; background-color: var(--color-background-primary); /* Uses primary background */ position: absolute; top: 4rem; /* Below navbar */ left: 0; padding: 1rem 0; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); z-index: 10; } .nav-links.active { display: flex; /* Show when active */ } .nav-links a, .nav-links button { padding: 0.75rem 1.5rem; text-align: center; width: 100%; } .hamburger-menu { display: block; /* Show hamburger on mobile */ } } /style>/head>body classantialiased> !-- Header / Navbar --> header classbg-var(--color-background-primary) shadow-sm sticky top-0 z-50> nav classcontainer mx-auto px-6 py-4 flex items-center justify-between> !-- Logo --> a href# classtext-2xl font-bold text-var(--color-text-dark) hover:text-var(--color-primary-accent) rounded-md p-2 transition-colors duration-300> Anushkaspan classtext-var(--color-primary-accent)>.dev/span> /a> !-- Navigation Links (Desktop) --> div classhidden md:flex items-center space-x-6 nav-links> a href#home classtext-var(--color-text-dark) hover:text-var(--color-primary-accent) navbar-link>Home/a> a href#about classtext-var(--color-text-dark) hover:text-var(--color-primary-accent) navbar-link>About/a> a href#projects classtext-var(--color-text-dark) hover:text-var(--color-primary-accent) navbar-link>Projects/a> a href#contact classtext-var(--color-text-dark) hover:text-var(--color-primary-accent) navbar-link>Contact/a> button classbtn-primary flex items-center> a href#contact > svg classw-4 h-4 mr-2 fillnone strokecurrentColor viewBox0 0 24 24 xmlnshttp://www.w3.org/2000/svg>path stroke-linecapround stroke-linejoinround stroke-width2 dM19 14l-7 7m0 0l-7-7m7 7V3>/path>/svg> /a> /button> /div> !-- Hamburger Menu (Mobile) --> div classmd:hidden> button idhamburger classtext-var(--color-text-dark) hover:text-var(--color-primary-accent) focus:outline-none focus:text-var(--color-primary-accent) hamburger-menu> svg classw-6 h-6 fillnone strokecurrentColor viewBox0 0 24 24 xmlnshttp://www.w3.org/2000/svg>path stroke-linecapround stroke-linejoinround stroke-width2 dM4 6h16M4 12h16M4 18h16>/path>/svg> /button> /div> /nav> !-- Mobile Navigation Links (Toggled by Hamburger) --> div idmobile-menu classmd:hidden hidden flex-col items-center pb-4 nav-links> a href#home classblock py-2 text-var(--color-text-dark) hover:text-var(--color-primary-accent) w-full text-center>Home/a> a href#about classblock py-2 text-var(--color-text-dark) hover:text-var(--color-primary-accent) w-full text-center>About/a> a href#projects classblock py-2 text-var(--color-text-dark) hover:text-var(--color-primary-accent) w-full text-center>Projects/a> a href#contact classblock py-2 text-var(--color-text-dark) hover:text-var(--color-primary-accent) w-full text-center>Contact/a> button classbtn-primary mt-4 flex items-center justify-center w-3/4 mx-auto> svg classw-4 h-4 mr-2 fillnone strokecurrentColor viewBox0 0 24 24 xmlnshttp://www.w3.org/2000/svg>path stroke-linecapround stroke-linejoinround stroke-width2 dM19 14l-7 7m0 0l-7-7m7 7V3>/path>/svg> Download Resume /button> /div> /header> !-- Hero Section --> section idhome classhero-background min-h-screen flex items-center py-16 px-6> div classcontainer mx-auto flex flex-col md:flex-row items-center justify-between gap-12> !-- Left Side: Text Block --> div classtext-center md:text-left md:w-1/2 fade-in styleanimation-delay: 0.2s;> p classtext-lg md:text-xl text-var(--color-text-medium) mb-2>Hello, Im Anushka Gyawali/p> h1 classtext-4xl md:text-6xl font-extrabold text-var(--color-text-dark) leading-tight mb-4> Aspiring Full-Stack & Mobile App Developer /h1> p classtext-lg md:text-xl text-var(--color-text-medium) mb-8 max-w-lg mx-auto md:mx-0> Based in Nepal | Passionate about tech that empowers people /p> div classflex flex-col sm:flex-row justify-center md:justify-start gap-4> button classbtn-primary> a hrefhttps://www.github.com/AnushkaGyawali > View My Work/a> /button> button classbtn-secondary> a href#contact>Contact Me/a> /button> /div> /div> !-- Right Side: Profile Illustration / SVG / Image --> div classmd:w-1/2 flex justify-center fade-in styleanimation-delay: 0.4s;> !-- Placeholder for your profile illustration/SVG/image --> img srchttps://placehold.co/500x500/FAF9EE/A2AF9B?textNAMASKAR altAnushka Gyawali Profile classw-full max-w-sm md:max-w-md lg:max-w-lg h-auto rounded-full shadow-lg transform transition-transform duration-500 hover:scale-105 onerrorthis.onerrornull;this.srchttps://placehold.co/500x500/FAF9EE/A2AF9B?textPlaceholder+Image; > /div> /div> /section> !-- About Me Section --> section idabout classpy-16 px-6 bg-var(--color-background-primary)> div classcontainer mx-auto flex flex-col md:flex-row items-center justify-between gap-12> !-- Left Side: Your Image --> div classmd:w-1/2 flex justify-center fade-in styleanimation-delay: 0.2s;> img srchttps://placehold.co/400x400/FAF9EE/A2AF9B?textAbout+Me altAnushka Gyawali About Me classw-full max-w-xs md:max-w-sm h-auto rounded-lg shadow-lg onerrorthis.onerrornull;this.srchttps://placehold.co/400x400/FAF9EE/A2AF9B?textPlaceholder+Image; > /div> !-- Right Side: About Me Content --> div classtext-center md:text-left md:w-1/2 fade-in styleanimation-delay: 0.4s;> h2 classtext-3xl md:text-4xl font-bold text-var(--color-text-dark) mb-6>About Me/h2> p classtext-lg text-var(--color-text-dark) mb-6> Im Anushka, a BE.IT student with a passion for crafting modern and meaningful digital experiences. I specialize in front-end web development and have experience in building full-stack applications and cross-platform mobile apps. /p> !-- Tech Stack --> div classbg-var(--color-background-primary) p-6 rounded-lg shadow-inner mb-6> h3 classtext-xl font-semibold text-var(--color-text-dark) mb-4 font-poppins>Tech Stack/h3> div classgrid grid-cols-1 sm:grid-cols-2 gap-4 text-left> div> p classfont-medium text-var(--color-text-dark)>Web:/p> ul classlist-disc list-inside text-var(--color-text-dark) ml-4> li>HTML, CSS, JavaScript/li> li>PHP/li> /ul> /div> div> p classfont-medium text-var(--color-text-dark)>Backend & Database:/p> ul classlist-disc list-inside text-var(--color-text-dark) ml-4> li>MySQL, SQL Server/li> /ul> /div> div> p classfont-medium text-var(--color-text-dark)>Mobile:/p> ul classlist-disc list-inside text-var(--color-text-dark) ml-4> li>Flutter, Firebase/li> /ul> /div> div> p classfont-medium text-var(--color-text-dark)>Tools:/p> ul classlist-disc list-inside text-var(--color-text-dark) ml-4> li>Git, GitHub/li> li>VS Code, XAMPP/li> /ul> /div> /div> /div> !-- Currently Learning --> div classbg-var(--color-background-primary) p-6 rounded-lg shadow-inner mb-6> h3 classtext-xl font-semibold text-var(--color-text-dark) mb-4 font-poppins>I’m Currently Learning/h3> ul classlist-disc list-inside text-var(--color-text-dark) text-left mx-auto md:mx-0 max-w-md> li>React.js & modern frontend frameworks/li> li>Advanced Firebase features/li> li>Backend development using Node.js/li> /ul> /div> !-- Lets Connect (placeholder for now, will be in contact section) --> div classtext-lg text-var(--color-text-dark)> h3 classtext-xl font-semibold text-var(--color-text-dark) mb-2 font-poppins>Lets Connect/h3> p> a hrefhttps://www.linkedin.com/in/anushka-gyawali target_blank relnoopener noreferrer classtext-var(--color-primary-accent) hover:underline>LinkedIn/a> | a href/cdn-cgi/l/email-protection#87e0fee6f0e6ebeee6e9f2f4efece6c7e0eae6eeeba9e4e8ea classtext-var(--color-primary-accent) hover:underline>span class__cf_email__ data-cfemail2f48564e584e43464e415a5c47444e6f48424e4643014c4042>email protected/span>/a> /p> /div> /div> /div> /section> !-- Projects Section --> section idprojects classpy-16 px-6 bg-var(--color-background-secondary)> div classcontainer mx-auto text-center> h2 classtext-3xl md:text-4xl font-bold text-var(--color-text-dark) mb-12>My Projects/h2> div classgrid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8> !-- Project Card 1: Echo Tasks --> !--div classbg-var(--color-background-primary) p-6 rounded-lg shadow-md hover:shadow-xl transition-shadow duration-300 fade-in styleanimation-delay: 0.2s;> img srchttps://placehold.co/600x400/FAF9EE/A2AF9B?textEcho+Tasks altEcho Tasks Thumbnail classw-full h-48 object-cover rounded-md mb-4 onerrorthis.onerrornull;this.srchttps://placehold.co/600x400/FAF9EE/A2AF9B?textPlaceholder+Project; > h3 classtext-2xl font-semibold text-var(--color-text-dark) mb-2>Echo Tasks: To-Do List App/h3> p classtext-var(--color-text-medium) mb-4> A clean and responsive task manager built with Vanilla JavaScript, Tailwind CSS, and Firebase. Real-time sync, anonymous auth, and persistent storage for personal task lists. /p> p classtext-sm font-medium text-var(--color-text-medium) mb-4> Tech Stack: HTML5, Tailwind CSS, JavaScript, Firebase Firestore & Auth /p> div classflex flex-wrap justify-center gap-3> a hrefhttps://echotasks.netlify.app/ target_blank relnoopener noreferrer classbtn-secondary text-sm px-4 py-2>Live Demo/a> a href# target_blank relnoopener noreferrer classbtn-secondary text-sm px-4 py-2>GitHub/a> /div> /div>--> !-- Project Card: Airlines Reservation System --> div classbg-var(--color-background-primary) p-6 rounded-lg shadow-md hover:shadow-xl transition-shadow duration-300 fade-in> img srchttps://placehold.co/600x400/FAF9EE/A2AF9B?textAirlines+Reservation+System altAirlines Reservation System Thumbnail classw-full h-48 object-cover rounded-md mb-4 onerrorthis.onerrornull;this.srchttps://placehold.co/600x400/FAF9EE/A2AF9B?textPlaceholder+Project; > h3 classtext-2xl font-semibold text-var(--color-text-dark) mb-2>Airlines Reservation System/h3> p classtext-var(--color-text-medium) mb-4> A dynamic web-based application allowing users to book, cancel, and manage airline reservations. Features user authentication, real-time seat availability, and comprehensive booking history. /p> p classtext-sm font-medium text-var(--color-text-medium) mb-4> Tech Stack: HTML, CSS, JavaScript, PHP, MySQL /p> div classflex flex-wrap justify-center gap-3> !-- a hrefhttps://example.com/airlines-reservation-system target_blank relnoopener noreferrer classbtn-secondary text-sm px-4 py-2>Live Demo/a> -->a hrefhttps://github.com/AnushkaGyawali/airline-reservation-system target_blank relnoopener noreferrer classbtn-secondary text-sm px-4 py-2>GitHub/a> /div> /div> !-- Project Card: Online Auction System --> div classbg-var(--color-background-primary) p-6 rounded-lg shadow-md hover:shadow-xl transition-shadow duration-300 fade-in> img srchttps://placehold.co/600x400/FAF9EE/A2AF9B?textOnline+Auction+System altOnline Auction System Thumbnail classw-full h-48 object-cover rounded-md mb-4 onerrorthis.onerrornull;this.srchttps://placehold.co/600x400/FAF9EE/A2AF9B?textPlaceholder+Project; > h3 classtext-2xl font-semibold text-var(--color-text-dark) mb-2>Online Auction System/h3> p classtext-var(--color-text-medium) mb-4> A real-time web-based bidding platform allowing users to list items and place bids, complete with dynamic bid updates, user registration, and a comprehensive admin panel for management. /p> p classtext-sm font-medium text-var(--color-text-medium) mb-4> Tech Stack: HTML, CSS, JavaScript, PHP, MySQL /p> div classflex flex-wrap justify-center gap-3> !-- a hrefhttps://example.com/online-auction-system target_blank relnoopener noreferrer classbtn-secondary text-sm px-4 py-2>Live Demo/a> -->a hrefhttps://github.com/AnushkaGyawali/OnlineAuctionSystem target_blank relnoopener noreferrer classbtn-secondary text-sm px-4 py-2>GitHub/a> /div> /div> !-- Project Card 2: Women Safety App --> div classbg-var(--color-background-primary) p-6 rounded-lg shadow-md hover:shadow-xl transition-shadow duration-300 fade-in styleanimation-delay: 0.4s;> img srchttps://placehold.co/600x400/FAF9EE/A2AF9B?textWomen+Safety+App altWomen Safety App Thumbnail classw-full h-48 object-cover rounded-md mb-4 onerrorthis.onerrornull;this.srchttps://placehold.co/600x400/FAF9EE/A2AF9B?textPlaceholder+Project; > h3 classtext-2xl font-semibold text-var(--color-text-dark) mb-2>Women Safety App/h3> p classtext-var(--color-text-medium) mb-4> A Flutter-based mobile safety app for women, offering real-time location tracking, emergency alerts, and self-defense resources. It empowers users with swift action capabilities during commutes or dangerous situations. /p> p classtext-sm font-medium text-var(--color-text-medium) mb-4> Tech Stack: Flutter (Dart), Firebase (Auth, Firestore, Cloud Functions), OpenStreetMap API, Twilio Programmable SMS API /p> div classflex flex-wrap justify-center gap-3> a hrefhttps://github.com/AnushkaGyawali/women_safety_app target_blank relnoopener noreferrer classbtn-secondary text-sm px-4 py-2>GitHub/a> /div> /div> !-- Project Card 3: DigiScript: Digital Image Tools --> !--div classbg-var(--color-background-primary) p-6 rounded-lg shadow-md hover:shadow-xl transition-shadow duration-300 fade-in styleanimation-delay: 0.6s;> img srchttps://placehold.co/600x400/FAF9EE/A2AF9B?textDigiScript altDigiScript: Digital Image Tools Thumbnail classw-full h-48 object-cover rounded-md mb-4 onerrorthis.onerrornull;this.srchttps://placehold.co/600x400/FAF9EE/A2AF9B?textPlaceholder+Project; > h3 classtext-2xl font-semibold text-var(--color-text-dark) mb-2>DigiScript: Digital Image Tools/h3> p classtext-var(--color-text-medium) mb-4> DigiScript is a collection of client-side web tools for digital image manipulation, including a Digital Signature Converter, Image Resizer, and Photo to PDF Converter. Built with modern web technologies for efficient in-browser processing. /p> p classtext-sm font-medium text-var(--color-text-medium) mb-4> Tech Stack: HTML5, CSS3, Tailwind CSS, JavaScript (Vanilla JS), HTML Canvas API, Web APIs, PDF-Lib /p> div classflex flex-wrap justify-center gap-3> a hrefhttps://digiscript.netlify.app/ target_blank relnoopener noreferrer classbtn-secondary text-sm px-4 py-2>Live Demo/a> a hrefhttps://github.com/AnushkaGyawali/DigiScript target_blank relnoopener noreferrer classbtn-secondary text-sm px-4 py-2>GitHub/a> /div> /div>--> !-- Project Card 4: More Projects Banner --> div classbg-var(--color-background-primary) p-6 rounded-lg shadow-md hover:shadow-xl transition-shadow duration-300 fade-in flex flex-col items-center justify-center text-center styleanimation-delay: 0.8s;> h3 classtext-2xl font-semibold text-var(--color-text-dark) mb-2>More Projects/h3> p classtext-var(--color-text-medium) mb-4> Explore a wider range of my work and delve deeper into my diverse projects. /p> !--a hrefprojects.html classbtn-primary text-sm px-4 py-2>More/a>--> a classbtn-primary text-sm px-4 py-2 href/projects>More /a> /div> /div> /div> /section> !-- Resume Download Section --> section idresume classpy-16 px-6 bg-var(--color-background-primary) text-center> div classcontainer mx-auto fade-in> h2 classtext-3xl md:text-4xl font-bold text-var(--color-text-dark) mb-8>Ready to Learn More?/h2> !--p classtext-lg text-var(--color-text-dark) mb-8> Download my latest resume to get a comprehensive overview of my skills, experience, and projects. /p> a href# classbtn-primary inline-flex items-center group> svg classw-5 h-5 mr-2 transition-transform duration-300 group-hover:translate-y-1 fillnone strokecurrentColor viewBox0 0 24 24 xmlnshttp://www.w3.org/2000/svg>path stroke-linecapround stroke-linejoinround stroke-width2 dM19 14l-7 7m0 0l-7-7m7 7V3>/path>/svg> Download My Resume /a>--> /div> /section> !-- Contact Section --> section idcontact classpy-16 px-6 bg-var(--color-background-secondary)> div classcontainer mx-auto text-center> !--h2 classtext-3xl md:text-4xl font-bold text-var(--color-text-dark) mb-12 fade-in>Get in Touch/h2> div classflex flex-col md:flex-row gap-12 items-center md:items-start> Left: Contact Form --> !--div classmd:w-1/2 w-full bg-var(--color-background-primary) p-8 rounded-lg shadow-md fade-in styleanimation-delay: 0.2s;> h3 classtext-2xl font-semibold text-var(--color-text-dark) mb-6>Send Me a Message/h3> form classspace-y-6> div> label forname classblock text-left text-var(--color-text-dark) text-sm font-bold mb-2>Name/label> input typetext idname namename placeholderYour Name classshadow appearance-none border border-var(--color-secondary-accent) rounded w-full py-3 px-4 text-var(--color-text-dark) leading-tight focus:outline-none focus:ring-2 focus:ring-var(--color-primary-accent) focus:border-transparent transition-all duration-200> /div> div> label foremail classblock text-left text-var(--color-text-dark) text-sm font-bold mb-2>Email/label> input typeemail idemail nameemail placeholderyour.email@example.com classshadow appearance-none border border-var(--color-secondary-accent) rounded w-full py-3 px-4 text-var(--color-text-dark) leading-tight focus:outline-none focus:ring-2 focus:ring-var(--color-primary-accent) focus:border-transparent transition-all duration-200> /div> div> label formessage classblock text-left text-var(--color-text-dark) text-sm font-bold mb-2>Message/label> textarea idmessage namemessage rows6 placeholderYour message here... classshadow appearance-none border border-var(--color-secondary-accent) rounded w-full py-3 px-4 text-var(--color-text-dark) leading-tight focus:outline-none focus:ring-2 focus:ring-var(--color-primary-accent) focus:border-transparent transition-all duration-200>/textarea> /div> button typesubmit classbtn-primary w-full>Send Message/button> /form> /div> --> !-- Right: Contact Details & Social Links --> div classmd:w-1/2 w-full bg-var(--color-background-primary) p-8 rounded-lg shadow-md fade-in styleanimation-delay: 0.4s;> h3 classtext-2xl font-semibold text-var(--color-text-dark) mb-6>My Contact Details/h3> div classtext-left space-y-4 text-lg text-var(--color-text-dark)> p classflex items-center> svg classw-6 h-6 mr-3 text-var(--color-primary-accent) fillnone strokecurrentColor viewBox0 0 24 24 xmlnshttp://www.w3.org/2000/svg>path stroke-linecapround stroke-linejoinround stroke-width2 dM3 8l7.89 5.26a2 2 0 002.22 0L21 8m-18 4v7a2 2 0 002 2h14a2 2 0 002-2v-7>/path>/svg> Email: a href/cdn-cgi/l/email-protection#07607e6670666b6e666972746f6c6647606a666e6b2964686a classtext-var(--color-primary-accent) hover:underline ml-2>span class__cf_email__ data-cfemail62051b0315030e0b030c17110a090322050f030b0e4c010d0f>email protected/span>/a> /p> p classflex items-center> svg classw-6 h-6 mr-3 text-var(--color-primary-accent) fillnone strokecurrentColor viewBox0 0 24 24 xmlnshttp://www.w3.org/2000/svg>path stroke-linecapround stroke-linejoinround stroke-width2 dM17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.828 0l-4.243-4.243m11.314 0A10.001 10.001 0 0017.657 6.343M6.343 17.657A10.001 10.001 0 016.343 6.343m11.314 11.314L12 22l-5.657-5.657m11.314 0a2 2 0 100-2 2 2 0 000 2zm-11.314 0a2 2 0 100-2 2 2 0 000 2z>/path>/svg> Location: Nepal /p> !-- Social Links --> div classpt-4> h4 classtext-xl font-semibold text-var(--color-text-dark) mb-3>Connect with Me/h4> div classflex space-x-6 justify-center md:justify-start> a hrefhttps://www.linkedin.com/in/anushka-gyawali target_blank relnoopener noreferrer classtext-var(--color-text-dark) hover:text-var(--color-primary-accent) transition-colors duration-300> svg classw-8 h-8 fillcurrentColor viewBox0 0 24 24 xmlnshttp://www.w3.org/2000/svg>path dM4.98 3.5c0 1.381-1.11 2.5-2.48 2.5s-2.48-1.119-2.48-2.5c0-1.38 1.11-2.5 2.48-2.5s2.48 1.12 2.48 2.5zm.02 4.5h-5v16h5v-16zm7.982 0h-4.968v16h4.969v-8.399c0-4.67 6.029-5.052 6.029 0v8.399h4.988v-10.131c0-7.88-8.922-7.593-11.018-3.484v-2.385z/>/svg> /a> a hrefhttps://github.com/AnushkaGyawali target_blank relnoopener noreferrer classtext-var(--color-text-dark) hover:text-var(--color-primary-accent) transition-colors duration-300> svg classw-8 h-8 fillcurrentColor viewBox0 0 24 24 xmlnshttp://www.w3.org/2000/svg>path dM12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.835 2.809 1.305 3.492.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.333-5.466-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576C20.566 21.797 24 17.3 24 12c0-6.627-5.373-12-12-12z/>/svg> /a> /div> /div> /div> /div> /div> /div> /section> !-- Footer --> footer classbg-var(--color-text-dark) text-var(--color-background-primary) py-8 px-6 text-center> div classcontainer mx-auto> div classflex flex-col sm:flex-row justify-center items-center space-y-4 sm:space-y-0 sm:space-x-8 mb-4> a href#home classtext-var(--color-background-primary) hover:text-var(--color-primary-accent) transition-colors duration-300>Home/a> a href#about classtext-var(--color-background-primary) hover:text-var(--color-primary-accent) transition-colors duration-300>About/a> a href#projects classtext-var(--color-background-primary) hover:text-var(--color-primary-accent) transition-colors duration-300>Projects/a> a href#contact classtext-var(--color-background-primary) hover:text-var(--color-primary-accent) transition-colors duration-300>Contact/a> /div> div classflex justify-center space-x-6 mb-4> a hrefhttps://github.com/AnushkaGyawali target_blank relnoopener noreferrer classtext-var(--color-background-primary) hover:text-var(--color-primary-accent) transition-colors duration-300> svg classw-7 h-7 fillcurrentColor viewBox0 0 24 24 xmlnshttp://www.w3.org/2000/svg>path dM12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.835 2.809 1.305 3.492.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.333-5.466-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576C20.566 21.797 24 17.3 24 12c0-6.627-5.373-12-12-12z/>/svg> /a> a hrefhttps://www.linkedin.com/in/anushka-gyawali target_blank relnoopener noreferrer classtext-var(--color-background-primary) hover:text-var(--color-primary-accent) transition-colors duration-300> svg classw-7 h-7 fillcurrentColor viewBox0 0 24 24 xmlnshttp://www.w3.org/2000/svg>path dM4.98 3.5c0 1.381-1.11 2.5-2.48 2.5s-2.48-1.119-2.48-2.5c0-1.38 1.11-2.5 2.48-2.5s2.48 1.12 2.48 2.5zm.02 4.5h-5v16h5v-16zm7.982 0h-4.968v16h4.969v-8.399c0-4.67 6.029-5.052 6.029 0v8.399h4.988v-10.131c0-7.88-8.922-7.593-11.018-3.484v-2.385z/>/svg> /a> a href/cdn-cgi/l/email-protection#6a0d130b1d0b06030b041f1902010b2a0d070b030644090507 classtext-var(--color-background-primary) hover:text-var(--color-primary-accent) transition-colors duration-300> svg classw-7 h-7 fillcurrentColor viewBox0 0 24 24 xmlnshttp://www.w3.org/2000/svg>path dM0 3v18h24v-18h-24zm21.518 0l-9.518 7.713-9.518-7.713h19.036zm-19.518 15.645v-12.518l10 8.102 10-8.102v12.518h-20z/>/svg> /a> /div> p classtext-var(--color-text-medium) text-sm>© 2025 Anushka Gyawali /p> /div> /footer> !-- JavaScript for Mobile Menu Toggle --> script data-cfasyncfalse src/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>/script>script> document.addEventListener(DOMContentLoaded, function() { const hamburger document.getElementById(hamburger); const mobileMenu document.getElementById(mobile-menu); hamburger.addEventListener(click, function() { mobileMenu.classList.toggle(hidden); mobileMenu.classList.toggle(flex-col); }); // Close mobile menu when a link is clicked (for smooth scrolling) mobileMenu.querySelectorAll(a).forEach(link > { link.addEventListener(click, () > { mobileMenu.classList.add(hidden); mobileMenu.classList.remove(flex-col); }); }); }); /script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]