67 lines
5.4 KiB
XML
67 lines
5.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<!-- Page Record -->
|
|
<record id="portfolio_page" model="website.page">
|
|
<field name="name">Portfolio</field>
|
|
<field name="type">qweb</field>
|
|
<field name="url">/portfolio</field>
|
|
<field name="website_published">True</field>
|
|
<field name="key">theme_aakriti_v2.portfolio_page_template</field>
|
|
<field name="arch" type="xml">
|
|
<t name="Portfolio" t-name="theme_aakriti_v2.portfolio_page_template">
|
|
<t t-call="website.layout">
|
|
<div id="wrap" class="oe_structure oe_empty" style="background-color: var(--v2-cream); font-family: 'Jost', sans-serif;">
|
|
<!-- Inner Banner -->
|
|
<section class="v2-inner-banner" style="background-image: url('/theme_aakriti_v2/static/src/img/hero_bg.png');">
|
|
<div class="v2-inner-banner-content">
|
|
<h1 class="v2-inner-banner-title" style="font-family: var(--v2-font-display);">Portfolio</h1>
|
|
<div class="v2-inner-banner-breadcrumb">
|
|
<a href="/">Home</a> / <span class="v2-active">Portfolio</span>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Portfolio Section -->
|
|
<section class="v2-portfolio-section">
|
|
<div class="v2-portfolio-tabs">
|
|
<button class="v2-portfolio-tab active" data-filter="all">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="3" y="3" width="7" height="7"></rect><rect x="14" y="3" width="7" height="7"></rect><rect x="14" y="14" width="7" height="7"></rect><rect x="3" y="14" width="7" height="7"></rect></svg>
|
|
ALL EVENTS
|
|
</button>
|
|
<button class="v2-portfolio-tab" data-filter="weddings">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="8" cy="12" r="5"></circle><circle cx="16" cy="12" r="5"></circle></svg>
|
|
WEDDINGS
|
|
</button>
|
|
<button class="v2-portfolio-tab" data-filter="corporate">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="2" y="7" width="20" height="14" rx="2" ry="2"></rect><path d="M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"></path></svg>
|
|
CORPORATE EVENTS
|
|
</button>
|
|
<button class="v2-portfolio-tab" data-filter="birthday">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 2v4"></path><path d="M12 18v4"></path><path d="M4.93 19.07l2.83-2.83"></path><path d="M16.24 7.76l2.83-2.83"></path><path d="M2 12h4"></path><path d="M18 12h4"></path><path d="M4.93 4.93l2.83 2.83"></path><path d="M16.24 16.24l2.83 2.83"></path></svg>
|
|
BIRTHDAY CELEBRATIONS
|
|
</button>
|
|
<button class="v2-portfolio-tab" data-filter="cultural">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"></circle><polygon points="16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76"></polygon></svg>
|
|
CULTURAL EVENTS
|
|
</button>
|
|
<button class="v2-portfolio-tab" data-filter="private">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg>
|
|
PRIVATE PARTIES
|
|
</button>
|
|
</div>
|
|
|
|
<div class="v2-masonry-grid" id="v2-portfolio-grid">
|
|
<!-- Portfolio items will be injected here dynamically by theme_v2.js -->
|
|
</div>
|
|
|
|
<!-- <div class="v2-portfolio-load-more" style="text-align: center; margin-top: 50px;">
|
|
<a href="#" class="v2-btn-outline-gold" style="display: inline-flex; align-items: center; gap: 8px;">VIEW MORE PROJECTS <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14"/><path d="m12 5 7 7-7 7"/></svg></a>
|
|
</div> -->
|
|
</section>
|
|
</div>
|
|
</t>
|
|
</t>
|
|
</field>
|
|
</record>
|
|
</odoo>
|