Fix missing commas after email field
This commit is contained in:
parent
37525dfe8b
commit
725f1475e7
1 changed files with 10 additions and 10 deletions
20
index.html
20
index.html
|
|
@ -64,7 +64,7 @@
|
||||||
address: "1507 W. Lawrence, Chicago, IL",
|
address: "1507 W. Lawrence, Chicago, IL",
|
||||||
description: "Mental health practice providing individual, couples, and family therapy services.",
|
description: "Mental health practice providing individual, couples, and family therapy services.",
|
||||||
phone: "(773) 569-1426",
|
phone: "(773) 569-1426",
|
||||||
email: "biankahardinpsyd@centeredtherapychicago.com"
|
email: "biankahardinpsyd@centeredtherapychicago.com",
|
||||||
website: null
|
website: null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -76,7 +76,7 @@
|
||||||
address: "301 S County Farm Rd Suite H, Wheaton, IL",
|
address: "301 S County Farm Rd Suite H, Wheaton, IL",
|
||||||
description: "Specialized pelvic floor physical therapy clinic dedicated to women's health and wellness.",
|
description: "Specialized pelvic floor physical therapy clinic dedicated to women's health and wellness.",
|
||||||
phone: "(773) 219-2749",
|
phone: "(773) 219-2749",
|
||||||
email: "jana@chicagopelvic.com"
|
email: "jana@chicagopelvic.com",
|
||||||
website: null
|
website: null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -88,7 +88,7 @@
|
||||||
address: "5442 N Ashland Ave Apt 1, Chicago, IL",
|
address: "5442 N Ashland Ave Apt 1, Chicago, IL",
|
||||||
description: "Leadership development consulting since the late 1980s — executive coaching, leadership training, and assessments.",
|
description: "Leadership development consulting since the late 1980s — executive coaching, leadership training, and assessments.",
|
||||||
phone: "(312) 208-0636",
|
phone: "(312) 208-0636",
|
||||||
email: "steve.garrett@garrettconsulting.us"
|
email: "steve.garrett@garrettconsulting.us",
|
||||||
website: null
|
website: null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -100,7 +100,7 @@
|
||||||
address: "10 S. Wacker, Chicago, IL",
|
address: "10 S. Wacker, Chicago, IL",
|
||||||
description: "Global alternative asset manager specializing in logistics, self-storage, and data center assets.",
|
description: "Global alternative asset manager specializing in logistics, self-storage, and data center assets.",
|
||||||
phone: null,
|
phone: null,
|
||||||
email: "bleigh@gcp.com"
|
email: "bleigh@gcp.com",
|
||||||
website: null
|
website: null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -112,7 +112,7 @@
|
||||||
address: "829 Main St, Evanston, IL",
|
address: "829 Main St, Evanston, IL",
|
||||||
description: "State Farm Agency providing insurance and financial services to the Evanston community.",
|
description: "State Farm Agency providing insurance and financial services to the Evanston community.",
|
||||||
phone: "(847) 869-2336",
|
phone: "(847) 869-2336",
|
||||||
email: "Agent@JohnTylerCarlson.com"
|
email: "Agent@JohnTylerCarlson.com",
|
||||||
website: null
|
website: null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -124,7 +124,7 @@
|
||||||
address: "2401 N Lake Shore Dr, Chicago, IL (Theater on the Lake building)",
|
address: "2401 N Lake Shore Dr, Chicago, IL (Theater on the Lake building)",
|
||||||
description: "Upscale tavern with indoor/outdoor seating offering a premier lakeside dining experience.",
|
description: "Upscale tavern with indoor/outdoor seating offering a premier lakeside dining experience.",
|
||||||
phone: "(312) 414-1313",
|
phone: "(312) 414-1313",
|
||||||
email: "info@theateronthelake.com"
|
email: "info@theateronthelake.com",
|
||||||
website: null
|
website: null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -148,7 +148,7 @@
|
||||||
address: "227 W. Monroe St, Chicago, IL",
|
address: "227 W. Monroe St, Chicago, IL",
|
||||||
description: "Private wealth management and financial advisory services for individuals and families.",
|
description: "Private wealth management and financial advisory services for individuals and families.",
|
||||||
phone: null,
|
phone: null,
|
||||||
email: "James.lamoree@ms.com"
|
email: "James.lamoree@ms.com",
|
||||||
website: null
|
website: null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -160,7 +160,7 @@
|
||||||
address: "500 W. Madison St Suite 1725, Chicago, IL",
|
address: "500 W. Madison St Suite 1725, Chicago, IL",
|
||||||
description: "Female-owned practice serving professionals and businesses with insurance and securities solutions.",
|
description: "Female-owned practice serving professionals and businesses with insurance and securities solutions.",
|
||||||
phone: "(312) 493-7216",
|
phone: "(312) 493-7216",
|
||||||
email: "mvelzy@ft.newyorklife.com"
|
email: "mvelzy@ft.newyorklife.com",
|
||||||
website: null
|
website: null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -172,7 +172,7 @@
|
||||||
address: "4310 Lawn Avenue, Western Springs, IL",
|
address: "4310 Lawn Avenue, Western Springs, IL",
|
||||||
description: "Consulting and coaching for nonprofit leaders and fundraisers to maximize their impact.",
|
description: "Consulting and coaching for nonprofit leaders and fundraisers to maximize their impact.",
|
||||||
phone: "(312) 231-9712",
|
phone: "(312) 231-9712",
|
||||||
email: "renee.n.davis@gmail.com"
|
email: "renee.n.davis@gmail.com",
|
||||||
website: null
|
website: null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -184,7 +184,7 @@
|
||||||
address: "171 N Aberdeen St Suite 400, Chicago, IL",
|
address: "171 N Aberdeen St Suite 400, Chicago, IL",
|
||||||
description: "Registered investment advisor serving 300+ clients across 35 states. Contact Ryan at ryan@ruggaard.net or Randy at randy@ruggaard.net.",
|
description: "Registered investment advisor serving 300+ clients across 35 states. Contact Ryan at ryan@ruggaard.net or Randy at randy@ruggaard.net.",
|
||||||
phone: "(330) 487-5888",
|
phone: "(330) 487-5888",
|
||||||
email: "ryan@ruggaard.net"
|
email: "ryan@ruggaard.net",
|
||||||
website: null
|
website: null
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue