<?xml version="1.0" encoding="UTF-8"?>
<!--
  Image sitemap — divyanksingh.com
  Google's image sitemap extension surfaces images in Google Images and in
  AI Overview image carousels. Rules:
    - <image:title>     — short, keyword-rich label (shown in image search)
    - <image:caption>   — sentence-length alt text; treat like meta descriptions
    - <image:geo_location> — city/country of the subject or creator
    - <image:license>   — canonical page that owns the image

  All four images are on the root URL. Each <url> block may contain up to
  1,000 <image:image> entries; they are all grouped under "/" here because
  the portfolio is a single-page app.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">

  <url>
    <loc>https://divyanksingh.com/</loc>

    <!-- ── 1. Profile Photo ──────────────────────────────────────────────── -->
    <image:image>
      <image:loc>https://divyanksingh.com/images/profile.png</image:loc>
      <image:title>Divyank Singh — Software Engineer and Cybersecurity Researcher, IIT Patna</image:title>
      <image:caption>
        Profile photo of Divyank Singh, a software engineer and cybersecurity researcher
        based in India. He is pursuing an MS in Artificial Intelligence and Cybersecurity
        at IIT Patna (Indian Institute of Technology Patna). He specializes in Python,
        Flutter, React, and offensive security. Patent holder (No. 202211029346).
        CompTIA PenTest+ certified.
      </image:caption>
      <image:geo_location>Patna, Bihar, India</image:geo_location>
      <image:license>https://divyanksingh.com/</image:license>
    </image:image>

    <!-- ── 2. Anaam App ──────────────────────────────────────────────────── -->
    <image:image>
      <image:loc>https://divyanksingh.com/images/anaam-app.png</image:loc>
      <image:title>Anaam App — Patented Anonymous Drug Trafficking Reporting Platform by Divyank Singh</image:title>
      <image:caption>
        Screenshot of the Anaam App, an anonymous drug trafficking reporting platform
        developed by Divyank Singh. The app stores zero user-identifiable metadata,
        protecting whistleblowers while delivering actionable intelligence to law
        enforcement agencies. Built with Flutter (cross-platform mobile) and Python
        (REST backend). Protected under Indian Patent No. 202211029346. Winner of
        recognition from IIT Patna cybersecurity research program.
      </image:caption>
      <image:geo_location>India</image:geo_location>
      <image:license>https://divyanksingh.com/</image:license>
    </image:image>

    <!-- ── 3. SADM ───────────────────────────────────────────────────────── -->
    <image:image>
      <image:loc>https://divyanksingh.com/images/sadm.png</image:loc>
      <image:title>SADM — Python Semi-Automatic Deployment Manager for Self-Hosted Linux Servers</image:title>
      <image:caption>
        Screenshot of SADM (Semi-Automatic Deployment Manager) by Divyank Singh.
        An open-source Python CLI tool that automates deployment pipelines for
        FastAPI, Django, Node.js, Next.js, and React applications on self-hosted
        Linux servers. Features include rsync file transfer, systemd service
        management, nginx virtual-host configuration, automated database backups,
        one-command rollbacks, and secret rotation. Designed for developers who
        self-host without managed cloud platforms.
      </image:caption>
      <image:geo_location>India</image:geo_location>
      <image:license>https://divyanksingh.com/</image:license>
    </image:image>

    <!-- ── 4. Resume Forge ───────────────────────────────────────────────── -->
    <image:image>
      <image:loc>https://divyanksingh.com/images/resume-forge.png</image:loc>
      <image:title>Resume Forge — ATS-Friendly Resume Builder Supporting LaTeX, Markdown, and HTML</image:title>
      <image:caption>
        Screenshot of Resume Forge, an ATS-friendly (Applicant Tracking System)
        resume builder developed by Divyank Singh. Supports three output formats:
        LaTeX (academic and technical roles), Markdown, and HTML with Tailwind CSS
        styling. Built with Next.js, Zustand for state management, and browser
        localStorage for zero-backend storage. Containerized with Docker and
        deployed on Google Cloud Platform (GCP). Live at resumeforge.divyanksingh.com.
      </image:caption>
      <image:geo_location>India</image:geo_location>
      <image:license>https://divyanksingh.com/</image:license>
    </image:image>

  </url>
</urlset>
