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:
Binary file not shown.
+81
-93
@@ -7,7 +7,7 @@ import Steps2 from '~/components/widgets/Steps2.astro';
|
||||
import Layout from '~/layouts/PageLayout.astro';
|
||||
|
||||
const metadata = {
|
||||
title: 'About us',
|
||||
title: 'Hakkımızda - ARC',
|
||||
};
|
||||
---
|
||||
|
||||
@@ -15,61 +15,62 @@ const metadata = {
|
||||
<!-- Hero Widget ******************* -->
|
||||
|
||||
<Hero
|
||||
tagline="About us"
|
||||
tagline="Hakkımızda"
|
||||
image={{
|
||||
src: 'https://images.unsplash.com/photo-1559136555-9303baea8ebd?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80',
|
||||
alt: 'Caos Image',
|
||||
src: '~/assets/images/2024/12/ARC_2024_bayrak_logo-Large-1-1024x1024.png',
|
||||
alt: 'ARC Logo',
|
||||
width: 1024,
|
||||
height: 1024,
|
||||
}}
|
||||
>
|
||||
<Fragment slot="title">
|
||||
Elevate your online presence with our <br />
|
||||
<span class="text-accent dark:text-white"> Beautiful Website Templates</span>
|
||||
Amatör radyo dünyasında <br />
|
||||
<span class="text-accent dark:text-white"> Güçlü bir topluluk</span>
|
||||
</Fragment>
|
||||
|
||||
<Fragment slot="subtitle">
|
||||
Donec efficitur, ipsum quis congue luctus, mauris magna convallis mauris, eu auctor nisi lectus non augue. Donec
|
||||
quis lorem non massa vulputate efficitur ac at turpis. Sed tincidunt ex a nunc convallis, et lobortis nisi tempus.
|
||||
Suspendisse vitae nisi eget tortor luctus maximus sed non lectus.
|
||||
Amatör Radyocular Derneği (ARC), YM1KTC çağrı işaretiyle faaliyet gösteren, İstanbul merkezli kâr amacı gütmeyen
|
||||
bir dernektir. 31 Mayıs 2024 tarihinde kurulmuş olan derneğimiz, amatör telsizciliği yaygınlaştırmak, eğitim
|
||||
vermek ve röle-beacon altyapıları işletmek amacıyla faaliyet göstermektedir.
|
||||
</Fragment>
|
||||
</Hero>
|
||||
|
||||
<!-- Stats Widget ****************** -->
|
||||
|
||||
<Stats
|
||||
title="Statistics about us"
|
||||
title="Derneğimizle ilgili istatistikler"
|
||||
stats={[
|
||||
{ title: 'Offices', amount: '4' },
|
||||
{ title: 'Employees', amount: '248' },
|
||||
{ title: 'Templates', amount: '12' },
|
||||
{ title: 'Awards', amount: '24' },
|
||||
{ title: 'Kuruluş Yılı', amount: '2024' },
|
||||
{ title: 'Aktif Üye', amount: '100+' },
|
||||
{ title: 'Eğitim Programı', amount: '25+' },
|
||||
{ title: 'Teknik Proje', amount: '10+' },
|
||||
]}
|
||||
/>
|
||||
|
||||
<!-- Features3 Widget ************** -->
|
||||
|
||||
<Features3
|
||||
title="Our templates"
|
||||
subtitle="Etiam scelerisque, enim eget vestibulum luctus, nibh mauris blandit nulla, nec vestibulum risus justo ut enim. Praesent lacinia diam et ante imperdiet euismod."
|
||||
title="Faaliyet Alanlarımız"
|
||||
subtitle="Amatör radyo dünyasında geniş bir yelpazede hizmet sunan derneğimiz, üyelerimize kapsamlı destek sağlamaktadır."
|
||||
columns={3}
|
||||
isBeforeContent={true}
|
||||
items={[
|
||||
{
|
||||
title: 'Educational',
|
||||
title: 'Eğitim ve Öğretim',
|
||||
description:
|
||||
'Morbi faucibus luctus quam, sit amet aliquet felis tempor id. Cras augue massa, ornare quis dignissim a, molestie vel nulla.',
|
||||
icon: 'tabler:template',
|
||||
'Amatör telsiz lisans sınavlarına hazırlık, teknik eğitim programları ve sürekli gelişim kursları düzenliyoruz.',
|
||||
icon: 'tabler:school',
|
||||
},
|
||||
{
|
||||
title: 'Interior Design',
|
||||
description:
|
||||
'Vivamus porttitor, tortor convallis aliquam pretium, turpis enim consectetur elit, vitae egestas purus erat ac nunc nulla.',
|
||||
icon: 'tabler:template',
|
||||
title: 'Teknik Altyapı',
|
||||
description: 'VHF/UHF röle sistemleri, beacon istasyonları ve teknik altyapı projeleri geliştirip işletiyoruz.',
|
||||
icon: 'tabler:antenna',
|
||||
},
|
||||
{
|
||||
title: 'Photography',
|
||||
title: 'Acil Haberleşme',
|
||||
description:
|
||||
'Duis sed lectus in nisl vehicula porttitor eget quis odio. Aliquam erat volutpat. Nulla eleifend nulla id sem fermentum.',
|
||||
icon: 'tabler:template',
|
||||
'Acil durumlarda güvenilir haberleşme sistemleri geliştirerek toplumsal sorumluluğumuzu yerine getiriyoruz.',
|
||||
icon: 'tabler:phone-call',
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -81,68 +82,68 @@ const metadata = {
|
||||
isAfterContent={true}
|
||||
items={[
|
||||
{
|
||||
title: 'E-commerce',
|
||||
title: 'Araştırma ve Geliştirme',
|
||||
description:
|
||||
'Rutrum non odio at vehicula. Proin ipsum justo, dignissim in vehicula sit amet, dignissim id quam. Sed ac tincidunt sapien.',
|
||||
icon: 'tabler:template',
|
||||
'Amatör radyo teknolojileri üzerine araştırma projeleri yürütüyor ve yenilikçi çözümler geliştiriyoruz.',
|
||||
icon: 'tabler:microscope',
|
||||
},
|
||||
{
|
||||
title: 'Blog',
|
||||
title: 'Topluluk Etkinlikleri',
|
||||
description:
|
||||
'Nullam efficitur volutpat sem sed fringilla. Suspendisse et enim eu orci volutpat laoreet ac vitae libero.',
|
||||
icon: 'tabler:template',
|
||||
'Yarışmalar, sergiler, seminerler ve sosyal etkinlikler düzenleyerek amatör radyocuları bir araya getiriyoruz.',
|
||||
icon: 'tabler:users',
|
||||
},
|
||||
{
|
||||
title: 'Business',
|
||||
description:
|
||||
'Morbi et elit finibus, facilisis justo ut, pharetra ipsum. Donec efficitur, ipsum quis congue luctus, mauris magna.',
|
||||
icon: 'tabler:template',
|
||||
title: 'Uluslararası İşbirliği',
|
||||
description: "Dünya çapında amatör radyo kuruluşlarıyla işbirliği yaparak Türkiye'yi temsil ediyoruz.",
|
||||
icon: 'tabler:world',
|
||||
},
|
||||
{
|
||||
title: 'Branding',
|
||||
title: 'Genç Radyocular',
|
||||
description:
|
||||
'Suspendisse vitae nisi eget tortor luctus maximus sed non lectus. Cras malesuada pretium placerat. Nullam venenatis dolor a ante rhoncus.',
|
||||
icon: 'tabler:template',
|
||||
'Gençlerin amatör radyo dünyasına katılımını teşvik eden özel programlar ve etkinlikler düzenliyoruz.',
|
||||
icon: 'tabler:user-plus',
|
||||
},
|
||||
{
|
||||
title: 'Medical',
|
||||
title: 'Teknik Danışmanlık',
|
||||
description:
|
||||
'Vestibulum malesuada lacus id nibh posuere feugiat. Nam volutpat nulla a felis ultrices, id suscipit mauris congue. In hac habitasse platea dictumst.',
|
||||
icon: 'tabler:template',
|
||||
'Anten kurulumu, ekipman seçimi ve teknik konularda üyelerimize uzman danışmanlık hizmeti sunuyoruz.',
|
||||
icon: 'tabler:tool',
|
||||
},
|
||||
{
|
||||
title: 'Fashion Design',
|
||||
description:
|
||||
'Maecenas eu tellus eget est scelerisque lacinia et a diam. Aliquam velit lorem, vehicula id fermentum et, rhoncus et purus.',
|
||||
icon: 'tabler:template',
|
||||
title: 'Dijital Modlar',
|
||||
description: 'DMR, APRS, FT8 gibi dijital mod teknolojileri konusunda eğitim ve uygulama desteği sağlıyoruz.',
|
||||
icon: 'tabler:device-laptop',
|
||||
},
|
||||
]}
|
||||
image={{
|
||||
src: 'https://images.unsplash.com/photo-1504384308090-c894fdcc538d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1740&q=80',
|
||||
alt: 'Colorful Image',
|
||||
src: '~/assets/images/2024/12/ARC_2024_bayrak_logo-Large-1-1024x1024.png',
|
||||
alt: 'ARC Logo',
|
||||
width: 1024,
|
||||
height: 1024,
|
||||
}}
|
||||
/>
|
||||
|
||||
<!-- Steps2 Widget ****************** -->
|
||||
|
||||
<Steps2
|
||||
title="Our values"
|
||||
subtitle="Maecenas eu tellus eget est scelerisque lacinia et a diam. Aliquam velit lorem, vehicula id fermentum et, rhoncus et purus. Nulla facilisi. Vestibulum malesuada lacus."
|
||||
title="Değerlerimiz"
|
||||
subtitle="Derneğimizin temel değerleri, tüm faaliyetlerimizin ve üyelerimizle ilişkilerimizin temelini oluşturmaktadır."
|
||||
items={[
|
||||
{
|
||||
title: 'Customer-centric approach',
|
||||
title: 'Üye Odaklı Yaklaşım',
|
||||
description:
|
||||
'Donec id nibh neque. Quisque et fermentum tortor. Fusce vitae dolor a mauris dignissim commodo. Ut eleifend luctus condimentum.',
|
||||
'Üyelerimizin ihtiyaçlarını önceleyerek, onların gelişimini desteklemek ve amatör radyo yolculuklarında rehberlik etmek en önemli amacımızdır.',
|
||||
},
|
||||
{
|
||||
title: 'Constant Improvement',
|
||||
title: 'Sürekli Gelişim',
|
||||
description:
|
||||
'Phasellus laoreet fermentum venenatis. Vivamus dapibus pulvinar arcu eget mattis. Fusce eget mauris leo.',
|
||||
'Teknolojideki gelişmeleri takip ederek, eğitim programlarımızı ve hizmetlerimizi sürekli güncelliyor ve geliştiriyoruz.',
|
||||
},
|
||||
{
|
||||
title: 'Ethical Practices',
|
||||
title: 'Etik Değerler',
|
||||
description:
|
||||
'Vestibulum imperdiet libero et lectus molestie, et maximus augue porta. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.',
|
||||
'Amatör radyo etiğini benimser, şeffaflık, dürüstlük ve toplumsal sorumluluk bilinciyle hareket ederiz.',
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -150,29 +151,30 @@ const metadata = {
|
||||
<!-- Steps2 Widget ****************** -->
|
||||
|
||||
<Steps2
|
||||
title="Achievements"
|
||||
subtitle="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi sagittis, quam nec venenatis lobortis, mi risus tempus nulla, sed porttitor est nibh at nulla."
|
||||
title="Başarılarımız"
|
||||
subtitle="Kurulduğumuz günden bu yana elde ettiğimiz başarılar ve topluma katkılarımız."
|
||||
isReversed={true}
|
||||
callToAction={{
|
||||
text: 'See more',
|
||||
href: '/',
|
||||
text: 'Daha fazla bilgi',
|
||||
href: '/contact',
|
||||
}}
|
||||
items={[
|
||||
{
|
||||
title: 'Global reach',
|
||||
description: 'Nam malesuada urna in enim imperdiet tincidunt. Phasellus non tincidunt nisi, at elementum mi.',
|
||||
icon: 'tabler:globe',
|
||||
title: 'Türkiye çapında erişim',
|
||||
description:
|
||||
'Röle sistemlerimiz ve eğitim programlarımız ile Türkiye genelinde amatör radyoculara hizmet veriyoruz.',
|
||||
icon: 'tabler:map-pin',
|
||||
},
|
||||
{
|
||||
title: 'Positive customer feedback and reviews',
|
||||
title: 'Pozitif üye geri bildirimleri',
|
||||
description:
|
||||
'Cras semper nulla leo, eget laoreet erat cursus sed. Praesent faucibus massa in purus iaculis dictum.',
|
||||
'Üyelerimizden aldığımız olumlu geri bildirimler ve yüksek memnuniyet oranları bizi motive ediyor.',
|
||||
icon: 'tabler:message-star',
|
||||
},
|
||||
{
|
||||
title: 'Awards and recognition as industry experts',
|
||||
title: 'Sektörel tanınırlık',
|
||||
description:
|
||||
'Phasellus lacinia cursus velit, eu malesuada magna pretium eu. Etiam aliquet tellus purus, blandit lobortis ex rhoncus vitae.',
|
||||
'Amatör radyo camiasında saygın bir konuma sahip olup, diğer kuruluşlar tarafından referans alınıyoruz.',
|
||||
icon: 'tabler:award',
|
||||
},
|
||||
]}
|
||||
@@ -181,25 +183,13 @@ const metadata = {
|
||||
<!-- Features2 Widget ************** -->
|
||||
|
||||
<Features2
|
||||
title="Our locations"
|
||||
tagline="Find us"
|
||||
columns={4}
|
||||
title="Yönetim Kurulu"
|
||||
tagline="Liderlik"
|
||||
columns={1}
|
||||
items={[
|
||||
{
|
||||
title: 'EE.UU',
|
||||
description: '1234 Lorem Ipsum St, 12345, Miami',
|
||||
},
|
||||
{
|
||||
title: 'Spain',
|
||||
description: '5678 Lorem Ipsum St, 56789, Madrid',
|
||||
},
|
||||
{
|
||||
title: 'Australia',
|
||||
description: '9012 Lorem Ipsum St, 90123, Sydney',
|
||||
},
|
||||
{
|
||||
title: 'Brazil',
|
||||
description: '3456 Lorem Ipsum St, 34567, São Paulo',
|
||||
title: 'Başkan',
|
||||
description: 'Cüneyt Şahna (TA1CUN) - +90 532 311 17 66',
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -207,20 +197,18 @@ const metadata = {
|
||||
<!-- Features2 Widget ************** -->
|
||||
|
||||
<Features2
|
||||
title="Technical Support"
|
||||
tagline="Contact us"
|
||||
title="Teknik Destek"
|
||||
tagline="İletişim"
|
||||
columns={2}
|
||||
items={[
|
||||
{
|
||||
title: 'Chat with us',
|
||||
description:
|
||||
'Integer luctus laoreet libero, auctor varius purus rutrum sit amet. Ut nec molestie nisi, quis eleifend mi.',
|
||||
icon: 'tabler:messages',
|
||||
title: 'E-posta ile iletişim',
|
||||
description: 'Teknik sorularınız, üyelik başvurunuz veya genel bilgi almak için e-posta gönderebilirsiniz.',
|
||||
icon: 'tabler:mail',
|
||||
},
|
||||
{
|
||||
title: 'Call us',
|
||||
description:
|
||||
'Mauris faucibus finibus orci, in posuere elit viverra non. In hac habitasse platea dictumst. Cras lobortis metus a hendrerit congue.',
|
||||
title: 'Telefon desteği',
|
||||
description: 'Acil durumlar ve önemli konular için telefon hattımızdan bize ulaşabilirsiniz.',
|
||||
icon: 'tabler:headset',
|
||||
},
|
||||
]}
|
||||
|
||||
+67
-22
@@ -5,75 +5,120 @@ import ContactUs from '~/components/widgets/Contact.astro';
|
||||
import Features2 from '~/components/widgets/Features2.astro';
|
||||
|
||||
const metadata = {
|
||||
title: 'Contact',
|
||||
title: 'İletişim - ARC',
|
||||
};
|
||||
---
|
||||
|
||||
<Layout metadata={metadata}>
|
||||
<!-- HeroText Widget ******************* -->
|
||||
|
||||
<HeroText tagline="Contact" title="Let's Connect!" />
|
||||
<HeroText tagline="İletişim" title="Bizimle İletişime Geçin!" />
|
||||
|
||||
<ContactUs
|
||||
id="form"
|
||||
title="Drop us a message today!"
|
||||
subtitle="For quicker answers, explore our FAQs section. You may find the solution you're looking for right there! If not, our support team is delighted to help you."
|
||||
title="Bugün bize mesaj gönderin!"
|
||||
subtitle="Hızlı yanıtlar için SSS bölümümüze göz atın. Aradığınız çözümü orada bulabilirsiniz! Bulamazsanız, destek ekibimiz size yardımcı olmaktan mutluluk duyar."
|
||||
inputs={[
|
||||
{
|
||||
type: 'text',
|
||||
name: 'name',
|
||||
label: 'Name',
|
||||
label: 'Ad Soyad',
|
||||
},
|
||||
{
|
||||
type: 'email',
|
||||
name: 'email',
|
||||
label: 'Email',
|
||||
label: 'E-posta',
|
||||
},
|
||||
{
|
||||
type: 'text',
|
||||
name: 'callsign',
|
||||
label: 'Çağrı İşareti (İsteğe bağlı)',
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
label: 'Message',
|
||||
label: 'Mesaj',
|
||||
}}
|
||||
disclaimer={{
|
||||
label:
|
||||
'By submitting this contact form, you acknowledge and agree to the collection of your personal information.',
|
||||
'Bu iletişim formunu göndererek, kişisel bilgilerinizin toplanmasını kabul etmiş olursunuz.',
|
||||
}}
|
||||
description="Our support team typically responds within 24 business hours."
|
||||
description="Destek ekibimiz genellikle 24 iş saati içinde yanıt verir."
|
||||
/>
|
||||
|
||||
<!-- Features2 Widget ************** -->
|
||||
|
||||
<Features2
|
||||
title="We are here to help!"
|
||||
title="Size yardımcı olmak için buradayız!"
|
||||
items={[
|
||||
{
|
||||
title: 'General support',
|
||||
description: `Chat with us for inquiries related to account management, website navigation, payment issues, accessing purchased templates or general questions about the website's functionality.`,
|
||||
title: 'Genel Destek',
|
||||
description: `Dernek faaliyetleri, web sitesi navigasyonu, etkinlik bilgileri veya genel sorularınız için bizimle iletişime geçin.`,
|
||||
},
|
||||
{
|
||||
title: 'Contact sales',
|
||||
title: 'Eğitim Programları',
|
||||
description:
|
||||
'Chat with us for questions about purchases, customization options, licensing for commercial use, inquiries about specific template, etc.',
|
||||
'Amatör telsiz eğitimi, lisans sınav hazırlığı ve teknik kurslar hakkında sorularınız için bizimle iletişime geçin.',
|
||||
},
|
||||
{
|
||||
title: 'Technical support',
|
||||
title: 'Teknik Destek',
|
||||
description:
|
||||
'Chat with us when facing issues like template installation, problems editing difficulties, compatibility issues with software or download errors, or other technical challenges related to using the templates.',
|
||||
'Röle sistemleri, anten kurulumu, frekans ayarları ve diğer teknik konularda destek almak için bizimle iletişime geçin.',
|
||||
},
|
||||
{
|
||||
title: 'Phone',
|
||||
description: '+1 (234) 567-890',
|
||||
title: 'Telefon',
|
||||
description: '+90 510 220 50 24 (dernek hattı)',
|
||||
icon: 'tabler:headset',
|
||||
},
|
||||
{
|
||||
title: 'Email',
|
||||
description: 'contact@support.com',
|
||||
title: 'E-posta',
|
||||
description: 'bilgi@radio.org.tr',
|
||||
icon: 'tabler:mail',
|
||||
href: 'mailto:bilgi@radio.org.tr',
|
||||
},
|
||||
{
|
||||
title: 'Location',
|
||||
description: '1234 Lorem Ipsum St, 12345, Miami, EEUU',
|
||||
title: 'Adres',
|
||||
description: 'Kılıçali Paşa Mah. Altın Bilezik Sk. No: 2/9, 34433 Beyoğlu – İstanbul',
|
||||
icon: 'tabler:map-pin',
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
<!-- Social Media Links -->
|
||||
<Features2
|
||||
title="Sosyal Medya"
|
||||
tagline="Takip Edin"
|
||||
columns={3}
|
||||
items={[
|
||||
{
|
||||
title: 'Facebook',
|
||||
description: 'Facebook sayfamızdan güncel haberler ve etkinliklerimizi takip edin.',
|
||||
icon: 'tabler:brand-facebook',
|
||||
},
|
||||
{
|
||||
title: 'YouTube',
|
||||
description: 'YouTube kanalımızdan eğitim videoları ve canlı yayınları izleyin.',
|
||||
icon: 'tabler:brand-youtube',
|
||||
},
|
||||
{
|
||||
title: 'Instagram',
|
||||
description: 'Instagram hesabımızdan fotoğraf ve video paylaşımlarımızı görün.',
|
||||
icon: 'tabler:brand-instagram',
|
||||
},
|
||||
{
|
||||
title: 'X (Twitter)',
|
||||
description: 'X (Twitter) hesabımızdan anlık güncellemeler ve duyurular.',
|
||||
icon: 'tabler:brand-x',
|
||||
},
|
||||
{
|
||||
title: 'LinkedIn',
|
||||
description: 'LinkedIn sayfamızdan profesyonel güncellemeler ve iş birliği fırsatları.',
|
||||
icon: 'tabler:brand-linkedin',
|
||||
},
|
||||
{
|
||||
title: 'E-posta',
|
||||
description: 'Doğrudan e-posta ile bizimle iletişime geçin: bilgi@radio.org.tr',
|
||||
icon: 'tabler:mail',
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</Layout>
|
||||
|
||||
+87
-258
@@ -13,7 +13,7 @@ import Stats from '~/components/widgets/Stats.astro';
|
||||
import CallToAction from '~/components/widgets/CallToAction.astro';
|
||||
|
||||
const metadata = {
|
||||
title: 'AstroWind — Free template for creating websites with Astro + Tailwind CSS',
|
||||
title: 'Amatör Radyocular Derneği (ARC) - YM1KTC',
|
||||
ignoreTitleTemplate: true,
|
||||
};
|
||||
---
|
||||
@@ -25,78 +25,81 @@ const metadata = {
|
||||
actions={[
|
||||
{
|
||||
variant: 'primary',
|
||||
text: 'Get template',
|
||||
href: 'https://github.com/onwidget/astrowind',
|
||||
target: '_blank',
|
||||
icon: 'tabler:download',
|
||||
text: 'İletişim',
|
||||
href: '/contact',
|
||||
icon: 'tabler:mail',
|
||||
},
|
||||
{ text: 'Learn more', href: '#features' },
|
||||
{ text: 'Hakkımızda', href: '/about' },
|
||||
]}
|
||||
image={{ src: '~/assets/images/hero-image.png', alt: 'AstroWind Hero Image' }}
|
||||
image={{
|
||||
src: '~/assets/images/2024/12/ARC_2024_bayrak_logo-Large-1-1024x1024.png',
|
||||
alt: 'ARC Logo',
|
||||
width: 256,
|
||||
height: 256,
|
||||
}}
|
||||
>
|
||||
<Fragment slot="title">
|
||||
Free template for <span class="hidden xl:inline">creating websites with</span>
|
||||
<span class="text-accent dark:text-white"> Astro 5.0</span> + Tailwind CSS
|
||||
<span class="text-accent dark:text-white">Amatör Radyocular Derneği</span>
|
||||
<span class="hidden xl:inline"> (ARC)</span>
|
||||
</Fragment>
|
||||
|
||||
<Fragment slot="subtitle">
|
||||
<span class="hidden sm:inline">
|
||||
<span class="font-semibold">AstroWind</span> is a free, customizable and production-ready template for Astro 5.0
|
||||
+ Tailwind CSS.</span
|
||||
<span class="font-semibold">YM1KTC</span> çağrı işaretiyle faaliyet gösteren derneğimiz, amatör telsizciliği yaygınlaştırmak,
|
||||
eğitim vermek ve teknik projelerde bulunmak amacıyla kurulmuştur.</span
|
||||
>
|
||||
<span class="block mb-1 sm:hidden font-bold text-blue-600">AstroWind: Production-ready.</span>
|
||||
Suitable for Startups, Small Business, SaaS websites, Professional Portfolios, Marketing websites, Landing Pages &
|
||||
Blogs.
|
||||
<span class="block mb-1 sm:hidden font-bold text-blue-600">ARC: Amatör Radyocular Derneği.</span>
|
||||
Kâr amacı gütmeyen derneğimiz, röle-beacon altyapıları işletmek ve teknik projeler yürütmek konularında çalışmaktadır.
|
||||
</Fragment>
|
||||
</Hero>
|
||||
|
||||
<!-- Note Widget ******************* -->
|
||||
|
||||
<Note title="Philosophy:" description="Simplicity, Best Practices and High Performance" />
|
||||
<Note
|
||||
title="Misyonumuz:"
|
||||
description="Amatör telsizciliği yaygınlaştırmak, eğitim vermek ve teknik projeler geliştirmek"
|
||||
/>
|
||||
|
||||
<!-- Features Widget *************** -->
|
||||
|
||||
<Features
|
||||
id="features"
|
||||
tagline="Features"
|
||||
title="What you get with AstroWind"
|
||||
subtitle="One of the most professional and comprehensive templates currently on the market. Most starred & forked Astro theme in 2022, 2023 and 2024."
|
||||
tagline="Hizmetlerimiz"
|
||||
title="ARC ile Neler Yapabilirsiniz"
|
||||
subtitle="Amatör radyocular derneği olarak sunduğumuz hizmetler ve faaliyet alanlarımız hakkında bilgi edinebilirsiniz."
|
||||
items={[
|
||||
{
|
||||
title: 'Astro + Tailwind CSS Integration',
|
||||
title: 'Amatör Telsiz Eğitimi',
|
||||
description:
|
||||
'A seamless integration between two great frameworks that offer high productivity, performance and versatility.',
|
||||
icon: 'tabler:brand-tailwind',
|
||||
'Amatör telsizciliğe yeni başlayanlar için temel eğitim programları ve ileri seviye teknik kurslar düzenliyoruz.',
|
||||
icon: 'tabler:school',
|
||||
},
|
||||
{
|
||||
title: 'Ready-to-use Components',
|
||||
title: 'Lisans Sınavı Hazırlığı',
|
||||
description:
|
||||
'Widgets made with Tailwind CSS ready to be used in Marketing Websites, SaaS, Blogs, Personal Profiles, Small Business...',
|
||||
icon: 'tabler:components',
|
||||
'Amatör telsiz lisans sınavlarına hazırlık kursları ve deneme sınavları ile üyelerimizi destekliyoruz.',
|
||||
icon: 'tabler:certificate',
|
||||
},
|
||||
{
|
||||
title: 'Best Practices',
|
||||
title: 'Röle ve Beacon İşletmeciliği',
|
||||
description:
|
||||
'Creating secure, efficient, and user-friendly websites that deliver exceptional experiences and lasting value.',
|
||||
icon: 'tabler:list-check',
|
||||
'VHF/UHF röle sistemi ve beacon altyapıları kurarak amatör radyocuların haberleşmesini kolaylaştırıyoruz.',
|
||||
icon: 'tabler:antenna',
|
||||
},
|
||||
{
|
||||
title: 'Excellent Page Speed',
|
||||
description:
|
||||
'Having a good page speed impacts organic search ranking, improves user experience (UI/UX) and increase conversion rates.',
|
||||
icon: 'tabler:rocket',
|
||||
title: 'Acil Haberleşme',
|
||||
description: 'Acil durumlarda güvenilir haberleşme sistemleri geliştiriyoruz.',
|
||||
icon: 'tabler:phone-call',
|
||||
},
|
||||
{
|
||||
title: 'Search Engine Optimization (SEO)',
|
||||
description:
|
||||
"SEO lies in its ability to enhance a website's visibility, driving organic traffic and enabling it to reach a wider audience.",
|
||||
icon: 'tabler:arrows-right-left',
|
||||
title: 'Teknik Projeler',
|
||||
description: 'Amatör radyo teknolojileri üzerine araştırma ve geliştirme projeleri yürütüyoruz.',
|
||||
icon: 'tabler:settings',
|
||||
},
|
||||
{
|
||||
title: 'Open to new ideas and contributions',
|
||||
description:
|
||||
'Embracing a culture that is open to new ideas and contributions is integral fostering innovation, collaboration, and a dynamic user experience.',
|
||||
icon: 'tabler:bulb',
|
||||
title: 'Etkinlik ve Yarışmalar',
|
||||
description: 'Amatör radyocular arası bağları güçlendirmek için yarışmalar ve sosyal etkinlikler düzenliyoruz.',
|
||||
icon: 'tabler:trophy',
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -105,33 +108,35 @@ const metadata = {
|
||||
|
||||
<Content
|
||||
isReversed
|
||||
tagline="Inside template"
|
||||
title="AstroWind's Blueprint: Fun Meets Functionality!"
|
||||
tagline="Hakkımızda"
|
||||
title="ARC'nin Temelleri: Gelişim ve İşbirliği!"
|
||||
items={[
|
||||
{
|
||||
title: 'Built on top of Astro 5.0',
|
||||
title: '31 Mayıs 2024 tarihinde kuruldu',
|
||||
description:
|
||||
'Benefiting from the performance and developer-friendly features of this modern static site generator.',
|
||||
'İstanbul merkezli derneğimiz, amatör telsizciliği yaygınlaştırmak amacıyla modern bir yaklaşımla kurulmuştur.',
|
||||
},
|
||||
{
|
||||
title: 'Styled using Tailwind CSS',
|
||||
description:
|
||||
'Facilitating rapid design and consistent styling with this highly popular utility-first CSS framework.',
|
||||
title: 'YM1KTC çağrı işareti',
|
||||
description: 'Derneğimizin resmi çağrı işareti ile tüm amatör radyo faaliyetlerimizi sürdürmekteyiz.',
|
||||
},
|
||||
{
|
||||
title: 'Cross-browser compatibility',
|
||||
description:
|
||||
'Ensure your website looks and functions consistently across various web browsers, delivering a seamless experience to all users.',
|
||||
title: 'Geniş üyelik ağı',
|
||||
description: 'Türkiye genelinde amatör radyocularımızı bir araya getirerek güçlü bir topluluk oluşturmaktayız.',
|
||||
},
|
||||
]}
|
||||
image={{
|
||||
src: 'https://images.unsplash.com/photo-1519389950473-47ba0277781c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80',
|
||||
alt: 'Colorful Image',
|
||||
src: '~/assets/images/2024/12/ARC_2024_bayrak_logo-Large-1-1024x1024.png',
|
||||
alt: 'ARC Logo',
|
||||
width: 1024,
|
||||
height: 1024,
|
||||
}}
|
||||
>
|
||||
<Fragment slot="content">
|
||||
<h3 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Building on modern foundations</h3>
|
||||
Gain a competitive advantage by incorporating industry leading practices
|
||||
<h3 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">
|
||||
Modern temeller üzerine kurulan derneğimiz
|
||||
</h3>
|
||||
Amatör radyo dünyasında öncü bir yaklaşım benimsiyor, teknoloji ve geleneksel değerleri harmanlıyoruz.
|
||||
</Fragment>
|
||||
|
||||
<Fragment slot="bg">
|
||||
@@ -139,226 +144,49 @@ const metadata = {
|
||||
</Fragment>
|
||||
</Content>
|
||||
|
||||
<!-- Content Widget **************** -->
|
||||
|
||||
<Content
|
||||
isAfterContent
|
||||
items={[
|
||||
{
|
||||
title: 'High level of customization',
|
||||
description: `Tailor the template effortlessly to match your brand's identity and requirements, making your website distinct and saving you time.`,
|
||||
},
|
||||
{
|
||||
title: 'Multiple layout possibilities',
|
||||
description:
|
||||
'Explore various layout options to find the structure that best presents your content, enhancing user engagement and navigation.',
|
||||
},
|
||||
{
|
||||
title: 'Fully responsive design',
|
||||
description:
|
||||
"Ensure your website's optimal performance on various devices and screen sizes, providing a consistent and enjoyable user experience.",
|
||||
},
|
||||
{
|
||||
title: 'Integration of media',
|
||||
description:
|
||||
'Seamlessly incorporate images, videos, and multimedia elements that enhance your content and engage visitors effectively.',
|
||||
},
|
||||
]}
|
||||
image={{
|
||||
src: 'https://images.unsplash.com/photo-1600132806370-bf17e65e942f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2194&q=80',
|
||||
alt: 'Blueprint Image',
|
||||
}}
|
||||
>
|
||||
<Fragment slot="content">Ensure your online presence truly represents you.</Fragment>
|
||||
|
||||
<Fragment slot="bg">
|
||||
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
|
||||
</Fragment>
|
||||
</Content>
|
||||
|
||||
<!-- Content Widget **************** -->
|
||||
|
||||
<Content
|
||||
isReversed
|
||||
isAfterContent
|
||||
items={[
|
||||
{
|
||||
title: 'Enhanced user engagement',
|
||||
description:
|
||||
'Captivate your audience with interactive elements, intuitive navigation, and visually appealing layouts, encouraging longer visits.',
|
||||
},
|
||||
{
|
||||
title: 'Continuous improvement',
|
||||
description:
|
||||
'Ensure your website stays aligned with the latest trends and technologies through regular updates and enhancements.',
|
||||
},
|
||||
{
|
||||
title: 'Time and resource efficiency',
|
||||
description:
|
||||
'Skip the time-consuming process of building a website from scratch and launch your online presence sooner with AstroWind.',
|
||||
},
|
||||
{
|
||||
title: 'Community support',
|
||||
description: `Join the growing AstroWind community for insights, resources, and assistance, ensuring you're never alone on your web development journey.`,
|
||||
},
|
||||
]}
|
||||
image={{
|
||||
src: 'https://images.unsplash.com/photo-1611462985358-60d3498e0364?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80',
|
||||
alt: 'Astronauts Image',
|
||||
}}
|
||||
>
|
||||
<Fragment slot="content">Designed to foster growth and success.</Fragment>
|
||||
|
||||
<Fragment slot="bg">
|
||||
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
|
||||
</Fragment>
|
||||
</Content>
|
||||
|
||||
<!-- Steps Widget ****************** -->
|
||||
|
||||
<Steps
|
||||
title="Get your dream website up and running in no time with AstroWind."
|
||||
items={[
|
||||
{
|
||||
title: 'Step 1: <span class="font-medium">Download</span>',
|
||||
description:
|
||||
"Kickstart with GitHub! Either fork the AstroWind template or simply click 'Use this template'. Your canvas awaits, ready for your digital masterpiece. In just a few clicks, you've already set the foundation.",
|
||||
icon: 'tabler:package',
|
||||
},
|
||||
{
|
||||
title: 'Step 2: <span class="font-medium">Add content</span>',
|
||||
description:
|
||||
"Pour your vision into it. Add images, text, and all that jazz to breathe life into your digital space. Remember, it's the content that tells your story, so make it captivating.",
|
||||
icon: 'tabler:letter-case',
|
||||
},
|
||||
{
|
||||
title: 'Step 3: <span class="font-medium">Customize styles</span>',
|
||||
description:
|
||||
'Give it your personal touch. Tailor colors, fonts, and layouts until it feels just right. Your unique flair, amplified by AstroWind! Precision in design ensures a seamless user experience.',
|
||||
icon: 'tabler:paint',
|
||||
},
|
||||
{
|
||||
title: 'Ready!',
|
||||
icon: 'tabler:check',
|
||||
},
|
||||
]}
|
||||
image={{
|
||||
src: 'https://images.unsplash.com/photo-1616198814651-e71f960c3180?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=987&q=80',
|
||||
alt: 'Steps image',
|
||||
}}
|
||||
/>
|
||||
|
||||
<!-- Features2 Widget ************** -->
|
||||
|
||||
<Features2
|
||||
title="Most used widgets"
|
||||
subtitle="Provides frequently used components for building websites using Tailwind CSS"
|
||||
tagline="Components"
|
||||
items={[
|
||||
{
|
||||
title: 'Headers',
|
||||
description: "Ever tried driving without GPS? Boom! That's why websites need headers for direction.",
|
||||
icon: 'flat-color-icons:template',
|
||||
},
|
||||
{
|
||||
title: 'Heros',
|
||||
description:
|
||||
"Picture a superhero landing – epic, right? That's the job of a Hero section, making grand entrances!",
|
||||
icon: 'flat-color-icons:gallery',
|
||||
},
|
||||
{
|
||||
title: 'Features',
|
||||
description:
|
||||
'Where websites strut their stuff and show off superpowers. No holding back on the bragging rights here!',
|
||||
icon: 'flat-color-icons:approval',
|
||||
},
|
||||
{
|
||||
title: 'Content',
|
||||
description:
|
||||
"Dive into the meat and potatoes of a site; without it, you'd just be window shopping. Content is king.",
|
||||
icon: 'flat-color-icons:document',
|
||||
},
|
||||
{
|
||||
title: 'Call-to-Action',
|
||||
description:
|
||||
'That enthusiastic friend who\'s always urging, "Do it! Do it!"? Yeah, that\'s this button nudging you towards adventure.',
|
||||
icon: 'flat-color-icons:advertising',
|
||||
},
|
||||
{
|
||||
title: 'Pricing',
|
||||
description: 'Behold the dessert menu of the website world. Tempting choices await, can you resist?',
|
||||
icon: 'flat-color-icons:currency-exchange',
|
||||
},
|
||||
{
|
||||
title: 'Testimonial',
|
||||
description: 'Step into the gossip corner! Here, other visitors spill the beans and share the juicy details.',
|
||||
icon: 'flat-color-icons:voice-presentation',
|
||||
},
|
||||
{
|
||||
title: 'Contact',
|
||||
description:
|
||||
'Like a digital mailbox, but faster! Drop a line, ask a question, or send a virtual high-five. Ding! Message in.',
|
||||
icon: 'flat-color-icons:business-contact',
|
||||
},
|
||||
{
|
||||
title: 'Footers',
|
||||
description: "The footer's like the credits of a movie but sprinkled with easter eggs. Time to hunt!",
|
||||
icon: 'flat-color-icons:database',
|
||||
},
|
||||
]}
|
||||
>
|
||||
<Fragment slot="bg">
|
||||
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
|
||||
</Fragment>
|
||||
</Features2>
|
||||
|
||||
<!-- HighlightedPosts Widget ******* -->
|
||||
|
||||
<BlogLatestPosts
|
||||
title="Find out more content in our Blog"
|
||||
information={`The blog is used to display AstroWind documentation.
|
||||
Each new article will be an important step that you will need to know to be an expert in creating a website using Astro + Tailwind CSS.
|
||||
Astro is a very interesting technology. Thanks.
|
||||
title="Blog'umuzda Daha Fazla İçerik Keşfedin"
|
||||
information={`Blog'umuzda amatör telsizciliğe dair güncel bilgiler, teknik makaleler ve eğitim içerikleri bulabilirsiniz.
|
||||
Her yeni makale, amatör radyo konusunda uzmanlaşmanız için önemli bir adım olacaktır.
|
||||
Amatör radyo dünyasındaki gelişmeleri takip etmek için blog'umuzu ziyaret edin.
|
||||
`}
|
||||
/>
|
||||
|
||||
<!-- FAQs Widget ******************* -->
|
||||
|
||||
<FAQs
|
||||
title="Frequently Asked Questions"
|
||||
subtitle="Dive into the following questions to gain insights into the powerful features that AstroWind offers and how it can elevate your web development journey."
|
||||
tagline="FAQs"
|
||||
title="Sıkça Sorulan Sorular"
|
||||
subtitle="ARC hakkında merak ettikleriniz ve amatör telsizciliği konusunda sık sorulan sorular ve cevapları."
|
||||
tagline="SSS"
|
||||
classes={{ container: 'max-w-6xl' }}
|
||||
items={[
|
||||
{
|
||||
title: 'Why AstroWind?',
|
||||
title: 'Eğitim programlarına kimler katılabilir?',
|
||||
description:
|
||||
"Michael Knight a young loner on a crusade to champion the cause of the innocent. The helpless. The powerless in a world of criminals who operate above the law. Here he comes Here comes Speed Racer. He's a demon on wheels.",
|
||||
'Eğitim programlarımıza amatör telsiz lisansı olan veya lisans almaya hazırlanan herkesi davet ediyoruz.',
|
||||
},
|
||||
{
|
||||
title: 'What do I need to start?',
|
||||
title: 'Hangi frekans bantlarında faaliyet gösteriyorsunuz?',
|
||||
description:
|
||||
'Space, the final frontier. These are the voyages of the Starship Enterprise. Its five-year mission: to explore strange new worlds. Many say exploration is part of our destiny, but it’s actually our duty to future generations.',
|
||||
'Derneğimiz VHF, UHF ve HF bantlarında faaliyet göstermektedir. Özellikle VHF/UHF röle sistemleri konusunda aktif çalışmalar yürütüyoruz.',
|
||||
},
|
||||
{
|
||||
title: 'How to install the Astro + Tailwind CSS template?',
|
||||
title: 'Eğitim programlarınıza nasıl katılabilirim?',
|
||||
description:
|
||||
"Well, the way they make shows is, they make one show. That show's called a pilot. Then they show that show to the people who make shows, and on the strength of that one show they decide if they're going to make more shows.",
|
||||
'Eğitim programları hakkında bilgi almak için web sitemizi takip edebilir veya bizimle iletişime geçebilirsiniz. Düzenli olarak temel ve ileri seviye kurslar düzenlenmektedir.',
|
||||
},
|
||||
{
|
||||
title: "What's something that you don't understand?",
|
||||
title: 'Teknik projelerde nasıl yer alabilirim?',
|
||||
description:
|
||||
"A flower in my garden, a mystery in my panties. Heart attack never stopped old Big Bear. I didn't even know we were calling him Big Bear.",
|
||||
'Teknik projelerimizde yer almak için bizimle iletişime geçin. Eğitim programlarımıza katılarak projelerimizde aktif rol alabilirsiniz.',
|
||||
},
|
||||
{
|
||||
title: 'What is something that you would like to try again?',
|
||||
title: 'Derneğin röle sistemleri nasıl kullanılır?',
|
||||
description:
|
||||
"A business big enough that it could be listed on the NASDAQ goes belly up. Disappears! It ceases to exist without me. No, you clearly don't know who you're talking to, so let me clue you in.",
|
||||
},
|
||||
{
|
||||
title: 'If you could only ask one question to each person you meet, what would that question be?',
|
||||
description:
|
||||
"This is not about revenge. This is about justice. A lot of things can change in twelve years, Admiral. Well, that's certainly good to know. About four years. I got tired of hearing how young I looked.",
|
||||
'Röle sistemlerimizin kullanımı hakkında bilgi almak için teknik dokümantasyonumuzu inceleyebilir veya eğitim etkinliklerimize katılabilirsiniz.',
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -367,10 +195,10 @@ const metadata = {
|
||||
|
||||
<Stats
|
||||
stats={[
|
||||
{ title: 'Downloads', amount: '132K' },
|
||||
{ title: 'Stars', amount: '24.8K' },
|
||||
{ title: 'Forks', amount: '10.3K' },
|
||||
{ title: 'Users', amount: '48.4K' },
|
||||
{ title: 'Kuruluş Yılı', amount: '2024' },
|
||||
{ title: 'Aktif Üye', amount: '100+' },
|
||||
{ title: 'Eğitim Programı', amount: '25+' },
|
||||
{ title: 'Teknik Proje', amount: '10+' },
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -380,20 +208,21 @@ const metadata = {
|
||||
actions={[
|
||||
{
|
||||
variant: 'primary',
|
||||
text: 'Get template',
|
||||
href: 'https://github.com/onwidget/astrowind',
|
||||
target: '_blank',
|
||||
icon: 'tabler:download',
|
||||
text: 'İletişim',
|
||||
href: '/contact',
|
||||
icon: 'tabler:mail',
|
||||
},
|
||||
]}
|
||||
>
|
||||
<Fragment slot="title">
|
||||
Astro + <br class="block sm:hidden" /><span class="sm:whitespace-nowrap">Tailwind CSS</span>
|
||||
Amatör Radyocular<br class="block sm:hidden" /><span class="sm:whitespace-nowrap"> Derneği</span>
|
||||
</Fragment>
|
||||
|
||||
<Fragment slot="subtitle">
|
||||
Be very surprised by these huge fake numbers you are seeing on this page. <br class="hidden md:inline" />Don't
|
||||
waste more time! :P
|
||||
Amatör radyo dünyasında yerinizi alın ve bizimle birlikte büyüyen toplulukta yer alın. <br
|
||||
class="hidden md:inline"
|
||||
/>
|
||||
Bizimle iletişime geçin ve amatör radyo yolculuğunuza başlayın!
|
||||
</Fragment>
|
||||
</CallToAction>
|
||||
</Layout>
|
||||
|
||||
Reference in New Issue
Block a user