Help
RSS
API
Feed
Maltego
Contact
Domain > piquard.codes
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-09-13
3.5.135.179
(
ClassC
)
2025-11-16
52.219.170.84
(
ClassC
)
Port 80
HTTP/1.1 200 OKx-amz-id-2: XbHgEGB7VQqWfstkl1sRa9LeS8xDdkvdCAuUi3ohAtnxLNhRXKow8KruJDXeCorziumopua974ox-amz-request-id: CFBWK07FZJPV8MV9Date: Sun, 16 Nov 2025 18:13:15 GMTLast-Modified: Tue, 15 Jul 2025 14:52:35 GMTETag: bc9268889e1c34964184c096babcb9c5Content-Type: text/htmlContent-Length: 10038Server: AmazonS3 !DOCTYPE html>html langen> head> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1.0 /> title>François Piquard | Home/title> link hrefhttps://cdn.jsdelivr.net/npm/tailwindcss@2.0.1/dist/tailwind.min.css relstylesheet /> meta namedescription contentFrançois Piquard - Technical Solutions Manager at Google, experienced in leading high-impact tech projects. /> !-- Google tag (gtag.js) --> script async srchttps://www.googletagmanager.com/gtag/js?idG-XD0NVQY588 >/script> script> window.dataLayer window.dataLayer || ; function gtag() { dataLayer.push(arguments); } gtag(js, new Date()); gtag(config, G-XD0NVQY588); /script> script> let isMobile false; document.addEventListener(DOMContentLoaded, () > { isMobile window.innerWidth 768; const projectLinks document.querySelectorAll(.project-link); const previewIframe document.getElementById(preview-iframe); const iframeContainer document.getElementById(iframe-container); let hoverTimeout; let hideTimeout; function showIframe(src) { if (isMobile) { return; } clearTimeout(hideTimeout); previewIframe.src src; previewIframe.style.background white; previewIframe.classList.add(active); } function hideIframe() { hideTimeout setTimeout(() > { previewIframe.classList.remove(active); setTimeout(() > { if (!previewIframe.classList.contains(active)) { previewIframe.src ; } }, 300); }, 300); } projectLinks.forEach((link) > { link.addEventListener(mouseenter, () > { const iframeSrc link.getAttribute(data-iframe-src); hoverTimeout setTimeout(() > showIframe(iframeSrc), 300); }); link.addEventListener(mouseleave, () > { clearTimeout(hoverTimeout); hideIframe(); }); }); iframeContainer.addEventListener(mouseenter, () > { clearTimeout(hideTimeout); }); iframeContainer.addEventListener(mouseleave, () > { hideIframe(); }); }); document.addEventListener(DOMContentLoaded, () > { isMobile window.innerWidth 768; if (isMobile) { return; } const numParticles 10; const particles ; const colors #334455, #446677, #558899, #66aabb, #77bbcc; // Array of dark colors for (let i 0; i numParticles; i++) { const particle document.createElement(div); particle.style.position absolute; particle.style.borderRadius 50%; particle.style.width 20px; particle.style.height 20px; particle.style.background colorsi % colors.length; // Cycle through the colors array particle.style.pointerEvents none; document.body.appendChild(particle); particles.push(particle); } document.addEventListener(mousemove, (e) > { let x e.pageX; let y e.pageY; particles.forEach((particle, index) > { setTimeout(() > { particle.style.left x + px; particle.style.top y + px; particle.style.opacity (numParticles - index) / numParticles; // Fades as it gets older particle.style.transform `scale(${ (numParticles - index) / numParticles })`; // Shrinks as it gets older }, index * 50); // Delay increases with index }); }); }); /script> !-- gradient from https://manuel.pinto.dev --> style> * { cursor: none; /* Hides the default cursor */ } body { background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); background-size: 400% 400%; animation: gradient 15s ease infinite; } @keyframes gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .project-link { position: relative; } .iframe-container { position: fixed; bottom: 10px; right: 10px; z-index: 1000; } .iframe-buffer { position: absolute; bottom: -10px; right: -10px; width: calc(100% + 20px); height: calc(100% + 20px); background: transparent; } .project-iframe { display: none; width: 50vw; height: 50vh; border: none; box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); border-radius: 10px; transform: translateY(100%); opacity: 0; transition: transform 0.3s ease-out, opacity 0.3s ease-out; } .project-iframe.active { display: block; transform: translateY(0); opacity: 1; } /style> /head> body classpx-2 md:px-6 lg:px-12 text-gray-50 text-left> div classcontainer w-full px-4> header classpy-12> h1 classtext-5xl font-bold>François Piquard/h1> p classtext-xl mt-4> span >Currently:b classml-2>Software Engineer in London for/b>/span > img altGoogle Logo classh-8 inline-block bg-white p-1 pt-2 rounded src./Google_2015_logo.svg.png /> /p> p classtext-xl> span >Previously:b classml-2 >Technical Solution Manager, Project Leader, even Sales/b >/span > /p> /header> section classmy-8> h2 classtext-3xl font-bold mb-4>About Me/h2> p classtext-lg max-w-8xl> Passionate about leveraging technology to solve real-world problems. br /> Strong SWE skills with Machine-learning, PM and Cloud certifications br /> Experienced in managing and leading tech projects across multiple sectors. Skilled in Python, Typescript, and cloud technologies. /p> /section> section classmy-8> h2 classtext-3xl font-bold mb-6>Projects/h2> div classgrid grid-cols-1 md:grid-cols-2 gap-4> a hrefhttps://MonitorEasy.com target_blank classproject-link hover:-translate-y-2 transform transition-all bg-blue-50 rounded-lg p-6 text-black w-full data-iframe-srchttps://MonitorEasy.com > h3 classtext-2xl font-bold flex> MonitorEasy img classml-2 h-4 src./link.svg /> /h3> p> A SaaS platform for monitoring SEO and website health, utilizing Googles Lighthouse SDK for performance insights. /p> /a> a hrefhttp://seneclass.piquard.codes target_blank classproject-link hover:-translate-y-2 transform transition-all bg-pink-50 rounded-lg p-6 text-black w-full data-iframe-srchttp://seneclass.piquard.codes > h3 classtext-2xl font-bold whitespace-nowrap flex> SeneClass img classml-2 h-4 src./link.svg /> /h3> p> SeneClass: AI-powered learning buddy that helps you master topics by teaching them. Powered by Googles Gemini, it asks smart questions to deepen your understanding and make learning fun. /p> /a> a hrefhttps://learnpython.today target_blank classproject-link hover:-translate-y-2 transform transition-all bg-green-50 rounded-lg p-6 text-black w-full data-iframe-srchttps://learnpython.today > h3 classtext-2xl font-bold whitespace-nowrap flex> LearnPython.Today img classml-2 h-4 src./link.svg /> /h3> p> NextJs web-app that aims to help people learn python in a fun and engaging way. You can find the code to the repo in my GitHub profile. /p> /a> div classbg-yellow-50 rounded-lg p-6 text-black w-full> h3 classtext-2xl font-bold>Google INTERNAL/h3> p> Created multiple Fullstack (Python/Typescript - Java/Dart) solutions inside Google /p> /div> /div> /section> footer classmy-8> h2 classtext-xl font-semibold mb-4>Connect with me:/h2> a hrefhttps://linkedin.com/in/piquard target_blank classtext-blue-300 hover:text-white >LinkedIn/a > | a hrefhttps://github.com/git-PQRD target_blank classtext-blue-300 hover:text-white >GitHub/a > /footer> /div> div idiframe-container classiframe-container> div idiframe-buffer classiframe-buffer>/div> iframe idpreview-iframe classproject-iframe>/iframe> /div> /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
]