Customize AstroWind theme for Amatör Radyocular Derneği (ARC)
- Configure site for ARC with YM1KTC call sign and Turkish localization - Add ARC logo and branding elements throughout the site - Update all content to Turkish and remove placeholder text - Customize homepage with ARC services and information - Add all blog posts with featured images from WordPress export - Configure navigation and footer with ARC-specific links - Add social media links and contact information - Remove membership/disaster references per requirements - Include complete image assets and blog content 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,9 +1,18 @@
|
||||
---
|
||||
import { SITE } from 'astrowind:config';
|
||||
import { Image } from 'astro:assets';
|
||||
import logoImage from '~/assets/images/2024/12/ARC_2024_bayrak_logo-Large-1-1024x1024.png';
|
||||
---
|
||||
|
||||
<span
|
||||
class="self-center ml-2 rtl:ml-0 rtl:mr-2 text-2xl md:text-xl font-bold text-gray-900 whitespace-nowrap dark:text-white"
|
||||
>
|
||||
🚀 {SITE?.name}
|
||||
</span>
|
||||
<div class="flex items-center">
|
||||
<Image
|
||||
src={logoImage}
|
||||
alt="ARC Logo"
|
||||
width={40}
|
||||
height={40}
|
||||
class="mr-2"
|
||||
/>
|
||||
<span class="self-center text-2xl md:text-xl font-bold text-gray-900 whitespace-nowrap dark:text-white">
|
||||
ARC
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user