@dcrackel/meyersquaredui
Version:
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
106 lines (105 loc) • 4.7 kB
JavaScript
const mockAllClubs = [
{
"ClubId": 141,
"Name": "Academy of Western Martial Arts",
"ShortName": "AWMA",
"Description": "The Academy of Western Martial Arts (AWMA) is dedicated to preserving and advancing the historical techniques of European martial arts through hands-on, engaging training. Whether you're a seasoned HEMA (Historical European Martial Arts) practitioner or just getting started, AWMA offers a welcoming and challenging environment where you can hone your skills and develop as a martial artist. With expert instructors and a strong community of passionate fencers, every practice session at AWMA brings you closer to mastering the art of swordsmanship.\n" +
"At AWMA, we believe in the power of historical techniques, modern training methods, and the camaraderie that comes with learning alongside fellow enthusiasts. Our curriculum is designed to cater to all levels, ensuring that beginners feel supported while advanced students are continuously pushed to refine their abilities. From longsword to saber and rapier, you'll not only improve your physical fitness and technical prowess but also gain a deeper appreciation for the rich history behind the martial arts we practice.\n" +
"Join us at AWMA and discover how much better you can become at HEMA with personalized instruction, regular sparring opportunities, and a vibrant community that shares your passion for Western martial traditions. Your first practice is always free, so there's no better time to pick up a sword and start your journey towards mastery!",
"AddressId": 2584,
"Color1": "Black",
"Color2": "Red",
"MemberCount": 15,
"HostedTournamentsCount": 2,
"Images": [
{
"ImageId": 14,
"URL": "https://meyersquared.com/images/clubs/westernmartialartsacademy.jpeg",
"AltText": "Club lol",
"Type": "Club",
"EntityId": 1,
"EntityType": "Club"
},
{
"ImageId": 15,
"URL": "https://i0.wp.com/www.liverpoolhema.com/wp-content/uploads/2017/06/fencing01.jpg?resize=1024%2C657&ssl=1",
"AltText": "Club lol",
"Type": "Club",
"EntityId": 1,
"EntityType": "Club"
},
{
"ImageId": 15,
"URL": "https://sachema.com/images/academies/2270/bg-desktop.png",
"AltText": "Club lol",
"Type": "Club",
"EntityId": 1,
"EntityType": "Club"
}
],
"Address": {
"AddressId": 2584,
"Name": "Academy of Western Martial Arts",
"Address1": "1550 Mueller Blvd",
"Address2": null,
"City": "Austin",
"State": "Texas",
"Zip": 78723,
"Coordinates": "30.2965125,-97.7071733"
}
},
{
"ClubId": 271,
"Name": "Accademia Del Leone",
"ShortName": "AAA",
"Description": "Interested in historical medieval martial arts? Co...",
"AddressId": 2714,
"Color1": "Black",
"Color2": "Blue",
"MemberCount": 0,
"HostedTournamentsCount": 0,
"Images": [],
"Address": {
"AddressId": 2714,
"Name": "Accademia Del Leone",
"Address1": "9349 Sunset Dr",
"Address2": null,
"City": "Frisco",
"State": "Texas",
"Zip": null,
"Coordinates": "33.1534798,-96.81031550000002"
}
},
{
"ClubId": 1,
"Name": "Acme Fencing Club",
"ShortName": "ACME",
"Description": "Test Club",
"AddressId": 1,
"Color1": "navy",
"Color2": "rose",
"MemberCount": 153,
"HostedTournamentsCount": 10,
"Images": [
{
"ImageId": 13,
"URL": "https://meyersquared.com/images/acme_club.png",
"AltText": "Club lol",
"Type": "Club",
"EntityId": 1,
"EntityType": "Club"
}
],
"Address": {
"AddressId": 1,
"Name": "Test Location",
"Address1": "123 Anywhere",
"Address2": null,
"City": "Delaware",
"State": "OH",
"Zip": 43015,
"Coordinates": "40.2828592,-83.1118049"
}
},
]
export default mockAllClubs;