Updating the Logo for Archon

This commit is contained in:
Cole Medin
2025-08-18 13:59:49 -05:00
parent a29b541a77
commit 46e8358422
20 changed files with 15 additions and 170 deletions

View File

@@ -8,7 +8,7 @@ export default {
baseUrl: '/',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.svg',
favicon: 'favicon.png',
organizationName: 'archon',
projectName: 'archon',
@@ -132,7 +132,7 @@ export default {
title: 'Archon',
logo: {
alt: 'Archon Logo',
src: 'img/logo-neon.svg',
src: 'logo-neon.png',
},
items: [
{

View File

@@ -267,7 +267,7 @@ const ReactFlowDiagram = ({ reactFlowInstance, lucideIcons }) => {
style={{ background: '#8b5cf6', border: '2px solid #8b5cf6' }}
/>
<img src="/img/Python-logo-notext.svg" alt="Python" className={styles.pythonIcon} />
<img src="/img/logo-neon.svg" alt="Archon" className={styles.archonIcon} />
<img src="/logo-neon.png" alt="Archon" className={styles.archonIcon} />
<div className={styles.archonText}>
<h3>{data.label}</h3>
<p>{data.subtitle}</p>

View File

@@ -18,7 +18,7 @@
transform: translateY(-50%);
width: 55%;
height: 95%;
background-image: url('/img/logo-neon.svg');
background-image: url('/img/logo-neon.png');
background-size: contain;
background-repeat: no-repeat;
background-position: center right;