Update service icons to match sister sites

Changed from inline SVG icons to Iconify feather icons:
- IronLicensing: feather:key
- IronNotify: feather:bell
- IronTelemetry: feather:activity

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
David Friedel 2025-12-25 12:22:53 +00:00
parent 98545a6ea9
commit 097584fbe4
1 changed files with 6 additions and 4 deletions

View File

@ -8,6 +8,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<script src="https://code.iconify.design/2/2.2.1/iconify.min.js"></script>
<style> <style>
* { * {
margin: 0; margin: 0;
@ -217,7 +218,8 @@
margin-bottom: 20px; margin-bottom: 20px;
} }
.service-icon svg { .service-icon svg,
.service-icon .iconify {
width: 28px; width: 28px;
height: 28px; height: 28px;
color: white; color: white;
@ -417,7 +419,7 @@
<div class="services-grid"> <div class="services-grid">
<div class="service-card licensing"> <div class="service-card licensing">
<div class="service-icon"> <div class="service-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"/><path d="M7 11V7a5 5 0 0 1 10 0v4"/></svg> <span class="iconify" data-icon="feather:key"></span>
</div> </div>
<h3>IronLicensing</h3> <h3>IronLicensing</h3>
<p>Software licensing and activation made simple. Protect your applications with flexible license management.</p> <p>Software licensing and activation made simple. Protect your applications with flexible license management.</p>
@ -433,7 +435,7 @@
<div class="service-card telemetry"> <div class="service-card telemetry">
<div class="service-icon"> <div class="service-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"/><line x1="12" y1="9" x2="12" y2="13"/><line x1="12" y1="17" x2="12.01" y2="17"/></svg> <span class="iconify" data-icon="feather:activity"></span>
</div> </div>
<h3>IronTelemetry</h3> <h3>IronTelemetry</h3>
<p>Error monitoring and crash reporting for your applications. Know when things break before your users tell you.</p> <p>Error monitoring and crash reporting for your applications. Know when things break before your users tell you.</p>
@ -449,7 +451,7 @@
<div class="service-card notify"> <div class="service-card notify">
<div class="service-icon"> <div class="service-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"/><path d="M13.73 21a2 2 0 0 1-3.46 0"/></svg> <span class="iconify" data-icon="feather:bell"></span>
</div> </div>
<h3>IronNotify</h3> <h3>IronNotify</h3>
<p>Event notifications and alerts for your applications. Keep your users and team informed in real-time.</p> <p>Event notifications and alerts for your applications. Keep your users and team informed in real-time.</p>