Files
iqon/case-studies/index.html
T
2026-06-18 08:56:30 +03:00

181 lines
6.3 KiB
HTML

<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Case studies | IQON | How's Business?</title>
<meta
name="description"
content="Selected legacy case studies from the IQON archive, presented in the old site design."
/>
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="canonical" href="https://www.iqon.com/case-studies/" />
<link rel="stylesheet" type="text/css" href="/wp-content/themes/iqon/css/style.css" />
<link rel="stylesheet" type="text/css" href="/wp-content/themes/iqon/css/fonts/fonts.css" />
<style>
body { background: #fff; }
#case-studies-hero {
background: #000;
color: #f3f3f3;
padding: 28px 32px 22px;
margin: 18px 0 28px;
}
#case-studies-hero h1 {
margin: 0 0 12px;
color: #ffd24a;
font-family: Arial, Helvetica, sans-serif;
font-size: 44px;
line-height: 1.02;
letter-spacing: -0.03em;
}
#case-studies-hero p {
margin: 0;
max-width: 880px;
color: #f0f0f0;
font-size: 16px;
line-height: 1.6;
}
.case-study-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 28px;
margin: 0 0 32px;
}
.case-study-card h2 {
margin: 0 0 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
line-height: 1.15;
color: #111;
}
.case-study-card p {
margin: 0;
color: #555;
font-size: 16px;
line-height: 1.7;
}
.case-study-image {
margin: 0 0 24px;
background: #111;
padding: 12px;
}
.case-study-image img {
display: block;
width: 100%;
height: auto;
}
@media (max-width: 900px) {
.case-study-grid { grid-template-columns: 1fr; }
#case-studies-hero h1 { font-size: 34px; }
}
</style>
</head>
<body>
<a class="skip-link" href="#content">Skip to content</a>
<div id="line" class="line-homepage"></div>
<div id="wrapper">
<div id="header">
<div id="logo">
<a href="/" title="IQON"><img src="/wp-content/themes/iqon/images/logo.png" alt="IQON" /></a>
</div>
<div id="search">
<form action="/" method="GET" id="searchForm">
<input type="text" value="" data-default="Search" name="s" />
<input type="submit" value="GO" class="submit" />
</form>
</div>
</div>
<div id="menu">
<a href="/" title="How's business?">How's business?</a>
<a href="https://iqon.com/services-solutions/" title="Services &amp; Solutions">Services &amp; Solutions</a>
<a class="active" href="/case-studies/" title="Case studies">Case studies</a>
<a href="https://iqon.com/contact/" title="Contact">Contact</a>
</div>
<div id="breadcrumb">
&raquo; <a href="/" title="IQON">Home</a> / <strong>Case studies</strong>
</div>
<div id="content">
<div id="case-studies-hero">
<h1>Selected case studies.</h1>
<p>
Legacy examples from the IQON archive. The page keeps the old site
presentation instead of the newer static redesign.
</p>
</div>
<div class="case-study-image">
<img src="/wp-content/uploads/2012/06/Poza_website_CaseStudy-208x142.jpg" alt="IQON case studies" />
</div>
<div class="case-study-grid">
<article class="case-study-card">
<h2>Operating Model Redesign</h2>
<p>
Rebuilt the governance cadence for a regional enterprise with
fragmented delivery streams and duplicated platform decisions.
</p>
</article>
<article class="case-study-card">
<h2>Infrastructure Modernization</h2>
<p>
Prioritized resilience improvements for a distributed estate and
shaped a staged roadmap for service quality and cost control.
</p>
</article>
<article class="case-study-card">
<h2>Decision Support</h2>
<p>
Reframed reporting around executive decisions, portfolio visibility,
and dependable operational signals instead of disconnected dashboards.
</p>
</article>
</div>
<div id="case-studies-hero">
<h1>Enterprise AI proposals.</h1>
<p>
Proposed corporate AI scenarios for Kazakhstan-facing work. These are
not named client references; each requires discovery, data review, and
governance design before implementation.
</p>
</div>
<div class="case-study-grid">
<article class="case-study-card">
<h2>Operational Knowledge Assistant</h2>
<p>
Controlled AI search across policies, procedures, and knowledge
bases with source citations, access boundaries, and response logs.
</p>
</article>
<article class="case-study-card">
<h2>Executive Decision Cockpit</h2>
<p>
AI-supported management reporting for variance explanation,
scenario comparison, portfolio visibility, and committee materials.
</p>
</article>
<article class="case-study-card">
<h2>Service Desk Intelligence</h2>
<p>
Incident triage, engineer guidance, recurring issue detection, and
next-action recommendations integrated with ITSM workflows.
</p>
</article>
</div>
<div class="clear"></div>
</div>
<div id="footer">
<div id="linie-interior"></div>
<div id="content-footer">
<div class="cf">
<h3>Latest Case Studies</h3>
<p>
<a href="https://iqon.com/contact/">Contact IQON</a> if you need a confidential
discussion about similar engagements.
</p>
</div>
</div>
</div>
</div>
</body>
</html>