> For the complete documentation index, see [llms.txt](https://docs.xenoraa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xenoraa.com/xenoraa-changelog-and-architecture/v10.0.10-arjunan-ravikumar-portrait-led-business-portfolio.md).

# v10.0.10 — Arjunan Ravikumar Portrait-Led Business Portfolio

> **Released:** 15 August 2026\
> **Production release:** `00e3214`

## Overview

Xenoraa now includes a dedicated, portrait-led public portfolio for **Arjunan Ravikumar** at `xenoraa.com/arjunan`. The theme replaces the tenant’s previous generic IT-consultant placeholder with a professional business and leadership experience grounded in the supplied profile document.

The new design is deliberately limited to the Arjunan tenant route. It does not change the template, custom page blocks, content, or public presentation of any other tenant.

## Experience Architecture

| Route                | Purpose                   | Content introduced                                                                                                                     |
| -------------------- | ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| `/arjunan/`          | Professional introduction | Business-leadership hero, formal portrait, genuine career markers, operating metrics, principles, timeline, sectors, and source quote. |
| `/arjunan/about`     | Professional story        | First-person narrative, detailed employment record, values, education, Chennai profile context, and warm portrait.                     |
| `/arjunan/services`  | Business capabilities     | Distribution, customer and team leadership, financial services, finance and projects, hospitality, and collaboration strengths.        |
| `/arjunan/portfolio` | Business journey          | Accurate visual comparison of Bharti Airtel and Nokia operations, venture exposure, and sector timeline.                               |
| `/arjunan/blog`      | Perspectives              | A portfolio-consistent editorial view with existing articles when available and source-grounded thematic cards otherwise.              |
| `/arjunan/contact`   | Business enquiry          | Existing tenant-scoped contact workflow in a new professional presentation with supplied contact details.                              |

## Design System

The visual language combines deep navy, emerald, teal, saffron, sand, and coral in an editorial business aesthetic. The design uses the `Fraunces` display face for executive clarity and `DM Sans`/`DM Mono` for modern, readable supporting content.

The two user-approved Arjunan portraits are stored locally in the application and used directly. The formal studio portrait anchors the Home hero; the warmer environmental portrait supports the Story and Contact pages. No AI-generated substitute face or unlicensed third-party portrait was used.

## Factual Visualisation

The Portfolio page includes source-labeled operation metrics from the supplied profile.

| Metric     | Bharti Airtel Distributor, 2010–2012 | Nokia Micro Distributor, 2009–2011 |
| ---------- | -----------------------------------: | ---------------------------------: |
| Outlets    |                                  200 |                                 95 |
| Employees  |                                    7 |                                  4 |
| Investment |                         Rs. 27 Lakhs |                       Rs. 15 Lakhs |
| Turnover   |                         Rs. 6 Crores |                       Rs. 6 Crores |

The visual explicitly presents these as separate recorded operations and does not infer an overlapping period, combined turnover, current scale, or unsupported performance result.

## Tenant Isolation

`Public\PortfolioController` now uses `usesArjunanTheme(Request $request)` to recognize only the `arjunan` tenant root and child routes. Dedicated view branches are provided for Home, About, Contact, Services, Portfolio, Blog, Blog Category, and Blog Article pages before generic portfolio fallbacks execute.

## Validation

The controller passed PHP syntax validation. All Arjunan Blade templates compiled successfully through `php artisan view:cache` in an isolated worktree. The application deployed release `00e3214` through the self-hosted production runner. Home, About, Services, Portfolio, Blog, Contact, and both portrait assets returned HTTP 200 in production.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.xenoraa.com/xenoraa-changelog-and-architecture/v10.0.10-arjunan-ravikumar-portrait-led-business-portfolio.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
