Transforming the system for
collective growth that serves all
segments of society inclusively.
ArchCentrum+ serves as a platform, connecting all of the Indonesian architectural practitioners
with non-governmental organizations, builders, the private sector and the user community,
enabling it to make a substantial impact on driving change.
with non-governmental organizations, builders, the private sector and the user community,
enabling it to make a substantial impact on driving change.
Architectural Designs
<span data-metadata="\"><span data-buffer="\"> Constructions
Renovations
ArchCentrum+ Combines The Element of
Professional Network, an Online Platform,
and a Suite of Tools, All in One.
We aims to establish a mechanism for the professionalism of architectural services, legal aspects, construction services, and urban planning that can address issues of slums settlements and housing problems as a more flexible and accommodating solution in the architectural process.
OUR
MISSION
We\'re introducing a new approach to the architectural process to establishing harmony within the architectural ecosystem - involving architects, communities, non-governmental organizations, and urban planners. - to ensure a consistent level of mutual collaboration.
By working together to revitalize our architectural and urban spaces, this approach, if organized and pursued earnestly, could catalyze movements aimed at improving our society and quality of life.
OUR
PROCESS
rn
rnrnrnrn const itemsData = [rn {rn image: \'/assets/images/ThePowerofNetworkEffect.png\',rn label: \'The Power of Network Effect\',rn description: \'Two classes of users (supply-side and demand-side users) which provide direct value to each other through ArchCentrum, as an intermediary.\'rn },rn {rn image: \'/assets/images/FindLocalDesigner.png\',rn label: \'Find Local Designer\',rn description: \'Gain a competitive edge in your project building journey with our comprehensive designer directory.\'rn },rn {rn image: \'/assets/images/AccelerateInnovation.png\',rn label: \'Accelerate Innovation\',rn description: \'Learns to equip teams with necessary resources, tools to enable them to excel in their collaborative efforts. Address any barriers or challenges that may hinder team productivity or problem-solving capabilities.\'rn },rn {rn image: \'/assets/images/AssetManagement.png\',rn label: \'Asset Management\',rn description: \'We offers organizations improved operational effeciencies, radically accelerate organization productivity, risk-based control. \'rn },rn {rn image: \'/assets/images/BudgetClarity.png\',rn label: \'Budget Clarity\',rn description: \' Gain a clear picture of what your budget can achieve, provides total transparency, allowing you to explore options within your financial means, and finally know how far your money could go.\'rn },rn {rn image: \'/assets/images/QualityAssuranceandWarranty.png\',rn label: \'Quality Assurance & Warranty\',rn description: \'We offer a one-year warranty to protect you from construction and production errors. With this guarantee, you can have peace of mind knowing that every project is executed to the highest standards, ensuring your investment is secure and satisfactory.\'rn },rn {rn image: \'/assets/images/PlanManagement.png\',rn label: \'Plan Management\',rn description: \'Your plans are where build success truly begins. One platform to manage all your plans.\'rn },rn {rn image: \'/assets/images/FocusonEcosytemValue.png\',rn label: \'Focus on Ecosystem Value\',rn description: \'We seek to maximize the total value of an expanding ecosystem in a circular, iterative, feedback-driven process.\'rn },rn];rnrn let items = [];rn let currentStep = 0;rn let rotation = 0;rnrn function createSpinnerItems() {rn rn const container = document.getElementById(\'itemsContainer\');rn const containerSize = window.innerWidth >= 768 ? 880 : 360;rn const ring3Percentage = window.innerWidth >= 768 ? 56 : 58;rn const itemSize = window.innerWidth >= 768 ? 70 : 42;rn const radius = (containerSize * (ring3Percentage / 100)) / 2;rn const center = containerSize / 2;rnrn for (let i = 0; i setActiveItem(i));rn container.appendChild(item);rn items.push(item);rn }rnrn updateActive();rn }rnrn function updateActive() {rn items.forEach((item, idx) => {rn item.classList.toggle(\"active\", idx === currentStep);rn });rn const currentItem = itemsData[currentStep];rn document.getElementById(\"description\").innerHTML = rn `${currentItem.label}rn
rnrn rnrn rn rn rn rn rn rn rnrn rnrn
rn rn
rn The Power of Network Effect
Two classes of users (supply-side and demand-side users) which provide direct value to each other through ArchCentrum, as an intermediary.
${currentItem.description}`;rn }rnrn function rotateSpinner(direction) {rn currentStep = (currentStep + direction + itemsData.length) % itemsData.length;rn rotation += -360 / itemsData.length * direction;rn document.getElementById(\'itemsContainer\').style.transform = `rotate(${rotation}deg)`;rnrn items.forEach(item => {rn const img = item.querySelector(\"img\");rn img.style.transform = `rotate(${-rotation}deg)`;rn });rnrn updateActive();rn }rnrn function setActiveItem(index) {rn let diff = (index - currentStep + itemsData.length) % itemsData.length;rn if (diff > itemsData.length / 2) diff -= itemsData.length;rn rotateSpinner(diff);rn }rnrn createSpinnerItems();rn\"}