description:'Complete guide to membership benefits and responsibilities',
category:'membership',
type:'pdf',
size:'2.4 MB',
date:'Jan 2024'
},
{
id:2,
title:'Annual Report 2023',
description:'Financial statements and organizational achievements',
category:'finance',
type:'pdf',
size:'5.1 MB',
date:'Mar 2024'
},
{
id:3,
title:'Event Planning Guide',
description:'How to organize and host MonacoUSA events',
category:'events',
type:'docx',
size:'1.2 MB',
date:'Feb 2024'
},
{
id:4,
title:'Bylaws and Constitution',
description:'Official governing documents of MonacoUSA',
category:'governance',
type:'pdf',
size:'890 KB',
date:'Jan 2023'
},
{
id:5,
title:'Membership Application Form',
description:'Form for new member applications',
category:'forms',
type:'pdf',
size:'245 KB',
date:'Jan 2024'
},
{
id:6,
title:'Privacy Policy',
description:'How we handle and protect your personal information',
category:'policies',
type:'pdf',
size:'180 KB',
date:'Dec 2023'
}
]);
// Guides
constguides=ref([
{
id:1,
title:'Getting Started with MonacoUSA',
description:'A comprehensive guide for new members to navigate the portal and make the most of their membership',
duration:'10 min',
level:'Beginner',
icon:'mdi-rocket-launch',
color:'green',
expanded:false,
steps:[
'Complete your profile information',
'Explore upcoming events',
'Connect with other members',
'Access member resources',
'Set up payment methods'
]
},
{
id:2,
title:'How to Register for Events',
description:'Step-by-step instructions for browsing and registering for MonacoUSA events',
duration:'5 min',
level:'Beginner',
icon:'mdi-calendar-plus',
color:'blue',
expanded:false,
steps:[
'Navigate to the Events page',
'Browse available events',
'Click on an event for details',
'Click the Register button',
'Confirm your registration'
]
},
{
id:3,
title:'Managing Your Dues and Payments',
description:'Learn how to view payment history, update payment methods, and manage your dues',
duration:'7 min',
level:'Intermediate',
icon:'mdi-credit-card',
color:'purple',
expanded:false,
steps:[
'Access your payment dashboard',
'Review payment history',
'Update payment method',
'Set up automatic payments',
'Download payment receipts'
]
}
]);
// Quick Links
constquickLinks=ref([
{
id:1,
title:'Monaco Government Portal',
description:'Official Monaco government website',
url:'https://www.gouv.mc',
icon:'mdi-bank'
},
{
id:2,
title:'US Embassy in France',
description:'Consular services for US citizens',
url:'https://fr.usembassy.gov',
icon:'mdi-flag'
},
{
id:3,
title:'Monaco Economic Board',
description:'Business and investment opportunities',
url:'https://www.monacoeconomicboard.mc',
icon:'mdi-briefcase'
},
{
id:4,
title:'Visit Monaco',
description:'Tourism and cultural information',
url:'https://www.visitmonaco.com',
icon:'mdi-map'
}
]);
// FAQs
constfaqs=ref([
{
id:1,
question:'How do I update my contact information?',
answer:'You can update your contact information by going to your Profile page and clicking the Edit button in the Contact Information section. Make your changes and click Save to update your information.',
expanded:false
},
{
id:2,
question:'When are membership dues payable?',
answer:'Annual membership dues are payable at the beginning of each calendar year. You will receive a reminder email in December with payment instructions. You can pay online through the portal or by bank transfer.',
expanded:false
},
{
id:3,
question:'How do I cancel my event registration?',
answer:'To cancel an event registration, go to the Events page, click on "My Registrations" tab, find the event you want to cancel, and click the Cancel button. Please note that cancellation policies may vary by event.',
expanded:false
},
{
id:4,
question:'Who can I contact for technical support?',
answer:'For technical support, please email support@monacousa.org or use the Contact Support button in your dashboard. Our support team typically responds within 24-48 hours.',
expanded:false
},
{
id:5,
question:'How do I access member-only content?',
answer:'Member-only content is automatically available once you log in to the portal. If you\'re having trouble accessing content, please ensure your membership is active and your dues are current.',