diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json new file mode 100644 index 0000000..b0e38ab --- /dev/null +++ b/.config/dotnet-tools.json @@ -0,0 +1,5 @@ +{ + "version": 1, + "isRoot": true, + "tools": {} +} \ No newline at end of file diff --git a/.vs/KeymailSpecials2/DesignTimeBuild/.dtbcache.v2 b/.vs/KeymailSpecials2/DesignTimeBuild/.dtbcache.v2 index eb948db..7725927 100644 Binary files a/.vs/KeymailSpecials2/DesignTimeBuild/.dtbcache.v2 and b/.vs/KeymailSpecials2/DesignTimeBuild/.dtbcache.v2 differ diff --git a/.vs/KeymailSpecials2/v17/.futdcache.v2 b/.vs/KeymailSpecials2/v17/.futdcache.v2 index e4c95a1..754c57b 100644 Binary files a/.vs/KeymailSpecials2/v17/.futdcache.v2 and b/.vs/KeymailSpecials2/v17/.futdcache.v2 differ diff --git a/.vs/KeymailSpecials2/v17/.suo b/.vs/KeymailSpecials2/v17/.suo index 6c08468..43c5b9d 100644 Binary files a/.vs/KeymailSpecials2/v17/.suo and b/.vs/KeymailSpecials2/v17/.suo differ diff --git a/.vs/KeymailSpecials2/v17/.wsuo b/.vs/KeymailSpecials2/v17/.wsuo index 96abf52..fae58f0 100644 Binary files a/.vs/KeymailSpecials2/v17/.wsuo and b/.vs/KeymailSpecials2/v17/.wsuo differ diff --git a/.vs/KeymailSpecials2/v17/fileList.bin b/.vs/KeymailSpecials2/v17/fileList.bin index 31ca55b..7c9acb2 100644 Binary files a/.vs/KeymailSpecials2/v17/fileList.bin and b/.vs/KeymailSpecials2/v17/fileList.bin differ diff --git a/.vs/ProjectEvaluation/keymailspecials2.metadata.v7.bin b/.vs/ProjectEvaluation/keymailspecials2.metadata.v7.bin index 041e66f..3e41626 100644 Binary files a/.vs/ProjectEvaluation/keymailspecials2.metadata.v7.bin and b/.vs/ProjectEvaluation/keymailspecials2.metadata.v7.bin differ diff --git a/.vs/ProjectEvaluation/keymailspecials2.projects.v7.bin b/.vs/ProjectEvaluation/keymailspecials2.projects.v7.bin index 9457e56..ed1099c 100644 Binary files a/.vs/ProjectEvaluation/keymailspecials2.projects.v7.bin and b/.vs/ProjectEvaluation/keymailspecials2.projects.v7.bin differ diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json index 84435c4..6b61141 100644 --- a/.vs/VSWorkspaceState.json +++ b/.vs/VSWorkspaceState.json @@ -1,12 +1,6 @@ { "ExpandedNodes": [ - "", - "\\Components", - "\\Components\\Layout", - "\\Components\\Pages", - "\\obj", - "\\Properties", - "\\wwwroot" + "" ], "PreviewInSolutionExplorer": false } \ No newline at end of file diff --git a/Components/App.razor b/Components/App.razor index efb450d..f883ec1 100644 --- a/Components/App.razor +++ b/Components/App.razor @@ -2,28 +2,28 @@ - - - - - - - - + + + + + + + + - - - - - + + + + + - + diff --git a/Components/Components/CanvasHomePage.razor b/Components/Components/CanvasHomePage.razor new file mode 100644 index 0000000..a7ccc7f --- /dev/null +++ b/Components/Components/CanvasHomePage.razor @@ -0,0 +1,34 @@ +@* +This will contain the HEAD elements to use the CANVAS template +*@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + KeyMail Specials @*Override in basepage if you want to, otherwise it will use this*@ + diff --git a/Components/Components/Header1.razor b/Components/Components/Header1.razor new file mode 100644 index 0000000..5d57583 --- /dev/null +++ b/Components/Components/Header1.razor @@ -0,0 +1,88 @@ + +@code { + [Parameter] + public enuChoice ActiveChoice { get; set; } = enuChoice.Home; + + public enum enuChoice : byte + { + Home = 0, + AboutUs = 1, + Privacy = 2, + Nothing = 3 + } + + string[] actChoice = { "", "", "" }; + + protected override void OnInitialized() + { + switch (ActiveChoice) + { + case enuChoice.AboutUs: + actChoice[1] = "current"; + break; + case enuChoice.Privacy: + actChoice[2] = "current"; + break; + case enuChoice.Nothing: + //meh + break; + default: + actChoice[0] = "current"; + break; + } + } + +} diff --git a/Components/Layout/DefaultLayout.razor b/Components/Layout/DefaultLayout.razor index cd85ad8..83f9ff1 100644 --- a/Components/Layout/DefaultLayout.razor +++ b/Components/Layout/DefaultLayout.razor @@ -1,4 +1,4 @@ @inherits LayoutComponentBase
- @Body -
\ No newline at end of file + @Body + diff --git a/Components/Pages/About.razor b/Components/Pages/About.razor index 21df831..e1b4a60 100644 --- a/Components/Pages/About.razor +++ b/Components/Pages/About.razor @@ -1,290 +1,204 @@ @page "/about" +@inject Services.GlobalService gloService - + +About Us - @gloService.WebsiteName - - + +
- - - - + + - - + +
- - +
- - +
+
- - +
+
+
+

Striving for Growth

+
+
+
+
- - - +
+







+
+
+
+
+
+
Years of Experience
+
- - About Us +
+
+
+
+
Pieces Mailed Annually
+
- +
+
+
+
+
Emails Sent Annually
+
- +
+
+
+
Services Offered
+
+
- -
+
+
- -
+ +
- + +
- +
-
- -
+
+
+ Copyright © 2010 - @gloService.YearInFooter All Rights Reserved by KeyMotive LLC. +
+
-
-
-
-
- + - -
+ -
+ -
-
- -
-
-
-

Striving for Growth

-
-
-
-
- -
-







-
-
-
-
-
-
Years of Experience
-
- -
-
-
+
-
Pieces Mailed Annually
-
- -
-
-
+
-
Emails Sent Annually
-
- -
-
-
-
Services Offered
-
-
- -
-
- -
- -
-
-
-
-

- Image -
-
-

Working With Your Shop to Deliver Excellence

-

Multi-channel marketing is the most efficient way to communicate with today's consumer. Some prefer traditional postal mail communications, others choose email and the rest want texting (SMS/EMS) as their method of communication. KeyMail™ can assist you in all of these channels! We'll design a highly efficient direct marketing solution to keep your customers coming in!

-

Our solutions span many industries across the United States and Canada. Our solutions are geared to perform for a single location or for chains of 600+ stores. Call us to discuss a solution today!

-
-
-
-
- -
-
-
-
-
-
- -
-
-

Results Driven

-

The numbers always tell a story. We want that story to be what you are looking for, so we analyze and adjust programs - finding ways to improve them.

-
-
-
-
-
-
- -
-
-

Collaboration

-

The key to effective collaboration is open communication. A constructive dialogue will produce marketing programs that work for you.

-
-
-
-
-
-
- -
-
-

Excellence

-

Perfection can be limited by its nature, but pursuing excellence is a journey with rewards. With every shop's unique needs, it is always a challenge worth accepting.

-
-
-
-
-
-
- -
-
-

Adaptability

-

Word of mouth is still the best form of marketing. It's just not done face-to-face as much. So use the technology and adapt to today's environment. Enhance the customer journey.

-
-
-
-
-
-
- -
-
-

Accuracy

-

Our models are finely tuned to know what your customers' needs are.

-
-
-
-
-
-
- -
-
-

Reliability

-

We are always eager to collaborate with you to provide more value through your marketing channels. Your customer retention and satisfaction is our priority.

-
-
-
-
-
-
- -
- -
- - - - -
-
- -
-
-

Contact Our Marketing Professionals

-

-
- Get In Touch -
- -
-
-
-
-
- -
- - -
- -
- -
-
- Copyrights © 2024 All Rights Reserved by KeyMotive LLC. -
-
- -
- -
- -
- - - -
- - \ No newline at end of file + + +
diff --git a/Components/Pages/Contact.razor b/Components/Pages/Contact.razor index 389cbd3..b967a16 100644 --- a/Components/Pages/Contact.razor +++ b/Components/Pages/Contact.razor @@ -1,248 +1,161 @@ @page "/contact" +@inject Services.GlobalService gloService - - - + +Contact Us - @gloService.WebsiteName - - - - + +
- - - - + + - - + +
+
+
- - +
+

Contact Us

+ Get In Touch +
- - +
+
+
+ +
- - +
- - - +
+
+
+

Send us an Email

- - Contact Us +
- +
- +
- -
+
+
+
+
+
- -
- - - - -
-
-
-
- - -
-
-
- -
-

Contact Us

- Get In Touch -
- -
-
-
- -
- -
- -
-
-
-

Send us an Email

- -
- -
- -
- -
-
-
-
-
- -
-
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- -
- -
- -
-
- - - -
-
-
-
-

Contact Us

-
-
-
KeyMail Specials
-
- c/o KeyMotive LLC
- 40503 Koppernick Rd, Canton MI 48187
-
- Phone: (734) 217-4940
-
-
-
-
-
-
- -
+
-
- - - - -
-
+
+ + + + +
+
-
-
-
-
+
+
+
+
-
-
-
-
-
- -
+
+
+
+ + + +
- -
+ +
-
+
-
-
- Copyrights © 2024 All Rights Reserved by KeyMotive LLC. -
-
+
+
+ Copyright © 2010 - @gloService.YearInFooter All Rights Reserved by KeyMotive LLC. +
+
-
+
-
+
-
+ - - -
- - \ No newline at end of file + + +
diff --git a/Components/Pages/Index.razor b/Components/Pages/Index.razor index 1ed878c..e3ff31a 100644 --- a/Components/Pages/Index.razor +++ b/Components/Pages/Index.razor @@ -1,446 +1,366 @@ @page "/" +@inject Services.GlobalService gloService - - - + +Home - @gloService.WebsiteName - - - - + +
- - - - + + - - + +
- - +
+
+

Welcome to

+

+
+
+
+ +
+
+

Please enter your login information.

+
+
+ +
+
+
+
+
+
+
+
+
+
+
- +
+
+ + +
+
- +
+
+ + +
+
- -
+
+
+ + +
+
- -
+
- - - -
- -
- -
- - - - -
- -
- -
-
-
-
- - - -
- -
-
-

Welcome to KeyMailSpecials.com!

-

-
-
-
- -
-
-

Please enter your login information.

-
-
- -
-
-
-
-
-
-
-
-
-
-
- -
-
- - -
-
- -
-
- - -
-
- -
-
- - -
-
- -
-
- - -
-
- -
- -
- -
- -
- - - - -
-
-
-
-
-
- Image 1 -
-
-
- -
-
- - +
+ + + + + + + - - - -
-
-
+ + + + + + + + + + +
+
+
-
+ - -
+ +
-
+
-
+
-
-
-
-

How We Elevate Your Business

- KeyMotive offers a wide variety of marketing solutions to attract as many customers as possible. -
-
+
+
+
+

How We Elevate Your Business

+ KeyMotive offers a wide variety of marketing solutions to attract as many customers as possible. +
+
-
-
-
- stats -
-
-

Direct mail marketing programs which increase customer retention as well as new customer acquisition.

-

Offering programs specifically targeted to increasing the number of customers who visit your business, we are your one-stop shop for all of your direct marketing needs.

-
-
-
-
-

Statistical predictive models using your customers' transaction history.

-

Our models know when one of your customers is in the market for one of your products or services.

-
-
- Image 1 -
-
-
-
- Image 1 -
-
-

Multi-channel marketing to reach the most scrutinous of today's customers.

-

We can send your marketing messages throguh postal mail, email or text messaging, and adhering toall regulations pertaining to opt-out and consumer privacy.

-
-
-
-
+
+
+
+ stats +
+
+

Direct mail marketing programs which increase customer retention as well as new customer acquisition.

+

Offering programs specifically targeted to increasing the number of customers who visit your business, we are your one-stop shop for all of your direct marketing needs.

+
+
+
+
+

Statistical predictive models using your customers' transaction history.

+

Our models know when one of your customers is in the market for one of your products or services.

+
+
+ Image 1 +
+
+
+
+ Image 1 +
+
+

Multi-channel marketing to reach the most scrutinous of today's customers.

+

We can send your marketing messages throguh postal mail, email or text messaging, and adhering toall regulations pertaining to opt-out and consumer privacy.

+
+
+
+
-
+
-
+
-
-
-
-
-

Why Trust Us?

-
-
-

What We Provide:

-
-
    -
  • Data-Driven Approach
  • -
  • Ongoing Support
  • -
  • Proven Results
  • -
-
    -
  • 15 Years of Experience
  • -
  • Multi-Channel Marketing
  • -
  • Carefully Curated Content
  • -
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
- -
-
-

Results Driven

-

The numbers always tell a story. We want that story to be what you are looking for, so we analyze and adjust programs - finding ways to improve them.

-
-
-
-
-
-
- -
-
-

Collaboration

-

The key to effective collaboration is open communication. A constructive dialogue will produce marketing programs that work for you.

-
-
-
-
-
-
- -
-
-

Excellence

-

Perfection can be limited by its nature, but pursuing excellence is a journey with rewards. With every shop's unique needs, it is always a challenge worth accepting.

-
-
-
-
-
-
- -
-
-

Adaptability

-

Word of mouth is still the best form of marketing. It's just not done face-to-face as much. So use the technology and adapt to today's environment. Enhance the customer journey.

-
-
-
-
-
-
- -
-
-

Accuracy

-

Our models are finely tuned to know what your customers' needs are.

-
-
-
-
-
-
- -
-
-

Reliability

-

We are always eager to collaborate with you to provide more value through your marketing channels. Your customer retention and satisfaction is our priority.

-
-
-
-
-
-
- +
+
+
+
+

Why Trust Us?

+
+
+

What We Provide:

+
+
    +
  • Data-Driven Approach
  • +
  • Ongoing Support
  • +
  • Proven Results
  • +
+
    +
  • 15 Years of Experience
  • +
  • Multi-Channel Marketing
  • +
  • Carefully Curated Content
  • +
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+ +
+
+

Results Driven

+

The numbers always tell a story. We want that story to be what you are looking for, so we analyze and adjust programs - finding ways to improve them.

+
+
+
+
+
+
+ +
+
+

Collaboration

+

The key to effective collaboration is open communication. A constructive dialogue will produce marketing programs that work for you.

+
+
+
+
+
+
+ +
+
+

Excellence

+

Perfection can be limited by its nature, but pursuing excellence is a journey with rewards. With every shop's unique needs, it is always a challenge worth accepting.

+
+
+
+
+
+
+ +
+
+

Adaptability

+

Word of mouth is still the best form of marketing. It's just not done face-to-face as much. So use the technology and adapt to today's environment. Enhance the customer journey.

+
+
+
+
+
+
+ +
+
+

Accuracy

+

Our models are finely tuned to know what your customers' needs are.

+
+
+
+
+
+
+ +
+
+

Reliability

+

We are always eager to collaborate with you to provide more value through your marketing channels. Your customer retention and satisfaction is our priority.

+
+
+
+
+
+
-
-
- - - - -
-
+
-
-
-

Contact Our Marketing Professionals

-

-
- Get In Touch -
+
-
-
-
-
-
+
+ + + + +
+
- -
+
+
+

Contact Our Marketing Professionals

+

+
+ Get In Touch +
- -
+
+
+
+
+
+ +
-
+ +
-
-
- Copyrights © 2024 All Rights Reserved by KeyMotive LLC. -
-
+
-
+
+
+ Copyright © 2010 - @gloService.YearInFooter All Rights Reserved by KeyMotive LLC. +
+
-
+
-
+
- + + + + +
- -
- - \ No newline at end of file diff --git a/Components/Pages/Privacy.razor b/Components/Pages/Privacy.razor index aaabe4b..111704c 100644 --- a/Components/Pages/Privacy.razor +++ b/Components/Pages/Privacy.razor @@ -1,312 +1,220 @@ @page "/privacy" +@inject Services.GlobalService gloService - - - + +Privacy - @gloService.WebsiteName - - - - + +
- - - - + + - - + +
+
+
+
+

Privacy

+
+
+
+
+ +
- - +
- - +
+
+
+ Proudly serving since 2008 +
+
- - + +
+
+
+ + +
+
+ Our Commitment to Privacy +
+
+
Your privacy, and the privacy of your customers, is very important to us. To better protect your privacy and that of your customers, we provide this notice explaining our online information practices and the choices you can make about the way your information is collected and used. To make this notice easy to find, we make it available on our homepage and at every point where personally identifiable information may be requested.
+
- - - + +
+
+
+ + +
+
+ The Information We Collect +
+
+
This notice applies to all information collected or submitted on the KeyMotive.Net website and its related sites (such as KeyMailSpecials.com and other FTP sites). On some pages, you can order products and services, make requests, and register to enroll in marketing campaigns. The types of personal information collected at these pages are:
+
+
    +
  • Your Name
  • +
  • Your Mailing/Billing Address
  • +
  • Your Email Address
  • +
  • Your Telephone Number
  • +
  • Your timezone
  • +
  • Credit/Debit Card Information
  • +
+
+
On some pages, you can submit information about the business locations that your organization owns or manages. For example, when you enroll these locations in our marketing campaigns or want to change information we have for these entities. The information collected includes:
+
+
    +
  • Business Name (Common Name or DBA)
  • +
  • Address
  • +
  • Telephone Number
  • +
  • Manager's Name (if applicable)'
  • +
+
+
Additionally, you can submit transactional data for the locations you own or manage which contains information relating to the sales transactions of your customers. The information collected may vary, but could include:
+
+
    +
  • Your Customer's Name
  • +
  • Your Customer's Address'
  • +
  • Your Customer's Telephone Number
  • +
  • Your Customer's Email Address
  • +
  • Your Customer's Marketing Communication Preference
  • +
+
+
The information collected relating to the transaction your customer performed with you includes:
+
+
    +
  • The date on which they visited your business
  • +
  • The type of products and/or services they purchased
  • +
  • The amount paid for these services
  • +
  • The method of payment they utilized to complete the transaction
  • +
  • The vehicle they drove
  • +
+
- - Privacy +
If you choose to correspond with us through email, we may retain the content of your email messages together with your email addresses and our responses.
+
Similar to other commercial websites, our web site utilizes a standard technology called "cookies" and web server logs to collect information about how our web site is used. The information gathered through cookies and web server logs may include the date and time of visits, the pages viewed, the time spent at our web site, and the web site visited just before our web site.
+
- + +
+
+
+ + +
+
+ The Way We Use Information +
+
+
We use the information you provide about yourself only to complete an order or to change enrollment for existing locations. We do not share this information with outside parties except to the extent necessary to complete that order (e.g. we will share your billing-related information with your credit card company to complete a sales transaction).
+
We use the information you provide about the locations that your organization owns or manages only to facilitate the fulfillment of future marketing campaigns. We do not share this information with outside parties except to the extent what is necessary to fulfill those marketing campaigns.
+
We use the information you send us about your customers' transactions to fulfill marketing campaigns on your behalf. Information from these transactions is accumulated and processed through statistical models which determine various time of need characteristics for your customers. We do not share this information with outside parties except what is necessary to fulfill marketing campaigns on your behalf.
+
We use return email addresses to answer the email we receive. Such addresses are not used for any other purpose and are not shared with outside parties.
+
Finally, we never use or share the personally identifiable information provided to us online in ways unrelated to the ones described above without also providing you an opportunity to opt-out or otherwise prohibit such unrelated uses.
+
- + +
+
+
+ + +
+
+ Our Commitment to Data Security +
+
+
To prevent unauthorized access, maintain data accuracy, and ensure the correct use of information, we have put in place appropriate physical, electronic, and managerial procedures to safeguard and secure the information we collect online.
+
Additional security measures and procedures are in place to safeguard the transactional data we receive from you.
+
- -
+ +
+
+
+ + +
+
+ Our Commitment to Children's Privacy +
+
+
Protecting the privacy of the very young is especially important. For that reason, we never collect or maintain information at our website from those we actually know are under 13, and no part of our website is structured to attract anyone under 13.
+
- -
-
+
-
-
-
+
+ + + + +
+
-
+
+
+

Contact Our Marketing Professionals

+

+
+ Get In Touch +
- - +
+
+
+
+
+ +
+ +
-
+
-
- -
+
+
+ Copyright © 2010 - @gloService.YearInFooter All Rights Reserved by KeyMotive LLC. +
+
- -
- +
- + -
- -
- - - - -
- - -
-
-
-
-

Privacy

-
-
-
-
- -
- -
- -
-
-
- Proudly serving since 2008 -
-
- - -
-
-
- - -
-
- Our Commitment to Privacy -
-
-
Your privacy, and the privacy of your customers, is very important to us. To better protect your privacy and that of your customers, we provide this notice explaining our online information practices and the choices you can make about the way your information is collected and used. To make this notice easy to find, we make it available on our homepage and at every point where personally identifiable information may be requested.
-
- - -
-
-
- - -
-
- The Information We Collect -
-
-
This notice applies to all information collected or submitted on the KeyMotive.Net website and its related sites (such as KeyMailSpecials.com and other FTP sites). On some pages, you can order products and services, make requests, and register to enroll in marketing campaigns. The types of personal information collected at these pages are:
-
-
    -
  • Your Name
  • -
  • Your Mailing/Billing Address
  • -
  • Your Email Address
  • -
  • Your Telephone Number
  • -
  • Your timezone
  • -
  • Credit/Debit Card Information
  • -
-
-
On some pages, you can submit information about the business locations that your organization owns or manages. For example, when you enroll these locations in our marketing campaigns or want to change information we have for these entities. The information collected includes:
-
-
    -
  • Business Name (Common Name or DBA)
  • -
  • Address
  • -
  • Telephone Number
  • -
  • Manager's Name (if applicable)'
  • -
-
-
Additionally, you can submit transactional data for the locations you own or manage which contains information relating to the sales transactions of your customers. The information collected may vary, but could include:
-
-
    -
  • Your Customer's Name
  • -
  • Your Customer's Address'
  • -
  • Your Customer's Telephone Number
  • -
  • Your Customer's Email Address
  • -
  • Your Customer's Marketing Communication Preference
  • -
-
-
The information collected relating to the transaction your customer performed with you includes:
-
-
    -
  • The date on which they visited your business
  • -
  • The type of products and/or services they purchased
  • -
  • The amount paid for these services
  • -
  • The method of payment they utilized to complete the transaction
  • -
  • The vehicle they drove
  • -
-
- -
If you choose to correspond with us through email, we may retain the content of your email messages together with your email addresses and our responses.
-
Similar to other commercial websites, our web site utilizes a standard technology called "cookies" and web server logs to collect information about how our web site is used. The information gathered through cookies and web server logs may include the date and time of visits, the pages viewed, the time spent at our web site, and the web site visited just before our web site.
-
- - -
-
-
- - -
-
- The Way We Use Information -
-
-
We use the information you provide about yourself only to complete an order or to change enrollment for existing locations. We do not share this information with outside parties except to the extent necessary to complete that order (e.g. we will share your billing-related information with your credit card company to complete a sales transaction).
-
We use the information you provide about the locations that your organization owns or manages only to facilitate the fulfillment of future marketing campaigns. We do not share this information with outside parties except to the extent what is necessary to fulfill those marketing campaigns.
-
We use the information you send us about your customers' transactions to fulfill marketing campaigns on your behalf. Information from these transactions is accumulated and processed through statistical models which determine various time of need characteristics for your customers. We do not share this information with outside parties except what is necessary to fulfill marketing campaigns on your behalf.
-
We use return email addresses to answer the email we receive. Such addresses are not used for any other purpose and are not shared with outside parties.
-
Finally, we never use or share the personally identifiable information provided to us online in ways unrelated to the ones described above without also providing you an opportunity to opt-out or otherwise prohibit such unrelated uses.
-
- - -
-
-
- - -
-
- Our Commitment to Data Security -
-
-
To prevent unauthorized access, maintain data accuracy, and ensure the correct use of information, we have put in place appropriate physical, electronic, and managerial procedures to safeguard and secure the information we collect online.
-
Additional security measures and procedures are in place to safeguard the transactional data we receive from you.
-
- - -
-
-
- - -
-
- Our Commitment to Children's Privacy -
-
-
Protecting the privacy of the very young is especially important. For that reason, we never collect or maintain information at our website from those we actually know are under 13, and no part of our website is structured to attract anyone under 13.
-
- - -
-
-
- - -
-
- How You Can Access Or Correct Your Information -
-
-
You can access all your personally identifiable information that we collect online and maintain through one of our online portals (e.g. www.keymailspecials.com). We use this procedure to better safeguard your information, as it can be protected via SSL encryption.
-
To protect your privacy and security, we will also take reasonable steps to verify your identity before granting access or making corrections.
-
-
-
- -
- -
- - - - -
-
- -
-
-

Contact Our Marketing Professionals

-

-
- Get In Touch -
- -
-
-
-
-
- -
- - -
- -
- -
-
- Copyrights © 2024 All Rights Reserved by KeyMotive LLC. -
-
- -
- -
- -
- - - -
- - - \ No newline at end of file + + +
diff --git a/Components/Services/GlobalService.cs b/Components/Services/GlobalService.cs new file mode 100644 index 0000000..82497cb --- /dev/null +++ b/Components/Services/GlobalService.cs @@ -0,0 +1,8 @@ +namespace KeymailSpecials2.Components.Services; + +public class GlobalService +{ + public string WebsiteName { get; set; } = "KeyMail Specials"; + public int YearInFooter { get; set; } = DateTime.Today.AddDays(-14).Year; + +} diff --git a/Components/_Imports.razor b/Components/_Imports.razor index c2ed67e..82c7169 100644 --- a/Components/_Imports.razor +++ b/Components/_Imports.razor @@ -8,3 +8,4 @@ @using Microsoft.JSInterop @using KeymailSpecials2 @using KeymailSpecials2.Components +@using KeymailSpecials2.Components.Components diff --git a/KeymailSpecials2.csproj b/KeymailSpecials2.csproj index 6bbf124..983ea63 100644 --- a/KeymailSpecials2.csproj +++ b/KeymailSpecials2.csproj @@ -2085,4 +2085,12 @@ + + + + + + + + diff --git a/KeymailSpecials2.csproj.user b/KeymailSpecials2.csproj.user index 9ff5820..5336006 100644 --- a/KeymailSpecials2.csproj.user +++ b/KeymailSpecials2.csproj.user @@ -2,5 +2,6 @@ https + C:\Repos\KeymailSpecials2\Properties\PublishProfiles\FolderProfile.pubxml \ No newline at end of file diff --git a/Program.cs b/Program.cs index 7d3d271..c8667c2 100644 --- a/Program.cs +++ b/Program.cs @@ -1,27 +1,36 @@ using KeymailSpecials2.Components; +using KeymailSpecials2.Components.Services; -var builder = WebApplication.CreateBuilder(args); - -// Add services to the container. -builder.Services.AddRazorComponents() - .AddInteractiveServerComponents(); - -var app = builder.Build(); - -// Configure the HTTP request pipeline. -if (!app.Environment.IsDevelopment()) +internal class Program { - app.UseExceptionHandler("/Error", createScopeForErrors: true); - // The default HSTS value is 30 days. You may want to change this for production scenarios, see https://aka.ms/aspnetcore-hsts. - app.UseHsts(); + private static void Main(string[] args) + { + var builder = WebApplication.CreateBuilder(args); + + // Add services to the container. + builder.Services.AddRazorComponents() + .AddInteractiveServerComponents(); + + builder.Services.AddSingleton(); // Global variables shared by all users + + var app = builder.Build(); + + // Configure the HTTP request pipeline. + if (!app.Environment.IsDevelopment()) + { + app.UseExceptionHandler("/Error", createScopeForErrors: true); + // The default HSTS value is 30 days. You may want to change this for production scenarios, see https://aka.ms/aspnetcore-hsts. + app.UseHsts(); + } + + app.UseHttpsRedirection(); + + app.UseStaticFiles(); + app.UseAntiforgery(); + + app.MapRazorComponents() + .AddInteractiveServerRenderMode(); + + app.Run(); + } } - -app.UseHttpsRedirection(); - -app.UseStaticFiles(); -app.UseAntiforgery(); - -app.MapRazorComponents() - .AddInteractiveServerRenderMode(); - -app.Run(); diff --git a/bin/Debug/net8.0/KeymailSpecials2.dll b/bin/Debug/net8.0/KeymailSpecials2.dll index f563862..901bfa0 100644 Binary files a/bin/Debug/net8.0/KeymailSpecials2.dll and b/bin/Debug/net8.0/KeymailSpecials2.dll differ diff --git a/bin/Debug/net8.0/KeymailSpecials2.exe b/bin/Debug/net8.0/KeymailSpecials2.exe index d388967..b35fa63 100644 Binary files a/bin/Debug/net8.0/KeymailSpecials2.exe and b/bin/Debug/net8.0/KeymailSpecials2.exe differ diff --git a/bin/Debug/net8.0/KeymailSpecials2.pdb b/bin/Debug/net8.0/KeymailSpecials2.pdb index 057a06b..294cc69 100644 Binary files a/bin/Debug/net8.0/KeymailSpecials2.pdb and b/bin/Debug/net8.0/KeymailSpecials2.pdb differ diff --git a/bin/Debug/net8.0/KeymailSpecials2.staticwebassets.runtime.json b/bin/Debug/net8.0/KeymailSpecials2.staticwebassets.runtime.json index c13f7e8..406e541 100644 --- a/bin/Debug/net8.0/KeymailSpecials2.staticwebassets.runtime.json +++ b/bin/Debug/net8.0/KeymailSpecials2.staticwebassets.runtime.json @@ -1 +1 @@ -{"ContentRoots":["C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\","C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\obj\\Debug\\net8.0\\scopedcss\\bundle\\"],"Root":{"Children":{"app.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"app.css"},"Patterns":null},"bootstrap":{"Children":{"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"bootstrap/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"bootstrap/bootstrap.min.css.map"},"Patterns":null}},"Asset":null,"Patterns":null},"css":{"Children":{"animate.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/animate.css"},"Patterns":null},"calendar.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/calendar.css"},"Patterns":null},"components":{"Children":{"bs-datatable.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/bs-datatable.css"},"Patterns":null},"bs-filestyle.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/bs-filestyle.css"},"Patterns":null},"bs-rating.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/bs-rating.css"},"Patterns":null},"bs-select.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/bs-select.css"},"Patterns":null},"bs-switches-vars.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/bs-switches-vars.css"},"Patterns":null},"bs-switches.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/bs-switches.css"},"Patterns":null},"dark-components.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/dark-components.css"},"Patterns":null},"datepicker.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/datepicker.css"},"Patterns":null},"daterangepicker.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/daterangepicker.css"},"Patterns":null},"ion.rangeslider-vars.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/ion.rangeslider-vars.css"},"Patterns":null},"ion.rangeslider.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/ion.rangeslider.css"},"Patterns":null},"ion.rangeslider.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/ion.rangeslider.css.map"},"Patterns":null},"pricing-table.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/pricing-table.css"},"Patterns":null},"prism.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/prism.css"},"Patterns":null},"radio-checkbox-vars.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/radio-checkbox-vars.css"},"Patterns":null},"radio-checkbox.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/radio-checkbox.css"},"Patterns":null},"rangeslider":{"Children":{"sprite-skin-nice.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/rangeslider/sprite-skin-nice.png"},"Patterns":null}},"Asset":null,"Patterns":null},"select-boxes.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/select-boxes.css"},"Patterns":null},"timepicker.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/timepicker.css"},"Patterns":null}},"Asset":null,"Patterns":null},"custom.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/custom.css"},"Patterns":null},"font-icons.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/font-icons.css"},"Patterns":null},"icons":{"Children":{"bootstrap-icons.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/bootstrap-icons.css"},"Patterns":null},"bootstrap-icons":{"Children":{"bootstrap-icons.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/bootstrap-icons/bootstrap-icons.woff"},"Patterns":null},"bootstrap-icons.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/bootstrap-icons/bootstrap-icons.woff2"},"Patterns":null}},"Asset":null,"Patterns":null},"font-awesome.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome.css"},"Patterns":null},"font-awesome":{"Children":{"fa-brands-400.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome/fa-brands-400.ttf"},"Patterns":null},"fa-brands-400.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome/fa-brands-400.woff2"},"Patterns":null},"fa-regular-400.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome/fa-regular-400.ttf"},"Patterns":null},"fa-regular-400.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome/fa-regular-400.woff2"},"Patterns":null},"fa-solid-900.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome/fa-solid-900.ttf"},"Patterns":null},"fa-solid-900.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome/fa-solid-900.woff2"},"Patterns":null},"fa-v4compatibility.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome/fa-v4compatibility.ttf"},"Patterns":null},"fa-v4compatibility.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome/fa-v4compatibility.woff2"},"Patterns":null}},"Asset":null,"Patterns":null},"unicons.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons.css"},"Patterns":null},"unicons":{"Children":{"unicons-0.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-0.woff"},"Patterns":null},"unicons-0.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-0.woff2"},"Patterns":null},"unicons-1.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-1.woff"},"Patterns":null},"unicons-1.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-1.woff2"},"Patterns":null},"unicons-10.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-10.woff"},"Patterns":null},"unicons-10.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-10.woff2"},"Patterns":null},"unicons-11.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-11.woff"},"Patterns":null},"unicons-11.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-11.woff2"},"Patterns":null},"unicons-12.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-12.woff"},"Patterns":null},"unicons-12.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-12.woff2"},"Patterns":null},"unicons-13.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-13.woff"},"Patterns":null},"unicons-13.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-13.woff2"},"Patterns":null},"unicons-14.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-14.woff"},"Patterns":null},"unicons-14.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-14.woff2"},"Patterns":null},"unicons-15.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-15.woff"},"Patterns":null},"unicons-15.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-15.woff2"},"Patterns":null},"unicons-16.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-16.woff"},"Patterns":null},"unicons-16.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-16.woff2"},"Patterns":null},"unicons-17.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-17.woff"},"Patterns":null},"unicons-17.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-17.woff2"},"Patterns":null},"unicons-18.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-18.woff"},"Patterns":null},"unicons-18.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-18.woff2"},"Patterns":null},"unicons-19.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-19.woff"},"Patterns":null},"unicons-19.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-19.woff2"},"Patterns":null},"unicons-2.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-2.woff"},"Patterns":null},"unicons-2.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-2.woff2"},"Patterns":null},"unicons-20.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-20.woff"},"Patterns":null},"unicons-20.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-20.woff2"},"Patterns":null},"unicons-3.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-3.woff"},"Patterns":null},"unicons-3.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-3.woff2"},"Patterns":null},"unicons-4.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-4.woff"},"Patterns":null},"unicons-4.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-4.woff2"},"Patterns":null},"unicons-5.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-5.woff"},"Patterns":null},"unicons-5.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-5.woff2"},"Patterns":null},"unicons-6.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-6.woff"},"Patterns":null},"unicons-6.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-6.woff2"},"Patterns":null},"unicons-7.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-7.woff"},"Patterns":null},"unicons-7.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-7.woff2"},"Patterns":null},"unicons-8.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-8.woff"},"Patterns":null},"unicons-8.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-8.woff2"},"Patterns":null},"unicons-9.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-9.woff"},"Patterns":null},"unicons-9.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-9.woff2"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"magnific-popup.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/magnific-popup.css"},"Patterns":null},"swiper.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/swiper.css"},"Patterns":null}},"Asset":null,"Patterns":null},"demos":{"Children":{"hosting":{"Children":{"hosting.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/hosting.css"},"Patterns":null},"images":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/1.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/2.png"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/3.png"},"Patterns":null},"clients":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/1.png"},"Patterns":null},"10.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/10.png"},"Patterns":null},"11.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/11.png"},"Patterns":null},"12.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/12.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/2.png"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/3.png"},"Patterns":null},"4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/4.png"},"Patterns":null},"5.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/5.png"},"Patterns":null},"6.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/6.png"},"Patterns":null},"7.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/7.png"},"Patterns":null},"8.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/8.png"},"Patterns":null},"9.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/9.png"},"Patterns":null}},"Asset":null,"Patterns":null},"flags":{"Children":{"au.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/au.png"},"Patterns":null},"br.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/br.png"},"Patterns":null},"ca.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/ca.png"},"Patterns":null},"in.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/in.png"},"Patterns":null},"ja.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/ja.png"},"Patterns":null},"sa.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/sa.png"},"Patterns":null},"si.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/si.png"},"Patterns":null},"uk.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/uk.png"},"Patterns":null},"us.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/us.png"},"Patterns":null}},"Asset":null,"Patterns":null},"pattern-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/pattern-dark.png"},"Patterns":null},"pattern.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/pattern.png"},"Patterns":null},"svg":{"Children":{"activation.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/activation.svg"},"Patterns":null},"balancing.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/balancing.svg"},"Patterns":null},"checked.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/checked.svg"},"Patterns":null},"cloud.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/cloud.svg"},"Patterns":null},"dedicated.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/dedicated.svg"},"Patterns":null},"domain.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/domain.svg"},"Patterns":null},"location.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/location.svg"},"Patterns":null},"map-light.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/map-light.svg"},"Patterns":null},"map.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/map.png"},"Patterns":null},"shared.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/shared.svg"},"Patterns":null},"ssl.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/ssl.svg"},"Patterns":null},"support.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/support.svg"},"Patterns":null},"team.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/team.svg"},"Patterns":null},"web.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/web.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"users":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/users/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/users/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/users/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/users/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/users/5.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"movers":{"Children":{"images":{"Children":{"2.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/2.svg"},"Patterns":null},"baggage.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/baggage.png"},"Patterns":null},"bg-2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/bg-2.png"},"Patterns":null},"blog":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/blog/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/blog/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/blog/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/blog/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/blog/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/blog/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"clients":{"Children":{"amazon.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/amazon.svg"},"Patterns":null},"cnn.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/cnn.svg"},"Patterns":null},"github.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/github.svg"},"Patterns":null},"google.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/google.svg"},"Patterns":null},"jetblue.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/jetblue.svg"},"Patterns":null},"linkedin.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/linkedin.svg"},"Patterns":null},"nat-geo.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/nat-geo.svg"},"Patterns":null},"paypal.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/paypal.svg"},"Patterns":null},"vimeo.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/vimeo.svg"},"Patterns":null},"yahoo.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/yahoo.svg"},"Patterns":null},"zillow.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/zillow.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"dot-grid.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/dot-grid.svg"},"Patterns":null},"featured-img":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/featured-img/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/featured-img/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/featured-img/3.jpg"},"Patterns":null},"Thumbs.db":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/featured-img/Thumbs.db"},"Patterns":null}},"Asset":null,"Patterns":null},"others":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/others/1.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/others/2.png"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/others/3.png"},"Patterns":null},"4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/others/4.png"},"Patterns":null}},"Asset":null,"Patterns":null},"section":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/section/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/section/2.jpg"},"Patterns":null},"company.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/section/company.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"slider":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/slider/1.png"},"Patterns":null}},"Asset":null,"Patterns":null},"team":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/9.jpg"},"Patterns":null},"section.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/section.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"movers.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/movers.css"},"Patterns":null}},"Asset":null,"Patterns":null},"pet":{"Children":{"images":{"Children":{"gallery":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/14.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/15.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/9.jpg"},"Patterns":null},"thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/14.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/15.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"help":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/help/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/help/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/help/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-image.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/hero-image.jpg"},"Patterns":null},"logo-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/logo-dark.png"},"Patterns":null},"logo-dark@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/logo-dark@2x.png"},"Patterns":null},"logo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/logo.png"},"Patterns":null},"logo@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/logo@2x.png"},"Patterns":null},"others":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/others/1.png"},"Patterns":null},"section-bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/others/section-bg.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"products":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/products/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/products/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/products/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"services":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/services/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/services/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/services/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/services/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"testimonials":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/testimonials/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/testimonials/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/testimonials/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/testimonials/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"pet.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/pet.css"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"favicon.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.png"},"Patterns":null},"images":{"Children":{"01_preview.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/01_preview.jpg"},"Patterns":null},"about":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/7.jpg"},"Patterns":null},"me-parallax.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/me-parallax.jpg"},"Patterns":null},"parallax.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/parallax.jpg"},"Patterns":null},"Thumbs.db":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/Thumbs.db"},"Patterns":null}},"Asset":null,"Patterns":null},"appshowcase":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/appshowcase/1.jpg"},"Patterns":null},"ipad-section.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/appshowcase/ipad-section.png"},"Patterns":null},"iphone-solid.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/appshowcase/iphone-solid.png"},"Patterns":null},"s1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/appshowcase/s1.png"},"Patterns":null},"s4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/appshowcase/s4.png"},"Patterns":null},"s5.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/appshowcase/s5.png"},"Patterns":null},"slider-iphone.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/appshowcase/slider-iphone.png"},"Patterns":null}},"Asset":null,"Patterns":null},"author":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/author/1.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"banner-curve.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/banner-curve.png"},"Patterns":null},"blank.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blank.svg"},"Patterns":null},"blocks":{"Children":{"intro":{"Children":{"alert-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/alert-1.jpg"},"Patterns":null},"alert-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/alert-2.jpg"},"Patterns":null},"alert-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/alert-3.jpg"},"Patterns":null},"alert-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/alert-4.jpg"},"Patterns":null},"alert-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/alert-5.jpg"},"Patterns":null},"alert-custom-width.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/alert-custom-width.jpg"},"Patterns":null},"blog-grid-hover-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/blog-grid-hover-2.jpg"},"Patterns":null},"blog-grid-hover.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/blog-grid-hover.jpg"},"Patterns":null},"blog-list-hover.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/blog-list-hover.jpg"},"Patterns":null},"blog-single-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/blog-single-3.jpg"},"Patterns":null},"blog-single-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/blog-single-4.jpg"},"Patterns":null},"blog-single-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/blog-single-5.jpg"},"Patterns":null},"blog-single-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/blog-single-6.jpg"},"Patterns":null},"blog-single.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/blog-single.jpg"},"Patterns":null},"buttons.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/buttons.jpg"},"Patterns":null},"cards-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-1.jpg"},"Patterns":null},"cards-10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-10.jpg"},"Patterns":null},"cards-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-2.jpg"},"Patterns":null},"cards-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-3.jpg"},"Patterns":null},"cards-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-4.jpg"},"Patterns":null},"cards-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-5.jpg"},"Patterns":null},"cards-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-6.jpg"},"Patterns":null},"cards-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-7.jpg"},"Patterns":null},"cards-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-8.jpg"},"Patterns":null},"cards-9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-9.jpg"},"Patterns":null},"cards-switch.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-switch.jpg"},"Patterns":null},"carousel-instagram.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/carousel-instagram.jpg"},"Patterns":null},"carousel-tab.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/carousel-tab.jpg"},"Patterns":null},"checklists.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/checklists.jpg"},"Patterns":null},"clipboard.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/clipboard.jpg"},"Patterns":null},"contact-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/contact-1.jpg"},"Patterns":null},"contact-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/contact-2.jpg"},"Patterns":null},"contact-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/contact-3.jpg"},"Patterns":null},"countdown-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/countdown-2.jpg"},"Patterns":null},"countdown.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/countdown.jpg"},"Patterns":null},"counter-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/counter-1.jpg"},"Patterns":null},"counter-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/counter-2.jpg"},"Patterns":null},"counter-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/counter-3.jpg"},"Patterns":null},"counter-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/counter-4.jpg"},"Patterns":null},"counter-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/counter-5.jpg"},"Patterns":null},"crypto.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/crypto.jpg"},"Patterns":null},"currency-converter.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/currency-converter.jpg"},"Patterns":null},"custom-scroll.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/custom-scroll.jpg"},"Patterns":null},"dashboard.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/dashboard.jpg"},"Patterns":null},"event-schedule-scroll.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/event-schedule-scroll.jpg"},"Patterns":null},"event-schedule.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/event-schedule.jpg"},"Patterns":null},"faqs-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/faqs-1.jpg"},"Patterns":null},"faqs-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/faqs-2.jpg"},"Patterns":null},"faqs-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/faqs-3.jpg"},"Patterns":null},"featured-boxes-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-boxes-1.jpg"},"Patterns":null},"featured-boxes-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-boxes-2.jpg"},"Patterns":null},"featured-boxes-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-boxes-3.jpg"},"Patterns":null},"featured-boxes-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-boxes-4.jpg"},"Patterns":null},"featured-boxes-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-boxes-5.jpg"},"Patterns":null},"featured-boxes-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-boxes-6.jpg"},"Patterns":null},"featured-boxes-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-boxes-7.jpg"},"Patterns":null},"featured-boxes-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-boxes-8.jpg"},"Patterns":null},"featured-Images-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-Images-1.jpg"},"Patterns":null},"filter-dropdown.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/filter-dropdown.jpg"},"Patterns":null},"filters-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/filters-1.jpg"},"Patterns":null},"floating-button.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/floating-button.jpg"},"Patterns":null},"follow-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/follow-1.jpg"},"Patterns":null},"follow-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/follow-2.jpg"},"Patterns":null},"footer-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/footer-1.jpg"},"Patterns":null},"footer-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/footer-2.jpg"},"Patterns":null},"footer-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/footer-3.jpg"},"Patterns":null},"footer-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/footer-4.jpg"},"Patterns":null},"footer-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/footer-5.jpg"},"Patterns":null},"footer-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/footer-8.jpg"},"Patterns":null},"form-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-1.jpg"},"Patterns":null},"form-10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-10.jpg"},"Patterns":null},"form-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-2.jpg"},"Patterns":null},"form-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-3.jpg"},"Patterns":null},"form-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-4.jpg"},"Patterns":null},"form-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-5.jpg"},"Patterns":null},"form-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-6.jpg"},"Patterns":null},"form-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-7.jpg"},"Patterns":null},"form-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-8.jpg"},"Patterns":null},"form-9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-9.jpg"},"Patterns":null},"form-profile.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-profile.jpg"},"Patterns":null},"form-show-password.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-show-password.jpg"},"Patterns":null},"gallery-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-1.jpg"},"Patterns":null},"gallery-10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-10.jpg"},"Patterns":null},"gallery-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-2.jpg"},"Patterns":null},"gallery-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-3.jpg"},"Patterns":null},"gallery-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-4.jpg"},"Patterns":null},"gallery-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-5.jpg"},"Patterns":null},"Gallery-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/Gallery-6.jpg"},"Patterns":null},"gallery-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-7.jpg"},"Patterns":null},"gallery-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-8.jpg"},"Patterns":null},"gallery-9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-9.jpg"},"Patterns":null},"gallery-instagram.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-instagram.jpg"},"Patterns":null},"gallery-parallax.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-parallax.jpg"},"Patterns":null},"gototop.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gototop.jpg"},"Patterns":null},"header-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/header-2.jpg"},"Patterns":null},"header-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/header-3.jpg"},"Patterns":null},"header-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/header-4.jpg"},"Patterns":null},"header-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/header-5.jpg"},"Patterns":null},"header-inline.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/header-inline.jpg"},"Patterns":null},"header.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/header.jpg"},"Patterns":null},"hero-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-1.jpg"},"Patterns":null},"hero-10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-10.jpg"},"Patterns":null},"hero-11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-11.jpg"},"Patterns":null},"hero-12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-12.jpg"},"Patterns":null},"hero-13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-13.jpg"},"Patterns":null},"hero-14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-14.jpg"},"Patterns":null},"hero-15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-15.jpg"},"Patterns":null},"hero-16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-16.jpg"},"Patterns":null},"hero-17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-17.jpg"},"Patterns":null},"hero-19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-19.jpg"},"Patterns":null},"hero-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-2.jpg"},"Patterns":null},"hero-20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-20.jpg"},"Patterns":null},"hero-21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-21.jpg"},"Patterns":null},"hero-22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-22.jpg"},"Patterns":null},"hero-23.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-23.jpg"},"Patterns":null},"hero-24.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-24.jpg"},"Patterns":null},"hero-25.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-25.jpg"},"Patterns":null},"hero-26.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-26.jpg"},"Patterns":null},"hero-27.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-27.jpg"},"Patterns":null},"hero-28.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-28.jpg"},"Patterns":null},"hero-29.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-29.jpg"},"Patterns":null},"hero-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-3.jpg"},"Patterns":null},"hero-30.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-30.jpg"},"Patterns":null},"hero-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-4.jpg"},"Patterns":null},"hero-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-5.jpg"},"Patterns":null},"hero-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-6.jpg"},"Patterns":null},"hero-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-7.jpg"},"Patterns":null},"hero-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-8.jpg"},"Patterns":null},"hero-9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-9.jpg"},"Patterns":null},"hero-instructor.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-instructor.jpg"},"Patterns":null},"hero-split.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-split.jpg"},"Patterns":null},"mega-menu-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/mega-menu-2.jpg"},"Patterns":null},"mega-menu-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/mega-menu-3.jpg"},"Patterns":null},"mega-menu-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/mega-menu-4.jpg"},"Patterns":null},"mega-menu-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/mega-menu-5.jpg"},"Patterns":null},"mega-menu.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/mega-menu.jpg"},"Patterns":null},"menu-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/menu-1.jpg"},"Patterns":null},"misc-card-expand.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/misc-card-expand.jpg"},"Patterns":null},"misc-custom-cursor.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/misc-custom-cursor.jpg"},"Patterns":null},"misc-link.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/misc-link.jpg"},"Patterns":null},"misc-search.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/misc-search.jpg"},"Patterns":null},"misc-skeleton.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/misc-skeleton.jpg"},"Patterns":null},"misc-tooltip.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/misc-tooltip.jpg"},"Patterns":null},"morph-menu.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/morph-menu.jpg"},"Patterns":null},"nav-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/nav-1.jpg"},"Patterns":null},"navigation-expand.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/navigation-expand.jpg"},"Patterns":null},"onepage-dots.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/onepage-dots.jpg"},"Patterns":null},"opacity-on-hover.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/opacity-on-hover.jpg"},"Patterns":null},"order-tracking.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/order-tracking.jpg"},"Patterns":null},"otp-form.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/otp-form.jpg"},"Patterns":null},"overlay-menu.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/overlay-menu.jpg"},"Patterns":null},"popup-contact.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-contact.jpg"},"Patterns":null},"popup-coupon.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-coupon.jpg"},"Patterns":null},"popup-food.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-food.jpg"},"Patterns":null},"popup-furniture.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-furniture.jpg"},"Patterns":null},"popup-gym.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-gym.jpg"},"Patterns":null},"popup-recovery-email.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-recovery-email.jpg"},"Patterns":null},"popup-request.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-request.jpg"},"Patterns":null},"popup-sale.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-sale.jpg"},"Patterns":null},"popup-shop-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-shop-1.jpg"},"Patterns":null},"popup-spa.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-spa.jpg"},"Patterns":null},"Popup-ticket.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/Popup-ticket.jpg"},"Patterns":null},"popup-whats-new.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-whats-new.jpg"},"Patterns":null},"Portfolio-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/Portfolio-1.jpg"},"Patterns":null},"portfolio-single-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/portfolio-single-full.jpg"},"Patterns":null},"portfolio-single-grid.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/portfolio-single-grid.jpg"},"Patterns":null},"portfolio-single.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/portfolio-single.jpg"},"Patterns":null},"pricing-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-1.jpg"},"Patterns":null},"pricing-10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-10.jpg"},"Patterns":null},"pricing-11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-11.jpg"},"Patterns":null},"pricing-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-2.jpg"},"Patterns":null},"pricing-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-3.jpg"},"Patterns":null},"pricing-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-4.jpg"},"Patterns":null},"pricing-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-5.jpg"},"Patterns":null},"pricing-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-6.jpg"},"Patterns":null},"pricing-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-7.jpg"},"Patterns":null},"pricing-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-8.jpg"},"Patterns":null},"pricing-9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-9.jpg"},"Patterns":null},"promo-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo-8.jpg"},"Patterns":null},"promo-box-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo-box-1.jpg"},"Patterns":null},"promo-box-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo-box-2.jpg"},"Patterns":null},"promo-box-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo-box-3.jpg"},"Patterns":null},"promo-box-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo-box-4.jpg"},"Patterns":null},"promo-box-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo-box-5.jpg"},"Patterns":null},"promo-box-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo-box-6.jpg"},"Patterns":null},"promo-box-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo-box-7.jpg"},"Patterns":null},"promo.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo.jpg"},"Patterns":null},"rotate-onscroll.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/rotate-onscroll.jpg"},"Patterns":null},"rotating-text.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/rotating-text.jpg"},"Patterns":null},"share-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/share-1.jpg"},"Patterns":null},"shop-quatity.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/shop-quatity.jpg"},"Patterns":null},"shop-select.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/shop-select.jpg"},"Patterns":null},"shop-single-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/shop-single-2.jpg"},"Patterns":null},"shop-single.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/shop-single.jpg"},"Patterns":null},"slider-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/slider-1.jpg"},"Patterns":null},"slider-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/slider-2.jpg"},"Patterns":null},"slider-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/slider-4.jpg"},"Patterns":null},"slider-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/slider-6.jpg"},"Patterns":null},"slider-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/slider-7.jpg"},"Patterns":null},"slider-custom-cursor.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/slider-custom-cursor.jpg"},"Patterns":null},"slider-parallax.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/slider-parallax.jpg"},"Patterns":null},"slider-scrollbar.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/slider-scrollbar.jpg"},"Patterns":null},"social-icons-sidebar.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/social-icons-sidebar.jpg"},"Patterns":null},"social-icons-toggle.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/social-icons-toggle.jpg"},"Patterns":null},"social-icons.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/social-icons.jpg"},"Patterns":null},"sound-event.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/sound-event.jpg"},"Patterns":null},"steps-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/steps-1.jpg"},"Patterns":null},"steps-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/steps-2.jpg"},"Patterns":null},"steps-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/steps-3.jpg"},"Patterns":null},"steps-vertical.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/steps-vertical.jpg"},"Patterns":null},"sticky-cards.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/sticky-cards.jpg"},"Patterns":null},"sticky-page.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/sticky-page.jpg"},"Patterns":null},"sticky-scroll.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/sticky-scroll.jpg"},"Patterns":null},"svg_background.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/svg_background.jpg"},"Patterns":null},"tab-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/tab-1.jpg"},"Patterns":null},"tab-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/tab-2.jpg"},"Patterns":null},"tab-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/tab-3.jpg"},"Patterns":null},"tabs-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/tabs-4.jpg"},"Patterns":null},"team-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/team-1.jpg"},"Patterns":null},"team-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/team-2.jpg"},"Patterns":null},"testimonials-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/testimonials-1.jpg"},"Patterns":null},"testimonials-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/testimonials-2.jpg"},"Patterns":null},"testimonials-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/testimonials-3.jpg"},"Patterns":null},"testimonials-slide.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/testimonials-slide.jpg"},"Patterns":null},"Thumbs.db":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/Thumbs.db"},"Patterns":null},"ticker.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/ticker.jpg"},"Patterns":null},"vertical-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/vertical-2.jpg"},"Patterns":null},"video-gallery.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/video-gallery.jpg"},"Patterns":null},"video-onhover-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/video-onhover-2.jpg"},"Patterns":null},"video-onhover.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/video-onhover.jpg"},"Patterns":null},"video-section.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/video-section.jpg"},"Patterns":null},"with-sub-menu-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/with-sub-menu-2.jpg"},"Patterns":null},"with-sub-menu.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/with-sub-menu.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"preview":{"Children":{"avatar":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/avatar/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/avatar/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/avatar/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/avatar/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/avatar/5.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"block-footer-4.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/block-footer-4.mp4"},"Patterns":null},"block-footer-4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/block-footer-4.png"},"Patterns":null},"card-10":{"Children":{"car.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-10/car.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"card-2":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-2/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-2/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-2/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"card-3":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-3/1.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"card-6":{"Children":{"1-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-6/1-thumb.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-6/1.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"card-9":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-9/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-9/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-9/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"cart-styles":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/14.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/15.jpg"},"Patterns":null},"16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/16.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/17.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"cascading":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cascading/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cascading/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cascading/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"construction.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/construction.svg"},"Patterns":null},"countdown-2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/countdown-2.png"},"Patterns":null},"countdown.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/countdown.jpg"},"Patterns":null},"crypto":{"Children":{"1.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/1.svg"},"Patterns":null},"2.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/2.svg"},"Patterns":null},"2":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/2/1.jpg"},"Patterns":null},"1.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/2/1.svg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/2/2.jpg"},"Patterns":null},"2.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/2/2.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"3.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/3.svg"},"Patterns":null},"4.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/4.svg"},"Patterns":null},"bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/bg.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"cursor.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cursor.png"},"Patterns":null},"cursor.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cursor.svg"},"Patterns":null},"dot-grid-light.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/dot-grid-light.svg"},"Patterns":null},"exp-cards":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/exp-cards/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/exp-cards/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/exp-cards/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/exp-cards/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/exp-cards/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/exp-cards/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/exp-cards/7.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"fbox-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/fbox-1.jpg"},"Patterns":null},"featured":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/featured/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/featured/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/featured/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/featured/4.jpg"},"Patterns":null},"Thumbs.db":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/featured/Thumbs.db"},"Patterns":null}},"Asset":null,"Patterns":null},"filter-dropdown":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"form-2.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/form-2.svg"},"Patterns":null},"form-3":{"Children":{"1.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/form-3/1.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"form-9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/form-9.jpg"},"Patterns":null},"form-booking-reservation.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/form-booking-reservation.jpg"},"Patterns":null},"form-fitness.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/form-fitness.jpg"},"Patterns":null},"gallery-1":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-1/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-1/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-1/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-1/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-1/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-1/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"gallery-2":{"Children":{"1-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/1-full.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/10.jpg"},"Patterns":null},"11-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/11-full.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/11.jpg"},"Patterns":null},"12-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/12-full.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/12.jpg"},"Patterns":null},"2-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/2-full.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/2.jpg"},"Patterns":null},"3-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/3-full.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/3.jpg"},"Patterns":null},"4-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/4-full.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/4.jpg"},"Patterns":null},"5-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/5-full.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/5.jpg"},"Patterns":null},"6-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/6-full.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/6.jpg"},"Patterns":null},"7-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/7-full.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/7.jpg"},"Patterns":null},"8-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/8-full.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/8.jpg"},"Patterns":null},"9-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/9-full.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"gallery-3":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-3/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-3/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-3/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-3/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"gallery-4":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-4/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-4/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-4/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-4/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-4/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-4/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-4/7.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"gallery-5":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-5/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-5/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-5/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-5/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"gallery-7":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-7/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-7/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-7/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-7/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-7/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-7/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-7/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-7/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"gallery-parallax":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-parallax/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-parallax/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-parallax/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-parallax/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-parallax/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-parallax/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"google-login.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/google-login.png"},"Patterns":null},"header-4":{"Children":{"bevarage.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-4/bevarage.svg"},"Patterns":null},"burgers.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-4/burgers.svg"},"Patterns":null},"chinese.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-4/chinese.svg"},"Patterns":null},"desserts.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-4/desserts.svg"},"Patterns":null},"indian.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-4/indian.svg"},"Patterns":null},"indonesian.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-4/indonesian.svg"},"Patterns":null},"pizza.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-4/pizza.svg"},"Patterns":null},"tacos.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-4/tacos.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"header-5":{"Children":{"camera.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-5/camera.jpg"},"Patterns":null},"games.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-5/games.jpg"},"Patterns":null},"ipad.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-5/ipad.jpg"},"Patterns":null},"notebook.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-5/notebook.jpg"},"Patterns":null},"ps4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-5/ps4.png"},"Patterns":null},"ps5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-5/ps5.jpg"},"Patterns":null},"tv.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-5/tv.jpg"},"Patterns":null},"xbox.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-5/xbox.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-1.jpg"},"Patterns":null},"hero-10":{"Children":{"1-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/1-thumb.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/1.jpg"},"Patterns":null},"2-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/2-thumb.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/2.jpg"},"Patterns":null},"3-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/3-thumb.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/3.jpg"},"Patterns":null},"4-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/4-thumb.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/4.jpg"},"Patterns":null},"5-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/5-thumb.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/5.jpg"},"Patterns":null},"main.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/main.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-11":{"Children":{"bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-11/bg.jpg"},"Patterns":null},"hanging-lamp.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-11/hanging-lamp.jpg"},"Patterns":null},"sofa.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-11/sofa.jpg"},"Patterns":null},"table-lamp.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-11/table-lamp.jpg"},"Patterns":null},"table.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-11/table.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-12.jpg"},"Patterns":null},"hero-13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-13.jpg"},"Patterns":null},"hero-14":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-14/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-14/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-14/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-16.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-16.svg"},"Patterns":null},"hero-18":{"Children":{"men.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-18/men.jpg"},"Patterns":null},"women.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-18/women.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-19.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-19.svg"},"Patterns":null},"hero-21":{"Children":{"1.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-21/1.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-22":{"Children":{"1-light.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-22/1-light.png"},"Patterns":null},"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-22/1.png"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-23":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-23/1.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-23/2.png"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-23/3.png"},"Patterns":null},"4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-23/4.png"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-24":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-24/1.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-25.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-25.jpg"},"Patterns":null},"hero-26":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-26/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-26/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-26/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-28":{"Children":{"Browser.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-28/Browser.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-2":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-2/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-2/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-2/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-30":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-30/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-30/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-30/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-30/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-30/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-30/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-30/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-30/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-4.jpg"},"Patterns":null},"hero-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-6.jpg"},"Patterns":null},"hero-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-7.jpg"},"Patterns":null},"hero-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-8.jpg"},"Patterns":null},"hero-9":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-9/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-9/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-9/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hotspot.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hotspot.jpg"},"Patterns":null},"insta-bg.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/insta-bg.svg"},"Patterns":null},"instructor-2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/instructor-2.png"},"Patterns":null},"instructor-bg.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/instructor-bg.svg"},"Patterns":null},"instructor.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/instructor.png"},"Patterns":null},"iphone-wireframe.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/iphone-wireframe.png"},"Patterns":null},"iphone":{"Children":{"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/iphone/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/iphone/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/iphone/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/iphone/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/iphone/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"lazy-loading.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/lazy-loading.jpg"},"Patterns":null},"logo@footer-2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/logo@footer-2.png"},"Patterns":null},"map.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/map.png"},"Patterns":null},"mask-blob.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/mask-blob.svg"},"Patterns":null},"mask.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/mask.png"},"Patterns":null},"modal-health.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/modal-health.jpg"},"Patterns":null},"modal-subscribe-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/modal-subscribe-2.jpg"},"Patterns":null},"nav":{"Children":{"bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/nav/bg.jpg"},"Patterns":null},"bg.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/nav/bg.png"},"Patterns":null},"gr-bg":{"Children":{"2364720.ai":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/nav/gr-bg/2364720.ai"},"Patterns":null},"2364724.eps":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/nav/gr-bg/2364724.eps"},"Patterns":null},"2364726.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/nav/gr-bg/2364726.jpg"},"Patterns":null},"Fonts.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/nav/gr-bg/Fonts.txt"},"Patterns":null},"License free.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/nav/gr-bg/License free.txt"},"Patterns":null},"License premium.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/nav/gr-bg/License premium.txt"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"pattern.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/pattern.svg"},"Patterns":null},"popup-banner.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popup-banner.jpg"},"Patterns":null},"popups":{"Children":{"food":{"Children":{"bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/food/bg.jpg"},"Patterns":null},"bg.psd":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/food/bg.psd"},"Patterns":null},"offer.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/food/offer.png"},"Patterns":null}},"Asset":null,"Patterns":null},"furniture":{"Children":{"bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/furniture/bg.jpg"},"Patterns":null},"bg.psd":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/furniture/bg.psd"},"Patterns":null}},"Asset":null,"Patterns":null},"gym":{"Children":{"bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/gym/bg.jpg"},"Patterns":null},"mask.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/gym/mask.png"},"Patterns":null}},"Asset":null,"Patterns":null},"popup-contact.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/popup-contact.svg"},"Patterns":null},"popup-sale.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/popup-sale.jpg"},"Patterns":null},"popup-ticket.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/popup-ticket.jpg"},"Patterns":null},"recovery-email.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/recovery-email.svg"},"Patterns":null},"shop":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/shop/1.jpg"},"Patterns":null},"1.psd":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/shop/1.psd"},"Patterns":null}},"Asset":null,"Patterns":null},"spa":{"Children":{"spa-logo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/spa/spa-logo.png"},"Patterns":null},"spa.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/spa/spa.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"portfolio-1":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-1/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-1/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-1/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-1/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-1/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-1/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"portfolio-full":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/8.jpg"},"Patterns":null},"thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/thumbs/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/thumbs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/thumbs/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/thumbs/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/thumbs/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/thumbs/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/thumbs/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/thumbs/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"portfolio-single":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-single/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-single/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-single/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-single/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-single/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-single/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"pricing.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/pricing.svg"},"Patterns":null},"promo-box":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/promo-box/1.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"recipes":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/recipes/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/recipes/2.jpg"},"Patterns":null},"3.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/recipes/3.jpeg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/recipes/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/recipes/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/recipes/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/recipes/7.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"schedule.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/schedule.jpg"},"Patterns":null},"seperator.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/seperator.svg"},"Patterns":null},"shop-full":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-full/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-full/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-full/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-full/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-full/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-full/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-full/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-full/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"shop-select":{"Children":{"black.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-select/black.jpg"},"Patterns":null},"blue.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-select/blue.jpg"},"Patterns":null},"clear.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-select/clear.jpg"},"Patterns":null},"green.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-select/green.jpg"},"Patterns":null},"lightblue.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-select/lightblue.jpg"},"Patterns":null},"orange.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-select/orange.jpg"},"Patterns":null},"skyblue.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-select/skyblue.jpg"},"Patterns":null},"white.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-select/white.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"slider-1":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-1/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-1/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-1/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"slider-2":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-2/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-2/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-2/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"slider-4":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-4/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-4/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-4/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-4/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-4/5.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"slider-parallax":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-parallax/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-parallax/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-parallax/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"svg-bg":{"Children":{"animated_shape.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/animated_shape.svg"},"Patterns":null},"blob.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/blob.svg"},"Patterns":null},"colored.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/colored.svg"},"Patterns":null},"colored_patterns.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/colored_patterns.svg"},"Patterns":null},"gradient.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/gradient.svg"},"Patterns":null},"Meteor.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/Meteor.svg"},"Patterns":null},"polygon.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/polygon.svg"},"Patterns":null},"rect.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/rect.svg"},"Patterns":null},"Shiny.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/Shiny.svg"},"Patterns":null},"sprinkle.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/sprinkle.svg"},"Patterns":null},"wave.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/wave.svg"},"Patterns":null},"world_map.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/world_map.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"tab-3":{"Children":{"niche":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-3/niche/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-3/niche/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-3/niche/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-3/niche/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"onepages":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-3/onepages/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-3/onepages/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-3/onepages/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-3/onepages/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"tab-4":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-4/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-4/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-4/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-4/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-4/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-4/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-4/7.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"team-2":{"Children":{"1-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team-2/1-1.jpg"},"Patterns":null},"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team-2/1.png"},"Patterns":null},"2-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team-2/2-1.jpg"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team-2/2.png"},"Patterns":null},"3-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team-2/3-1.jpg"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team-2/3.png"},"Patterns":null}},"Asset":null,"Patterns":null},"team":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"blog":{"Children":{"full":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/10.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/12-1.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/13.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/17.jpg"},"Patterns":null},"18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/18.jpg"},"Patterns":null},"19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/19.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/2.jpg"},"Patterns":null},"20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/20.jpg"},"Patterns":null},"21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/21.jpg"},"Patterns":null},"22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/22.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/3.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/6-2.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"grid":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/10.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/13.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/17.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/2.jpg"},"Patterns":null},"20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/20.jpg"},"Patterns":null},"21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/21.jpg"},"Patterns":null},"22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/22.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"masonry":{"Children":{"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/masonry/10.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/masonry/12-1.jpg"},"Patterns":null},"20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/masonry/20.jpg"},"Patterns":null},"22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/masonry/22.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/masonry/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/masonry/6-2.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"small":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/10.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/12-1.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/13.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/17.jpg"},"Patterns":null},"18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/18.jpg"},"Patterns":null},"19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/19.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/2.jpg"},"Patterns":null},"20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/20.jpg"},"Patterns":null},"21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/21.jpg"},"Patterns":null},"22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/22.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/3.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/6-2.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"standard":{"Children":{".17~imageoptim.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/standard/.17~imageoptim.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/standard/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/standard/10.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/standard/17.jpg"},"Patterns":null},"20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/standard/20.jpg"},"Patterns":null},"21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/standard/21.jpg"},"Patterns":null},"22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/standard/22.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"clients":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/1.png"},"Patterns":null},"10.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/10.png"},"Patterns":null},"11.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/11.png"},"Patterns":null},"12.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/12.png"},"Patterns":null},"13.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/13.png"},"Patterns":null},"14.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/14.png"},"Patterns":null},"15.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/15.png"},"Patterns":null},"16.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/16.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/2.png"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/3.png"},"Patterns":null},"4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/4.png"},"Patterns":null},"5.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/5.png"},"Patterns":null},"6.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/6.png"},"Patterns":null},"7.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/7.png"},"Patterns":null},"8.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/8.png"},"Patterns":null},"9.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/9.png"},"Patterns":null},"logo":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/1.png"},"Patterns":null},"10.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/10.png"},"Patterns":null},"11.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/11.png"},"Patterns":null},"12.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/12.png"},"Patterns":null},"13.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/13.png"},"Patterns":null},"14.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/14.png"},"Patterns":null},"15.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/15.png"},"Patterns":null},"16.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/16.png"},"Patterns":null},"17.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/17.png"},"Patterns":null},"18.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/18.png"},"Patterns":null},"19.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/19.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/2.png"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/3.png"},"Patterns":null},"4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/4.png"},"Patterns":null},"5.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/5.png"},"Patterns":null},"6.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/6.png"},"Patterns":null},"7.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/7.png"},"Patterns":null},"8.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/8.png"},"Patterns":null},"9.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/9.png"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"demo-parallax.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/demo-parallax.jpg"},"Patterns":null},"events":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/10.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/8.jpg"},"Patterns":null},"parallax":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/parallax/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/parallax/2.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/parallax/4.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/parallax/7.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/parallax/9.jpg"},"Patterns":null},"home.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/parallax/home.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/thumbs/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/thumbs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/thumbs/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/thumbs/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/thumbs/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/thumbs/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/thumbs/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/thumbs/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"extras":{"Children":{"200x200.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/extras/200x200.gif"},"Patterns":null}},"Asset":null,"Patterns":null},"footer-bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/footer-bg.jpg"},"Patterns":null},"footer-logo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/footer-logo.png"},"Patterns":null},"footer-logo@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/footer-logo@2x.png"},"Patterns":null},"footer-widget-logo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/footer-widget-logo.png"},"Patterns":null},"footer-widget-logo@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/footer-widget-logo@2x.png"},"Patterns":null},"forms":{"Children":{"billing-shipping.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/billing-shipping.jpg"},"Patterns":null},"booking-reservation.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/booking-reservation.jpg"},"Patterns":null},"car-rental.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/car-rental.jpg"},"Patterns":null},"car":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/car/1.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/car/2.png"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/car/3.png"},"Patterns":null},"4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/car/4.png"},"Patterns":null}},"Asset":null,"Patterns":null},"coming-soon.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/coming-soon.jpg"},"Patterns":null},"event-registration.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/event-registration.jpg"},"Patterns":null},"feedback.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/feedback.jpg"},"Patterns":null},"fitness.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/fitness.jpg"},"Patterns":null},"fixed-feedback.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/fixed-feedback.jpg"},"Patterns":null},"floating-contact.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/floating-contact.jpg"},"Patterns":null},"freelance-quote.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/freelance-quote.jpg"},"Patterns":null},"get-started.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/get-started.jpg"},"Patterns":null},"health.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/health.jpg"},"Patterns":null},"inline.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/inline.jpg"},"Patterns":null},"job.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/job.jpg"},"Patterns":null},"modal-feedback.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/modal-feedback.jpg"},"Patterns":null},"modal-subscribe-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/modal-subscribe-2.jpg"},"Patterns":null},"modal-subscribe-top.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/modal-subscribe-top.jpg"},"Patterns":null},"modal-subscribe.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/modal-subscribe.jpg"},"Patterns":null},"plan.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/plan.jpg"},"Patterns":null},"plan.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/plan.png"},"Patterns":null},"real-estate-enquiry.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/real-estate-enquiry.jpg"},"Patterns":null},"referral-bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/referral-bg.jpg"},"Patterns":null},"referral.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/referral.jpg"},"Patterns":null},"subscription.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/subscription.jpg"},"Patterns":null},"survey.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/survey.jpg"},"Patterns":null},"website-costing.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/website-costing.jpg"},"Patterns":null},"wedding.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/wedding.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"grid.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/grid.png"},"Patterns":null},"header-bg.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/header-bg.png"},"Patterns":null},"icons":{"Children":{"avatar.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/avatar.jpg"},"Patterns":null},"close.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/close.png"},"Patterns":null},"dotted.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/dotted.png"},"Patterns":null},"features":{"Children":{"flag.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/flag.png"},"Patterns":null},"map.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/map.png"},"Patterns":null},"performance.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/performance.png"},"Patterns":null},"responsive.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/responsive.png"},"Patterns":null},"retina.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/retina.png"},"Patterns":null},"seo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/seo.png"},"Patterns":null},"support.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/support.png"},"Patterns":null},"tick.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/tick.png"},"Patterns":null},"tools.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/tools.png"},"Patterns":null}},"Asset":null,"Patterns":null},"flags":{"Children":{"french.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/flags/french.png"},"Patterns":null},"german.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/flags/german.png"},"Patterns":null},"italian.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/flags/italian.png"},"Patterns":null}},"Asset":null,"Patterns":null},"iconalt.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/iconalt.svg"},"Patterns":null},"image.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/image.png"},"Patterns":null},"macbook.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/macbook.png"},"Patterns":null},"map-icon-red.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/map-icon-red.png"},"Patterns":null},"map-icon.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/map-icon.png"},"Patterns":null},"play.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/play.png"},"Patterns":null},"restaurant":{"Children":{"cup-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/restaurant/cup-dark.png"},"Patterns":null},"cup.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/restaurant/cup.png"},"Patterns":null},"fork-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/restaurant/fork-dark.png"},"Patterns":null},"fork.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/restaurant/fork.png"},"Patterns":null},"glass-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/restaurant/glass-dark.png"},"Patterns":null},"glass.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/restaurant/glass.png"},"Patterns":null},"tea-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/restaurant/tea-dark.png"},"Patterns":null},"tea.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/restaurant/tea.png"},"Patterns":null}},"Asset":null,"Patterns":null},"svg":{"Children":{"library_add_FILL0_wght200_GRAD0_opsz40.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/svg/library_add_FILL0_wght200_GRAD0_opsz40.svg"},"Patterns":null},"queue.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/svg/queue.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"video-play.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/video-play.png"},"Patterns":null}},"Asset":null,"Patterns":null},"ils":{"Children":{"404.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/404.svg"},"Patterns":null},"build-websites.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/build-websites.svg"},"Patterns":null},"building-websites.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/building-websites.svg"},"Patterns":null},"canvas-code.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/canvas-code.svg"},"Patterns":null},"canvas-support.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/canvas-support.svg"},"Patterns":null},"hero-chat.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/hero-chat.svg"},"Patterns":null},"hero-cms.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/hero-cms.svg"},"Patterns":null},"hero-family.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/hero-family.svg"},"Patterns":null},"hero-schedule.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/hero-schedule.svg"},"Patterns":null},"hero-social.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/hero-social.svg"},"Patterns":null},"layered-peaks.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/layered-peaks.svg"},"Patterns":null},"website-builder.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/website-builder.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"intro":{"Children":{"bg-2.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/bg-2.jpeg"},"Patterns":null},"bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/bg.jpg"},"Patterns":null},"bg1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/bg1.jpg"},"Patterns":null},"blocks.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/blocks.jpg"},"Patterns":null},"blocks":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/blocks/1.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/blocks/2.png"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-bg.webp":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/hero-bg.webp"},"Patterns":null},"icons.zip":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons.zip"},"Patterns":null},"icons":{"Children":{"ajax.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/ajax.svg"},"Patterns":null},"bootstrap-5.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/bootstrap-5.svg"},"Patterns":null},"css.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/css.svg"},"Patterns":null},"dark.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/dark.svg"},"Patterns":null},"gulp-js.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/gulp-js.svg"},"Patterns":null},"html-5.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/html-5.svg"},"Patterns":null},"js.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/js.svg"},"Patterns":null},"node-js.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/node-js.svg"},"Patterns":null},"rtl.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/rtl.svg"},"Patterns":null},"sass.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/sass.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"latest":{"Children":{"niche-demos-1.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/latest/niche-demos-1.svg"},"Patterns":null},"niche-demos.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/latest/niche-demos.jpg"},"Patterns":null},"niche-demos.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/latest/niche-demos.png"},"Patterns":null},"niche-demos.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/latest/niche-demos.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"multipage":{"Children":{"homepage1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage1.jpg"},"Patterns":null},"homepage10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage10.jpg"},"Patterns":null},"homepage11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage11.jpg"},"Patterns":null},"homepage12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage12.jpg"},"Patterns":null},"homepage13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage13.jpg"},"Patterns":null},"homepage14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage14.jpg"},"Patterns":null},"homepage15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage15.jpg"},"Patterns":null},"homepage16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage16.jpg"},"Patterns":null},"homepage17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage17.jpg"},"Patterns":null},"homepage18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage18.jpg"},"Patterns":null},"homepage19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage19.jpg"},"Patterns":null},"homepage2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage2.jpg"},"Patterns":null},"homepage20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage20.jpg"},"Patterns":null},"homepage21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage21.jpg"},"Patterns":null},"homepage22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage22.jpg"},"Patterns":null},"homepage23.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage23.jpg"},"Patterns":null},"homepage24.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage24.jpg"},"Patterns":null},"homepage25.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage25.jpg"},"Patterns":null},"homepage26.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage26.jpg"},"Patterns":null},"homepage27.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage27.jpg"},"Patterns":null},"homepage28.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage28.jpg"},"Patterns":null},"homepage29.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage29.jpg"},"Patterns":null},"homepage3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage3.jpg"},"Patterns":null},"homepage30.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage30.jpg"},"Patterns":null},"homepage4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage4.jpg"},"Patterns":null},"homepage5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage5.jpg"},"Patterns":null},"homepage6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage6.jpg"},"Patterns":null},"homepage7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage7.jpg"},"Patterns":null},"homepage8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage8.jpg"},"Patterns":null},"homepage9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"new":{"Children":{"app-landing.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/app-landing.mp4"},"Patterns":null},"button.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/button.gif"},"Patterns":null},"canvas-forms-processor-old.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/canvas-forms-processor-old.mp4"},"Patterns":null},"canvas-forms-processor-poster.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/canvas-forms-processor-poster.jpg"},"Patterns":null},"canvas-forms-processor.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/canvas-forms-processor.mp4"},"Patterns":null},"demos":{"Children":{"barber.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/demos/barber.png"},"Patterns":null},"business.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/demos/business.png"},"Patterns":null},"car.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/demos/car.png"},"Patterns":null},"ecommerce.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/demos/ecommerce.png"},"Patterns":null},"music.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/demos/music.png"},"Patterns":null},"pet.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/demos/pet.png"},"Patterns":null},"resume.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/demos/resume.png"},"Patterns":null}},"Asset":null,"Patterns":null},"footer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/footer.jpg"},"Patterns":null},"hero-bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/hero-bg.jpg"},"Patterns":null},"hero-image.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/hero-image.jpg"},"Patterns":null},"hero-optim.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/hero-optim.jpg"},"Patterns":null},"hero-optimized.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/hero-optimized.jpeg"},"Patterns":null},"hero-v7-performance.webp":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/hero-v7-performance.webp"},"Patterns":null},"hero-v7.webp":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/hero-v7.webp"},"Patterns":null},"hero.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/hero.jpg"},"Patterns":null},"hero.webp":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/hero.webp"},"Patterns":null},"intro-hero-2.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/intro-hero-2.jpeg"},"Patterns":null},"intro-hero.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/intro-hero.jpg"},"Patterns":null},"ipad-p-screen.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/ipad-p-screen.gif"},"Patterns":null},"ipad-p.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/ipad-p.png"},"Patterns":null},"ipad-screen1.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/ipad-screen1.mp4"},"Patterns":null},"ipad.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/ipad.jpg"},"Patterns":null},"iphone.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/iphone.mp4"},"Patterns":null},"iphone7-screen.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/iphone7-screen.gif"},"Patterns":null},"iphone7-screen.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/iphone7-screen.jpg"},"Patterns":null},"iphone7.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/iphone7.png"},"Patterns":null},"macbook.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/macbook.png"},"Patterns":null},"multipages.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/multipages.jpg"},"Patterns":null},"niche.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/niche.jpg"},"Patterns":null},"onepages.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/onepages.jpg"},"Patterns":null},"p-generator.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/p-generator.mp4"},"Patterns":null},"p-generator.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/p-generator.png"},"Patterns":null},"rev-intro.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/rev-intro.jpg"},"Patterns":null},"rev-intro.webp":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/rev-intro.webp"},"Patterns":null},"rev-slider.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/rev-slider.jpg"},"Patterns":null},"rev.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/rev.jpg"},"Patterns":null},"rev.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/rev.png"},"Patterns":null},"video-button.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/video-button.jpg"},"Patterns":null},"video.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/video.gif"},"Patterns":null},"youtube.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/youtube.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"niche":{"Children":{"agency.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/agency.jpg"},"Patterns":null},"app-landing.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/app-landing.jpg"},"Patterns":null},"articles.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/articles.jpg"},"Patterns":null},"barber.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/barber.jpg"},"Patterns":null},"bike.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/bike.jpg"},"Patterns":null},"business.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/business.jpg"},"Patterns":null},"car.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/car.jpg"},"Patterns":null},"coffee.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/coffee.jpg"},"Patterns":null},"coming-soon.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/coming-soon.jpg"},"Patterns":null},"construction.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/construction.jpg"},"Patterns":null},"course.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/course.jpg"},"Patterns":null},"ecommerce.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/ecommerce.jpg"},"Patterns":null},"gym.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/gym.jpg"},"Patterns":null},"headphones.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/headphones.jpg"},"Patterns":null},"horizontal-blog.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/horizontal-blog.jpg"},"Patterns":null},"hosting.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/hosting.jpg"},"Patterns":null},"interior-design.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/interior-design.jpg"},"Patterns":null},"media-agency.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/media-agency.jpg"},"Patterns":null},"medical.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/medical.jpg"},"Patterns":null},"modern-blog.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/modern-blog.jpg"},"Patterns":null},"music.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/music.jpg"},"Patterns":null},"news.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/news.jpg"},"Patterns":null},"new":{"Children":{"academic.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/academic.jpg"},"Patterns":null},"agency.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/agency.jpg"},"Patterns":null},"app-landing.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/app-landing.jpg"},"Patterns":null},"article.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/article.jpg"},"Patterns":null},"barber.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/barber.jpg"},"Patterns":null},"beauty-kit.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/beauty-kit.jpg"},"Patterns":null},"beauty.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/beauty.jpg"},"Patterns":null},"bike.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/bike.jpg"},"Patterns":null},"blog.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/blog.jpg"},"Patterns":null},"burger.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/burger.jpg"},"Patterns":null},"burger.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/burger.png"},"Patterns":null},"business.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/business.jpg"},"Patterns":null},"cafe.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/cafe.jpg"},"Patterns":null},"car.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/car.jpg"},"Patterns":null},"classic.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/classic.jpg"},"Patterns":null},"cleaner.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/cleaner.jpg"},"Patterns":null},"conference.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/conference.jpg"},"Patterns":null},"construction.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/construction.jpg"},"Patterns":null},"course.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/course.jpg"},"Patterns":null},"covid-care.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/covid-care.jpg"},"Patterns":null},"coworking.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/coworking.jpg"},"Patterns":null},"crowdfunding.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/crowdfunding.jpg"},"Patterns":null},"drone.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/drone.jpg"},"Patterns":null},"ecommerce.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/ecommerce.jpg"},"Patterns":null},"finance.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/finance.jpg"},"Patterns":null},"football-club.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/football-club.jpg"},"Patterns":null},"forum.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/forum.jpg"},"Patterns":null},"freelancer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/freelancer.jpg"},"Patterns":null},"furniture.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/furniture.jpg"},"Patterns":null},"gym.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/gym.jpg"},"Patterns":null},"headphones.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/headphones.jpg"},"Patterns":null},"home.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/home.jpg"},"Patterns":null},"hostel.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/hostel.jpg"},"Patterns":null},"hosting.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/hosting.jpg"},"Patterns":null},"insurance.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/insurance.jpg"},"Patterns":null},"integro.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/integro.jpg"},"Patterns":null},"interior-design.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/interior-design.jpg"},"Patterns":null},"jewellery.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/jewellery.jpg"},"Patterns":null},"kindergarten.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/kindergarten.jpg"},"Patterns":null},"landing-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/landing-2.jpg"},"Patterns":null},"landing.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/landing.jpg"},"Patterns":null},"law-firm.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/law-firm.jpg"},"Patterns":null},"media-agency.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/media-agency.jpg"},"Patterns":null},"medical.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/medical.jpg"},"Patterns":null},"modern-blog.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/modern-blog.jpg"},"Patterns":null},"more.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/more.jpg"},"Patterns":null},"movers.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/movers.jpg"},"Patterns":null},"music.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/music.jpg"},"Patterns":null},"news.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/news.jpg"},"Patterns":null},"nft.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/nft.jpg"},"Patterns":null},"nonprofit.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/nonprofit.jpg"},"Patterns":null},"pet.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/pet.jpg"},"Patterns":null},"photographer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/photographer.jpg"},"Patterns":null},"photography.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/photography.jpg"},"Patterns":null},"podcasts.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/podcasts.jpg"},"Patterns":null},"portfolio.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/portfolio.jpg"},"Patterns":null},"project.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/project.jpg"},"Patterns":null},"real-estate.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/real-estate.jpg"},"Patterns":null},"real-estate1-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/real-estate1-thumb.jpg"},"Patterns":null},"real-estate1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/real-estate1.jpg"},"Patterns":null},"real-estate2-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/real-estate2-thumb.jpg"},"Patterns":null},"real-estate2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/real-estate2.jpg"},"Patterns":null},"real-estate3-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/real-estate3-thumb.jpg"},"Patterns":null},"real-estate3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/real-estate3.jpg"},"Patterns":null},"recipes.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/recipes.jpg"},"Patterns":null},"restaurant.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/restaurant.jpg"},"Patterns":null},"resume.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/resume.jpg"},"Patterns":null},"saas-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/saas-2.jpg"},"Patterns":null},"saas.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/saas.jpg"},"Patterns":null},"seo.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/seo.jpg"},"Patterns":null},"shop-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/shop-2.jpg"},"Patterns":null},"shop.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/shop.jpg"},"Patterns":null},"skincare.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/skincare.jpg"},"Patterns":null},"spa.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/spa.jpg"},"Patterns":null},"speaker.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/speaker.jpg"},"Patterns":null},"store.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/store.jpg"},"Patterns":null},"supplements.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/supplements.jpg"},"Patterns":null},"therapy.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/therapy.jpg"},"Patterns":null},"travel.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/travel.jpg"},"Patterns":null},"videographer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/videographer.jpg"},"Patterns":null},"wine.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/wine.jpg"},"Patterns":null},"writer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/writer.jpg"},"Patterns":null},"xmas.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/xmas.jpg"},"Patterns":null},"yoga.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/yoga.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"pet.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/pet.jpg"},"Patterns":null},"photographer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/photographer.jpg"},"Patterns":null},"photography.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/photography.jpg"},"Patterns":null},"photography1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/photography1.jpg"},"Patterns":null},"photography1.psd":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/photography1.psd"},"Patterns":null},"real-estate":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/real-estate/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/real-estate/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/real-estate/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"restaurant.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/restaurant.jpg"},"Patterns":null},"resume.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/resume.jpg"},"Patterns":null},"seo.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/seo.jpg"},"Patterns":null},"shop.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/shop.jpg"},"Patterns":null},"spa.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/spa.jpg"},"Patterns":null},"travel.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/travel.jpg"},"Patterns":null},"writer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/writer.jpg"},"Patterns":null},"xmas.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/xmas.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"onepage":{"Children":{"apartment.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/apartment.jpg"},"Patterns":null},"articles.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/articles.jpg"},"Patterns":null},"designer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/designer.jpg"},"Patterns":null},"developer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/developer.jpg"},"Patterns":null},"frame.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/frame.jpg"},"Patterns":null},"homepage1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage1.jpg"},"Patterns":null},"homepage10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage10.jpg"},"Patterns":null},"homepage11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage11.jpg"},"Patterns":null},"homepage12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage12.jpg"},"Patterns":null},"homepage13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage13.jpg"},"Patterns":null},"homepage14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage14.jpg"},"Patterns":null},"homepage15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage15.jpg"},"Patterns":null},"homepage16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage16.jpg"},"Patterns":null},"homepage17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage17.jpg"},"Patterns":null},"homepage18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage18.jpg"},"Patterns":null},"homepage19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage19.jpg"},"Patterns":null},"homepage2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage2.jpg"},"Patterns":null},"homepage20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage20.jpg"},"Patterns":null},"homepage21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage21.jpg"},"Patterns":null},"homepage22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage22.jpg"},"Patterns":null},"homepage23.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage23.jpg"},"Patterns":null},"homepage24.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage24.jpg"},"Patterns":null},"homepage25.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage25.jpg"},"Patterns":null},"homepage26.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage26.jpg"},"Patterns":null},"homepage27.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage27.jpg"},"Patterns":null},"homepage28.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage28.jpg"},"Patterns":null},"homepage29.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage29.jpg"},"Patterns":null},"homepage3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage3.jpg"},"Patterns":null},"homepage30.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage30.jpg"},"Patterns":null},"homepage31.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage31.jpg"},"Patterns":null},"homepage32.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage32.jpg"},"Patterns":null},"homepage33.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage33.jpg"},"Patterns":null},"homepage34.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage34.jpg"},"Patterns":null},"homepage35.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage35.jpg"},"Patterns":null},"homepage36.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage36.jpg"},"Patterns":null},"homepage37.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage37.jpg"},"Patterns":null},"homepage38.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage38.jpg"},"Patterns":null},"homepage39.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage39.jpg"},"Patterns":null},"homepage4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage4.jpg"},"Patterns":null},"homepage40.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage40.jpg"},"Patterns":null},"homepage41.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage41.jpg"},"Patterns":null},"homepage42.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage42.jpg"},"Patterns":null},"homepage43.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage43.jpg"},"Patterns":null},"homepage44.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage44.jpg"},"Patterns":null},"homepage45.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage45.jpg"},"Patterns":null},"homepage5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage5.jpg"},"Patterns":null},"homepage6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage6.jpg"},"Patterns":null},"homepage7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage7.jpg"},"Patterns":null},"homepage8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage8.jpg"},"Patterns":null},"homepage9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage9.jpg"},"Patterns":null},"interior.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/interior.jpg"},"Patterns":null},"outdoors.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/outdoors.jpg"},"Patterns":null},"parallax.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/parallax.jpg"},"Patterns":null},"pet.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/pet.jpg"},"Patterns":null},"plan-subscription.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/plan-subscription.jpg"},"Patterns":null},"portrait.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/portrait.jpg"},"Patterns":null},"product-showcase.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/product-showcase.jpg"},"Patterns":null},"subscription.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/subscription.jpg"},"Patterns":null},"tourism.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/tourism.jpg"},"Patterns":null},"watch.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/watch.jpg"},"Patterns":null},"yoga.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/yoga.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"targets":{"Children":{"blogs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/blogs/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/blogs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/blogs/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"features":{"Children":{"ajax.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/ajax.png"},"Patterns":null},"alternate-logo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/alternate-logo.png"},"Patterns":null},"bootstrap4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/bootstrap4.png"},"Patterns":null},"charts.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/charts.png"},"Patterns":null},"color.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/color.png"},"Patterns":null},"dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/dark.png"},"Patterns":null},"documentation.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/documentation.png"},"Patterns":null},"ecommerce.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/ecommerce.png"},"Patterns":null},"event-calendar.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/event-calendar.png"},"Patterns":null},"font.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/font.png"},"Patterns":null},"footer.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/footer.png"},"Patterns":null},"headers.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/headers.png"},"Patterns":null},"less.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/less.png"},"Patterns":null},"lightbox.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/lightbox.png"},"Patterns":null},"loader.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/loader.png"},"Patterns":null},"megamenu.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/megamenu.png"},"Patterns":null},"menu.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/menu.png"},"Patterns":null},"modal.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/modal.png"},"Patterns":null},"parallax.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/parallax.png"},"Patterns":null},"plugins.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/plugins.png"},"Patterns":null},"psd.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/psd.png"},"Patterns":null},"range-slider.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/range-slider.png"},"Patterns":null},"responsive.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/responsive.png"},"Patterns":null},"retina.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/retina.png"},"Patterns":null},"rtl.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/rtl.png"},"Patterns":null},"seo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/seo.png"},"Patterns":null},"side-panel.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/side-panel.png"},"Patterns":null},"sliders.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/sliders.png"},"Patterns":null},"sticky-sidebar.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/sticky-sidebar.png"},"Patterns":null},"templates.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/templates.png"},"Patterns":null},"updates.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/updates.png"},"Patterns":null},"videos.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/videos.png"},"Patterns":null},"wide-boxed.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/wide-boxed.png"},"Patterns":null},"widgets.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/widgets.png"},"Patterns":null}},"Asset":null,"Patterns":null},"headers":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/1.png"},"Patterns":null},"10.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/10.png"},"Patterns":null},"11.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/11.png"},"Patterns":null},"12.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/12.png"},"Patterns":null},"13.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/13.png"},"Patterns":null},"14.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/14.png"},"Patterns":null},"15.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/15.png"},"Patterns":null},"16.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/16.png"},"Patterns":null},"17.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/17.png"},"Patterns":null},"18.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/18.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/2.png"},"Patterns":null},"20.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/20.png"},"Patterns":null},"21.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/21.png"},"Patterns":null},"22.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/22.png"},"Patterns":null},"23.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/23.png"},"Patterns":null},"24.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/24.png"},"Patterns":null},"25.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/25.png"},"Patterns":null},"26.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/26.png"},"Patterns":null},"27.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/27.png"},"Patterns":null},"28.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/28.png"},"Patterns":null},"29.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/29.png"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/3.png"},"Patterns":null},"4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/4.png"},"Patterns":null},"5.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/5.png"},"Patterns":null},"6.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/6.png"},"Patterns":null},"7.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/7.png"},"Patterns":null},"8.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/8.png"},"Patterns":null},"9.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/9.png"},"Patterns":null}},"Asset":null,"Patterns":null},"portfolio":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/portfolio/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/portfolio/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/portfolio/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/portfolio/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/portfolio/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/portfolio/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/portfolio/7.jpg"},"Patterns":null},"bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/portfolio/bg.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"shops":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shops/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shops/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shops/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"shortcodes":{"Children":{"alertboxes.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/alertboxes.png"},"Patterns":null},"animation.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/animation.png"},"Patterns":null},"blockquotes.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/blockquotes.png"},"Patterns":null},"button.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/button.png"},"Patterns":null},"calltoaction.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/calltoaction.png"},"Patterns":null},"carousel.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/carousel.png"},"Patterns":null},"chart.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/chart.png"},"Patterns":null},"clients.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/clients.png"},"Patterns":null},"columns.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/columns.png"},"Patterns":null},"counters.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/counters.png"},"Patterns":null},"datepicker.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/datepicker.png"},"Patterns":null},"dividers.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/dividers.png"},"Patterns":null},"dribbble.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/dribbble.png"},"Patterns":null},"event-calendar.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/event-calendar.png"},"Patterns":null},"faqs.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/faqs.png"},"Patterns":null},"fileupload.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/fileupload.png"},"Patterns":null},"flipcard.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/flipcard.png"},"Patterns":null},"forms.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/forms.png"},"Patterns":null},"galleries.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/galleries.png"},"Patterns":null},"google-fonts.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/google-fonts.png"},"Patterns":null},"headings.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/headings.png"},"Patterns":null},"icons.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/icons.png"},"Patterns":null},"icons8-close_all_tabs.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/icons8-close_all_tabs.png"},"Patterns":null},"image-hotspot.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/image-hotspot.png"},"Patterns":null},"infobox.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/infobox.png"},"Patterns":null},"instagram.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/instagram.png"},"Patterns":null},"labels.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/labels.png"},"Patterns":null},"lightbox.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/lightbox.png"},"Patterns":null},"map.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/map.png"},"Patterns":null},"mediaembed.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/mediaembed.png"},"Patterns":null},"modal.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/modal.png"},"Patterns":null},"navigation.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/navigation.png"},"Patterns":null},"pagination.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/pagination.png"},"Patterns":null},"parallax.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/parallax.png"},"Patterns":null},"pie.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/pie.png"},"Patterns":null},"portfolio.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/portfolio.png"},"Patterns":null},"posts.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/posts.png"},"Patterns":null},"price-calculator.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/price-calculator.png"},"Patterns":null},"pricing.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/pricing.png"},"Patterns":null},"process-steps.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/process-steps.png"},"Patterns":null},"progress-bars.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/progress-bars.png"},"Patterns":null},"promo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/promo.png"},"Patterns":null},"range.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/range.png"},"Patterns":null},"rating.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/rating.png"},"Patterns":null},"responsive.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/responsive.png"},"Patterns":null},"sections.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/sections.png"},"Patterns":null},"selectboxes.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/selectboxes.png"},"Patterns":null},"selectpicker.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/selectpicker.png"},"Patterns":null},"shop-product.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/shop-product.png"},"Patterns":null},"side-panel.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/side-panel.png"},"Patterns":null},"social.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/social.png"},"Patterns":null},"sticky-element.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/sticky-element.png"},"Patterns":null},"submenu.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/submenu.png"},"Patterns":null},"switches.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/switches.png"},"Patterns":null},"tables.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/tables.png"},"Patterns":null},"tabs.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/tabs.png"},"Patterns":null},"testimonials.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/testimonials.png"},"Patterns":null},"text-rotator.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/text-rotator.png"},"Patterns":null},"tooltip.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/tooltip.png"},"Patterns":null},"twitter.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/twitter.png"},"Patterns":null},"videos.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/videos.png"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"templates-mega-menu.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/templates-mega-menu.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"landing":{"Children":{"bootstrap.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/landing/bootstrap.png"},"Patterns":null},"device1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/landing/device1.png"},"Patterns":null},"device2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/landing/device2.png"},"Patterns":null},"device3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/landing/device3.png"},"Patterns":null},"landing1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/landing/landing1.jpg"},"Patterns":null},"landing2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/landing/landing2.jpg"},"Patterns":null},"responsive.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/landing/responsive.png"},"Patterns":null},"static.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/landing/static.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"lightbox":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/14.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/9.jpg"},"Patterns":null},"full":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/14.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"loader-image.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/loader-image.gif"},"Patterns":null},"logo-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-dark.png"},"Patterns":null},"logo-dark@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-dark@2x.png"},"Patterns":null},"logo-resto-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-resto-dark.png"},"Patterns":null},"logo-resto-dark@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-resto-dark@2x.png"},"Patterns":null},"logo-resto.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-resto.png"},"Patterns":null},"logo-resto@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-resto@2x.png"},"Patterns":null},"logo-side-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-side-dark.png"},"Patterns":null},"logo-side-dark@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-side-dark@2x.png"},"Patterns":null},"logo-side.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-side.png"},"Patterns":null},"logo-side@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-side@2x.png"},"Patterns":null},"logo-v7.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-v7.png"},"Patterns":null},"logo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo.png"},"Patterns":null},"logo@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo@2x.png"},"Patterns":null},"mac.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/mac.png"},"Patterns":null},"magazine":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/14.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/15.jpg"},"Patterns":null},"16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/16.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/17.jpg"},"Patterns":null},"18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/18.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/9.jpg"},"Patterns":null},"ad.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/ad.jpg"},"Patterns":null},"ad.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/ad.png"},"Patterns":null},"carousel":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/carousel/1.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/carousel/11.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/carousel/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/carousel/14.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/carousel/4.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/carousel/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"small":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/14.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/15.jpg"},"Patterns":null},"16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/16.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/9.jpg"},"Patterns":null},"movie":{"Children":{"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/movie/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/movie/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/movie/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/movie/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/movie/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/movie/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/movie/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"thumb":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/14.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/15.jpg"},"Patterns":null},"16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/16.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"modals":{"Children":{"modal1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/modals/modal1.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"others":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/others/1.jpg"},"Patterns":null},"hotspot":{"Children":{"blazer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/others/hotspot/blazer.jpg"},"Patterns":null},"cap.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/others/hotspot/cap.jpg"},"Patterns":null},"cap.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/others/hotspot/cap.png"},"Patterns":null},"img-hotspot-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/others/hotspot/img-hotspot-1.jpg"},"Patterns":null},"img-hotspot-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/others/hotspot/img-hotspot-2.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"mac-phone.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/others/mac-phone.png"},"Patterns":null}},"Asset":null,"Patterns":null},"parallax":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/3.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/9.jpg"},"Patterns":null},"bgpattern.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/bgpattern.png"},"Patterns":null},"blur1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/blur1.jpg"},"Patterns":null},"blur2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/blur2.jpg"},"Patterns":null},"calendar.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/calendar.jpeg"},"Patterns":null},"calendar.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/calendar.jpg"},"Patterns":null},"home":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/11.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/2.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/7.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"parallax-bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/parallax-bg.jpg"},"Patterns":null},"Thumbs.db":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/Thumbs.db"},"Patterns":null}},"Asset":null,"Patterns":null},"pattern.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/pattern.png"},"Patterns":null},"pattern2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/pattern2.png"},"Patterns":null},"pattern3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/pattern3.png"},"Patterns":null},"portfolio":{"Children":{"1":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/7.jpg"},"Patterns":null},"full":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"2":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"3":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/8.jpg"},"Patterns":null},"9-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/9-1.jpg"},"Patterns":null},"9-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/9-2.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"4":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/11.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/12-1.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/12.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/8.jpg"},"Patterns":null},"9-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/9-1.jpg"},"Patterns":null},"9-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/9-2.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/9.jpg"},"Patterns":null},"mixed":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/11.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/12-1.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/12.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/8.jpg"},"Patterns":null},"9-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/9-1.jpg"},"Patterns":null},"9-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/9-2.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"extended":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/4.jpg"},"Patterns":null},"thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/thumbs/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/thumbs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/thumbs/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/thumbs/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/thumbs/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/thumbs/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/thumbs/7.jpg"},"Patterns":null},"big.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/thumbs/big.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"full":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/11.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/12-1.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/12.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/8.jpg"},"Patterns":null},"9-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/9-1.jpg"},"Patterns":null},"9-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/9-2.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"masonry":{"Children":{"2":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"3":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/8.jpg"},"Patterns":null},"9-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/9-1.jpg"},"Patterns":null},"9-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/9-2.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"4":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/11.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/12-1.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/12.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/8.jpg"},"Patterns":null},"9-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/9-1.jpg"},"Patterns":null},"9-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/9-2.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"parallax":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/10.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"single":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/10.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/12.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/14.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/4.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/7.jpg"},"Patterns":null},"full-thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/10.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/12-1.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/14.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/3.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/7.jpg"},"Patterns":null},"9-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/9-2.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"fullwidth":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/fullwidth/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/fullwidth/10.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/fullwidth/7.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"full":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full/10.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full/7.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"modal":{"Children":{"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/modal/4.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/modal/6-3.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/modal/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"slider-thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/slider-thumbs/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/slider-thumbs/10.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/slider-thumbs/7.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"preloader-dark.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/preloader-dark.gif"},"Patterns":null},"preloader-dark@2x.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/preloader-dark@2x.gif"},"Patterns":null},"preloader.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/preloader.gif"},"Patterns":null},"preloader@2x.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/preloader@2x.gif"},"Patterns":null},"restaurant":{"Children":{"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/11.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/13.jpg"},"Patterns":null},"18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/18.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/2.jpg"},"Patterns":null},"20.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/20.png"},"Patterns":null},"21.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/21.png"},"Patterns":null},"22.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/22.png"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/4.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/7.jpg"},"Patterns":null},"slider":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/slider/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/slider/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/slider/3.jpg"},"Patterns":null},"thumb":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/slider/thumb/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/slider/thumb/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/slider/thumb/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"thumb":{"Children":{"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/10.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/12.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/15.jpg"},"Patterns":null},"16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/16.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/4.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/7.jpg"},"Patterns":null},"gallery":{"Children":{"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/13.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/3.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"services":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/4.jpg"},"Patterns":null},"browser.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/browser.png"},"Patterns":null},"chrome.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/chrome.png"},"Patterns":null},"fbrowser.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/fbrowser.png"},"Patterns":null},"fbrowser2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/fbrowser2.png"},"Patterns":null},"fmobile.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/fmobile.png"},"Patterns":null},"home-testi-bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/home-testi-bg.jpg"},"Patterns":null},"imac.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/imac.png"},"Patterns":null},"imac2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/imac2.png"},"Patterns":null},"ipad.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/ipad.png"},"Patterns":null},"ipad2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/ipad2.png"},"Patterns":null},"ipad3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/ipad3.png"},"Patterns":null},"iphone.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/iphone.png"},"Patterns":null},"iphone2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/iphone2.png"},"Patterns":null},"iphone3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/iphone3.png"},"Patterns":null},"iphone6.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/iphone6.png"},"Patterns":null},"iphone7.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/iphone7.png"},"Patterns":null},"layouts.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/layouts.png"},"Patterns":null},"macbook.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/macbook.png"},"Patterns":null},"main-bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/main-bg.jpg"},"Patterns":null},"main-fbrowser.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/main-fbrowser.png"},"Patterns":null},"main-fmobile.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/main-fmobile.png"},"Patterns":null},"video.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/video.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"shape-divider":{"Children":{"1.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/1.jpeg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/10.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"shop":{"Children":{"banners":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/12.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"brand.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/brand.jpg"},"Patterns":null},"brand2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/brand2.jpg"},"Patterns":null},"category":{"Children":{"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/category/10.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/category/14.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/category/15.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/category/17.jpg"},"Patterns":null},"19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/category/19.jpg"},"Patterns":null},"21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/category/21.jpg"},"Patterns":null},"23.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/category/23.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/category/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"dress":{"Children":{"1-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/dress/1-1.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/dress/1.jpg"},"Patterns":null},"2-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/dress/2-1.jpg"},"Patterns":null},"2-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/dress/2-2.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/dress/2.jpg"},"Patterns":null},"3-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/dress/3-1.jpg"},"Patterns":null},"3-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/dress/3-2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/dress/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"pants":{"Children":{"1-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/pants/1-1.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/pants/1.jpg"},"Patterns":null},"5-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/pants/5-1.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/pants/5.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"shoes":{"Children":{"1-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shoes/1-1.jpg"},"Patterns":null},"1-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shoes/1-2.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shoes/1.jpg"},"Patterns":null},"2-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shoes/2-1.jpg"},"Patterns":null},"2-2-small.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shoes/2-2-small.jpg"},"Patterns":null},"2-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shoes/2-2.jpg"},"Patterns":null},"2-small.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shoes/2-small.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shoes/2.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"shop-menu.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shop-menu.jpg"},"Patterns":null},"slider":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/slider/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/slider/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/slider/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/slider/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"small":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/12.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"sunglasses":{"Children":{"1-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/sunglasses/1-1.jpg"},"Patterns":null},"1-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/sunglasses/1-2.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/sunglasses/1.jpg"},"Patterns":null},"2-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/sunglasses/2-1.jpg"},"Patterns":null},"2-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/sunglasses/2-2.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/sunglasses/2.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"thumbs":{"Children":{"dress":{"Children":{"3-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/thumbs/dress/3-1.jpg"},"Patterns":null},"3-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/thumbs/dress/3-2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/thumbs/dress/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"small":{"Children":{"dress-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/thumbs/small/dress-3.jpg"},"Patterns":null},"shoes-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/thumbs/small/shoes-2.jpg"},"Patterns":null},"tshirt-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/thumbs/small/tshirt-2.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"tshirts":{"Children":{"1-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/tshirts/1-1.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/tshirts/1.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/tshirts/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/tshirts/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"watches":{"Children":{"1-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/watches/1-1.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/watches/1.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"slider":{"Children":{"boxed":{"Children":{"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/boxed/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/boxed/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/boxed/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/boxed/5.jpg"},"Patterns":null},"thumbs":{"Children":{"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/boxed/thumbs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/boxed/thumbs/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/boxed/thumbs/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/boxed/thumbs/5.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"full":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/4.jpg"},"Patterns":null},"5.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/5.jpeg"},"Patterns":null},"thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/thumbs/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/thumbs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/thumbs/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/thumbs/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"rev":{"Children":{"bg1-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/bg1-thumb.jpg"},"Patterns":null},"bg1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/bg1.jpg"},"Patterns":null},"bg2-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/bg2-thumb.jpg"},"Patterns":null},"bg2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/bg2.jpg"},"Patterns":null},"ken-1-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/ken-1-thumb.jpg"},"Patterns":null},"ken-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/ken-1.jpg"},"Patterns":null},"ken-2-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/ken-2-thumb.jpg"},"Patterns":null},"ken-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/ken-2.jpg"},"Patterns":null},"main":{"Children":{"s1-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s1-thumb.jpg"},"Patterns":null},"s2-1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-1.png"},"Patterns":null},"s2-2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-2.png"},"Patterns":null},"s2-3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-3.png"},"Patterns":null},"s2-4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-4.png"},"Patterns":null},"s2-5.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-5.png"},"Patterns":null},"s2-6.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-6.png"},"Patterns":null},"s2-7.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-7.png"},"Patterns":null},"s2-8.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-8.png"},"Patterns":null},"s2-bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-bg.jpg"},"Patterns":null},"s2-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-thumb.jpg"},"Patterns":null},"s3-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s3-thumb.jpg"},"Patterns":null},"s3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"shop":{"Children":{"bag.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/shop/bag.png"},"Patterns":null},"bag3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/shop/bag3.png"},"Patterns":null},"girl1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/shop/girl1.jpg"},"Patterns":null},"tag.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/shop/tag.png"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"swiper":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/13.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/3.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/9.jpg"},"Patterns":null},"sized":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/sized/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/sized/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/sized/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/10.jpg"},"Patterns":null},"11-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/11-1.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/11.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/12-1.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/12.jpg"},"Patterns":null},"13-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/13-1.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/14.jpg"},"Patterns":null},"15-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/15-1.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/15.jpg"},"Patterns":null},"16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/16.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/17.jpg"},"Patterns":null},"18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/18.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/6.jpg"},"Patterns":null},"7-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/7-1.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/14.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/15.jpg"},"Patterns":null},"16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/16.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/17.jpg"},"Patterns":null},"18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/18.jpg"},"Patterns":null},"19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/19.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/2.jpg"},"Patterns":null},"20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/20.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"splash":{"Children":{"1.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/splash/1.jpeg"},"Patterns":null}},"Asset":null,"Patterns":null},"svg-icon.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/svg-icon.svg"},"Patterns":null},"svg":{"Children":{"arrow.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/svg/arrow.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"team":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/team/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/team/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/team/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/team/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/team/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/team/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/team/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/team/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"testimonials":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/8.jpg"},"Patterns":null},"parallax.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/parallax.jpg"},"Patterns":null},"parallax2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/parallax2.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"videos":{"Children":{"explore-poster-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/videos/explore-poster-thumb.jpg"},"Patterns":null},"explore-poster.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/videos/explore-poster.jpg"},"Patterns":null},"explore.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/videos/explore.mp4"},"Patterns":null},"explore.webm":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/videos/explore.webm"},"Patterns":null}},"Asset":null,"Patterns":null},"wedding":{"Children":{"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/13.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/15.jpg"},"Patterns":null},"16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/16.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/17.jpg"},"Patterns":null},"18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/18.jpg"},"Patterns":null},"19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/19.jpg"},"Patterns":null},"20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/20.jpg"},"Patterns":null},"21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/21.jpg"},"Patterns":null},"22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/22.jpg"},"Patterns":null},"23.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/23.jpg"},"Patterns":null},"24.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/24.jpg"},"Patterns":null},"25.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/25.jpg"},"Patterns":null},"26.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/26.jpg"},"Patterns":null},"27.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/27.jpg"},"Patterns":null},"28.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/28.jpg"},"Patterns":null},"events":{"Children":{"afterwedding.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/events/afterwedding.jpg"},"Patterns":null},"cocktail.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/events/cocktail.jpg"},"Patterns":null},"wedding.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/events/wedding.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"thumb":{"Children":{"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/11.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/15.jpg"},"Patterns":null},"19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/19.jpg"},"Patterns":null},"20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/20.jpg"},"Patterns":null},"21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/21.jpg"},"Patterns":null},"22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/22.jpg"},"Patterns":null},"23.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/23.jpg"},"Patterns":null},"24.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/24.jpg"},"Patterns":null},"25.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/25.jpg"},"Patterns":null},"26.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/26.jpg"},"Patterns":null},"27.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/27.jpg"},"Patterns":null},"28.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/28.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"world-map.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/world-map.png"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"bundle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/bundle.js"},"Patterns":null},"chart-utils.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/chart-utils.js"},"Patterns":null},"chart.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/chart.js"},"Patterns":null},"chartjs-plugin-zoom.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/chartjs-plugin-zoom.min.js"},"Patterns":null},"components":{"Children":{"bs-datatable.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/bs-datatable.js"},"Patterns":null},"bs-filestyle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/bs-filestyle.js"},"Patterns":null},"bs-select.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/bs-select.js"},"Patterns":null},"bs-select.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/bs-select.min.js"},"Patterns":null},"bs-switches.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/bs-switches.js"},"Patterns":null},"datepicker.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/datepicker.js"},"Patterns":null},"daterangepicker.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/daterangepicker.js"},"Patterns":null},"event.move.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/event.move.js"},"Patterns":null},"image-changer.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/image-changer.js"},"Patterns":null},"moment.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/moment.js"},"Patterns":null},"rangeslider.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/rangeslider.min.js"},"Patterns":null},"select-boxes.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/select-boxes.js"},"Patterns":null},"selectsplitter.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/selectsplitter.js"},"Patterns":null},"star-rating.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/star-rating.js"},"Patterns":null},"timepicker.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/timepicker.js"},"Patterns":null},"tinymce":{"Children":{"icons":{"Children":{"default":{"Children":{"icons.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/icons/default/icons.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"langs":{"Children":{"README.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/langs/README.md"},"Patterns":null}},"Asset":null,"Patterns":null},"license.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/license.txt"},"Patterns":null},"models":{"Children":{"dom":{"Children":{"model.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/models/dom/model.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"plugins":{"Children":{"accordion":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/accordion/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"advlist":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/advlist/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"anchor":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/anchor/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"autolink":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/autolink/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"autoresize":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/autoresize/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"autosave":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/autosave/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"charmap":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/charmap/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"codesample":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/codesample/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"code":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/code/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"directionality":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/directionality/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"emoticons":{"Children":{"js":{"Children":{"emojiimages.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/emoticons/js/emojiimages.js"},"Patterns":null},"emojiimages.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/emoticons/js/emojiimages.min.js"},"Patterns":null},"emojis.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/emoticons/js/emojis.js"},"Patterns":null},"emojis.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/emoticons/js/emojis.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/emoticons/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"fullscreen":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/fullscreen/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"help":{"Children":{"js":{"Children":{"i18n":{"Children":{"keynav":{"Children":{"ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/ar.js"},"Patterns":null},"bg_BG.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/bg_BG.js"},"Patterns":null},"ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/ca.js"},"Patterns":null},"cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/cs.js"},"Patterns":null},"da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/da.js"},"Patterns":null},"de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/de.js"},"Patterns":null},"el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/el.js"},"Patterns":null},"en.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/en.js"},"Patterns":null},"es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/es.js"},"Patterns":null},"eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/eu.js"},"Patterns":null},"fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/fa.js"},"Patterns":null},"fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/fi.js"},"Patterns":null},"fr_FR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/fr_FR.js"},"Patterns":null},"he_IL.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/he_IL.js"},"Patterns":null},"hi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/hi.js"},"Patterns":null},"hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/hr.js"},"Patterns":null},"hu_HU.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/hu_HU.js"},"Patterns":null},"id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/id.js"},"Patterns":null},"it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/it.js"},"Patterns":null},"ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/ja.js"},"Patterns":null},"kk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/kk.js"},"Patterns":null},"ko_KR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/ko_KR.js"},"Patterns":null},"ms.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/ms.js"},"Patterns":null},"nb_NO.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/nb_NO.js"},"Patterns":null},"nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/nl.js"},"Patterns":null},"pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/pl.js"},"Patterns":null},"pt_BR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/pt_BR.js"},"Patterns":null},"pt_PT.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/pt_PT.js"},"Patterns":null},"ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/ro.js"},"Patterns":null},"ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/ru.js"},"Patterns":null},"sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/sk.js"},"Patterns":null},"sl_SI.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/sl_SI.js"},"Patterns":null},"sv_SE.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/sv_SE.js"},"Patterns":null},"th_TH.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/th_TH.js"},"Patterns":null},"tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/tr.js"},"Patterns":null},"uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/uk.js"},"Patterns":null},"vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/vi.js"},"Patterns":null},"zh_CN.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/zh_CN.js"},"Patterns":null},"zh_TW.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/zh_TW.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"image":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/image/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"importcss":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/importcss/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"insertdatetime":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/insertdatetime/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"link":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/link/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"lists":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/lists/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"media":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/media/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"nonbreaking":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/nonbreaking/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"pagebreak":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/pagebreak/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"preview":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/preview/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"quickbars":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/quickbars/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"save":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/save/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"searchreplace":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/searchreplace/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"table":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/table/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"template":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/template/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"visualblocks":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/visualblocks/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"visualchars":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/visualchars/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"wordcount":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/wordcount/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"skins":{"Children":{"content":{"Children":{"dark":{"Children":{"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/content/dark/content.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"default":{"Children":{"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/content/default/content.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"document":{"Children":{"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/content/document/content.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"tinymce-5-dark":{"Children":{"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/content/tinymce-5-dark/content.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"tinymce-5":{"Children":{"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/content/tinymce-5/content.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"writer":{"Children":{"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/content/writer/content.min.css"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"ui":{"Children":{"oxide-dark":{"Children":{"content.inline.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/oxide-dark/content.inline.min.css"},"Patterns":null},"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/oxide-dark/content.min.css"},"Patterns":null},"skin.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/oxide-dark/skin.min.css"},"Patterns":null},"skin.shadowdom.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"oxide":{"Children":{"content.inline.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/oxide/content.inline.min.css"},"Patterns":null},"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/oxide/content.min.css"},"Patterns":null},"skin.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/oxide/skin.min.css"},"Patterns":null},"skin.shadowdom.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/oxide/skin.shadowdom.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"tinymce-5-dark":{"Children":{"content.inline.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css"},"Patterns":null},"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/tinymce-5-dark/content.min.css"},"Patterns":null},"skin.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/tinymce-5-dark/skin.min.css"},"Patterns":null},"skin.shadowdom.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"tinymce-5":{"Children":{"content.inline.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/tinymce-5/content.inline.min.css"},"Patterns":null},"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/tinymce-5/content.min.css"},"Patterns":null},"skin.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/tinymce-5/skin.min.css"},"Patterns":null},"skin.shadowdom.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"themes":{"Children":{"silver":{"Children":{"theme.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/themes/silver/theme.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"tinymce.d.ts":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/tinymce.d.ts"},"Patterns":null},"tinymce.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/tinymce.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"typehead.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/typehead.js"},"Patterns":null}},"Asset":null,"Patterns":null},"events-data.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/events-data.js"},"Patterns":null},"functions.bundle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/functions.bundle.js"},"Patterns":null},"functions.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/functions.js"},"Patterns":null},"holder.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/holder.js"},"Patterns":null},"jquery.calendario.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/jquery.calendario.js"},"Patterns":null},"jquery.hotspot.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/jquery.hotspot.js"},"Patterns":null},"jquery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/jquery.js"},"Patterns":null},"jquery.mousewheel.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/jquery.mousewheel.min.js"},"Patterns":null},"modules":{"Children":{"accordion.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/accordion.js"},"Patterns":null},"adaptivecolorscheme.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/adaptivecolorscheme.js"},"Patterns":null},"ajaxform.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/ajaxform.js"},"Patterns":null},"ajaxtrigger.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/ajaxtrigger.js"},"Patterns":null},"animations.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/animations.js"},"Patterns":null},"bootstrap.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/bootstrap.js"},"Patterns":null},"bscomponents.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/bscomponents.js"},"Patterns":null},"buttons.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/buttons.js"},"Patterns":null},"canvasslider.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/canvasslider.js"},"Patterns":null},"carousel.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/carousel.js"},"Patterns":null},"clipboard.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/clipboard.js"},"Patterns":null},"codehighlight.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/codehighlight.js"},"Patterns":null},"conditional.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/conditional.js"},"Patterns":null},"cookies.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/cookies.js"},"Patterns":null},"countdown.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/countdown.js"},"Patterns":null},"counter.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/counter.js"},"Patterns":null},"cursor.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/cursor.js"},"Patterns":null},"dataclasses.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/dataclasses.js"},"Patterns":null},"dataheights.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/dataheights.js"},"Patterns":null},"easing.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/easing.js"},"Patterns":null},"filter.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/filter.js"},"Patterns":null},"flexslider.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/flexslider.js"},"Patterns":null},"flickr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/flickr.js"},"Patterns":null},"fontsizer.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/fontsizer.js"},"Patterns":null},"fullvideo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/fullvideo.js"},"Patterns":null},"googlemaps.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/googlemaps.js"},"Patterns":null},"gototop.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/gototop.js"},"Patterns":null},"grid.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/grid.js"},"Patterns":null},"headers.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/headers.js"},"Patterns":null},"hover3d.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/hover3d.js"},"Patterns":null},"hoveranimations.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/hoveranimations.js"},"Patterns":null},"instagram.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/instagram.js"},"Patterns":null},"lazyload.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/lazyload.js"},"Patterns":null},"lightbox.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/lightbox.js"},"Patterns":null},"logo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/logo.js"},"Patterns":null},"masonrythumbs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/masonrythumbs.js"},"Patterns":null},"mediaactions.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/mediaactions.js"},"Patterns":null},"menus.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/menus.js"},"Patterns":null},"modal.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/modal.js"},"Patterns":null},"navtree.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/navtree.js"},"Patterns":null},"notifications.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/notifications.js"},"Patterns":null},"onepage.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/onepage.js"},"Patterns":null},"pagemenu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/pagemenu.js"},"Patterns":null},"pagetransition.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/pagetransition.js"},"Patterns":null},"portfolioajax.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/portfolioajax.js"},"Patterns":null},"pricingswitcher.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/pricingswitcher.js"},"Patterns":null},"progress.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/progress.js"},"Patterns":null},"quantity.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/quantity.js"},"Patterns":null},"readmore.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/readmore.js"},"Patterns":null},"resizevideos.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/resizevideos.js"},"Patterns":null},"roundedskills.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/roundedskills.js"},"Patterns":null},"schemetoggle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/schemetoggle.js"},"Patterns":null},"scrolldetect.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/scrolldetect.js"},"Patterns":null},"shapedivider.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/shapedivider.js"},"Patterns":null},"sidepanel.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/sidepanel.js"},"Patterns":null},"sliderdimensions.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/sliderdimensions.js"},"Patterns":null},"slidermenuclass.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/slidermenuclass.js"},"Patterns":null},"sliderparallax.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/sliderparallax.js"},"Patterns":null},"stickfooteronsmall.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/stickfooteronsmall.js"},"Patterns":null},"stickysidebar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/stickysidebar.js"},"Patterns":null},"subscribe.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/subscribe.js"},"Patterns":null},"textrotator.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/textrotator.js"},"Patterns":null},"textsplitter.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/textsplitter.js"},"Patterns":null},"tips.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/tips.js"},"Patterns":null},"toggle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/toggle.js"},"Patterns":null},"topcart.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/topcart.js"},"Patterns":null},"topsearch.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/topsearch.js"},"Patterns":null},"twitter.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/twitter.js"},"Patterns":null},"videofacade.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/videofacade.js"},"Patterns":null},"viewportdetect.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/viewportdetect.js"},"Patterns":null},"youtubebg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/youtubebg.js"},"Patterns":null}},"Asset":null,"Patterns":null},"particles":{"Children":{"particles-bubbles.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/particles/particles-bubbles.js"},"Patterns":null},"particles-line.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/particles/particles-line.js"},"Patterns":null},"particles-nasa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/particles/particles-nasa.js"},"Patterns":null},"particles-poly.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/particles/particles-poly.js"},"Patterns":null},"particles-snow.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/particles/particles-snow.js"},"Patterns":null},"particles.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/particles/particles.min.js"},"Patterns":null},"particlesjs-config.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/particles/particlesjs-config.json"},"Patterns":null}},"Asset":null,"Patterns":null},"plugins.bootstrap.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.bootstrap.js"},"Patterns":null},"plugins.carousel.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.carousel.js"},"Patterns":null},"plugins.clipboard.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.clipboard.js"},"Patterns":null},"plugins.countdown.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.countdown.js"},"Patterns":null},"plugins.counter.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.counter.js"},"Patterns":null},"plugins.dribbble.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.dribbble.js"},"Patterns":null},"plugins.easing.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.easing.js"},"Patterns":null},"plugins.fastdom.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.fastdom.js"},"Patterns":null},"plugins.fitvids.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.fitvids.js"},"Patterns":null},"plugins.flexslider.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.flexslider.js"},"Patterns":null},"plugins.flickrfeed.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.flickrfeed.js"},"Patterns":null},"plugins.form.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.form.js"},"Patterns":null},"plugins.gmap.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.gmap.js"},"Patterns":null},"plugins.hashchange.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.hashchange.js"},"Patterns":null},"plugins.imagesloaded.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.imagesloaded.js"},"Patterns":null},"plugins.infinitescroll.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.infinitescroll.js"},"Patterns":null},"plugins.isotope.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.isotope.js"},"Patterns":null},"plugins.jpaginate.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.jpaginate.js"},"Patterns":null},"plugins.lazyload.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.lazyload.js"},"Patterns":null},"plugins.lightbox.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.lightbox.js"},"Patterns":null},"plugins.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.min.js"},"Patterns":null},"plugins.packery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.packery.js"},"Patterns":null},"plugins.piechart.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.piechart.js"},"Patterns":null},"plugins.prism.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.prism.js"},"Patterns":null},"plugins.stickysidebar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.stickysidebar.js"},"Patterns":null},"plugins.swiper.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.swiper.js"},"Patterns":null},"plugins.textrotator.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.textrotator.js"},"Patterns":null},"plugins.youtube.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.youtube.js"},"Patterns":null}},"Asset":null,"Patterns":null},"style.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"style.css"},"Patterns":null},"style.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"style.css.map"},"Patterns":null},"KeymailSpecials2.styles.css":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"KeymailSpecials2.styles.css"},"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} \ No newline at end of file +{"ContentRoots":["C:\\Repos\\KeymailSpecials2\\wwwroot\\"],"Root":{"Children":{"app.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"app.css"},"Patterns":null},"bootstrap":{"Children":{"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"bootstrap/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"bootstrap/bootstrap.min.css.map"},"Patterns":null}},"Asset":null,"Patterns":null},"css":{"Children":{"animate.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/animate.css"},"Patterns":null},"calendar.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/calendar.css"},"Patterns":null},"components":{"Children":{"bs-datatable.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/bs-datatable.css"},"Patterns":null},"bs-filestyle.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/bs-filestyle.css"},"Patterns":null},"bs-rating.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/bs-rating.css"},"Patterns":null},"bs-select.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/bs-select.css"},"Patterns":null},"bs-switches-vars.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/bs-switches-vars.css"},"Patterns":null},"bs-switches.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/bs-switches.css"},"Patterns":null},"dark-components.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/dark-components.css"},"Patterns":null},"datepicker.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/datepicker.css"},"Patterns":null},"daterangepicker.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/daterangepicker.css"},"Patterns":null},"ion.rangeslider-vars.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/ion.rangeslider-vars.css"},"Patterns":null},"ion.rangeslider.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/ion.rangeslider.css"},"Patterns":null},"ion.rangeslider.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/ion.rangeslider.css.map"},"Patterns":null},"pricing-table.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/pricing-table.css"},"Patterns":null},"prism.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/prism.css"},"Patterns":null},"radio-checkbox-vars.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/radio-checkbox-vars.css"},"Patterns":null},"radio-checkbox.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/radio-checkbox.css"},"Patterns":null},"rangeslider":{"Children":{"sprite-skin-nice.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/rangeslider/sprite-skin-nice.png"},"Patterns":null}},"Asset":null,"Patterns":null},"select-boxes.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/select-boxes.css"},"Patterns":null},"timepicker.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/timepicker.css"},"Patterns":null}},"Asset":null,"Patterns":null},"custom.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/custom.css"},"Patterns":null},"font-icons.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/font-icons.css"},"Patterns":null},"icons":{"Children":{"bootstrap-icons.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/bootstrap-icons.css"},"Patterns":null},"bootstrap-icons":{"Children":{"bootstrap-icons.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/bootstrap-icons/bootstrap-icons.woff"},"Patterns":null},"bootstrap-icons.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/bootstrap-icons/bootstrap-icons.woff2"},"Patterns":null}},"Asset":null,"Patterns":null},"font-awesome.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome.css"},"Patterns":null},"font-awesome":{"Children":{"fa-brands-400.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome/fa-brands-400.ttf"},"Patterns":null},"fa-brands-400.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome/fa-brands-400.woff2"},"Patterns":null},"fa-regular-400.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome/fa-regular-400.ttf"},"Patterns":null},"fa-regular-400.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome/fa-regular-400.woff2"},"Patterns":null},"fa-solid-900.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome/fa-solid-900.ttf"},"Patterns":null},"fa-solid-900.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome/fa-solid-900.woff2"},"Patterns":null},"fa-v4compatibility.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome/fa-v4compatibility.ttf"},"Patterns":null},"fa-v4compatibility.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome/fa-v4compatibility.woff2"},"Patterns":null}},"Asset":null,"Patterns":null},"unicons.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons.css"},"Patterns":null},"unicons":{"Children":{"unicons-0.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-0.woff"},"Patterns":null},"unicons-0.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-0.woff2"},"Patterns":null},"unicons-1.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-1.woff"},"Patterns":null},"unicons-1.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-1.woff2"},"Patterns":null},"unicons-10.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-10.woff"},"Patterns":null},"unicons-10.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-10.woff2"},"Patterns":null},"unicons-11.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-11.woff"},"Patterns":null},"unicons-11.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-11.woff2"},"Patterns":null},"unicons-12.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-12.woff"},"Patterns":null},"unicons-12.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-12.woff2"},"Patterns":null},"unicons-13.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-13.woff"},"Patterns":null},"unicons-13.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-13.woff2"},"Patterns":null},"unicons-14.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-14.woff"},"Patterns":null},"unicons-14.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-14.woff2"},"Patterns":null},"unicons-15.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-15.woff"},"Patterns":null},"unicons-15.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-15.woff2"},"Patterns":null},"unicons-16.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-16.woff"},"Patterns":null},"unicons-16.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-16.woff2"},"Patterns":null},"unicons-17.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-17.woff"},"Patterns":null},"unicons-17.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-17.woff2"},"Patterns":null},"unicons-18.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-18.woff"},"Patterns":null},"unicons-18.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-18.woff2"},"Patterns":null},"unicons-19.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-19.woff"},"Patterns":null},"unicons-19.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-19.woff2"},"Patterns":null},"unicons-2.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-2.woff"},"Patterns":null},"unicons-2.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-2.woff2"},"Patterns":null},"unicons-20.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-20.woff"},"Patterns":null},"unicons-20.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-20.woff2"},"Patterns":null},"unicons-3.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-3.woff"},"Patterns":null},"unicons-3.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-3.woff2"},"Patterns":null},"unicons-4.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-4.woff"},"Patterns":null},"unicons-4.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-4.woff2"},"Patterns":null},"unicons-5.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-5.woff"},"Patterns":null},"unicons-5.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-5.woff2"},"Patterns":null},"unicons-6.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-6.woff"},"Patterns":null},"unicons-6.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-6.woff2"},"Patterns":null},"unicons-7.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-7.woff"},"Patterns":null},"unicons-7.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-7.woff2"},"Patterns":null},"unicons-8.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-8.woff"},"Patterns":null},"unicons-8.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-8.woff2"},"Patterns":null},"unicons-9.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-9.woff"},"Patterns":null},"unicons-9.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-9.woff2"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"magnific-popup.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/magnific-popup.css"},"Patterns":null},"swiper.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/swiper.css"},"Patterns":null}},"Asset":null,"Patterns":null},"demos":{"Children":{"hosting":{"Children":{"hosting.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/hosting.css"},"Patterns":null},"images":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/1.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/2.png"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/3.png"},"Patterns":null},"clients":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/1.png"},"Patterns":null},"10.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/10.png"},"Patterns":null},"11.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/11.png"},"Patterns":null},"12.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/12.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/2.png"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/3.png"},"Patterns":null},"4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/4.png"},"Patterns":null},"5.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/5.png"},"Patterns":null},"6.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/6.png"},"Patterns":null},"7.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/7.png"},"Patterns":null},"8.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/8.png"},"Patterns":null},"9.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/9.png"},"Patterns":null}},"Asset":null,"Patterns":null},"flags":{"Children":{"au.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/au.png"},"Patterns":null},"br.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/br.png"},"Patterns":null},"ca.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/ca.png"},"Patterns":null},"in.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/in.png"},"Patterns":null},"ja.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/ja.png"},"Patterns":null},"sa.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/sa.png"},"Patterns":null},"si.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/si.png"},"Patterns":null},"uk.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/uk.png"},"Patterns":null},"us.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/us.png"},"Patterns":null}},"Asset":null,"Patterns":null},"pattern-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/pattern-dark.png"},"Patterns":null},"pattern.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/pattern.png"},"Patterns":null},"svg":{"Children":{"activation.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/activation.svg"},"Patterns":null},"balancing.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/balancing.svg"},"Patterns":null},"checked.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/checked.svg"},"Patterns":null},"cloud.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/cloud.svg"},"Patterns":null},"dedicated.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/dedicated.svg"},"Patterns":null},"domain.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/domain.svg"},"Patterns":null},"location.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/location.svg"},"Patterns":null},"map-light.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/map-light.svg"},"Patterns":null},"map.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/map.svg"},"Patterns":null},"shared.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/shared.svg"},"Patterns":null},"ssl.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/ssl.svg"},"Patterns":null},"support.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/support.svg"},"Patterns":null},"team.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/team.svg"},"Patterns":null},"web.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/web.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"users":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/users/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/users/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/users/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/users/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/users/5.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"movers":{"Children":{"images":{"Children":{"12w3qdaad2.svg.bak":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/12w3qdaad2.svg.bak"},"Patterns":null},"baggage.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/baggage.png"},"Patterns":null},"bg-2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/bg-2.png"},"Patterns":null},"blog":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/blog/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/blog/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/blog/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/blog/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/blog/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/blog/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"clients":{"Children":{"amazon.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/amazon.svg"},"Patterns":null},"cnn.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/cnn.svg"},"Patterns":null},"github.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/github.svg"},"Patterns":null},"google.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/google.svg"},"Patterns":null},"jetblue.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/jetblue.svg"},"Patterns":null},"linkedin.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/linkedin.svg"},"Patterns":null},"nat-geo.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/nat-geo.svg"},"Patterns":null},"paypal.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/paypal.svg"},"Patterns":null},"vimeo.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/vimeo.svg"},"Patterns":null},"yahoo.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/yahoo.svg"},"Patterns":null},"zillow.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/zillow.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"dot-grid.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/dot-grid.svg"},"Patterns":null},"featured-img":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/featured-img/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/featured-img/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/featured-img/3.jpg"},"Patterns":null},"Thumbs.db":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/featured-img/Thumbs.db"},"Patterns":null}},"Asset":null,"Patterns":null},"happy.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/happy.svg"},"Patterns":null},"join.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/join.svg"},"Patterns":null},"others":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/others/1.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/others/2.png"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/others/3.png"},"Patterns":null},"4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/others/4.png"},"Patterns":null}},"Asset":null,"Patterns":null},"privacy.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/privacy.svg"},"Patterns":null},"section":{"Children":{"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/section/2.jpg"},"Patterns":null},"backdrop.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/section/backdrop.jpg"},"Patterns":null},"collab.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/section/collab.svg"},"Patterns":null},"company.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/section/company.jpg"},"Patterns":null},"success.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/section/success.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"slider":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/slider/1.png"},"Patterns":null}},"Asset":null,"Patterns":null},"startae-team-7tXA8xwe4W4-unsplash.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/startae-team-7tXA8xwe4W4-unsplash.jpg"},"Patterns":null},"stats.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/stats.svg"},"Patterns":null},"team":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/9.jpg"},"Patterns":null},"section.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/section.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"user_nums.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/user_nums.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"movers.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/movers.css"},"Patterns":null}},"Asset":null,"Patterns":null},"pet":{"Children":{"images":{"Children":{"gallery":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/14.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/15.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/9.jpg"},"Patterns":null},"thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/14.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/15.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"help":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/help/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/help/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/help/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-image.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/hero-image.jpg"},"Patterns":null},"logo-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/logo-dark.png"},"Patterns":null},"logo-dark@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/logo-dark@2x.png"},"Patterns":null},"logo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/logo.png"},"Patterns":null},"logo@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/logo@2x.png"},"Patterns":null},"others":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/others/1.png"},"Patterns":null},"section-bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/others/section-bg.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"products":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/products/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/products/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/products/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"services":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/services/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/services/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/services/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/services/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"testimonials":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/testimonials/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/testimonials/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/testimonials/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/testimonials/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"pet.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/pet.css"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"favicon.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.png"},"Patterns":null},"images":{"Children":{"01_preview.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/01_preview.jpg"},"Patterns":null},"about":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/7.jpg"},"Patterns":null},"me-parallax.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/me-parallax.jpg"},"Patterns":null},"parallax.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/parallax.jpg"},"Patterns":null},"Thumbs.db":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/Thumbs.db"},"Patterns":null}},"Asset":null,"Patterns":null},"appshowcase":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/appshowcase/1.jpg"},"Patterns":null},"ipad-section.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/appshowcase/ipad-section.png"},"Patterns":null},"iphone-solid.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/appshowcase/iphone-solid.png"},"Patterns":null},"s1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/appshowcase/s1.png"},"Patterns":null},"s4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/appshowcase/s4.png"},"Patterns":null},"s5.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/appshowcase/s5.png"},"Patterns":null},"slider-iphone.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/appshowcase/slider-iphone.png"},"Patterns":null}},"Asset":null,"Patterns":null},"author":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/author/1.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"banner-curve.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/banner-curve.png"},"Patterns":null},"blank.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blank.svg"},"Patterns":null},"blocks":{"Children":{"intro":{"Children":{"alert-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/alert-1.jpg"},"Patterns":null},"alert-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/alert-2.jpg"},"Patterns":null},"alert-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/alert-3.jpg"},"Patterns":null},"alert-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/alert-4.jpg"},"Patterns":null},"alert-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/alert-5.jpg"},"Patterns":null},"alert-custom-width.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/alert-custom-width.jpg"},"Patterns":null},"blog-grid-hover-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/blog-grid-hover-2.jpg"},"Patterns":null},"blog-grid-hover.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/blog-grid-hover.jpg"},"Patterns":null},"blog-list-hover.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/blog-list-hover.jpg"},"Patterns":null},"blog-single-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/blog-single-3.jpg"},"Patterns":null},"blog-single-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/blog-single-4.jpg"},"Patterns":null},"blog-single-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/blog-single-5.jpg"},"Patterns":null},"blog-single-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/blog-single-6.jpg"},"Patterns":null},"blog-single.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/blog-single.jpg"},"Patterns":null},"buttons.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/buttons.jpg"},"Patterns":null},"cards-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-1.jpg"},"Patterns":null},"cards-10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-10.jpg"},"Patterns":null},"cards-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-2.jpg"},"Patterns":null},"cards-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-3.jpg"},"Patterns":null},"cards-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-4.jpg"},"Patterns":null},"cards-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-5.jpg"},"Patterns":null},"cards-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-6.jpg"},"Patterns":null},"cards-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-7.jpg"},"Patterns":null},"cards-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-8.jpg"},"Patterns":null},"cards-9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-9.jpg"},"Patterns":null},"cards-switch.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-switch.jpg"},"Patterns":null},"carousel-instagram.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/carousel-instagram.jpg"},"Patterns":null},"carousel-tab.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/carousel-tab.jpg"},"Patterns":null},"checklists.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/checklists.jpg"},"Patterns":null},"clipboard.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/clipboard.jpg"},"Patterns":null},"contact-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/contact-1.jpg"},"Patterns":null},"contact-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/contact-2.jpg"},"Patterns":null},"contact-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/contact-3.jpg"},"Patterns":null},"countdown-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/countdown-2.jpg"},"Patterns":null},"countdown.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/countdown.jpg"},"Patterns":null},"counter-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/counter-1.jpg"},"Patterns":null},"counter-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/counter-2.jpg"},"Patterns":null},"counter-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/counter-3.jpg"},"Patterns":null},"counter-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/counter-4.jpg"},"Patterns":null},"counter-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/counter-5.jpg"},"Patterns":null},"crypto.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/crypto.jpg"},"Patterns":null},"currency-converter.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/currency-converter.jpg"},"Patterns":null},"custom-scroll.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/custom-scroll.jpg"},"Patterns":null},"dashboard.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/dashboard.jpg"},"Patterns":null},"event-schedule-scroll.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/event-schedule-scroll.jpg"},"Patterns":null},"event-schedule.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/event-schedule.jpg"},"Patterns":null},"faqs-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/faqs-1.jpg"},"Patterns":null},"faqs-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/faqs-2.jpg"},"Patterns":null},"faqs-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/faqs-3.jpg"},"Patterns":null},"featured-boxes-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-boxes-1.jpg"},"Patterns":null},"featured-boxes-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-boxes-2.jpg"},"Patterns":null},"featured-boxes-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-boxes-3.jpg"},"Patterns":null},"featured-boxes-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-boxes-4.jpg"},"Patterns":null},"featured-boxes-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-boxes-5.jpg"},"Patterns":null},"featured-boxes-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-boxes-6.jpg"},"Patterns":null},"featured-boxes-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-boxes-7.jpg"},"Patterns":null},"featured-boxes-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-boxes-8.jpg"},"Patterns":null},"featured-Images-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-Images-1.jpg"},"Patterns":null},"filter-dropdown.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/filter-dropdown.jpg"},"Patterns":null},"filters-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/filters-1.jpg"},"Patterns":null},"floating-button.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/floating-button.jpg"},"Patterns":null},"follow-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/follow-1.jpg"},"Patterns":null},"follow-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/follow-2.jpg"},"Patterns":null},"footer-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/footer-1.jpg"},"Patterns":null},"footer-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/footer-2.jpg"},"Patterns":null},"footer-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/footer-3.jpg"},"Patterns":null},"footer-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/footer-4.jpg"},"Patterns":null},"footer-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/footer-5.jpg"},"Patterns":null},"footer-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/footer-8.jpg"},"Patterns":null},"form-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-1.jpg"},"Patterns":null},"form-10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-10.jpg"},"Patterns":null},"form-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-2.jpg"},"Patterns":null},"form-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-3.jpg"},"Patterns":null},"form-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-4.jpg"},"Patterns":null},"form-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-5.jpg"},"Patterns":null},"form-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-6.jpg"},"Patterns":null},"form-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-7.jpg"},"Patterns":null},"form-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-8.jpg"},"Patterns":null},"form-9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-9.jpg"},"Patterns":null},"form-profile.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-profile.jpg"},"Patterns":null},"form-show-password.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-show-password.jpg"},"Patterns":null},"gallery-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-1.jpg"},"Patterns":null},"gallery-10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-10.jpg"},"Patterns":null},"gallery-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-2.jpg"},"Patterns":null},"gallery-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-3.jpg"},"Patterns":null},"gallery-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-4.jpg"},"Patterns":null},"gallery-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-5.jpg"},"Patterns":null},"Gallery-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/Gallery-6.jpg"},"Patterns":null},"gallery-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-7.jpg"},"Patterns":null},"gallery-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-8.jpg"},"Patterns":null},"gallery-9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-9.jpg"},"Patterns":null},"gallery-instagram.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-instagram.jpg"},"Patterns":null},"gallery-parallax.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-parallax.jpg"},"Patterns":null},"gototop.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gototop.jpg"},"Patterns":null},"header-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/header-2.jpg"},"Patterns":null},"header-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/header-3.jpg"},"Patterns":null},"header-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/header-4.jpg"},"Patterns":null},"header-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/header-5.jpg"},"Patterns":null},"header-inline.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/header-inline.jpg"},"Patterns":null},"header.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/header.jpg"},"Patterns":null},"hero-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-1.jpg"},"Patterns":null},"hero-10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-10.jpg"},"Patterns":null},"hero-11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-11.jpg"},"Patterns":null},"hero-12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-12.jpg"},"Patterns":null},"hero-13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-13.jpg"},"Patterns":null},"hero-14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-14.jpg"},"Patterns":null},"hero-15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-15.jpg"},"Patterns":null},"hero-16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-16.jpg"},"Patterns":null},"hero-17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-17.jpg"},"Patterns":null},"hero-19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-19.jpg"},"Patterns":null},"hero-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-2.jpg"},"Patterns":null},"hero-20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-20.jpg"},"Patterns":null},"hero-21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-21.jpg"},"Patterns":null},"hero-22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-22.jpg"},"Patterns":null},"hero-23.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-23.jpg"},"Patterns":null},"hero-24.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-24.jpg"},"Patterns":null},"hero-25.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-25.jpg"},"Patterns":null},"hero-26.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-26.jpg"},"Patterns":null},"hero-27.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-27.jpg"},"Patterns":null},"hero-28.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-28.jpg"},"Patterns":null},"hero-29.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-29.jpg"},"Patterns":null},"hero-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-3.jpg"},"Patterns":null},"hero-30.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-30.jpg"},"Patterns":null},"hero-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-4.jpg"},"Patterns":null},"hero-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-5.jpg"},"Patterns":null},"hero-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-6.jpg"},"Patterns":null},"hero-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-7.jpg"},"Patterns":null},"hero-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-8.jpg"},"Patterns":null},"hero-9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-9.jpg"},"Patterns":null},"hero-instructor.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-instructor.jpg"},"Patterns":null},"hero-split.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-split.jpg"},"Patterns":null},"mega-menu-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/mega-menu-2.jpg"},"Patterns":null},"mega-menu-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/mega-menu-3.jpg"},"Patterns":null},"mega-menu-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/mega-menu-4.jpg"},"Patterns":null},"mega-menu-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/mega-menu-5.jpg"},"Patterns":null},"mega-menu.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/mega-menu.jpg"},"Patterns":null},"menu-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/menu-1.jpg"},"Patterns":null},"misc-card-expand.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/misc-card-expand.jpg"},"Patterns":null},"misc-custom-cursor.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/misc-custom-cursor.jpg"},"Patterns":null},"misc-link.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/misc-link.jpg"},"Patterns":null},"misc-search.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/misc-search.jpg"},"Patterns":null},"misc-skeleton.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/misc-skeleton.jpg"},"Patterns":null},"misc-tooltip.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/misc-tooltip.jpg"},"Patterns":null},"morph-menu.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/morph-menu.jpg"},"Patterns":null},"nav-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/nav-1.jpg"},"Patterns":null},"navigation-expand.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/navigation-expand.jpg"},"Patterns":null},"onepage-dots.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/onepage-dots.jpg"},"Patterns":null},"opacity-on-hover.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/opacity-on-hover.jpg"},"Patterns":null},"order-tracking.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/order-tracking.jpg"},"Patterns":null},"otp-form.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/otp-form.jpg"},"Patterns":null},"overlay-menu.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/overlay-menu.jpg"},"Patterns":null},"popup-contact.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-contact.jpg"},"Patterns":null},"popup-coupon.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-coupon.jpg"},"Patterns":null},"popup-food.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-food.jpg"},"Patterns":null},"popup-furniture.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-furniture.jpg"},"Patterns":null},"popup-gym.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-gym.jpg"},"Patterns":null},"popup-recovery-email.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-recovery-email.jpg"},"Patterns":null},"popup-request.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-request.jpg"},"Patterns":null},"popup-sale.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-sale.jpg"},"Patterns":null},"popup-shop-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-shop-1.jpg"},"Patterns":null},"popup-spa.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-spa.jpg"},"Patterns":null},"Popup-ticket.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/Popup-ticket.jpg"},"Patterns":null},"popup-whats-new.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-whats-new.jpg"},"Patterns":null},"Portfolio-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/Portfolio-1.jpg"},"Patterns":null},"portfolio-single-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/portfolio-single-full.jpg"},"Patterns":null},"portfolio-single-grid.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/portfolio-single-grid.jpg"},"Patterns":null},"portfolio-single.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/portfolio-single.jpg"},"Patterns":null},"pricing-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-1.jpg"},"Patterns":null},"pricing-10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-10.jpg"},"Patterns":null},"pricing-11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-11.jpg"},"Patterns":null},"pricing-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-2.jpg"},"Patterns":null},"pricing-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-3.jpg"},"Patterns":null},"pricing-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-4.jpg"},"Patterns":null},"pricing-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-5.jpg"},"Patterns":null},"pricing-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-6.jpg"},"Patterns":null},"pricing-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-7.jpg"},"Patterns":null},"pricing-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-8.jpg"},"Patterns":null},"pricing-9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-9.jpg"},"Patterns":null},"promo-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo-8.jpg"},"Patterns":null},"promo-box-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo-box-1.jpg"},"Patterns":null},"promo-box-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo-box-2.jpg"},"Patterns":null},"promo-box-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo-box-3.jpg"},"Patterns":null},"promo-box-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo-box-4.jpg"},"Patterns":null},"promo-box-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo-box-5.jpg"},"Patterns":null},"promo-box-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo-box-6.jpg"},"Patterns":null},"promo-box-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo-box-7.jpg"},"Patterns":null},"promo.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo.jpg"},"Patterns":null},"rotate-onscroll.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/rotate-onscroll.jpg"},"Patterns":null},"rotating-text.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/rotating-text.jpg"},"Patterns":null},"share-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/share-1.jpg"},"Patterns":null},"shop-quatity.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/shop-quatity.jpg"},"Patterns":null},"shop-select.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/shop-select.jpg"},"Patterns":null},"shop-single-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/shop-single-2.jpg"},"Patterns":null},"shop-single.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/shop-single.jpg"},"Patterns":null},"slider-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/slider-1.jpg"},"Patterns":null},"slider-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/slider-2.jpg"},"Patterns":null},"slider-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/slider-4.jpg"},"Patterns":null},"slider-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/slider-6.jpg"},"Patterns":null},"slider-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/slider-7.jpg"},"Patterns":null},"slider-custom-cursor.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/slider-custom-cursor.jpg"},"Patterns":null},"slider-parallax.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/slider-parallax.jpg"},"Patterns":null},"slider-scrollbar.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/slider-scrollbar.jpg"},"Patterns":null},"social-icons-sidebar.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/social-icons-sidebar.jpg"},"Patterns":null},"social-icons-toggle.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/social-icons-toggle.jpg"},"Patterns":null},"social-icons.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/social-icons.jpg"},"Patterns":null},"sound-event.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/sound-event.jpg"},"Patterns":null},"steps-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/steps-1.jpg"},"Patterns":null},"steps-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/steps-2.jpg"},"Patterns":null},"steps-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/steps-3.jpg"},"Patterns":null},"steps-vertical.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/steps-vertical.jpg"},"Patterns":null},"sticky-cards.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/sticky-cards.jpg"},"Patterns":null},"sticky-page.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/sticky-page.jpg"},"Patterns":null},"sticky-scroll.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/sticky-scroll.jpg"},"Patterns":null},"svg_background.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/svg_background.jpg"},"Patterns":null},"tab-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/tab-1.jpg"},"Patterns":null},"tab-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/tab-2.jpg"},"Patterns":null},"tab-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/tab-3.jpg"},"Patterns":null},"tabs-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/tabs-4.jpg"},"Patterns":null},"team-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/team-1.jpg"},"Patterns":null},"team-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/team-2.jpg"},"Patterns":null},"testimonials-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/testimonials-1.jpg"},"Patterns":null},"testimonials-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/testimonials-2.jpg"},"Patterns":null},"testimonials-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/testimonials-3.jpg"},"Patterns":null},"testimonials-slide.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/testimonials-slide.jpg"},"Patterns":null},"Thumbs.db":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/Thumbs.db"},"Patterns":null},"ticker.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/ticker.jpg"},"Patterns":null},"vertical-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/vertical-2.jpg"},"Patterns":null},"video-gallery.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/video-gallery.jpg"},"Patterns":null},"video-onhover-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/video-onhover-2.jpg"},"Patterns":null},"video-onhover.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/video-onhover.jpg"},"Patterns":null},"video-section.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/video-section.jpg"},"Patterns":null},"with-sub-menu-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/with-sub-menu-2.jpg"},"Patterns":null},"with-sub-menu.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/with-sub-menu.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"preview":{"Children":{"avatar":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/avatar/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/avatar/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/avatar/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/avatar/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/avatar/5.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"block-footer-4.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/block-footer-4.mp4"},"Patterns":null},"block-footer-4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/block-footer-4.png"},"Patterns":null},"card-10":{"Children":{"car.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-10/car.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"card-2":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-2/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-2/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-2/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"card-3":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-3/1.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"card-6":{"Children":{"1-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-6/1-thumb.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-6/1.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"card-9":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-9/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-9/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-9/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"cart-styles":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/14.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/15.jpg"},"Patterns":null},"16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/16.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/17.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"cascading":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cascading/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cascading/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cascading/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"construction.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/construction.svg"},"Patterns":null},"countdown-2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/countdown-2.png"},"Patterns":null},"countdown.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/countdown.jpg"},"Patterns":null},"crypto":{"Children":{"1.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/1.svg"},"Patterns":null},"2.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/2.svg"},"Patterns":null},"2":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/2/1.jpg"},"Patterns":null},"1.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/2/1.svg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/2/2.jpg"},"Patterns":null},"2.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/2/2.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"3.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/3.svg"},"Patterns":null},"4.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/4.svg"},"Patterns":null},"bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/bg.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"cursor.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cursor.png"},"Patterns":null},"cursor.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cursor.svg"},"Patterns":null},"dot-grid-light.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/dot-grid-light.svg"},"Patterns":null},"exp-cards":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/exp-cards/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/exp-cards/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/exp-cards/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/exp-cards/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/exp-cards/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/exp-cards/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/exp-cards/7.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"fbox-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/fbox-1.jpg"},"Patterns":null},"featured":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/featured/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/featured/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/featured/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/featured/4.jpg"},"Patterns":null},"Thumbs.db":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/featured/Thumbs.db"},"Patterns":null}},"Asset":null,"Patterns":null},"filter-dropdown":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"form-2.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/form-2.svg"},"Patterns":null},"form-3":{"Children":{"1.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/form-3/1.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"form-9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/form-9.jpg"},"Patterns":null},"form-booking-reservation.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/form-booking-reservation.jpg"},"Patterns":null},"form-fitness.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/form-fitness.jpg"},"Patterns":null},"gallery-1":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-1/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-1/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-1/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-1/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-1/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-1/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"gallery-2":{"Children":{"1-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/1-full.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/10.jpg"},"Patterns":null},"11-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/11-full.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/11.jpg"},"Patterns":null},"12-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/12-full.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/12.jpg"},"Patterns":null},"2-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/2-full.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/2.jpg"},"Patterns":null},"3-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/3-full.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/3.jpg"},"Patterns":null},"4-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/4-full.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/4.jpg"},"Patterns":null},"5-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/5-full.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/5.jpg"},"Patterns":null},"6-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/6-full.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/6.jpg"},"Patterns":null},"7-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/7-full.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/7.jpg"},"Patterns":null},"8-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/8-full.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/8.jpg"},"Patterns":null},"9-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/9-full.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"gallery-3":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-3/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-3/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-3/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-3/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"gallery-4":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-4/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-4/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-4/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-4/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-4/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-4/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-4/7.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"gallery-5":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-5/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-5/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-5/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-5/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"gallery-7":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-7/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-7/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-7/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-7/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-7/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-7/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-7/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-7/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"gallery-parallax":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-parallax/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-parallax/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-parallax/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-parallax/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-parallax/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-parallax/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"google-login.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/google-login.png"},"Patterns":null},"header-4":{"Children":{"bevarage.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-4/bevarage.svg"},"Patterns":null},"burgers.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-4/burgers.svg"},"Patterns":null},"chinese.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-4/chinese.svg"},"Patterns":null},"desserts.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-4/desserts.svg"},"Patterns":null},"indian.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-4/indian.svg"},"Patterns":null},"indonesian.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-4/indonesian.svg"},"Patterns":null},"pizza.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-4/pizza.svg"},"Patterns":null},"tacos.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-4/tacos.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"header-5":{"Children":{"camera.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-5/camera.jpg"},"Patterns":null},"games.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-5/games.jpg"},"Patterns":null},"ipad.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-5/ipad.jpg"},"Patterns":null},"notebook.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-5/notebook.jpg"},"Patterns":null},"ps4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-5/ps4.png"},"Patterns":null},"ps5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-5/ps5.jpg"},"Patterns":null},"tv.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-5/tv.jpg"},"Patterns":null},"xbox.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-5/xbox.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-1.jpg"},"Patterns":null},"hero-10":{"Children":{"1-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/1-thumb.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/1.jpg"},"Patterns":null},"2-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/2-thumb.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/2.jpg"},"Patterns":null},"3-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/3-thumb.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/3.jpg"},"Patterns":null},"4-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/4-thumb.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/4.jpg"},"Patterns":null},"5-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/5-thumb.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/5.jpg"},"Patterns":null},"main.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/main.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-11":{"Children":{"bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-11/bg.jpg"},"Patterns":null},"hanging-lamp.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-11/hanging-lamp.jpg"},"Patterns":null},"sofa.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-11/sofa.jpg"},"Patterns":null},"table-lamp.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-11/table-lamp.jpg"},"Patterns":null},"table.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-11/table.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-12.jpg"},"Patterns":null},"hero-13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-13.jpg"},"Patterns":null},"hero-14":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-14/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-14/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-14/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-16.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-16.svg"},"Patterns":null},"hero-18":{"Children":{"men.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-18/men.jpg"},"Patterns":null},"women.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-18/women.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-19.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-19.svg"},"Patterns":null},"hero-21":{"Children":{"1.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-21/1.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-22":{"Children":{"1-light.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-22/1-light.png"},"Patterns":null},"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-22/1.png"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-23":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-23/1.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-23/2.png"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-23/3.png"},"Patterns":null},"4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-23/4.png"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-24":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-24/1.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-25.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-25.jpg"},"Patterns":null},"hero-26":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-26/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-26/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-26/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-28":{"Children":{"Browser.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-28/Browser.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-2":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-2/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-2/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-2/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-30":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-30/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-30/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-30/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-30/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-30/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-30/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-30/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-30/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-4.jpg"},"Patterns":null},"hero-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-6.jpg"},"Patterns":null},"hero-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-7.jpg"},"Patterns":null},"hero-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-8.jpg"},"Patterns":null},"hero-9":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-9/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-9/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-9/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hotspot.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hotspot.jpg"},"Patterns":null},"insta-bg.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/insta-bg.svg"},"Patterns":null},"instructor-2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/instructor-2.png"},"Patterns":null},"instructor-bg.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/instructor-bg.svg"},"Patterns":null},"instructor.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/instructor.png"},"Patterns":null},"iphone-wireframe.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/iphone-wireframe.png"},"Patterns":null},"iphone":{"Children":{"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/iphone/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/iphone/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/iphone/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/iphone/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/iphone/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"lazy-loading.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/lazy-loading.jpg"},"Patterns":null},"logo@footer-2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/logo@footer-2.png"},"Patterns":null},"map.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/map.png"},"Patterns":null},"mask-blob.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/mask-blob.svg"},"Patterns":null},"mask.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/mask.png"},"Patterns":null},"modal-health.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/modal-health.jpg"},"Patterns":null},"modal-subscribe-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/modal-subscribe-2.jpg"},"Patterns":null},"nav":{"Children":{"bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/nav/bg.jpg"},"Patterns":null},"bg.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/nav/bg.png"},"Patterns":null},"gr-bg":{"Children":{"2364720.ai":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/nav/gr-bg/2364720.ai"},"Patterns":null},"2364724.eps":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/nav/gr-bg/2364724.eps"},"Patterns":null},"2364726.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/nav/gr-bg/2364726.jpg"},"Patterns":null},"Fonts.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/nav/gr-bg/Fonts.txt"},"Patterns":null},"License free.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/nav/gr-bg/License free.txt"},"Patterns":null},"License premium.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/nav/gr-bg/License premium.txt"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"pattern.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/pattern.svg"},"Patterns":null},"popup-banner.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popup-banner.jpg"},"Patterns":null},"popups":{"Children":{"food":{"Children":{"bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/food/bg.jpg"},"Patterns":null},"bg.psd":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/food/bg.psd"},"Patterns":null},"offer.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/food/offer.png"},"Patterns":null}},"Asset":null,"Patterns":null},"furniture":{"Children":{"bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/furniture/bg.jpg"},"Patterns":null},"bg.psd":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/furniture/bg.psd"},"Patterns":null}},"Asset":null,"Patterns":null},"gym":{"Children":{"bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/gym/bg.jpg"},"Patterns":null},"mask.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/gym/mask.png"},"Patterns":null}},"Asset":null,"Patterns":null},"popup-contact.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/popup-contact.svg"},"Patterns":null},"popup-sale.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/popup-sale.jpg"},"Patterns":null},"popup-ticket.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/popup-ticket.jpg"},"Patterns":null},"recovery-email.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/recovery-email.svg"},"Patterns":null},"shop":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/shop/1.jpg"},"Patterns":null},"1.psd":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/shop/1.psd"},"Patterns":null}},"Asset":null,"Patterns":null},"spa":{"Children":{"spa-logo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/spa/spa-logo.png"},"Patterns":null},"spa.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/spa/spa.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"portfolio-1":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-1/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-1/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-1/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-1/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-1/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-1/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"portfolio-full":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/8.jpg"},"Patterns":null},"thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/thumbs/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/thumbs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/thumbs/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/thumbs/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/thumbs/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/thumbs/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/thumbs/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/thumbs/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"portfolio-single":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-single/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-single/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-single/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-single/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-single/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-single/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"pricing.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/pricing.svg"},"Patterns":null},"promo-box":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/promo-box/1.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"recipes":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/recipes/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/recipes/2.jpg"},"Patterns":null},"3.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/recipes/3.jpeg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/recipes/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/recipes/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/recipes/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/recipes/7.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"schedule.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/schedule.jpg"},"Patterns":null},"seperator.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/seperator.svg"},"Patterns":null},"shop-full":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-full/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-full/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-full/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-full/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-full/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-full/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-full/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-full/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"shop-select":{"Children":{"black.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-select/black.jpg"},"Patterns":null},"blue.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-select/blue.jpg"},"Patterns":null},"clear.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-select/clear.jpg"},"Patterns":null},"green.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-select/green.jpg"},"Patterns":null},"lightblue.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-select/lightblue.jpg"},"Patterns":null},"orange.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-select/orange.jpg"},"Patterns":null},"skyblue.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-select/skyblue.jpg"},"Patterns":null},"white.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-select/white.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"slider-1":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-1/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-1/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-1/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"slider-2":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-2/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-2/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-2/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"slider-4":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-4/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-4/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-4/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-4/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-4/5.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"slider-parallax":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-parallax/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-parallax/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-parallax/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"svg-bg":{"Children":{"animated_shape.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/animated_shape.svg"},"Patterns":null},"blob.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/blob.svg"},"Patterns":null},"colored.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/colored.svg"},"Patterns":null},"colored_patterns.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/colored_patterns.svg"},"Patterns":null},"gradient.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/gradient.svg"},"Patterns":null},"Meteor.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/Meteor.svg"},"Patterns":null},"polygon.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/polygon.svg"},"Patterns":null},"rect.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/rect.svg"},"Patterns":null},"Shiny.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/Shiny.svg"},"Patterns":null},"sprinkle.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/sprinkle.svg"},"Patterns":null},"wave.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/wave.svg"},"Patterns":null},"world_map.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/world_map.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"tab-3":{"Children":{"niche":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-3/niche/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-3/niche/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-3/niche/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-3/niche/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"onepages":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-3/onepages/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-3/onepages/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-3/onepages/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-3/onepages/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"tab-4":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-4/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-4/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-4/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-4/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-4/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-4/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-4/7.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"team-2":{"Children":{"1-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team-2/1-1.jpg"},"Patterns":null},"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team-2/1.png"},"Patterns":null},"2-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team-2/2-1.jpg"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team-2/2.png"},"Patterns":null},"3-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team-2/3-1.jpg"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team-2/3.png"},"Patterns":null}},"Asset":null,"Patterns":null},"team":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"blog":{"Children":{"full":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/10.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/12-1.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/13.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/17.jpg"},"Patterns":null},"18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/18.jpg"},"Patterns":null},"19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/19.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/2.jpg"},"Patterns":null},"20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/20.jpg"},"Patterns":null},"21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/21.jpg"},"Patterns":null},"22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/22.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/3.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/6-2.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"grid":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/10.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/13.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/17.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/2.jpg"},"Patterns":null},"20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/20.jpg"},"Patterns":null},"21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/21.jpg"},"Patterns":null},"22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/22.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"masonry":{"Children":{"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/masonry/10.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/masonry/12-1.jpg"},"Patterns":null},"20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/masonry/20.jpg"},"Patterns":null},"22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/masonry/22.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/masonry/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/masonry/6-2.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"small":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/10.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/12-1.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/13.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/17.jpg"},"Patterns":null},"18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/18.jpg"},"Patterns":null},"19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/19.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/2.jpg"},"Patterns":null},"20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/20.jpg"},"Patterns":null},"21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/21.jpg"},"Patterns":null},"22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/22.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/3.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/6-2.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"standard":{"Children":{".17~imageoptim.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/standard/.17~imageoptim.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/standard/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/standard/10.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/standard/17.jpg"},"Patterns":null},"20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/standard/20.jpg"},"Patterns":null},"21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/standard/21.jpg"},"Patterns":null},"22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/standard/22.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"clients":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/1.png"},"Patterns":null},"10.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/10.png"},"Patterns":null},"11.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/11.png"},"Patterns":null},"12.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/12.png"},"Patterns":null},"13.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/13.png"},"Patterns":null},"14.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/14.png"},"Patterns":null},"15.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/15.png"},"Patterns":null},"16.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/16.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/2.png"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/3.png"},"Patterns":null},"4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/4.png"},"Patterns":null},"5.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/5.png"},"Patterns":null},"6.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/6.png"},"Patterns":null},"7.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/7.png"},"Patterns":null},"8.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/8.png"},"Patterns":null},"9.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/9.png"},"Patterns":null},"logo":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/1.png"},"Patterns":null},"10.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/10.png"},"Patterns":null},"11.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/11.png"},"Patterns":null},"12.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/12.png"},"Patterns":null},"13.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/13.png"},"Patterns":null},"14.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/14.png"},"Patterns":null},"15.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/15.png"},"Patterns":null},"16.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/16.png"},"Patterns":null},"17.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/17.png"},"Patterns":null},"18.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/18.png"},"Patterns":null},"19.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/19.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/2.png"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/3.png"},"Patterns":null},"4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/4.png"},"Patterns":null},"5.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/5.png"},"Patterns":null},"6.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/6.png"},"Patterns":null},"7.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/7.png"},"Patterns":null},"8.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/8.png"},"Patterns":null},"9.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/9.png"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"demo-parallax.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/demo-parallax.jpg"},"Patterns":null},"events":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/10.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/8.jpg"},"Patterns":null},"parallax":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/parallax/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/parallax/2.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/parallax/4.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/parallax/7.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/parallax/9.jpg"},"Patterns":null},"home.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/parallax/home.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/thumbs/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/thumbs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/thumbs/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/thumbs/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/thumbs/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/thumbs/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/thumbs/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/thumbs/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"extras":{"Children":{"200x200.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/extras/200x200.gif"},"Patterns":null}},"Asset":null,"Patterns":null},"footer-bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/footer-bg.jpg"},"Patterns":null},"footer-logo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/footer-logo.png"},"Patterns":null},"footer-logo@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/footer-logo@2x.png"},"Patterns":null},"footer-widget-logo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/footer-widget-logo.png"},"Patterns":null},"footer-widget-logo@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/footer-widget-logo@2x.png"},"Patterns":null},"forms":{"Children":{"billing-shipping.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/billing-shipping.jpg"},"Patterns":null},"booking-reservation.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/booking-reservation.jpg"},"Patterns":null},"car-rental.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/car-rental.jpg"},"Patterns":null},"car":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/car/1.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/car/2.png"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/car/3.png"},"Patterns":null},"4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/car/4.png"},"Patterns":null}},"Asset":null,"Patterns":null},"coming-soon.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/coming-soon.jpg"},"Patterns":null},"event-registration.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/event-registration.jpg"},"Patterns":null},"feedback.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/feedback.jpg"},"Patterns":null},"fitness.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/fitness.jpg"},"Patterns":null},"fixed-feedback.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/fixed-feedback.jpg"},"Patterns":null},"floating-contact.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/floating-contact.jpg"},"Patterns":null},"freelance-quote.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/freelance-quote.jpg"},"Patterns":null},"get-started.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/get-started.jpg"},"Patterns":null},"health.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/health.jpg"},"Patterns":null},"inline.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/inline.jpg"},"Patterns":null},"job.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/job.jpg"},"Patterns":null},"modal-feedback.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/modal-feedback.jpg"},"Patterns":null},"modal-subscribe-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/modal-subscribe-2.jpg"},"Patterns":null},"modal-subscribe-top.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/modal-subscribe-top.jpg"},"Patterns":null},"modal-subscribe.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/modal-subscribe.jpg"},"Patterns":null},"plan.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/plan.jpg"},"Patterns":null},"plan.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/plan.png"},"Patterns":null},"real-estate-enquiry.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/real-estate-enquiry.jpg"},"Patterns":null},"referral-bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/referral-bg.jpg"},"Patterns":null},"referral.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/referral.jpg"},"Patterns":null},"subscription.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/subscription.jpg"},"Patterns":null},"survey.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/survey.jpg"},"Patterns":null},"website-costing.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/website-costing.jpg"},"Patterns":null},"wedding.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/wedding.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"grid.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/grid.png"},"Patterns":null},"header-bg.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/header-bg.png"},"Patterns":null},"icons":{"Children":{"avatar.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/avatar.jpg"},"Patterns":null},"close.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/close.png"},"Patterns":null},"dotted.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/dotted.png"},"Patterns":null},"features":{"Children":{"flag.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/flag.png"},"Patterns":null},"map.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/map.png"},"Patterns":null},"performance.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/performance.png"},"Patterns":null},"responsive.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/responsive.png"},"Patterns":null},"retina.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/retina.png"},"Patterns":null},"seo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/seo.png"},"Patterns":null},"support.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/support.png"},"Patterns":null},"tick.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/tick.png"},"Patterns":null},"tools.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/tools.png"},"Patterns":null}},"Asset":null,"Patterns":null},"flags":{"Children":{"french.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/flags/french.png"},"Patterns":null},"german.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/flags/german.png"},"Patterns":null},"italian.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/flags/italian.png"},"Patterns":null}},"Asset":null,"Patterns":null},"iconalt.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/iconalt.svg"},"Patterns":null},"image.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/image.png"},"Patterns":null},"macbook.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/macbook.png"},"Patterns":null},"map-icon-red.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/map-icon-red.png"},"Patterns":null},"map-icon.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/map-icon.png"},"Patterns":null},"play.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/play.png"},"Patterns":null},"restaurant":{"Children":{"cup-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/restaurant/cup-dark.png"},"Patterns":null},"cup.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/restaurant/cup.png"},"Patterns":null},"fork-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/restaurant/fork-dark.png"},"Patterns":null},"fork.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/restaurant/fork.png"},"Patterns":null},"glass-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/restaurant/glass-dark.png"},"Patterns":null},"glass.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/restaurant/glass.png"},"Patterns":null},"tea-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/restaurant/tea-dark.png"},"Patterns":null},"tea.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/restaurant/tea.png"},"Patterns":null}},"Asset":null,"Patterns":null},"svg":{"Children":{"library_add_FILL0_wght200_GRAD0_opsz40.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/svg/library_add_FILL0_wght200_GRAD0_opsz40.svg"},"Patterns":null},"queue.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/svg/queue.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"video-play.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/video-play.png"},"Patterns":null}},"Asset":null,"Patterns":null},"ils":{"Children":{"404.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/404.svg"},"Patterns":null},"build-websites.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/build-websites.svg"},"Patterns":null},"building-websites.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/building-websites.svg"},"Patterns":null},"canvas-code.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/canvas-code.svg"},"Patterns":null},"canvas-support.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/canvas-support.svg"},"Patterns":null},"hero-chat.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/hero-chat.svg"},"Patterns":null},"hero-cms.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/hero-cms.svg"},"Patterns":null},"hero-family.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/hero-family.svg"},"Patterns":null},"hero-schedule.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/hero-schedule.svg"},"Patterns":null},"hero-social.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/hero-social.svg"},"Patterns":null},"layered-peaks.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/layered-peaks.svg"},"Patterns":null},"website-builder.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/website-builder.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"intro":{"Children":{"bg-2.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/bg-2.jpeg"},"Patterns":null},"bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/bg.jpg"},"Patterns":null},"bg1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/bg1.jpg"},"Patterns":null},"blocks.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/blocks.jpg"},"Patterns":null},"blocks":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/blocks/1.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/blocks/2.png"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-bg.webp":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/hero-bg.webp"},"Patterns":null},"icons.zip":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons.zip"},"Patterns":null},"icons":{"Children":{"ajax.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/ajax.svg"},"Patterns":null},"bootstrap-5.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/bootstrap-5.svg"},"Patterns":null},"css.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/css.svg"},"Patterns":null},"dark.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/dark.svg"},"Patterns":null},"gulp-js.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/gulp-js.svg"},"Patterns":null},"html-5.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/html-5.svg"},"Patterns":null},"js.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/js.svg"},"Patterns":null},"node-js.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/node-js.svg"},"Patterns":null},"rtl.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/rtl.svg"},"Patterns":null},"sass.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/sass.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"latest":{"Children":{"niche-demos-1.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/latest/niche-demos-1.svg"},"Patterns":null},"niche-demos.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/latest/niche-demos.jpg"},"Patterns":null},"niche-demos.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/latest/niche-demos.png"},"Patterns":null},"niche-demos.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/latest/niche-demos.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"multipage":{"Children":{"homepage1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage1.jpg"},"Patterns":null},"homepage10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage10.jpg"},"Patterns":null},"homepage11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage11.jpg"},"Patterns":null},"homepage12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage12.jpg"},"Patterns":null},"homepage13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage13.jpg"},"Patterns":null},"homepage14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage14.jpg"},"Patterns":null},"homepage15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage15.jpg"},"Patterns":null},"homepage16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage16.jpg"},"Patterns":null},"homepage17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage17.jpg"},"Patterns":null},"homepage18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage18.jpg"},"Patterns":null},"homepage19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage19.jpg"},"Patterns":null},"homepage2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage2.jpg"},"Patterns":null},"homepage20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage20.jpg"},"Patterns":null},"homepage21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage21.jpg"},"Patterns":null},"homepage22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage22.jpg"},"Patterns":null},"homepage23.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage23.jpg"},"Patterns":null},"homepage24.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage24.jpg"},"Patterns":null},"homepage25.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage25.jpg"},"Patterns":null},"homepage26.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage26.jpg"},"Patterns":null},"homepage27.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage27.jpg"},"Patterns":null},"homepage28.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage28.jpg"},"Patterns":null},"homepage29.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage29.jpg"},"Patterns":null},"homepage3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage3.jpg"},"Patterns":null},"homepage30.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage30.jpg"},"Patterns":null},"homepage4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage4.jpg"},"Patterns":null},"homepage5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage5.jpg"},"Patterns":null},"homepage6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage6.jpg"},"Patterns":null},"homepage7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage7.jpg"},"Patterns":null},"homepage8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage8.jpg"},"Patterns":null},"homepage9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"new":{"Children":{"app-landing.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/app-landing.mp4"},"Patterns":null},"button.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/button.gif"},"Patterns":null},"canvas-forms-processor-old.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/canvas-forms-processor-old.mp4"},"Patterns":null},"canvas-forms-processor-poster.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/canvas-forms-processor-poster.jpg"},"Patterns":null},"canvas-forms-processor.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/canvas-forms-processor.mp4"},"Patterns":null},"demos":{"Children":{"barber.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/demos/barber.png"},"Patterns":null},"business.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/demos/business.png"},"Patterns":null},"car.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/demos/car.png"},"Patterns":null},"ecommerce.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/demos/ecommerce.png"},"Patterns":null},"music.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/demos/music.png"},"Patterns":null},"pet.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/demos/pet.png"},"Patterns":null},"resume.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/demos/resume.png"},"Patterns":null}},"Asset":null,"Patterns":null},"footer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/footer.jpg"},"Patterns":null},"hero-bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/hero-bg.jpg"},"Patterns":null},"hero-image.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/hero-image.jpg"},"Patterns":null},"hero-optim.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/hero-optim.jpg"},"Patterns":null},"hero-optimized.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/hero-optimized.jpeg"},"Patterns":null},"hero-v7-performance.webp":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/hero-v7-performance.webp"},"Patterns":null},"hero-v7.webp":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/hero-v7.webp"},"Patterns":null},"hero.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/hero.jpg"},"Patterns":null},"hero.webp":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/hero.webp"},"Patterns":null},"intro-hero-2.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/intro-hero-2.jpeg"},"Patterns":null},"intro-hero.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/intro-hero.jpg"},"Patterns":null},"ipad-p-screen.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/ipad-p-screen.gif"},"Patterns":null},"ipad-p.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/ipad-p.png"},"Patterns":null},"ipad-screen1.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/ipad-screen1.mp4"},"Patterns":null},"ipad.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/ipad.jpg"},"Patterns":null},"iphone.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/iphone.mp4"},"Patterns":null},"iphone7-screen.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/iphone7-screen.gif"},"Patterns":null},"iphone7-screen.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/iphone7-screen.jpg"},"Patterns":null},"iphone7.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/iphone7.png"},"Patterns":null},"macbook.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/macbook.png"},"Patterns":null},"multipages.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/multipages.jpg"},"Patterns":null},"niche.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/niche.jpg"},"Patterns":null},"onepages.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/onepages.jpg"},"Patterns":null},"p-generator.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/p-generator.mp4"},"Patterns":null},"p-generator.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/p-generator.png"},"Patterns":null},"rev-intro.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/rev-intro.jpg"},"Patterns":null},"rev-intro.webp":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/rev-intro.webp"},"Patterns":null},"rev-slider.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/rev-slider.jpg"},"Patterns":null},"rev.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/rev.jpg"},"Patterns":null},"rev.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/rev.png"},"Patterns":null},"video-button.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/video-button.jpg"},"Patterns":null},"video.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/video.gif"},"Patterns":null},"youtube.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/youtube.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"niche":{"Children":{"agency.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/agency.jpg"},"Patterns":null},"app-landing.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/app-landing.jpg"},"Patterns":null},"articles.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/articles.jpg"},"Patterns":null},"barber.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/barber.jpg"},"Patterns":null},"bike.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/bike.jpg"},"Patterns":null},"business.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/business.jpg"},"Patterns":null},"car.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/car.jpg"},"Patterns":null},"coffee.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/coffee.jpg"},"Patterns":null},"coming-soon.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/coming-soon.jpg"},"Patterns":null},"construction.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/construction.jpg"},"Patterns":null},"course.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/course.jpg"},"Patterns":null},"ecommerce.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/ecommerce.jpg"},"Patterns":null},"gym.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/gym.jpg"},"Patterns":null},"headphones.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/headphones.jpg"},"Patterns":null},"horizontal-blog.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/horizontal-blog.jpg"},"Patterns":null},"hosting.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/hosting.jpg"},"Patterns":null},"interior-design.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/interior-design.jpg"},"Patterns":null},"media-agency.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/media-agency.jpg"},"Patterns":null},"medical.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/medical.jpg"},"Patterns":null},"modern-blog.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/modern-blog.jpg"},"Patterns":null},"music.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/music.jpg"},"Patterns":null},"news.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/news.jpg"},"Patterns":null},"new":{"Children":{"academic.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/academic.jpg"},"Patterns":null},"agency.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/agency.jpg"},"Patterns":null},"app-landing.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/app-landing.jpg"},"Patterns":null},"article.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/article.jpg"},"Patterns":null},"barber.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/barber.jpg"},"Patterns":null},"beauty-kit.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/beauty-kit.jpg"},"Patterns":null},"beauty.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/beauty.jpg"},"Patterns":null},"bike.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/bike.jpg"},"Patterns":null},"blog.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/blog.jpg"},"Patterns":null},"burger.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/burger.jpg"},"Patterns":null},"burger.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/burger.png"},"Patterns":null},"business.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/business.jpg"},"Patterns":null},"cafe.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/cafe.jpg"},"Patterns":null},"car.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/car.jpg"},"Patterns":null},"classic.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/classic.jpg"},"Patterns":null},"cleaner.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/cleaner.jpg"},"Patterns":null},"conference.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/conference.jpg"},"Patterns":null},"construction.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/construction.jpg"},"Patterns":null},"course.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/course.jpg"},"Patterns":null},"covid-care.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/covid-care.jpg"},"Patterns":null},"coworking.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/coworking.jpg"},"Patterns":null},"crowdfunding.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/crowdfunding.jpg"},"Patterns":null},"drone.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/drone.jpg"},"Patterns":null},"ecommerce.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/ecommerce.jpg"},"Patterns":null},"finance.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/finance.jpg"},"Patterns":null},"football-club.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/football-club.jpg"},"Patterns":null},"forum.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/forum.jpg"},"Patterns":null},"freelancer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/freelancer.jpg"},"Patterns":null},"furniture.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/furniture.jpg"},"Patterns":null},"gym.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/gym.jpg"},"Patterns":null},"headphones.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/headphones.jpg"},"Patterns":null},"home.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/home.jpg"},"Patterns":null},"hostel.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/hostel.jpg"},"Patterns":null},"hosting.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/hosting.jpg"},"Patterns":null},"insurance.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/insurance.jpg"},"Patterns":null},"integro.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/integro.jpg"},"Patterns":null},"interior-design.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/interior-design.jpg"},"Patterns":null},"jewellery.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/jewellery.jpg"},"Patterns":null},"kindergarten.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/kindergarten.jpg"},"Patterns":null},"landing-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/landing-2.jpg"},"Patterns":null},"landing.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/landing.jpg"},"Patterns":null},"law-firm.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/law-firm.jpg"},"Patterns":null},"media-agency.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/media-agency.jpg"},"Patterns":null},"medical.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/medical.jpg"},"Patterns":null},"modern-blog.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/modern-blog.jpg"},"Patterns":null},"more.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/more.jpg"},"Patterns":null},"movers.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/movers.jpg"},"Patterns":null},"music.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/music.jpg"},"Patterns":null},"news.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/news.jpg"},"Patterns":null},"nft.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/nft.jpg"},"Patterns":null},"nonprofit.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/nonprofit.jpg"},"Patterns":null},"pet.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/pet.jpg"},"Patterns":null},"photographer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/photographer.jpg"},"Patterns":null},"photography.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/photography.jpg"},"Patterns":null},"podcasts.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/podcasts.jpg"},"Patterns":null},"portfolio.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/portfolio.jpg"},"Patterns":null},"project.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/project.jpg"},"Patterns":null},"real-estate.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/real-estate.jpg"},"Patterns":null},"real-estate1-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/real-estate1-thumb.jpg"},"Patterns":null},"real-estate1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/real-estate1.jpg"},"Patterns":null},"real-estate2-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/real-estate2-thumb.jpg"},"Patterns":null},"real-estate2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/real-estate2.jpg"},"Patterns":null},"real-estate3-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/real-estate3-thumb.jpg"},"Patterns":null},"real-estate3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/real-estate3.jpg"},"Patterns":null},"recipes.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/recipes.jpg"},"Patterns":null},"restaurant.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/restaurant.jpg"},"Patterns":null},"resume.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/resume.jpg"},"Patterns":null},"saas-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/saas-2.jpg"},"Patterns":null},"saas.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/saas.jpg"},"Patterns":null},"seo.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/seo.jpg"},"Patterns":null},"shop-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/shop-2.jpg"},"Patterns":null},"shop.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/shop.jpg"},"Patterns":null},"skincare.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/skincare.jpg"},"Patterns":null},"spa.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/spa.jpg"},"Patterns":null},"speaker.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/speaker.jpg"},"Patterns":null},"store.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/store.jpg"},"Patterns":null},"supplements.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/supplements.jpg"},"Patterns":null},"therapy.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/therapy.jpg"},"Patterns":null},"travel.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/travel.jpg"},"Patterns":null},"videographer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/videographer.jpg"},"Patterns":null},"wine.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/wine.jpg"},"Patterns":null},"writer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/writer.jpg"},"Patterns":null},"xmas.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/xmas.jpg"},"Patterns":null},"yoga.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/yoga.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"pet.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/pet.jpg"},"Patterns":null},"photographer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/photographer.jpg"},"Patterns":null},"photography.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/photography.jpg"},"Patterns":null},"photography1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/photography1.jpg"},"Patterns":null},"photography1.psd":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/photography1.psd"},"Patterns":null},"real-estate":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/real-estate/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/real-estate/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/real-estate/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"restaurant.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/restaurant.jpg"},"Patterns":null},"resume.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/resume.jpg"},"Patterns":null},"seo.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/seo.jpg"},"Patterns":null},"shop.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/shop.jpg"},"Patterns":null},"spa.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/spa.jpg"},"Patterns":null},"travel.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/travel.jpg"},"Patterns":null},"writer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/writer.jpg"},"Patterns":null},"xmas.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/xmas.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"onepage":{"Children":{"apartment.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/apartment.jpg"},"Patterns":null},"articles.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/articles.jpg"},"Patterns":null},"designer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/designer.jpg"},"Patterns":null},"developer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/developer.jpg"},"Patterns":null},"frame.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/frame.jpg"},"Patterns":null},"homepage1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage1.jpg"},"Patterns":null},"homepage10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage10.jpg"},"Patterns":null},"homepage11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage11.jpg"},"Patterns":null},"homepage12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage12.jpg"},"Patterns":null},"homepage13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage13.jpg"},"Patterns":null},"homepage14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage14.jpg"},"Patterns":null},"homepage15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage15.jpg"},"Patterns":null},"homepage16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage16.jpg"},"Patterns":null},"homepage17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage17.jpg"},"Patterns":null},"homepage18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage18.jpg"},"Patterns":null},"homepage19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage19.jpg"},"Patterns":null},"homepage2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage2.jpg"},"Patterns":null},"homepage20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage20.jpg"},"Patterns":null},"homepage21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage21.jpg"},"Patterns":null},"homepage22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage22.jpg"},"Patterns":null},"homepage23.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage23.jpg"},"Patterns":null},"homepage24.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage24.jpg"},"Patterns":null},"homepage25.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage25.jpg"},"Patterns":null},"homepage26.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage26.jpg"},"Patterns":null},"homepage27.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage27.jpg"},"Patterns":null},"homepage28.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage28.jpg"},"Patterns":null},"homepage29.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage29.jpg"},"Patterns":null},"homepage3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage3.jpg"},"Patterns":null},"homepage30.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage30.jpg"},"Patterns":null},"homepage31.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage31.jpg"},"Patterns":null},"homepage32.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage32.jpg"},"Patterns":null},"homepage33.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage33.jpg"},"Patterns":null},"homepage34.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage34.jpg"},"Patterns":null},"homepage35.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage35.jpg"},"Patterns":null},"homepage36.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage36.jpg"},"Patterns":null},"homepage37.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage37.jpg"},"Patterns":null},"homepage38.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage38.jpg"},"Patterns":null},"homepage39.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage39.jpg"},"Patterns":null},"homepage4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage4.jpg"},"Patterns":null},"homepage40.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage40.jpg"},"Patterns":null},"homepage41.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage41.jpg"},"Patterns":null},"homepage42.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage42.jpg"},"Patterns":null},"homepage43.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage43.jpg"},"Patterns":null},"homepage44.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage44.jpg"},"Patterns":null},"homepage45.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage45.jpg"},"Patterns":null},"homepage5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage5.jpg"},"Patterns":null},"homepage6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage6.jpg"},"Patterns":null},"homepage7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage7.jpg"},"Patterns":null},"homepage8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage8.jpg"},"Patterns":null},"homepage9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage9.jpg"},"Patterns":null},"interior.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/interior.jpg"},"Patterns":null},"outdoors.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/outdoors.jpg"},"Patterns":null},"parallax.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/parallax.jpg"},"Patterns":null},"pet.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/pet.jpg"},"Patterns":null},"plan-subscription.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/plan-subscription.jpg"},"Patterns":null},"portrait.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/portrait.jpg"},"Patterns":null},"product-showcase.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/product-showcase.jpg"},"Patterns":null},"subscription.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/subscription.jpg"},"Patterns":null},"tourism.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/tourism.jpg"},"Patterns":null},"watch.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/watch.jpg"},"Patterns":null},"yoga.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/yoga.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"targets":{"Children":{"blogs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/blogs/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/blogs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/blogs/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"features":{"Children":{"ajax.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/ajax.png"},"Patterns":null},"alternate-logo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/alternate-logo.png"},"Patterns":null},"bootstrap4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/bootstrap4.png"},"Patterns":null},"charts.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/charts.png"},"Patterns":null},"color.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/color.png"},"Patterns":null},"dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/dark.png"},"Patterns":null},"documentation.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/documentation.png"},"Patterns":null},"ecommerce.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/ecommerce.png"},"Patterns":null},"event-calendar.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/event-calendar.png"},"Patterns":null},"font.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/font.png"},"Patterns":null},"footer.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/footer.png"},"Patterns":null},"headers.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/headers.png"},"Patterns":null},"less.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/less.png"},"Patterns":null},"lightbox.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/lightbox.png"},"Patterns":null},"loader.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/loader.png"},"Patterns":null},"megamenu.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/megamenu.png"},"Patterns":null},"menu.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/menu.png"},"Patterns":null},"modal.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/modal.png"},"Patterns":null},"parallax.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/parallax.png"},"Patterns":null},"plugins.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/plugins.png"},"Patterns":null},"psd.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/psd.png"},"Patterns":null},"range-slider.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/range-slider.png"},"Patterns":null},"responsive.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/responsive.png"},"Patterns":null},"retina.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/retina.png"},"Patterns":null},"rtl.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/rtl.png"},"Patterns":null},"seo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/seo.png"},"Patterns":null},"side-panel.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/side-panel.png"},"Patterns":null},"sliders.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/sliders.png"},"Patterns":null},"sticky-sidebar.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/sticky-sidebar.png"},"Patterns":null},"templates.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/templates.png"},"Patterns":null},"updates.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/updates.png"},"Patterns":null},"videos.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/videos.png"},"Patterns":null},"wide-boxed.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/wide-boxed.png"},"Patterns":null},"widgets.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/widgets.png"},"Patterns":null}},"Asset":null,"Patterns":null},"headers":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/1.png"},"Patterns":null},"10.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/10.png"},"Patterns":null},"11.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/11.png"},"Patterns":null},"12.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/12.png"},"Patterns":null},"13.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/13.png"},"Patterns":null},"14.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/14.png"},"Patterns":null},"15.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/15.png"},"Patterns":null},"16.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/16.png"},"Patterns":null},"17.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/17.png"},"Patterns":null},"18.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/18.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/2.png"},"Patterns":null},"20.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/20.png"},"Patterns":null},"21.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/21.png"},"Patterns":null},"22.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/22.png"},"Patterns":null},"23.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/23.png"},"Patterns":null},"24.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/24.png"},"Patterns":null},"25.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/25.png"},"Patterns":null},"26.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/26.png"},"Patterns":null},"27.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/27.png"},"Patterns":null},"28.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/28.png"},"Patterns":null},"29.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/29.png"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/3.png"},"Patterns":null},"4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/4.png"},"Patterns":null},"5.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/5.png"},"Patterns":null},"6.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/6.png"},"Patterns":null},"7.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/7.png"},"Patterns":null},"8.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/8.png"},"Patterns":null},"9.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/9.png"},"Patterns":null}},"Asset":null,"Patterns":null},"portfolio":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/portfolio/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/portfolio/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/portfolio/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/portfolio/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/portfolio/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/portfolio/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/portfolio/7.jpg"},"Patterns":null},"bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/portfolio/bg.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"shops":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shops/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shops/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shops/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"shortcodes":{"Children":{"alertboxes.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/alertboxes.png"},"Patterns":null},"animation.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/animation.png"},"Patterns":null},"blockquotes.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/blockquotes.png"},"Patterns":null},"button.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/button.png"},"Patterns":null},"calltoaction.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/calltoaction.png"},"Patterns":null},"carousel.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/carousel.png"},"Patterns":null},"chart.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/chart.png"},"Patterns":null},"clients.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/clients.png"},"Patterns":null},"columns.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/columns.png"},"Patterns":null},"counters.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/counters.png"},"Patterns":null},"datepicker.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/datepicker.png"},"Patterns":null},"dividers.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/dividers.png"},"Patterns":null},"dribbble.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/dribbble.png"},"Patterns":null},"event-calendar.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/event-calendar.png"},"Patterns":null},"faqs.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/faqs.png"},"Patterns":null},"fileupload.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/fileupload.png"},"Patterns":null},"flipcard.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/flipcard.png"},"Patterns":null},"forms.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/forms.png"},"Patterns":null},"galleries.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/galleries.png"},"Patterns":null},"google-fonts.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/google-fonts.png"},"Patterns":null},"headings.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/headings.png"},"Patterns":null},"icons.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/icons.png"},"Patterns":null},"icons8-close_all_tabs.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/icons8-close_all_tabs.png"},"Patterns":null},"image-hotspot.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/image-hotspot.png"},"Patterns":null},"infobox.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/infobox.png"},"Patterns":null},"instagram.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/instagram.png"},"Patterns":null},"labels.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/labels.png"},"Patterns":null},"lightbox.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/lightbox.png"},"Patterns":null},"map.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/map.png"},"Patterns":null},"mediaembed.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/mediaembed.png"},"Patterns":null},"modal.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/modal.png"},"Patterns":null},"navigation.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/navigation.png"},"Patterns":null},"pagination.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/pagination.png"},"Patterns":null},"parallax.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/parallax.png"},"Patterns":null},"pie.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/pie.png"},"Patterns":null},"portfolio.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/portfolio.png"},"Patterns":null},"posts.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/posts.png"},"Patterns":null},"price-calculator.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/price-calculator.png"},"Patterns":null},"pricing.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/pricing.png"},"Patterns":null},"process-steps.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/process-steps.png"},"Patterns":null},"progress-bars.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/progress-bars.png"},"Patterns":null},"promo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/promo.png"},"Patterns":null},"range.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/range.png"},"Patterns":null},"rating.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/rating.png"},"Patterns":null},"responsive.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/responsive.png"},"Patterns":null},"sections.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/sections.png"},"Patterns":null},"selectboxes.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/selectboxes.png"},"Patterns":null},"selectpicker.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/selectpicker.png"},"Patterns":null},"shop-product.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/shop-product.png"},"Patterns":null},"side-panel.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/side-panel.png"},"Patterns":null},"social.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/social.png"},"Patterns":null},"sticky-element.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/sticky-element.png"},"Patterns":null},"submenu.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/submenu.png"},"Patterns":null},"switches.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/switches.png"},"Patterns":null},"tables.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/tables.png"},"Patterns":null},"tabs.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/tabs.png"},"Patterns":null},"testimonials.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/testimonials.png"},"Patterns":null},"text-rotator.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/text-rotator.png"},"Patterns":null},"tooltip.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/tooltip.png"},"Patterns":null},"twitter.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/twitter.png"},"Patterns":null},"videos.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/videos.png"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"templates-mega-menu.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/templates-mega-menu.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"km_logo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/km_logo.png"},"Patterns":null},"landing":{"Children":{"bootstrap.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/landing/bootstrap.png"},"Patterns":null},"device1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/landing/device1.png"},"Patterns":null},"device2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/landing/device2.png"},"Patterns":null},"device3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/landing/device3.png"},"Patterns":null},"landing1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/landing/landing1.jpg"},"Patterns":null},"landing2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/landing/landing2.jpg"},"Patterns":null},"responsive.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/landing/responsive.png"},"Patterns":null},"static.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/landing/static.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"lightbox":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/14.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/9.jpg"},"Patterns":null},"full":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/14.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"loader-image.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/loader-image.gif"},"Patterns":null},"logo-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-dark.png"},"Patterns":null},"logo-dark@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-dark@2x.png"},"Patterns":null},"logo-resto-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-resto-dark.png"},"Patterns":null},"logo-resto-dark@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-resto-dark@2x.png"},"Patterns":null},"logo-resto.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-resto.png"},"Patterns":null},"logo-resto@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-resto@2x.png"},"Patterns":null},"logo-side-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-side-dark.png"},"Patterns":null},"logo-side-dark@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-side-dark@2x.png"},"Patterns":null},"logo-side.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-side.png"},"Patterns":null},"logo-side@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-side@2x.png"},"Patterns":null},"logo-v7.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-v7.png"},"Patterns":null},"logo@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo@2x.png"},"Patterns":null},"logos":{"Children":{"kms24.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logos/kms24.png"},"Patterns":null},"kms24w.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logos/kms24w.png"},"Patterns":null}},"Asset":null,"Patterns":null},"mac.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/mac.png"},"Patterns":null},"magazine":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/14.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/15.jpg"},"Patterns":null},"16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/16.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/17.jpg"},"Patterns":null},"18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/18.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/9.jpg"},"Patterns":null},"ad.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/ad.jpg"},"Patterns":null},"ad.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/ad.png"},"Patterns":null},"carousel":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/carousel/1.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/carousel/11.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/carousel/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/carousel/14.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/carousel/4.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/carousel/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"small":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/14.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/15.jpg"},"Patterns":null},"16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/16.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/9.jpg"},"Patterns":null},"movie":{"Children":{"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/movie/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/movie/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/movie/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/movie/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/movie/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/movie/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/movie/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"thumb":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/14.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/15.jpg"},"Patterns":null},"16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/16.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"modals":{"Children":{"modal1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/modals/modal1.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"others":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/others/1.jpg"},"Patterns":null},"hotspot":{"Children":{"blazer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/others/hotspot/blazer.jpg"},"Patterns":null},"cap.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/others/hotspot/cap.jpg"},"Patterns":null},"cap.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/others/hotspot/cap.png"},"Patterns":null},"img-hotspot-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/others/hotspot/img-hotspot-1.jpg"},"Patterns":null},"img-hotspot-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/others/hotspot/img-hotspot-2.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"mac-phone.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/others/mac-phone.png"},"Patterns":null}},"Asset":null,"Patterns":null},"parallax":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/3.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/9.jpg"},"Patterns":null},"bgpattern.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/bgpattern.png"},"Patterns":null},"blur1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/blur1.jpg"},"Patterns":null},"blur2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/blur2.jpg"},"Patterns":null},"calendar.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/calendar.jpeg"},"Patterns":null},"calendar.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/calendar.jpg"},"Patterns":null},"home":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/11.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/2.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/7.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"parallax-bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/parallax-bg.jpg"},"Patterns":null},"Thumbs.db":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/Thumbs.db"},"Patterns":null}},"Asset":null,"Patterns":null},"pattern.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/pattern.png"},"Patterns":null},"pattern2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/pattern2.png"},"Patterns":null},"pattern3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/pattern3.png"},"Patterns":null},"portfolio":{"Children":{"1":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/7.jpg"},"Patterns":null},"full":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"2":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"3":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/8.jpg"},"Patterns":null},"9-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/9-1.jpg"},"Patterns":null},"9-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/9-2.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"4":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/11.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/12-1.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/12.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/8.jpg"},"Patterns":null},"9-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/9-1.jpg"},"Patterns":null},"9-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/9-2.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/9.jpg"},"Patterns":null},"mixed":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/11.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/12-1.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/12.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/8.jpg"},"Patterns":null},"9-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/9-1.jpg"},"Patterns":null},"9-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/9-2.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"extended":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/4.jpg"},"Patterns":null},"thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/thumbs/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/thumbs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/thumbs/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/thumbs/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/thumbs/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/thumbs/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/thumbs/7.jpg"},"Patterns":null},"big.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/thumbs/big.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"full":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/11.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/12-1.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/12.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/8.jpg"},"Patterns":null},"9-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/9-1.jpg"},"Patterns":null},"9-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/9-2.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"masonry":{"Children":{"2":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"3":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/8.jpg"},"Patterns":null},"9-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/9-1.jpg"},"Patterns":null},"9-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/9-2.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"4":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/11.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/12-1.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/12.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/8.jpg"},"Patterns":null},"9-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/9-1.jpg"},"Patterns":null},"9-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/9-2.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"parallax":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/10.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"single":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/10.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/12.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/14.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/4.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/7.jpg"},"Patterns":null},"full-thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/10.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/12-1.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/14.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/3.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/7.jpg"},"Patterns":null},"9-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/9-2.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"fullwidth":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/fullwidth/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/fullwidth/10.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/fullwidth/7.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"full":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full/10.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full/7.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"modal":{"Children":{"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/modal/4.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/modal/6-3.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/modal/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"slider-thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/slider-thumbs/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/slider-thumbs/10.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/slider-thumbs/7.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"preloader-dark.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/preloader-dark.gif"},"Patterns":null},"preloader-dark@2x.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/preloader-dark@2x.gif"},"Patterns":null},"preloader.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/preloader.gif"},"Patterns":null},"preloader@2x.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/preloader@2x.gif"},"Patterns":null},"restaurant":{"Children":{"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/11.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/13.jpg"},"Patterns":null},"18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/18.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/2.jpg"},"Patterns":null},"20.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/20.png"},"Patterns":null},"21.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/21.png"},"Patterns":null},"22.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/22.png"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/4.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/7.jpg"},"Patterns":null},"slider":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/slider/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/slider/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/slider/3.jpg"},"Patterns":null},"thumb":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/slider/thumb/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/slider/thumb/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/slider/thumb/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"thumb":{"Children":{"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/10.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/12.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/15.jpg"},"Patterns":null},"16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/16.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/4.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/7.jpg"},"Patterns":null},"gallery":{"Children":{"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/13.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/3.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"services":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/4.jpg"},"Patterns":null},"browser.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/browser.png"},"Patterns":null},"chrome.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/chrome.png"},"Patterns":null},"fbrowser.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/fbrowser.png"},"Patterns":null},"fbrowser2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/fbrowser2.png"},"Patterns":null},"fmobile.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/fmobile.png"},"Patterns":null},"home-testi-bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/home-testi-bg.jpg"},"Patterns":null},"imac.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/imac.png"},"Patterns":null},"imac2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/imac2.png"},"Patterns":null},"ipad.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/ipad.png"},"Patterns":null},"ipad2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/ipad2.png"},"Patterns":null},"ipad3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/ipad3.png"},"Patterns":null},"iphone.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/iphone.png"},"Patterns":null},"iphone2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/iphone2.png"},"Patterns":null},"iphone3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/iphone3.png"},"Patterns":null},"iphone6.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/iphone6.png"},"Patterns":null},"iphone7.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/iphone7.png"},"Patterns":null},"layouts.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/layouts.png"},"Patterns":null},"macbook.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/macbook.png"},"Patterns":null},"main-bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/main-bg.jpg"},"Patterns":null},"main-fbrowser.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/main-fbrowser.png"},"Patterns":null},"main-fmobile.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/main-fmobile.png"},"Patterns":null},"video.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/video.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"shape-divider":{"Children":{"1.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/1.jpeg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/10.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"shop":{"Children":{"banners":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/12.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"brand.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/brand.jpg"},"Patterns":null},"brand2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/brand2.jpg"},"Patterns":null},"category":{"Children":{"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/category/10.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/category/14.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/category/15.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/category/17.jpg"},"Patterns":null},"19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/category/19.jpg"},"Patterns":null},"21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/category/21.jpg"},"Patterns":null},"23.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/category/23.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/category/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"dress":{"Children":{"1-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/dress/1-1.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/dress/1.jpg"},"Patterns":null},"2-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/dress/2-1.jpg"},"Patterns":null},"2-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/dress/2-2.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/dress/2.jpg"},"Patterns":null},"3-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/dress/3-1.jpg"},"Patterns":null},"3-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/dress/3-2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/dress/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"pants":{"Children":{"1-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/pants/1-1.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/pants/1.jpg"},"Patterns":null},"5-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/pants/5-1.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/pants/5.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"shoes":{"Children":{"1-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shoes/1-1.jpg"},"Patterns":null},"1-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shoes/1-2.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shoes/1.jpg"},"Patterns":null},"2-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shoes/2-1.jpg"},"Patterns":null},"2-2-small.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shoes/2-2-small.jpg"},"Patterns":null},"2-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shoes/2-2.jpg"},"Patterns":null},"2-small.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shoes/2-small.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shoes/2.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"shop-menu.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shop-menu.jpg"},"Patterns":null},"slider":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/slider/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/slider/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/slider/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/slider/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"small":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/12.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"sunglasses":{"Children":{"1-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/sunglasses/1-1.jpg"},"Patterns":null},"1-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/sunglasses/1-2.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/sunglasses/1.jpg"},"Patterns":null},"2-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/sunglasses/2-1.jpg"},"Patterns":null},"2-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/sunglasses/2-2.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/sunglasses/2.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"thumbs":{"Children":{"dress":{"Children":{"3-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/thumbs/dress/3-1.jpg"},"Patterns":null},"3-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/thumbs/dress/3-2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/thumbs/dress/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"small":{"Children":{"dress-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/thumbs/small/dress-3.jpg"},"Patterns":null},"shoes-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/thumbs/small/shoes-2.jpg"},"Patterns":null},"tshirt-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/thumbs/small/tshirt-2.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"tshirts":{"Children":{"1-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/tshirts/1-1.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/tshirts/1.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/tshirts/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/tshirts/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"watches":{"Children":{"1-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/watches/1-1.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/watches/1.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"slider":{"Children":{"boxed":{"Children":{"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/boxed/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/boxed/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/boxed/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/boxed/5.jpg"},"Patterns":null},"thumbs":{"Children":{"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/boxed/thumbs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/boxed/thumbs/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/boxed/thumbs/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/boxed/thumbs/5.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"full":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/4.jpg"},"Patterns":null},"5.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/5.jpeg"},"Patterns":null},"thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/thumbs/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/thumbs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/thumbs/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/thumbs/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"rev":{"Children":{"bg1-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/bg1-thumb.jpg"},"Patterns":null},"bg1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/bg1.jpg"},"Patterns":null},"bg2-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/bg2-thumb.jpg"},"Patterns":null},"bg2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/bg2.jpg"},"Patterns":null},"ken-1-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/ken-1-thumb.jpg"},"Patterns":null},"ken-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/ken-1.jpg"},"Patterns":null},"ken-2-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/ken-2-thumb.jpg"},"Patterns":null},"ken-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/ken-2.jpg"},"Patterns":null},"main":{"Children":{"s1-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s1-thumb.jpg"},"Patterns":null},"s2-1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-1.png"},"Patterns":null},"s2-2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-2.png"},"Patterns":null},"s2-3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-3.png"},"Patterns":null},"s2-4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-4.png"},"Patterns":null},"s2-5.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-5.png"},"Patterns":null},"s2-6.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-6.png"},"Patterns":null},"s2-7.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-7.png"},"Patterns":null},"s2-8.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-8.png"},"Patterns":null},"s2-bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-bg.jpg"},"Patterns":null},"s2-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-thumb.jpg"},"Patterns":null},"s3-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s3-thumb.jpg"},"Patterns":null},"s3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"shop":{"Children":{"bag.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/shop/bag.png"},"Patterns":null},"bag3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/shop/bag3.png"},"Patterns":null},"girl1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/shop/girl1.jpg"},"Patterns":null},"tag.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/shop/tag.png"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"swiper":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/13.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/3.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/9.jpg"},"Patterns":null},"sized":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/sized/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/sized/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/sized/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/10.jpg"},"Patterns":null},"11-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/11-1.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/11.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/12-1.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/12.jpg"},"Patterns":null},"13-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/13-1.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/14.jpg"},"Patterns":null},"15-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/15-1.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/15.jpg"},"Patterns":null},"16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/16.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/17.jpg"},"Patterns":null},"18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/18.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/6.jpg"},"Patterns":null},"7-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/7-1.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/14.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/15.jpg"},"Patterns":null},"16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/16.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/17.jpg"},"Patterns":null},"18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/18.jpg"},"Patterns":null},"19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/19.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/2.jpg"},"Patterns":null},"20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/20.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"splash":{"Children":{"1.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/splash/1.jpeg"},"Patterns":null}},"Asset":null,"Patterns":null},"svg-icon.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/svg-icon.svg"},"Patterns":null},"svg":{"Children":{"arrow.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/svg/arrow.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"team":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/team/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/team/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/team/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/team/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/team/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/team/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/team/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/team/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"testimonials":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/8.jpg"},"Patterns":null},"parallax.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/parallax.jpg"},"Patterns":null},"parallax2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/parallax2.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"videos":{"Children":{"explore-poster-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/videos/explore-poster-thumb.jpg"},"Patterns":null},"explore-poster.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/videos/explore-poster.jpg"},"Patterns":null},"explore.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/videos/explore.mp4"},"Patterns":null},"explore.webm":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/videos/explore.webm"},"Patterns":null}},"Asset":null,"Patterns":null},"wedding":{"Children":{"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/13.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/15.jpg"},"Patterns":null},"16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/16.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/17.jpg"},"Patterns":null},"18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/18.jpg"},"Patterns":null},"19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/19.jpg"},"Patterns":null},"20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/20.jpg"},"Patterns":null},"21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/21.jpg"},"Patterns":null},"22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/22.jpg"},"Patterns":null},"23.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/23.jpg"},"Patterns":null},"24.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/24.jpg"},"Patterns":null},"25.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/25.jpg"},"Patterns":null},"26.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/26.jpg"},"Patterns":null},"27.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/27.jpg"},"Patterns":null},"28.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/28.jpg"},"Patterns":null},"events":{"Children":{"afterwedding.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/events/afterwedding.jpg"},"Patterns":null},"cocktail.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/events/cocktail.jpg"},"Patterns":null},"wedding.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/events/wedding.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"thumb":{"Children":{"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/11.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/15.jpg"},"Patterns":null},"19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/19.jpg"},"Patterns":null},"20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/20.jpg"},"Patterns":null},"21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/21.jpg"},"Patterns":null},"22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/22.jpg"},"Patterns":null},"23.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/23.jpg"},"Patterns":null},"24.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/24.jpg"},"Patterns":null},"25.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/25.jpg"},"Patterns":null},"26.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/26.jpg"},"Patterns":null},"27.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/27.jpg"},"Patterns":null},"28.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/28.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"world-map.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/world-map.png"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"bundle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/bundle.js"},"Patterns":null},"chart-utils.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/chart-utils.js"},"Patterns":null},"chart.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/chart.js"},"Patterns":null},"chartjs-plugin-zoom.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/chartjs-plugin-zoom.min.js"},"Patterns":null},"components":{"Children":{"bs-datatable.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/bs-datatable.js"},"Patterns":null},"bs-filestyle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/bs-filestyle.js"},"Patterns":null},"bs-select.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/bs-select.js"},"Patterns":null},"bs-select.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/bs-select.min.js"},"Patterns":null},"bs-switches.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/bs-switches.js"},"Patterns":null},"datepicker.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/datepicker.js"},"Patterns":null},"daterangepicker.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/daterangepicker.js"},"Patterns":null},"event.move.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/event.move.js"},"Patterns":null},"image-changer.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/image-changer.js"},"Patterns":null},"moment.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/moment.js"},"Patterns":null},"rangeslider.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/rangeslider.min.js"},"Patterns":null},"select-boxes.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/select-boxes.js"},"Patterns":null},"selectsplitter.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/selectsplitter.js"},"Patterns":null},"star-rating.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/star-rating.js"},"Patterns":null},"timepicker.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/timepicker.js"},"Patterns":null},"tinymce":{"Children":{"icons":{"Children":{"default":{"Children":{"icons.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/icons/default/icons.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"langs":{"Children":{"README.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/langs/README.md"},"Patterns":null}},"Asset":null,"Patterns":null},"license.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/license.txt"},"Patterns":null},"models":{"Children":{"dom":{"Children":{"model.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/models/dom/model.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"plugins":{"Children":{"accordion":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/accordion/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"advlist":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/advlist/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"anchor":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/anchor/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"autolink":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/autolink/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"autoresize":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/autoresize/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"autosave":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/autosave/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"charmap":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/charmap/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"codesample":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/codesample/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"code":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/code/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"directionality":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/directionality/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"emoticons":{"Children":{"js":{"Children":{"emojiimages.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/emoticons/js/emojiimages.js"},"Patterns":null},"emojiimages.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/emoticons/js/emojiimages.min.js"},"Patterns":null},"emojis.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/emoticons/js/emojis.js"},"Patterns":null},"emojis.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/emoticons/js/emojis.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/emoticons/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"fullscreen":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/fullscreen/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"help":{"Children":{"js":{"Children":{"i18n":{"Children":{"keynav":{"Children":{"ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/ar.js"},"Patterns":null},"bg_BG.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/bg_BG.js"},"Patterns":null},"ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/ca.js"},"Patterns":null},"cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/cs.js"},"Patterns":null},"da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/da.js"},"Patterns":null},"de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/de.js"},"Patterns":null},"el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/el.js"},"Patterns":null},"en.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/en.js"},"Patterns":null},"es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/es.js"},"Patterns":null},"eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/eu.js"},"Patterns":null},"fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/fa.js"},"Patterns":null},"fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/fi.js"},"Patterns":null},"fr_FR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/fr_FR.js"},"Patterns":null},"he_IL.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/he_IL.js"},"Patterns":null},"hi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/hi.js"},"Patterns":null},"hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/hr.js"},"Patterns":null},"hu_HU.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/hu_HU.js"},"Patterns":null},"id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/id.js"},"Patterns":null},"it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/it.js"},"Patterns":null},"ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/ja.js"},"Patterns":null},"kk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/kk.js"},"Patterns":null},"ko_KR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/ko_KR.js"},"Patterns":null},"ms.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/ms.js"},"Patterns":null},"nb_NO.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/nb_NO.js"},"Patterns":null},"nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/nl.js"},"Patterns":null},"pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/pl.js"},"Patterns":null},"pt_BR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/pt_BR.js"},"Patterns":null},"pt_PT.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/pt_PT.js"},"Patterns":null},"ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/ro.js"},"Patterns":null},"ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/ru.js"},"Patterns":null},"sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/sk.js"},"Patterns":null},"sl_SI.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/sl_SI.js"},"Patterns":null},"sv_SE.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/sv_SE.js"},"Patterns":null},"th_TH.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/th_TH.js"},"Patterns":null},"tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/tr.js"},"Patterns":null},"uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/uk.js"},"Patterns":null},"vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/vi.js"},"Patterns":null},"zh_CN.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/zh_CN.js"},"Patterns":null},"zh_TW.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/zh_TW.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"image":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/image/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"importcss":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/importcss/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"insertdatetime":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/insertdatetime/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"link":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/link/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"lists":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/lists/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"media":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/media/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"nonbreaking":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/nonbreaking/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"pagebreak":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/pagebreak/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"preview":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/preview/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"quickbars":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/quickbars/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"save":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/save/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"searchreplace":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/searchreplace/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"table":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/table/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"template":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/template/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"visualblocks":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/visualblocks/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"visualchars":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/visualchars/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"wordcount":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/wordcount/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"skins":{"Children":{"content":{"Children":{"dark":{"Children":{"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/content/dark/content.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"default":{"Children":{"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/content/default/content.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"document":{"Children":{"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/content/document/content.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"tinymce-5-dark":{"Children":{"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/content/tinymce-5-dark/content.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"tinymce-5":{"Children":{"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/content/tinymce-5/content.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"writer":{"Children":{"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/content/writer/content.min.css"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"ui":{"Children":{"oxide-dark":{"Children":{"content.inline.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/oxide-dark/content.inline.min.css"},"Patterns":null},"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/oxide-dark/content.min.css"},"Patterns":null},"skin.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/oxide-dark/skin.min.css"},"Patterns":null},"skin.shadowdom.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"oxide":{"Children":{"content.inline.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/oxide/content.inline.min.css"},"Patterns":null},"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/oxide/content.min.css"},"Patterns":null},"skin.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/oxide/skin.min.css"},"Patterns":null},"skin.shadowdom.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/oxide/skin.shadowdom.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"tinymce-5-dark":{"Children":{"content.inline.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css"},"Patterns":null},"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/tinymce-5-dark/content.min.css"},"Patterns":null},"skin.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/tinymce-5-dark/skin.min.css"},"Patterns":null},"skin.shadowdom.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"tinymce-5":{"Children":{"content.inline.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/tinymce-5/content.inline.min.css"},"Patterns":null},"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/tinymce-5/content.min.css"},"Patterns":null},"skin.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/tinymce-5/skin.min.css"},"Patterns":null},"skin.shadowdom.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"themes":{"Children":{"silver":{"Children":{"theme.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/themes/silver/theme.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"tinymce.d.ts":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/tinymce.d.ts"},"Patterns":null},"tinymce.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/tinymce.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"typehead.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/typehead.js"},"Patterns":null}},"Asset":null,"Patterns":null},"events-data.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/events-data.js"},"Patterns":null},"functions.bundle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/functions.bundle.js"},"Patterns":null},"functions.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/functions.js"},"Patterns":null},"holder.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/holder.js"},"Patterns":null},"jquery.calendario.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/jquery.calendario.js"},"Patterns":null},"jquery.hotspot.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/jquery.hotspot.js"},"Patterns":null},"jquery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/jquery.js"},"Patterns":null},"jquery.mousewheel.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/jquery.mousewheel.min.js"},"Patterns":null},"modules":{"Children":{"accordion.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/accordion.js"},"Patterns":null},"adaptivecolorscheme.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/adaptivecolorscheme.js"},"Patterns":null},"ajaxform.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/ajaxform.js"},"Patterns":null},"ajaxtrigger.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/ajaxtrigger.js"},"Patterns":null},"animations.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/animations.js"},"Patterns":null},"bootstrap.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/bootstrap.js"},"Patterns":null},"bscomponents.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/bscomponents.js"},"Patterns":null},"buttons.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/buttons.js"},"Patterns":null},"canvasslider.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/canvasslider.js"},"Patterns":null},"carousel.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/carousel.js"},"Patterns":null},"clipboard.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/clipboard.js"},"Patterns":null},"codehighlight.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/codehighlight.js"},"Patterns":null},"conditional.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/conditional.js"},"Patterns":null},"cookies.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/cookies.js"},"Patterns":null},"countdown.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/countdown.js"},"Patterns":null},"counter.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/counter.js"},"Patterns":null},"cursor.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/cursor.js"},"Patterns":null},"dataclasses.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/dataclasses.js"},"Patterns":null},"dataheights.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/dataheights.js"},"Patterns":null},"easing.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/easing.js"},"Patterns":null},"filter.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/filter.js"},"Patterns":null},"flexslider.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/flexslider.js"},"Patterns":null},"flickr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/flickr.js"},"Patterns":null},"fontsizer.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/fontsizer.js"},"Patterns":null},"fullvideo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/fullvideo.js"},"Patterns":null},"googlemaps.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/googlemaps.js"},"Patterns":null},"gototop.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/gototop.js"},"Patterns":null},"grid.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/grid.js"},"Patterns":null},"headers.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/headers.js"},"Patterns":null},"hover3d.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/hover3d.js"},"Patterns":null},"hoveranimations.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/hoveranimations.js"},"Patterns":null},"instagram.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/instagram.js"},"Patterns":null},"lazyload.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/lazyload.js"},"Patterns":null},"lightbox.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/lightbox.js"},"Patterns":null},"logo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/logo.js"},"Patterns":null},"masonrythumbs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/masonrythumbs.js"},"Patterns":null},"mediaactions.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/mediaactions.js"},"Patterns":null},"menus.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/menus.js"},"Patterns":null},"modal.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/modal.js"},"Patterns":null},"navtree.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/navtree.js"},"Patterns":null},"notifications.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/notifications.js"},"Patterns":null},"onepage.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/onepage.js"},"Patterns":null},"pagemenu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/pagemenu.js"},"Patterns":null},"pagetransition.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/pagetransition.js"},"Patterns":null},"portfolioajax.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/portfolioajax.js"},"Patterns":null},"pricingswitcher.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/pricingswitcher.js"},"Patterns":null},"progress.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/progress.js"},"Patterns":null},"quantity.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/quantity.js"},"Patterns":null},"readmore.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/readmore.js"},"Patterns":null},"resizevideos.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/resizevideos.js"},"Patterns":null},"roundedskills.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/roundedskills.js"},"Patterns":null},"schemetoggle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/schemetoggle.js"},"Patterns":null},"scrolldetect.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/scrolldetect.js"},"Patterns":null},"shapedivider.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/shapedivider.js"},"Patterns":null},"sidepanel.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/sidepanel.js"},"Patterns":null},"sliderdimensions.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/sliderdimensions.js"},"Patterns":null},"slidermenuclass.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/slidermenuclass.js"},"Patterns":null},"sliderparallax.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/sliderparallax.js"},"Patterns":null},"stickfooteronsmall.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/stickfooteronsmall.js"},"Patterns":null},"stickysidebar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/stickysidebar.js"},"Patterns":null},"subscribe.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/subscribe.js"},"Patterns":null},"textrotator.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/textrotator.js"},"Patterns":null},"textsplitter.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/textsplitter.js"},"Patterns":null},"tips.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/tips.js"},"Patterns":null},"toggle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/toggle.js"},"Patterns":null},"topcart.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/topcart.js"},"Patterns":null},"topsearch.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/topsearch.js"},"Patterns":null},"twitter.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/twitter.js"},"Patterns":null},"videofacade.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/videofacade.js"},"Patterns":null},"viewportdetect.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/viewportdetect.js"},"Patterns":null},"youtubebg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/youtubebg.js"},"Patterns":null}},"Asset":null,"Patterns":null},"particles":{"Children":{"particles-bubbles.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/particles/particles-bubbles.js"},"Patterns":null},"particles-line.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/particles/particles-line.js"},"Patterns":null},"particles-nasa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/particles/particles-nasa.js"},"Patterns":null},"particles-poly.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/particles/particles-poly.js"},"Patterns":null},"particles-snow.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/particles/particles-snow.js"},"Patterns":null},"particles.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/particles/particles.min.js"},"Patterns":null},"particlesjs-config.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/particles/particlesjs-config.json"},"Patterns":null}},"Asset":null,"Patterns":null},"plugins.bootstrap.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.bootstrap.js"},"Patterns":null},"plugins.carousel.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.carousel.js"},"Patterns":null},"plugins.clipboard.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.clipboard.js"},"Patterns":null},"plugins.countdown.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.countdown.js"},"Patterns":null},"plugins.counter.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.counter.js"},"Patterns":null},"plugins.dribbble.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.dribbble.js"},"Patterns":null},"plugins.easing.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.easing.js"},"Patterns":null},"plugins.fastdom.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.fastdom.js"},"Patterns":null},"plugins.fitvids.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.fitvids.js"},"Patterns":null},"plugins.flexslider.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.flexslider.js"},"Patterns":null},"plugins.flickrfeed.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.flickrfeed.js"},"Patterns":null},"plugins.form.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.form.js"},"Patterns":null},"plugins.gmap.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.gmap.js"},"Patterns":null},"plugins.hashchange.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.hashchange.js"},"Patterns":null},"plugins.imagesloaded.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.imagesloaded.js"},"Patterns":null},"plugins.infinitescroll.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.infinitescroll.js"},"Patterns":null},"plugins.isotope.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.isotope.js"},"Patterns":null},"plugins.jpaginate.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.jpaginate.js"},"Patterns":null},"plugins.lazyload.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.lazyload.js"},"Patterns":null},"plugins.lightbox.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.lightbox.js"},"Patterns":null},"plugins.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.min.js"},"Patterns":null},"plugins.packery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.packery.js"},"Patterns":null},"plugins.piechart.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.piechart.js"},"Patterns":null},"plugins.prism.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.prism.js"},"Patterns":null},"plugins.stickysidebar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.stickysidebar.js"},"Patterns":null},"plugins.swiper.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.swiper.js"},"Patterns":null},"plugins.textrotator.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.textrotator.js"},"Patterns":null},"plugins.youtube.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.youtube.js"},"Patterns":null}},"Asset":null,"Patterns":null},"style.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"style.css"},"Patterns":null},"style.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"style.css.map"},"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} \ No newline at end of file diff --git a/obj/Debug/net8.0/KeymailSpecials2.AssemblyInfo.cs b/obj/Debug/net8.0/KeymailSpecials2.AssemblyInfo.cs index ceb8ef5..a81f98b 100644 --- a/obj/Debug/net8.0/KeymailSpecials2.AssemblyInfo.cs +++ b/obj/Debug/net8.0/KeymailSpecials2.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("KeymailSpecials2")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+31442e6b5faa764bb266725c99074f3bc38fad72")] [assembly: System.Reflection.AssemblyProductAttribute("KeymailSpecials2")] [assembly: System.Reflection.AssemblyTitleAttribute("KeymailSpecials2")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/obj/Debug/net8.0/KeymailSpecials2.AssemblyInfoInputs.cache b/obj/Debug/net8.0/KeymailSpecials2.AssemblyInfoInputs.cache index a7756f9..a8ac761 100644 --- a/obj/Debug/net8.0/KeymailSpecials2.AssemblyInfoInputs.cache +++ b/obj/Debug/net8.0/KeymailSpecials2.AssemblyInfoInputs.cache @@ -1 +1 @@ -409a22eda8d5868c5adcd68014fbf39c9fd5174b385348919d5a74ddaa6e2632 +c45e709e2906c72c7f287f862fca049620b03e15ea043244afd298e1a3ad9691 diff --git a/obj/Debug/net8.0/KeymailSpecials2.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0/KeymailSpecials2.GeneratedMSBuildEditorConfig.editorconfig index f256fd9..ee65033 100644 --- a/obj/Debug/net8.0/KeymailSpecials2.GeneratedMSBuildEditorConfig.editorconfig +++ b/obj/Debug/net8.0/KeymailSpecials2.GeneratedMSBuildEditorConfig.editorconfig @@ -9,55 +9,51 @@ build_property.EnforceExtendedAnalyzerRules = build_property._SupportedPlatformList = Linux,macOS,Windows build_property.RootNamespace = KeymailSpecials2 build_property.RootNamespace = KeymailSpecials2 -build_property.ProjectDir = C:\Users\joshdeck.KEYMTV\Documents\Playground\KeymailSpecials2\ +build_property.ProjectDir = C:\Repos\KeymailSpecials2\ build_property.EnableComHosting = build_property.EnableGeneratedComInterfaceComImportInterop = build_property.RazorLangVersion = 8.0 build_property.SupportLocalizedComponentNames = build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = C:\Users\joshdeck.KEYMTV\Documents\Playground\KeymailSpecials2 +build_property.MSBuildProjectDirectory = C:\Repos\KeymailSpecials2 build_property._RazorSourceGeneratorDebug = -[C:/Users/joshdeck.KEYMTV/Documents/Playground/KeymailSpecials2/Components/App.razor] +[C:/Repos/KeymailSpecials2/Components/App.razor] build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xBcHAucmF6b3I= build_metadata.AdditionalFiles.CssScope = -[C:/Users/joshdeck.KEYMTV/Documents/Playground/KeymailSpecials2/Components/Layout/NoNav.razor] -build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xMYXlvdXRcTm9OYXYucmF6b3I= +[C:/Repos/KeymailSpecials2/Components/Components/CanvasHomePage.razor] +build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xDb21wb25lbnRzXENhbnZhc0hvbWVQYWdlLnJhem9y build_metadata.AdditionalFiles.CssScope = -[C:/Users/joshdeck.KEYMTV/Documents/Playground/KeymailSpecials2/Components/Pages/Counter.razor] -build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xDb3VudGVyLnJhem9y +[C:/Repos/KeymailSpecials2/Components/Components/Header1.razor] +build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xDb21wb25lbnRzXEhlYWRlcjEucmF6b3I= build_metadata.AdditionalFiles.CssScope = -[C:/Users/joshdeck.KEYMTV/Documents/Playground/KeymailSpecials2/Components/Pages/Error.razor] -build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xFcnJvci5yYXpvcg== +[C:/Repos/KeymailSpecials2/Components/Layout/DefaultLayout.razor] +build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xMYXlvdXRcRGVmYXVsdExheW91dC5yYXpvcg== build_metadata.AdditionalFiles.CssScope = -[C:/Users/joshdeck.KEYMTV/Documents/Playground/KeymailSpecials2/Components/Pages/Home.razor] -build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xIb21lLnJhem9y +[C:/Repos/KeymailSpecials2/Components/Pages/About.razor] +build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xBYm91dC5yYXpvcg== build_metadata.AdditionalFiles.CssScope = -[C:/Users/joshdeck.KEYMTV/Documents/Playground/KeymailSpecials2/Components/Pages/Movers.razor] -build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xNb3ZlcnMucmF6b3I= +[C:/Repos/KeymailSpecials2/Components/Pages/Contact.razor] +build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xDb250YWN0LnJhem9y build_metadata.AdditionalFiles.CssScope = -[C:/Users/joshdeck.KEYMTV/Documents/Playground/KeymailSpecials2/Components/Pages/Weather.razor] -build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xXZWF0aGVyLnJhem9y +[C:/Repos/KeymailSpecials2/Components/Pages/Index.razor] +build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xJbmRleC5yYXpvcg== build_metadata.AdditionalFiles.CssScope = -[C:/Users/joshdeck.KEYMTV/Documents/Playground/KeymailSpecials2/Components/Routes.razor] +[C:/Repos/KeymailSpecials2/Components/Pages/Privacy.razor] +build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xQcml2YWN5LnJhem9y +build_metadata.AdditionalFiles.CssScope = + +[C:/Repos/KeymailSpecials2/Components/Routes.razor] build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xSb3V0ZXMucmF6b3I= build_metadata.AdditionalFiles.CssScope = -[C:/Users/joshdeck.KEYMTV/Documents/Playground/KeymailSpecials2/Components/_Imports.razor] +[C:/Repos/KeymailSpecials2/Components/_Imports.razor] build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xfSW1wb3J0cy5yYXpvcg== build_metadata.AdditionalFiles.CssScope = - -[C:/Users/joshdeck.KEYMTV/Documents/Playground/KeymailSpecials2/Components/Layout/MainLayout.razor] -build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xMYXlvdXRcTWFpbkxheW91dC5yYXpvcg== -build_metadata.AdditionalFiles.CssScope = b-fazdk3iuyr - -[C:/Users/joshdeck.KEYMTV/Documents/Playground/KeymailSpecials2/Components/Layout/NavMenu.razor] -build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xMYXlvdXRcTmF2TWVudS5yYXpvcg== -build_metadata.AdditionalFiles.CssScope = b-q5015zael5 diff --git a/obj/Debug/net8.0/KeymailSpecials2.assets.cache b/obj/Debug/net8.0/KeymailSpecials2.assets.cache index 132efc5..b8da088 100644 Binary files a/obj/Debug/net8.0/KeymailSpecials2.assets.cache and b/obj/Debug/net8.0/KeymailSpecials2.assets.cache differ diff --git a/obj/Debug/net8.0/KeymailSpecials2.csproj.CoreCompileInputs.cache b/obj/Debug/net8.0/KeymailSpecials2.csproj.CoreCompileInputs.cache index 490a508..b967e56 100644 --- a/obj/Debug/net8.0/KeymailSpecials2.csproj.CoreCompileInputs.cache +++ b/obj/Debug/net8.0/KeymailSpecials2.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -5cf2a5cdf00dd089e91bd58de45358a98b0f2bc0980f855120b535a0a79c506d +7ec36b80e7cd8f5b925357e903d41631c0bcee27bf34ff3f9df8094256163bf7 diff --git a/obj/Debug/net8.0/KeymailSpecials2.csproj.FileListAbsolute.txt b/obj/Debug/net8.0/KeymailSpecials2.csproj.FileListAbsolute.txt index 992e1c4..9d37630 100644 --- a/obj/Debug/net8.0/KeymailSpecials2.csproj.FileListAbsolute.txt +++ b/obj/Debug/net8.0/KeymailSpecials2.csproj.FileListAbsolute.txt @@ -27,3 +27,29 @@ C:\Users\joshdeck.KEYMTV\Documents\Playground\KeymailSpecials2\obj\Debug\net8.0\ C:\Users\joshdeck.KEYMTV\Documents\Playground\KeymailSpecials2\obj\Debug\net8.0\KeymailSpecials2.pdb C:\Users\joshdeck.KEYMTV\Documents\Playground\KeymailSpecials2\obj\Debug\net8.0\KeymailSpecials2.genruntimeconfig.cache C:\Users\joshdeck.KEYMTV\Documents\Playground\KeymailSpecials2\obj\Debug\net8.0\ref\KeymailSpecials2.dll +C:\Repos\KeymailSpecials2\bin\Debug\net8.0\appsettings.Development.json +C:\Repos\KeymailSpecials2\bin\Debug\net8.0\appsettings.json +C:\Repos\KeymailSpecials2\bin\Debug\net8.0\KeymailSpecials2.staticwebassets.runtime.json +C:\Repos\KeymailSpecials2\bin\Debug\net8.0\KeymailSpecials2.exe +C:\Repos\KeymailSpecials2\bin\Debug\net8.0\KeymailSpecials2.deps.json +C:\Repos\KeymailSpecials2\bin\Debug\net8.0\KeymailSpecials2.runtimeconfig.json +C:\Repos\KeymailSpecials2\bin\Debug\net8.0\KeymailSpecials2.dll +C:\Repos\KeymailSpecials2\bin\Debug\net8.0\KeymailSpecials2.pdb +C:\Repos\KeymailSpecials2\obj\Debug\net8.0\KeymailSpecials2.GeneratedMSBuildEditorConfig.editorconfig +C:\Repos\KeymailSpecials2\obj\Debug\net8.0\KeymailSpecials2.AssemblyInfoInputs.cache +C:\Repos\KeymailSpecials2\obj\Debug\net8.0\KeymailSpecials2.AssemblyInfo.cs +C:\Repos\KeymailSpecials2\obj\Debug\net8.0\KeymailSpecials2.csproj.CoreCompileInputs.cache +C:\Repos\KeymailSpecials2\obj\Debug\net8.0\KeymailSpecials2.MvcApplicationPartsAssemblyInfo.cache +C:\Repos\KeymailSpecials2\obj\Debug\net8.0\staticwebassets.build.json +C:\Repos\KeymailSpecials2\obj\Debug\net8.0\staticwebassets.development.json +C:\Repos\KeymailSpecials2\obj\Debug\net8.0\staticwebassets\msbuild.KeymailSpecials2.Microsoft.AspNetCore.StaticWebAssets.props +C:\Repos\KeymailSpecials2\obj\Debug\net8.0\staticwebassets\msbuild.build.KeymailSpecials2.props +C:\Repos\KeymailSpecials2\obj\Debug\net8.0\staticwebassets\msbuild.buildMultiTargeting.KeymailSpecials2.props +C:\Repos\KeymailSpecials2\obj\Debug\net8.0\staticwebassets\msbuild.buildTransitive.KeymailSpecials2.props +C:\Repos\KeymailSpecials2\obj\Debug\net8.0\staticwebassets.pack.json +C:\Repos\KeymailSpecials2\obj\Debug\net8.0\scopedcss\bundle\KeymailSpecials2.styles.css +C:\Repos\KeymailSpecials2\obj\Debug\net8.0\KeymailSpecials2.dll +C:\Repos\KeymailSpecials2\obj\Debug\net8.0\refint\KeymailSpecials2.dll +C:\Repos\KeymailSpecials2\obj\Debug\net8.0\KeymailSpecials2.pdb +C:\Repos\KeymailSpecials2\obj\Debug\net8.0\KeymailSpecials2.genruntimeconfig.cache +C:\Repos\KeymailSpecials2\obj\Debug\net8.0\ref\KeymailSpecials2.dll diff --git a/obj/Debug/net8.0/KeymailSpecials2.dll b/obj/Debug/net8.0/KeymailSpecials2.dll index f563862..901bfa0 100644 Binary files a/obj/Debug/net8.0/KeymailSpecials2.dll and b/obj/Debug/net8.0/KeymailSpecials2.dll differ diff --git a/obj/Debug/net8.0/KeymailSpecials2.genruntimeconfig.cache b/obj/Debug/net8.0/KeymailSpecials2.genruntimeconfig.cache index ed56d83..2114385 100644 --- a/obj/Debug/net8.0/KeymailSpecials2.genruntimeconfig.cache +++ b/obj/Debug/net8.0/KeymailSpecials2.genruntimeconfig.cache @@ -1 +1 @@ -9a4eaf49489ac670fd322d536d4c83a4dc7d3698ebe4b201ccdffd1c8fb475ee +8e826a41a73f0e77136e300991dc8674e8e8c4cf82f47084f53eb8a9f7c72695 diff --git a/obj/Debug/net8.0/KeymailSpecials2.pdb b/obj/Debug/net8.0/KeymailSpecials2.pdb index 057a06b..294cc69 100644 Binary files a/obj/Debug/net8.0/KeymailSpecials2.pdb and b/obj/Debug/net8.0/KeymailSpecials2.pdb differ diff --git a/obj/Debug/net8.0/apphost.exe b/obj/Debug/net8.0/apphost.exe index d388967..b35fa63 100644 Binary files a/obj/Debug/net8.0/apphost.exe and b/obj/Debug/net8.0/apphost.exe differ diff --git a/obj/Debug/net8.0/project.razor.vs.bin b/obj/Debug/net8.0/project.razor.vs.bin index df080f6..aee83d6 100644 Binary files a/obj/Debug/net8.0/project.razor.vs.bin and b/obj/Debug/net8.0/project.razor.vs.bin differ diff --git a/obj/Debug/net8.0/ref/KeymailSpecials2.dll b/obj/Debug/net8.0/ref/KeymailSpecials2.dll index 5625b10..95a3e29 100644 Binary files a/obj/Debug/net8.0/ref/KeymailSpecials2.dll and b/obj/Debug/net8.0/ref/KeymailSpecials2.dll differ diff --git a/obj/Debug/net8.0/refint/KeymailSpecials2.dll b/obj/Debug/net8.0/refint/KeymailSpecials2.dll index 5625b10..95a3e29 100644 Binary files a/obj/Debug/net8.0/refint/KeymailSpecials2.dll and b/obj/Debug/net8.0/refint/KeymailSpecials2.dll differ diff --git a/obj/Debug/net8.0/staticwebassets.build.json b/obj/Debug/net8.0/staticwebassets.build.json index 19e2652..7a2263c 100644 --- a/obj/Debug/net8.0/staticwebassets.build.json +++ b/obj/Debug/net8.0/staticwebassets.build.json @@ -1,6 +1,6 @@ { "Version": 1, - "Hash": "Ye6BAdN5Q9S6gwg3s07lMcpfyPPIog/goiNGEsNM9do=", + "Hash": "GhYiiSKno4kznsNtHNkJ/VhO5YH7jldwQEbBizVYyYQ=", "Source": "KeymailSpecials2", "BasePath": "_content/KeymailSpecials2", "Mode": "Default", @@ -10,55 +10,17 @@ { "Name": "KeymailSpecials2\\wwwroot", "Source": "KeymailSpecials2", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "Pattern": "**" } ], "Assets": [ { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\obj\\Debug\\net8.0\\scopedcss\\bundle\\KeymailSpecials2.styles.css", - "SourceId": "KeymailSpecials2", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\obj\\Debug\\net8.0\\scopedcss\\bundle\\", - "BasePath": "_content/KeymailSpecials2", - "RelativePath": "KeymailSpecials2.styles.css", - "AssetKind": "All", - "AssetMode": "CurrentProject", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "ScopedCss", - "AssetTraitValue": "ApplicationBundle", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\obj\\Debug\\net8.0\\scopedcss\\bundle\\KeymailSpecials2.styles.css" - }, - { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\KeymailSpecials2.bundle.scp.css", - "SourceId": "KeymailSpecials2", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\", - "BasePath": "_content/KeymailSpecials2", - "RelativePath": "KeymailSpecials2.bundle.scp.css", - "AssetKind": "All", - "AssetMode": "Reference", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "ScopedCss", - "AssetTraitValue": "ProjectBundle", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\KeymailSpecials2.bundle.scp.css" - }, - { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\app.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\app.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "app.css", "AssetKind": "All", @@ -74,10 +36,10 @@ "OriginalItemSpec": "wwwroot\\app.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\bootstrap\\bootstrap.min.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\bootstrap\\bootstrap.min.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "bootstrap/bootstrap.min.css", "AssetKind": "All", @@ -93,10 +55,10 @@ "OriginalItemSpec": "wwwroot\\bootstrap\\bootstrap.min.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\bootstrap\\bootstrap.min.css.map", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\bootstrap\\bootstrap.min.css.map", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "bootstrap/bootstrap.min.css.map", "AssetKind": "All", @@ -112,10 +74,10 @@ "OriginalItemSpec": "wwwroot\\bootstrap\\bootstrap.min.css.map" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\animate.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\animate.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/animate.css", "AssetKind": "All", @@ -131,10 +93,10 @@ "OriginalItemSpec": "wwwroot\\css\\animate.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\calendar.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\calendar.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/calendar.css", "AssetKind": "All", @@ -150,10 +112,10 @@ "OriginalItemSpec": "wwwroot\\css\\calendar.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\bs-datatable.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\bs-datatable.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/components/bs-datatable.css", "AssetKind": "All", @@ -169,10 +131,10 @@ "OriginalItemSpec": "wwwroot\\css\\components\\bs-datatable.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\bs-filestyle.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\bs-filestyle.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/components/bs-filestyle.css", "AssetKind": "All", @@ -188,10 +150,10 @@ "OriginalItemSpec": "wwwroot\\css\\components\\bs-filestyle.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\bs-rating.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\bs-rating.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/components/bs-rating.css", "AssetKind": "All", @@ -207,10 +169,10 @@ "OriginalItemSpec": "wwwroot\\css\\components\\bs-rating.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\bs-select.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\bs-select.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/components/bs-select.css", "AssetKind": "All", @@ -226,10 +188,10 @@ "OriginalItemSpec": "wwwroot\\css\\components\\bs-select.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\bs-switches.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\bs-switches.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/components/bs-switches.css", "AssetKind": "All", @@ -245,10 +207,10 @@ "OriginalItemSpec": "wwwroot\\css\\components\\bs-switches.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\bs-switches-vars.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\bs-switches-vars.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/components/bs-switches-vars.css", "AssetKind": "All", @@ -264,10 +226,10 @@ "OriginalItemSpec": "wwwroot\\css\\components\\bs-switches-vars.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\dark-components.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\dark-components.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/components/dark-components.css", "AssetKind": "All", @@ -283,10 +245,10 @@ "OriginalItemSpec": "wwwroot\\css\\components\\dark-components.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\datepicker.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\datepicker.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/components/datepicker.css", "AssetKind": "All", @@ -302,10 +264,10 @@ "OriginalItemSpec": "wwwroot\\css\\components\\datepicker.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\daterangepicker.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\daterangepicker.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/components/daterangepicker.css", "AssetKind": "All", @@ -321,10 +283,10 @@ "OriginalItemSpec": "wwwroot\\css\\components\\daterangepicker.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\ion.rangeslider.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\ion.rangeslider.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/components/ion.rangeslider.css", "AssetKind": "All", @@ -340,10 +302,10 @@ "OriginalItemSpec": "wwwroot\\css\\components\\ion.rangeslider.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\ion.rangeslider.css.map", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\ion.rangeslider.css.map", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/components/ion.rangeslider.css.map", "AssetKind": "All", @@ -359,10 +321,10 @@ "OriginalItemSpec": "wwwroot\\css\\components\\ion.rangeslider.css.map" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\ion.rangeslider-vars.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\ion.rangeslider-vars.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/components/ion.rangeslider-vars.css", "AssetKind": "All", @@ -378,10 +340,10 @@ "OriginalItemSpec": "wwwroot\\css\\components\\ion.rangeslider-vars.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\pricing-table.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\pricing-table.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/components/pricing-table.css", "AssetKind": "All", @@ -397,10 +359,10 @@ "OriginalItemSpec": "wwwroot\\css\\components\\pricing-table.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\prism.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\prism.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/components/prism.css", "AssetKind": "All", @@ -416,10 +378,10 @@ "OriginalItemSpec": "wwwroot\\css\\components\\prism.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\radio-checkbox.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\radio-checkbox.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/components/radio-checkbox.css", "AssetKind": "All", @@ -435,10 +397,10 @@ "OriginalItemSpec": "wwwroot\\css\\components\\radio-checkbox.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\radio-checkbox-vars.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\radio-checkbox-vars.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/components/radio-checkbox-vars.css", "AssetKind": "All", @@ -454,10 +416,10 @@ "OriginalItemSpec": "wwwroot\\css\\components\\radio-checkbox-vars.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\rangeslider\\sprite-skin-nice.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\rangeslider\\sprite-skin-nice.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/components/rangeslider/sprite-skin-nice.png", "AssetKind": "All", @@ -473,10 +435,10 @@ "OriginalItemSpec": "wwwroot\\css\\components\\rangeslider\\sprite-skin-nice.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\select-boxes.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\select-boxes.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/components/select-boxes.css", "AssetKind": "All", @@ -492,10 +454,10 @@ "OriginalItemSpec": "wwwroot\\css\\components\\select-boxes.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\timepicker.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\timepicker.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/components/timepicker.css", "AssetKind": "All", @@ -511,10 +473,10 @@ "OriginalItemSpec": "wwwroot\\css\\components\\timepicker.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\custom.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\custom.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/custom.css", "AssetKind": "All", @@ -530,10 +492,10 @@ "OriginalItemSpec": "wwwroot\\css\\custom.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\font-icons.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\font-icons.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/font-icons.css", "AssetKind": "All", @@ -549,10 +511,10 @@ "OriginalItemSpec": "wwwroot\\css\\font-icons.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\bootstrap-icons.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\bootstrap-icons.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/bootstrap-icons.css", "AssetKind": "All", @@ -568,10 +530,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\bootstrap-icons.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\bootstrap-icons\\bootstrap-icons.woff", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\bootstrap-icons\\bootstrap-icons.woff", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/bootstrap-icons/bootstrap-icons.woff", "AssetKind": "All", @@ -587,10 +549,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\bootstrap-icons\\bootstrap-icons.woff" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\bootstrap-icons\\bootstrap-icons.woff2", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\bootstrap-icons\\bootstrap-icons.woff2", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/bootstrap-icons/bootstrap-icons.woff2", "AssetKind": "All", @@ -606,10 +568,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\bootstrap-icons\\bootstrap-icons.woff2" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/font-awesome.css", "AssetKind": "All", @@ -625,10 +587,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\font-awesome.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome\\fa-brands-400.ttf", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome\\fa-brands-400.ttf", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/font-awesome/fa-brands-400.ttf", "AssetKind": "All", @@ -644,10 +606,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\font-awesome\\fa-brands-400.ttf" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome\\fa-brands-400.woff2", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome\\fa-brands-400.woff2", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/font-awesome/fa-brands-400.woff2", "AssetKind": "All", @@ -663,10 +625,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\font-awesome\\fa-brands-400.woff2" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome\\fa-regular-400.ttf", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome\\fa-regular-400.ttf", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/font-awesome/fa-regular-400.ttf", "AssetKind": "All", @@ -682,10 +644,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\font-awesome\\fa-regular-400.ttf" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome\\fa-regular-400.woff2", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome\\fa-regular-400.woff2", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/font-awesome/fa-regular-400.woff2", "AssetKind": "All", @@ -701,10 +663,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\font-awesome\\fa-regular-400.woff2" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome\\fa-solid-900.ttf", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome\\fa-solid-900.ttf", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/font-awesome/fa-solid-900.ttf", "AssetKind": "All", @@ -720,10 +682,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\font-awesome\\fa-solid-900.ttf" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome\\fa-solid-900.woff2", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome\\fa-solid-900.woff2", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/font-awesome/fa-solid-900.woff2", "AssetKind": "All", @@ -739,10 +701,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\font-awesome\\fa-solid-900.woff2" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome\\fa-v4compatibility.ttf", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome\\fa-v4compatibility.ttf", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/font-awesome/fa-v4compatibility.ttf", "AssetKind": "All", @@ -758,10 +720,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\font-awesome\\fa-v4compatibility.ttf" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome\\fa-v4compatibility.woff2", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome\\fa-v4compatibility.woff2", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/font-awesome/fa-v4compatibility.woff2", "AssetKind": "All", @@ -777,10 +739,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\font-awesome\\fa-v4compatibility.woff2" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons.css", "AssetKind": "All", @@ -796,10 +758,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-0.woff", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-0.woff", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-0.woff", "AssetKind": "All", @@ -815,10 +777,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-0.woff" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-0.woff2", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-0.woff2", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-0.woff2", "AssetKind": "All", @@ -834,10 +796,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-0.woff2" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-1.woff", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-1.woff", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-1.woff", "AssetKind": "All", @@ -853,10 +815,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-1.woff" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-1.woff2", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-1.woff2", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-1.woff2", "AssetKind": "All", @@ -872,10 +834,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-1.woff2" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-10.woff", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-10.woff", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-10.woff", "AssetKind": "All", @@ -891,10 +853,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-10.woff" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-10.woff2", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-10.woff2", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-10.woff2", "AssetKind": "All", @@ -910,10 +872,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-10.woff2" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-11.woff", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-11.woff", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-11.woff", "AssetKind": "All", @@ -929,10 +891,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-11.woff" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-11.woff2", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-11.woff2", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-11.woff2", "AssetKind": "All", @@ -948,10 +910,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-11.woff2" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-12.woff", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-12.woff", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-12.woff", "AssetKind": "All", @@ -967,10 +929,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-12.woff" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-12.woff2", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-12.woff2", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-12.woff2", "AssetKind": "All", @@ -986,10 +948,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-12.woff2" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-13.woff", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-13.woff", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-13.woff", "AssetKind": "All", @@ -1005,10 +967,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-13.woff" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-13.woff2", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-13.woff2", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-13.woff2", "AssetKind": "All", @@ -1024,10 +986,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-13.woff2" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-14.woff", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-14.woff", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-14.woff", "AssetKind": "All", @@ -1043,10 +1005,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-14.woff" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-14.woff2", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-14.woff2", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-14.woff2", "AssetKind": "All", @@ -1062,10 +1024,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-14.woff2" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-15.woff", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-15.woff", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-15.woff", "AssetKind": "All", @@ -1081,10 +1043,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-15.woff" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-15.woff2", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-15.woff2", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-15.woff2", "AssetKind": "All", @@ -1100,10 +1062,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-15.woff2" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-16.woff", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-16.woff", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-16.woff", "AssetKind": "All", @@ -1119,10 +1081,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-16.woff" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-16.woff2", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-16.woff2", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-16.woff2", "AssetKind": "All", @@ -1138,10 +1100,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-16.woff2" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-17.woff", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-17.woff", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-17.woff", "AssetKind": "All", @@ -1157,10 +1119,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-17.woff" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-17.woff2", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-17.woff2", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-17.woff2", "AssetKind": "All", @@ -1176,10 +1138,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-17.woff2" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-18.woff", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-18.woff", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-18.woff", "AssetKind": "All", @@ -1195,10 +1157,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-18.woff" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-18.woff2", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-18.woff2", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-18.woff2", "AssetKind": "All", @@ -1214,10 +1176,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-18.woff2" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-19.woff", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-19.woff", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-19.woff", "AssetKind": "All", @@ -1233,10 +1195,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-19.woff" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-19.woff2", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-19.woff2", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-19.woff2", "AssetKind": "All", @@ -1252,10 +1214,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-19.woff2" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-2.woff", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-2.woff", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-2.woff", "AssetKind": "All", @@ -1271,10 +1233,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-2.woff" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-2.woff2", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-2.woff2", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-2.woff2", "AssetKind": "All", @@ -1290,10 +1252,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-2.woff2" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-20.woff", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-20.woff", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-20.woff", "AssetKind": "All", @@ -1309,10 +1271,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-20.woff" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-20.woff2", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-20.woff2", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-20.woff2", "AssetKind": "All", @@ -1328,10 +1290,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-20.woff2" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-3.woff", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-3.woff", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-3.woff", "AssetKind": "All", @@ -1347,10 +1309,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-3.woff" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-3.woff2", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-3.woff2", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-3.woff2", "AssetKind": "All", @@ -1366,10 +1328,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-3.woff2" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-4.woff", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-4.woff", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-4.woff", "AssetKind": "All", @@ -1385,10 +1347,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-4.woff" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-4.woff2", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-4.woff2", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-4.woff2", "AssetKind": "All", @@ -1404,10 +1366,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-4.woff2" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-5.woff", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-5.woff", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-5.woff", "AssetKind": "All", @@ -1423,10 +1385,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-5.woff" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-5.woff2", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-5.woff2", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-5.woff2", "AssetKind": "All", @@ -1442,10 +1404,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-5.woff2" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-6.woff", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-6.woff", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-6.woff", "AssetKind": "All", @@ -1461,10 +1423,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-6.woff" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-6.woff2", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-6.woff2", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-6.woff2", "AssetKind": "All", @@ -1480,10 +1442,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-6.woff2" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-7.woff", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-7.woff", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-7.woff", "AssetKind": "All", @@ -1499,10 +1461,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-7.woff" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-7.woff2", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-7.woff2", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-7.woff2", "AssetKind": "All", @@ -1518,10 +1480,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-7.woff2" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-8.woff", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-8.woff", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-8.woff", "AssetKind": "All", @@ -1537,10 +1499,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-8.woff" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-8.woff2", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-8.woff2", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-8.woff2", "AssetKind": "All", @@ -1556,10 +1518,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-8.woff2" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-9.woff", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-9.woff", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-9.woff", "AssetKind": "All", @@ -1575,10 +1537,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-9.woff" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-9.woff2", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-9.woff2", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/icons/unicons/unicons-9.woff2", "AssetKind": "All", @@ -1594,10 +1556,10 @@ "OriginalItemSpec": "wwwroot\\css\\icons\\unicons\\unicons-9.woff2" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\magnific-popup.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\magnific-popup.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/magnific-popup.css", "AssetKind": "All", @@ -1613,10 +1575,10 @@ "OriginalItemSpec": "wwwroot\\css\\magnific-popup.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\swiper.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\swiper.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "css/swiper.css", "AssetKind": "All", @@ -1632,10 +1594,10 @@ "OriginalItemSpec": "wwwroot\\css\\swiper.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\hosting.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\hosting.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/hosting.css", "AssetKind": "All", @@ -1651,10 +1613,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\hosting.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\1.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\1.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/1.png", "AssetKind": "All", @@ -1670,10 +1632,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\1.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\2.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\2.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/2.png", "AssetKind": "All", @@ -1689,10 +1651,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\2.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\3.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\3.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/3.png", "AssetKind": "All", @@ -1708,10 +1670,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\3.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\1.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\1.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/clients/1.png", "AssetKind": "All", @@ -1727,10 +1689,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\clients\\1.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\10.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\10.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/clients/10.png", "AssetKind": "All", @@ -1746,10 +1708,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\clients\\10.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\11.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\11.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/clients/11.png", "AssetKind": "All", @@ -1765,10 +1727,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\clients\\11.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\12.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\12.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/clients/12.png", "AssetKind": "All", @@ -1784,10 +1746,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\clients\\12.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\2.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\2.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/clients/2.png", "AssetKind": "All", @@ -1803,10 +1765,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\clients\\2.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\3.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\3.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/clients/3.png", "AssetKind": "All", @@ -1822,10 +1784,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\clients\\3.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\4.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\4.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/clients/4.png", "AssetKind": "All", @@ -1841,10 +1803,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\clients\\4.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\5.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\5.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/clients/5.png", "AssetKind": "All", @@ -1860,10 +1822,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\clients\\5.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\6.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\6.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/clients/6.png", "AssetKind": "All", @@ -1879,10 +1841,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\clients\\6.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\7.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\7.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/clients/7.png", "AssetKind": "All", @@ -1898,10 +1860,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\clients\\7.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\8.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\8.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/clients/8.png", "AssetKind": "All", @@ -1917,10 +1879,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\clients\\8.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\9.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\9.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/clients/9.png", "AssetKind": "All", @@ -1936,10 +1898,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\clients\\9.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\au.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\au.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/flags/au.png", "AssetKind": "All", @@ -1955,10 +1917,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\flags\\au.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\br.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\br.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/flags/br.png", "AssetKind": "All", @@ -1974,10 +1936,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\flags\\br.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\ca.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\ca.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/flags/ca.png", "AssetKind": "All", @@ -1993,10 +1955,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\flags\\ca.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\in.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\in.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/flags/in.png", "AssetKind": "All", @@ -2012,10 +1974,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\flags\\in.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\ja.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\ja.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/flags/ja.png", "AssetKind": "All", @@ -2031,10 +1993,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\flags\\ja.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\sa.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\sa.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/flags/sa.png", "AssetKind": "All", @@ -2050,10 +2012,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\flags\\sa.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\si.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\si.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/flags/si.png", "AssetKind": "All", @@ -2069,10 +2031,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\flags\\si.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\uk.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\uk.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/flags/uk.png", "AssetKind": "All", @@ -2088,10 +2050,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\flags\\uk.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\us.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\us.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/flags/us.png", "AssetKind": "All", @@ -2107,10 +2069,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\flags\\us.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\pattern.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\pattern.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/pattern.png", "AssetKind": "All", @@ -2126,10 +2088,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\pattern.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\pattern-dark.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\pattern-dark.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/pattern-dark.png", "AssetKind": "All", @@ -2145,10 +2107,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\pattern-dark.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\activation.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\activation.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/svg/activation.svg", "AssetKind": "All", @@ -2164,10 +2126,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\svg\\activation.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\balancing.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\balancing.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/svg/balancing.svg", "AssetKind": "All", @@ -2183,10 +2145,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\svg\\balancing.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\checked.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\checked.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/svg/checked.svg", "AssetKind": "All", @@ -2202,10 +2164,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\svg\\checked.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\cloud.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\cloud.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/svg/cloud.svg", "AssetKind": "All", @@ -2221,10 +2183,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\svg\\cloud.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\dedicated.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\dedicated.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/svg/dedicated.svg", "AssetKind": "All", @@ -2240,10 +2202,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\svg\\dedicated.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\domain.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\domain.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/svg/domain.svg", "AssetKind": "All", @@ -2259,10 +2221,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\svg\\domain.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\location.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\location.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/svg/location.svg", "AssetKind": "All", @@ -2278,12 +2240,12 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\svg\\location.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\map.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\map.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", - "RelativePath": "demos/hosting/images/svg/map.png", + "RelativePath": "demos/hosting/images/svg/map.svg", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", @@ -2294,13 +2256,13 @@ "AssetTraitValue": "", "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\svg\\map.png" + "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\svg\\map.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\map-light.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\map-light.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/svg/map-light.svg", "AssetKind": "All", @@ -2316,10 +2278,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\svg\\map-light.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\shared.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\shared.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/svg/shared.svg", "AssetKind": "All", @@ -2335,10 +2297,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\svg\\shared.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\ssl.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\ssl.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/svg/ssl.svg", "AssetKind": "All", @@ -2354,10 +2316,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\svg\\ssl.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\support.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\support.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/svg/support.svg", "AssetKind": "All", @@ -2373,10 +2335,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\svg\\support.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\team.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\team.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/svg/team.svg", "AssetKind": "All", @@ -2392,10 +2354,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\svg\\team.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\web.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\web.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/svg/web.svg", "AssetKind": "All", @@ -2411,10 +2373,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\svg\\web.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\users\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\users\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/users/1.jpg", "AssetKind": "All", @@ -2430,10 +2392,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\users\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\users\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\users\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/users/2.jpg", "AssetKind": "All", @@ -2449,10 +2411,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\users\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\users\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\users\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/users/3.jpg", "AssetKind": "All", @@ -2468,10 +2430,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\users\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\users\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\users\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/users/4.jpg", "AssetKind": "All", @@ -2487,10 +2449,10 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\users\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\users\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\users\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/hosting/images/users/5.jpg", "AssetKind": "All", @@ -2506,12 +2468,12 @@ "OriginalItemSpec": "wwwroot\\demos\\hosting\\images\\users\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\2.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\12w3qdaad2.svg.bak", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", - "RelativePath": "demos/movers/images/2.svg", + "RelativePath": "demos/movers/images/12w3qdaad2.svg.bak", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", @@ -2522,13 +2484,13 @@ "AssetTraitValue": "", "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\2.svg" + "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\12w3qdaad2.svg.bak" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\baggage.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\baggage.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/baggage.png", "AssetKind": "All", @@ -2544,10 +2506,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\baggage.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\bg-2.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\bg-2.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/bg-2.png", "AssetKind": "All", @@ -2563,10 +2525,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\bg-2.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\blog\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\blog\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/blog/1.jpg", "AssetKind": "All", @@ -2582,10 +2544,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\blog\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\blog\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\blog\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/blog/2.jpg", "AssetKind": "All", @@ -2601,10 +2563,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\blog\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\blog\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\blog\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/blog/3.jpg", "AssetKind": "All", @@ -2620,10 +2582,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\blog\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\blog\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\blog\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/blog/4.jpg", "AssetKind": "All", @@ -2639,10 +2601,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\blog\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\blog\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\blog\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/blog/5.jpg", "AssetKind": "All", @@ -2658,10 +2620,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\blog\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\blog\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\blog\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/blog/6.jpg", "AssetKind": "All", @@ -2677,10 +2639,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\blog\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\amazon.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\amazon.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/clients/amazon.svg", "AssetKind": "All", @@ -2696,10 +2658,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\clients\\amazon.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\cnn.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\cnn.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/clients/cnn.svg", "AssetKind": "All", @@ -2715,10 +2677,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\clients\\cnn.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\github.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\github.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/clients/github.svg", "AssetKind": "All", @@ -2734,10 +2696,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\clients\\github.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\google.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\google.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/clients/google.svg", "AssetKind": "All", @@ -2753,10 +2715,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\clients\\google.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\jetblue.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\jetblue.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/clients/jetblue.svg", "AssetKind": "All", @@ -2772,10 +2734,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\clients\\jetblue.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\linkedin.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\linkedin.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/clients/linkedin.svg", "AssetKind": "All", @@ -2791,10 +2753,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\clients\\linkedin.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\nat-geo.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\nat-geo.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/clients/nat-geo.svg", "AssetKind": "All", @@ -2810,10 +2772,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\clients\\nat-geo.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\paypal.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\paypal.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/clients/paypal.svg", "AssetKind": "All", @@ -2829,10 +2791,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\clients\\paypal.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\vimeo.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\vimeo.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/clients/vimeo.svg", "AssetKind": "All", @@ -2848,10 +2810,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\clients\\vimeo.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\yahoo.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\yahoo.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/clients/yahoo.svg", "AssetKind": "All", @@ -2867,10 +2829,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\clients\\yahoo.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\zillow.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\zillow.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/clients/zillow.svg", "AssetKind": "All", @@ -2886,10 +2848,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\clients\\zillow.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\dot-grid.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\dot-grid.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/dot-grid.svg", "AssetKind": "All", @@ -2905,10 +2867,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\dot-grid.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\featured-img\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\featured-img\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/featured-img/1.jpg", "AssetKind": "All", @@ -2924,10 +2886,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\featured-img\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\featured-img\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\featured-img\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/featured-img/2.jpg", "AssetKind": "All", @@ -2943,10 +2905,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\featured-img\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\featured-img\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\featured-img\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/featured-img/3.jpg", "AssetKind": "All", @@ -2962,10 +2924,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\featured-img\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\featured-img\\Thumbs.db", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\featured-img\\Thumbs.db", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/featured-img/Thumbs.db", "AssetKind": "All", @@ -2981,10 +2943,48 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\featured-img\\Thumbs.db" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\others\\1.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\happy.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", + "BasePath": "_content/KeymailSpecials2", + "RelativePath": "demos/movers/images/happy.svg", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "AssetMergeBehavior": "PreferTarget", + "AssetMergeSource": "", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\happy.svg" + }, + { + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\join.svg", + "SourceId": "KeymailSpecials2", + "SourceType": "Discovered", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", + "BasePath": "_content/KeymailSpecials2", + "RelativePath": "demos/movers/images/join.svg", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "AssetMergeBehavior": "PreferTarget", + "AssetMergeSource": "", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\join.svg" + }, + { + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\others\\1.png", + "SourceId": "KeymailSpecials2", + "SourceType": "Discovered", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/others/1.png", "AssetKind": "All", @@ -3000,10 +3000,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\others\\1.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\others\\2.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\others\\2.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/others/2.png", "AssetKind": "All", @@ -3019,10 +3019,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\others\\2.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\others\\3.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\others\\3.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/others/3.png", "AssetKind": "All", @@ -3038,10 +3038,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\others\\3.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\others\\4.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\others\\4.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/others/4.png", "AssetKind": "All", @@ -3057,12 +3057,12 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\others\\4.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\section\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\privacy.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", - "RelativePath": "demos/movers/images/section/1.jpg", + "RelativePath": "demos/movers/images/privacy.svg", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", @@ -3073,13 +3073,13 @@ "AssetTraitValue": "", "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\section\\1.jpg" + "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\privacy.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\section\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\section\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/section/2.jpg", "AssetKind": "All", @@ -3095,10 +3095,48 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\section\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\section\\company.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\section\\backdrop.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", + "BasePath": "_content/KeymailSpecials2", + "RelativePath": "demos/movers/images/section/backdrop.jpg", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "AssetMergeBehavior": "PreferTarget", + "AssetMergeSource": "", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\section\\backdrop.jpg" + }, + { + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\section\\collab.svg", + "SourceId": "KeymailSpecials2", + "SourceType": "Discovered", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", + "BasePath": "_content/KeymailSpecials2", + "RelativePath": "demos/movers/images/section/collab.svg", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "AssetMergeBehavior": "PreferTarget", + "AssetMergeSource": "", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\section\\collab.svg" + }, + { + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\section\\company.jpg", + "SourceId": "KeymailSpecials2", + "SourceType": "Discovered", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/section/company.jpg", "AssetKind": "All", @@ -3114,10 +3152,29 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\section\\company.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\slider\\1.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\section\\success.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", + "BasePath": "_content/KeymailSpecials2", + "RelativePath": "demos/movers/images/section/success.jpg", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "AssetMergeBehavior": "PreferTarget", + "AssetMergeSource": "", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\section\\success.jpg" + }, + { + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\slider\\1.png", + "SourceId": "KeymailSpecials2", + "SourceType": "Discovered", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/slider/1.png", "AssetKind": "All", @@ -3133,10 +3190,48 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\slider\\1.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\startae-team-7tXA8xwe4W4-unsplash.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", + "BasePath": "_content/KeymailSpecials2", + "RelativePath": "demos/movers/images/startae-team-7tXA8xwe4W4-unsplash.jpg", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "AssetMergeBehavior": "PreferTarget", + "AssetMergeSource": "", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\startae-team-7tXA8xwe4W4-unsplash.jpg" + }, + { + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\stats.svg", + "SourceId": "KeymailSpecials2", + "SourceType": "Discovered", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", + "BasePath": "_content/KeymailSpecials2", + "RelativePath": "demos/movers/images/stats.svg", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "AssetMergeBehavior": "PreferTarget", + "AssetMergeSource": "", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\stats.svg" + }, + { + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\1.jpg", + "SourceId": "KeymailSpecials2", + "SourceType": "Discovered", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/team/1.jpg", "AssetKind": "All", @@ -3152,10 +3247,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\team\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/team/2.jpg", "AssetKind": "All", @@ -3171,10 +3266,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\team\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/team/3.jpg", "AssetKind": "All", @@ -3190,10 +3285,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\team\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/team/4.jpg", "AssetKind": "All", @@ -3209,10 +3304,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\team\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/team/5.jpg", "AssetKind": "All", @@ -3228,10 +3323,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\team\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/team/6.jpg", "AssetKind": "All", @@ -3247,10 +3342,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\team\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/team/7.jpg", "AssetKind": "All", @@ -3266,10 +3361,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\team\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/team/8.jpg", "AssetKind": "All", @@ -3285,10 +3380,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\team\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/team/9.jpg", "AssetKind": "All", @@ -3304,10 +3399,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\team\\9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\section.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\section.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/images/team/section.jpg", "AssetKind": "All", @@ -3323,10 +3418,29 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\team\\section.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\movers.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\user_nums.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", + "BasePath": "_content/KeymailSpecials2", + "RelativePath": "demos/movers/images/user_nums.svg", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "AssetMergeBehavior": "PreferTarget", + "AssetMergeSource": "", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\demos\\movers\\images\\user_nums.svg" + }, + { + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\movers.css", + "SourceId": "KeymailSpecials2", + "SourceType": "Discovered", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/movers/movers.css", "AssetKind": "All", @@ -3342,10 +3456,10 @@ "OriginalItemSpec": "wwwroot\\demos\\movers\\movers.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/gallery/1.jpg", "AssetKind": "All", @@ -3361,10 +3475,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\gallery\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/gallery/10.jpg", "AssetKind": "All", @@ -3380,10 +3494,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\gallery\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\11.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\11.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/gallery/11.jpg", "AssetKind": "All", @@ -3399,10 +3513,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\gallery\\11.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\12.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\12.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/gallery/12.jpg", "AssetKind": "All", @@ -3418,10 +3532,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\gallery\\12.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\13.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\13.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/gallery/13.jpg", "AssetKind": "All", @@ -3437,10 +3551,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\gallery\\13.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\14.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\14.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/gallery/14.jpg", "AssetKind": "All", @@ -3456,10 +3570,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\gallery\\14.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\15.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\15.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/gallery/15.jpg", "AssetKind": "All", @@ -3475,10 +3589,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\gallery\\15.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/gallery/2.jpg", "AssetKind": "All", @@ -3494,10 +3608,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\gallery\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/gallery/3.jpg", "AssetKind": "All", @@ -3513,10 +3627,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\gallery\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/gallery/4.jpg", "AssetKind": "All", @@ -3532,10 +3646,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\gallery\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/gallery/5.jpg", "AssetKind": "All", @@ -3551,10 +3665,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\gallery\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/gallery/6.jpg", "AssetKind": "All", @@ -3570,10 +3684,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\gallery\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/gallery/7.jpg", "AssetKind": "All", @@ -3589,10 +3703,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\gallery\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/gallery/8.jpg", "AssetKind": "All", @@ -3608,10 +3722,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\gallery\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/gallery/9.jpg", "AssetKind": "All", @@ -3627,10 +3741,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\gallery\\9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/gallery/thumbs/1.jpg", "AssetKind": "All", @@ -3646,10 +3760,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\gallery\\thumbs\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/gallery/thumbs/10.jpg", "AssetKind": "All", @@ -3665,10 +3779,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\gallery\\thumbs\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\11.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\11.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/gallery/thumbs/11.jpg", "AssetKind": "All", @@ -3684,10 +3798,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\gallery\\thumbs\\11.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\12.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\12.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/gallery/thumbs/12.jpg", "AssetKind": "All", @@ -3703,10 +3817,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\gallery\\thumbs\\12.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\13.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\13.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/gallery/thumbs/13.jpg", "AssetKind": "All", @@ -3722,10 +3836,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\gallery\\thumbs\\13.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\14.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\14.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/gallery/thumbs/14.jpg", "AssetKind": "All", @@ -3741,10 +3855,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\gallery\\thumbs\\14.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\15.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\15.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/gallery/thumbs/15.jpg", "AssetKind": "All", @@ -3760,10 +3874,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\gallery\\thumbs\\15.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/gallery/thumbs/2.jpg", "AssetKind": "All", @@ -3779,10 +3893,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\gallery\\thumbs\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/gallery/thumbs/3.jpg", "AssetKind": "All", @@ -3798,10 +3912,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\gallery\\thumbs\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/gallery/thumbs/4.jpg", "AssetKind": "All", @@ -3817,10 +3931,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\gallery\\thumbs\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/gallery/thumbs/5.jpg", "AssetKind": "All", @@ -3836,10 +3950,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\gallery\\thumbs\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/gallery/thumbs/6.jpg", "AssetKind": "All", @@ -3855,10 +3969,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\gallery\\thumbs\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/gallery/thumbs/7.jpg", "AssetKind": "All", @@ -3874,10 +3988,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\gallery\\thumbs\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/gallery/thumbs/8.jpg", "AssetKind": "All", @@ -3893,10 +4007,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\gallery\\thumbs\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/gallery/thumbs/9.jpg", "AssetKind": "All", @@ -3912,10 +4026,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\gallery\\thumbs\\9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\help\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\help\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/help/1.jpg", "AssetKind": "All", @@ -3931,10 +4045,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\help\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\help\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\help\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/help/2.jpg", "AssetKind": "All", @@ -3950,10 +4064,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\help\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\help\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\help\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/help/3.jpg", "AssetKind": "All", @@ -3969,10 +4083,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\help\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\hero-image.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\hero-image.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/hero-image.jpg", "AssetKind": "All", @@ -3988,10 +4102,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\hero-image.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\logo.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\logo.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/logo.png", "AssetKind": "All", @@ -4007,10 +4121,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\logo.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\logo@2x.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\logo@2x.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/logo@2x.png", "AssetKind": "All", @@ -4026,10 +4140,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\logo@2x.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\logo-dark.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\logo-dark.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/logo-dark.png", "AssetKind": "All", @@ -4045,10 +4159,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\logo-dark.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\logo-dark@2x.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\logo-dark@2x.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/logo-dark@2x.png", "AssetKind": "All", @@ -4064,10 +4178,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\logo-dark@2x.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\others\\1.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\others\\1.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/others/1.png", "AssetKind": "All", @@ -4083,10 +4197,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\others\\1.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\others\\section-bg.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\others\\section-bg.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/others/section-bg.jpg", "AssetKind": "All", @@ -4102,10 +4216,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\others\\section-bg.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\products\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\products\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/products/1.jpg", "AssetKind": "All", @@ -4121,10 +4235,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\products\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\products\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\products\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/products/2.jpg", "AssetKind": "All", @@ -4140,10 +4254,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\products\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\products\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\products\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/products/3.jpg", "AssetKind": "All", @@ -4159,10 +4273,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\products\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\services\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\services\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/services/1.jpg", "AssetKind": "All", @@ -4178,10 +4292,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\services\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\services\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\services\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/services/2.jpg", "AssetKind": "All", @@ -4197,10 +4311,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\services\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\services\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\services\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/services/3.jpg", "AssetKind": "All", @@ -4216,10 +4330,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\services\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\services\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\services\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/services/4.jpg", "AssetKind": "All", @@ -4235,10 +4349,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\services\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\testimonials\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\testimonials\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/testimonials/1.jpg", "AssetKind": "All", @@ -4254,10 +4368,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\testimonials\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\testimonials\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\testimonials\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/testimonials/2.jpg", "AssetKind": "All", @@ -4273,10 +4387,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\testimonials\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\testimonials\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\testimonials\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/testimonials/3.jpg", "AssetKind": "All", @@ -4292,10 +4406,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\testimonials\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\testimonials\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\testimonials\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/images/testimonials/4.jpg", "AssetKind": "All", @@ -4311,10 +4425,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\images\\testimonials\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\pet.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\pet.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "demos/pet/pet.css", "AssetKind": "All", @@ -4330,10 +4444,10 @@ "OriginalItemSpec": "wwwroot\\demos\\pet\\pet.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\favicon.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\favicon.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "favicon.png", "AssetKind": "All", @@ -4349,10 +4463,10 @@ "OriginalItemSpec": "wwwroot\\favicon.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\01_preview.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\01_preview.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/01_preview.jpg", "AssetKind": "All", @@ -4368,10 +4482,10 @@ "OriginalItemSpec": "wwwroot\\images\\01_preview.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\about\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\about\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/about/1.jpg", "AssetKind": "All", @@ -4387,10 +4501,10 @@ "OriginalItemSpec": "wwwroot\\images\\about\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\about\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\about\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/about/2.jpg", "AssetKind": "All", @@ -4406,10 +4520,10 @@ "OriginalItemSpec": "wwwroot\\images\\about\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\about\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\about\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/about/3.jpg", "AssetKind": "All", @@ -4425,10 +4539,10 @@ "OriginalItemSpec": "wwwroot\\images\\about\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\about\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\about\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/about/4.jpg", "AssetKind": "All", @@ -4444,10 +4558,10 @@ "OriginalItemSpec": "wwwroot\\images\\about\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\about\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\about\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/about/5.jpg", "AssetKind": "All", @@ -4463,10 +4577,10 @@ "OriginalItemSpec": "wwwroot\\images\\about\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\about\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\about\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/about/6.jpg", "AssetKind": "All", @@ -4482,10 +4596,10 @@ "OriginalItemSpec": "wwwroot\\images\\about\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\about\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\about\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/about/7.jpg", "AssetKind": "All", @@ -4501,10 +4615,10 @@ "OriginalItemSpec": "wwwroot\\images\\about\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\about\\me-parallax.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\about\\me-parallax.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/about/me-parallax.jpg", "AssetKind": "All", @@ -4520,10 +4634,10 @@ "OriginalItemSpec": "wwwroot\\images\\about\\me-parallax.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\about\\parallax.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\about\\parallax.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/about/parallax.jpg", "AssetKind": "All", @@ -4539,10 +4653,10 @@ "OriginalItemSpec": "wwwroot\\images\\about\\parallax.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\about\\Thumbs.db", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\about\\Thumbs.db", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/about/Thumbs.db", "AssetKind": "All", @@ -4558,10 +4672,10 @@ "OriginalItemSpec": "wwwroot\\images\\about\\Thumbs.db" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\appshowcase\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\appshowcase\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/appshowcase/1.jpg", "AssetKind": "All", @@ -4577,10 +4691,10 @@ "OriginalItemSpec": "wwwroot\\images\\appshowcase\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\appshowcase\\ipad-section.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\appshowcase\\ipad-section.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/appshowcase/ipad-section.png", "AssetKind": "All", @@ -4596,10 +4710,10 @@ "OriginalItemSpec": "wwwroot\\images\\appshowcase\\ipad-section.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\appshowcase\\iphone-solid.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\appshowcase\\iphone-solid.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/appshowcase/iphone-solid.png", "AssetKind": "All", @@ -4615,10 +4729,10 @@ "OriginalItemSpec": "wwwroot\\images\\appshowcase\\iphone-solid.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\appshowcase\\s1.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\appshowcase\\s1.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/appshowcase/s1.png", "AssetKind": "All", @@ -4634,10 +4748,10 @@ "OriginalItemSpec": "wwwroot\\images\\appshowcase\\s1.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\appshowcase\\s4.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\appshowcase\\s4.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/appshowcase/s4.png", "AssetKind": "All", @@ -4653,10 +4767,10 @@ "OriginalItemSpec": "wwwroot\\images\\appshowcase\\s4.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\appshowcase\\s5.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\appshowcase\\s5.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/appshowcase/s5.png", "AssetKind": "All", @@ -4672,10 +4786,10 @@ "OriginalItemSpec": "wwwroot\\images\\appshowcase\\s5.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\appshowcase\\slider-iphone.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\appshowcase\\slider-iphone.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/appshowcase/slider-iphone.png", "AssetKind": "All", @@ -4691,10 +4805,10 @@ "OriginalItemSpec": "wwwroot\\images\\appshowcase\\slider-iphone.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\author\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\author\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/author/1.jpg", "AssetKind": "All", @@ -4710,10 +4824,10 @@ "OriginalItemSpec": "wwwroot\\images\\author\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\banner-curve.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\banner-curve.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/banner-curve.png", "AssetKind": "All", @@ -4729,10 +4843,10 @@ "OriginalItemSpec": "wwwroot\\images\\banner-curve.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blank.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blank.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blank.svg", "AssetKind": "All", @@ -4748,10 +4862,10 @@ "OriginalItemSpec": "wwwroot\\images\\blank.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\alert-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\alert-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/alert-1.jpg", "AssetKind": "All", @@ -4767,10 +4881,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\alert-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\alert-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\alert-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/alert-2.jpg", "AssetKind": "All", @@ -4786,10 +4900,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\alert-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\alert-3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\alert-3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/alert-3.jpg", "AssetKind": "All", @@ -4805,10 +4919,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\alert-3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\alert-4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\alert-4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/alert-4.jpg", "AssetKind": "All", @@ -4824,10 +4938,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\alert-4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\alert-5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\alert-5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/alert-5.jpg", "AssetKind": "All", @@ -4843,10 +4957,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\alert-5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\alert-custom-width.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\alert-custom-width.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/alert-custom-width.jpg", "AssetKind": "All", @@ -4862,10 +4976,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\alert-custom-width.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\blog-grid-hover.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\blog-grid-hover.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/blog-grid-hover.jpg", "AssetKind": "All", @@ -4881,10 +4995,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\blog-grid-hover.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\blog-grid-hover-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\blog-grid-hover-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/blog-grid-hover-2.jpg", "AssetKind": "All", @@ -4900,10 +5014,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\blog-grid-hover-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\blog-list-hover.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\blog-list-hover.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/blog-list-hover.jpg", "AssetKind": "All", @@ -4919,10 +5033,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\blog-list-hover.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\blog-single.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\blog-single.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/blog-single.jpg", "AssetKind": "All", @@ -4938,10 +5052,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\blog-single.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\blog-single-3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\blog-single-3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/blog-single-3.jpg", "AssetKind": "All", @@ -4957,10 +5071,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\blog-single-3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\blog-single-4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\blog-single-4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/blog-single-4.jpg", "AssetKind": "All", @@ -4976,10 +5090,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\blog-single-4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\blog-single-5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\blog-single-5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/blog-single-5.jpg", "AssetKind": "All", @@ -4995,10 +5109,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\blog-single-5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\blog-single-6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\blog-single-6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/blog-single-6.jpg", "AssetKind": "All", @@ -5014,10 +5128,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\blog-single-6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\buttons.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\buttons.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/buttons.jpg", "AssetKind": "All", @@ -5033,10 +5147,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\buttons.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/cards-1.jpg", "AssetKind": "All", @@ -5052,10 +5166,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\cards-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/cards-10.jpg", "AssetKind": "All", @@ -5071,10 +5185,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\cards-10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/cards-2.jpg", "AssetKind": "All", @@ -5090,10 +5204,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\cards-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/cards-3.jpg", "AssetKind": "All", @@ -5109,10 +5223,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\cards-3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/cards-4.jpg", "AssetKind": "All", @@ -5128,10 +5242,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\cards-4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/cards-5.jpg", "AssetKind": "All", @@ -5147,10 +5261,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\cards-5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/cards-6.jpg", "AssetKind": "All", @@ -5166,10 +5280,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\cards-6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/cards-7.jpg", "AssetKind": "All", @@ -5185,10 +5299,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\cards-7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/cards-8.jpg", "AssetKind": "All", @@ -5204,10 +5318,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\cards-8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/cards-9.jpg", "AssetKind": "All", @@ -5223,10 +5337,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\cards-9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-switch.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-switch.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/cards-switch.jpg", "AssetKind": "All", @@ -5242,10 +5356,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\cards-switch.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\carousel-instagram.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\carousel-instagram.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/carousel-instagram.jpg", "AssetKind": "All", @@ -5261,10 +5375,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\carousel-instagram.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\carousel-tab.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\carousel-tab.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/carousel-tab.jpg", "AssetKind": "All", @@ -5280,10 +5394,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\carousel-tab.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\checklists.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\checklists.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/checklists.jpg", "AssetKind": "All", @@ -5299,10 +5413,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\checklists.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\clipboard.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\clipboard.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/clipboard.jpg", "AssetKind": "All", @@ -5318,10 +5432,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\clipboard.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\contact-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\contact-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/contact-1.jpg", "AssetKind": "All", @@ -5337,10 +5451,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\contact-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\contact-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\contact-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/contact-2.jpg", "AssetKind": "All", @@ -5356,10 +5470,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\contact-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\contact-3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\contact-3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/contact-3.jpg", "AssetKind": "All", @@ -5375,10 +5489,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\contact-3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\countdown.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\countdown.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/countdown.jpg", "AssetKind": "All", @@ -5394,10 +5508,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\countdown.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\countdown-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\countdown-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/countdown-2.jpg", "AssetKind": "All", @@ -5413,10 +5527,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\countdown-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\counter-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\counter-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/counter-1.jpg", "AssetKind": "All", @@ -5432,10 +5546,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\counter-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\counter-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\counter-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/counter-2.jpg", "AssetKind": "All", @@ -5451,10 +5565,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\counter-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\counter-3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\counter-3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/counter-3.jpg", "AssetKind": "All", @@ -5470,10 +5584,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\counter-3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\counter-4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\counter-4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/counter-4.jpg", "AssetKind": "All", @@ -5489,10 +5603,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\counter-4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\counter-5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\counter-5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/counter-5.jpg", "AssetKind": "All", @@ -5508,10 +5622,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\counter-5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\crypto.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\crypto.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/crypto.jpg", "AssetKind": "All", @@ -5527,10 +5641,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\crypto.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\currency-converter.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\currency-converter.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/currency-converter.jpg", "AssetKind": "All", @@ -5546,10 +5660,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\currency-converter.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\custom-scroll.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\custom-scroll.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/custom-scroll.jpg", "AssetKind": "All", @@ -5565,10 +5679,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\custom-scroll.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\dashboard.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\dashboard.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/dashboard.jpg", "AssetKind": "All", @@ -5584,10 +5698,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\dashboard.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\event-schedule.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\event-schedule.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/event-schedule.jpg", "AssetKind": "All", @@ -5603,10 +5717,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\event-schedule.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\event-schedule-scroll.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\event-schedule-scroll.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/event-schedule-scroll.jpg", "AssetKind": "All", @@ -5622,10 +5736,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\event-schedule-scroll.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\faqs-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\faqs-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/faqs-1.jpg", "AssetKind": "All", @@ -5641,10 +5755,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\faqs-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\faqs-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\faqs-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/faqs-2.jpg", "AssetKind": "All", @@ -5660,10 +5774,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\faqs-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\faqs-3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\faqs-3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/faqs-3.jpg", "AssetKind": "All", @@ -5679,10 +5793,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\faqs-3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-boxes-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-boxes-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/featured-boxes-1.jpg", "AssetKind": "All", @@ -5698,10 +5812,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\featured-boxes-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-boxes-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-boxes-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/featured-boxes-2.jpg", "AssetKind": "All", @@ -5717,10 +5831,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\featured-boxes-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-boxes-3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-boxes-3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/featured-boxes-3.jpg", "AssetKind": "All", @@ -5736,10 +5850,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\featured-boxes-3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-boxes-4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-boxes-4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/featured-boxes-4.jpg", "AssetKind": "All", @@ -5755,10 +5869,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\featured-boxes-4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-boxes-5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-boxes-5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/featured-boxes-5.jpg", "AssetKind": "All", @@ -5774,10 +5888,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\featured-boxes-5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-boxes-6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-boxes-6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/featured-boxes-6.jpg", "AssetKind": "All", @@ -5793,10 +5907,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\featured-boxes-6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-boxes-7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-boxes-7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/featured-boxes-7.jpg", "AssetKind": "All", @@ -5812,10 +5926,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\featured-boxes-7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-boxes-8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-boxes-8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/featured-boxes-8.jpg", "AssetKind": "All", @@ -5831,10 +5945,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\featured-boxes-8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-Images-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-Images-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/featured-Images-1.jpg", "AssetKind": "All", @@ -5850,10 +5964,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\featured-Images-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\filter-dropdown.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\filter-dropdown.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/filter-dropdown.jpg", "AssetKind": "All", @@ -5869,10 +5983,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\filter-dropdown.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\filters-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\filters-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/filters-1.jpg", "AssetKind": "All", @@ -5888,10 +6002,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\filters-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\floating-button.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\floating-button.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/floating-button.jpg", "AssetKind": "All", @@ -5907,10 +6021,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\floating-button.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\follow-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\follow-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/follow-1.jpg", "AssetKind": "All", @@ -5926,10 +6040,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\follow-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\follow-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\follow-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/follow-2.jpg", "AssetKind": "All", @@ -5945,10 +6059,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\follow-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\footer-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\footer-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/footer-1.jpg", "AssetKind": "All", @@ -5964,10 +6078,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\footer-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\footer-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\footer-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/footer-2.jpg", "AssetKind": "All", @@ -5983,10 +6097,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\footer-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\footer-3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\footer-3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/footer-3.jpg", "AssetKind": "All", @@ -6002,10 +6116,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\footer-3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\footer-4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\footer-4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/footer-4.jpg", "AssetKind": "All", @@ -6021,10 +6135,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\footer-4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\footer-5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\footer-5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/footer-5.jpg", "AssetKind": "All", @@ -6040,10 +6154,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\footer-5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\footer-8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\footer-8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/footer-8.jpg", "AssetKind": "All", @@ -6059,10 +6173,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\footer-8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/form-1.jpg", "AssetKind": "All", @@ -6078,10 +6192,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\form-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/form-10.jpg", "AssetKind": "All", @@ -6097,10 +6211,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\form-10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/form-2.jpg", "AssetKind": "All", @@ -6116,10 +6230,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\form-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/form-3.jpg", "AssetKind": "All", @@ -6135,10 +6249,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\form-3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/form-4.jpg", "AssetKind": "All", @@ -6154,10 +6268,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\form-4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/form-5.jpg", "AssetKind": "All", @@ -6173,10 +6287,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\form-5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/form-6.jpg", "AssetKind": "All", @@ -6192,10 +6306,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\form-6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/form-7.jpg", "AssetKind": "All", @@ -6211,10 +6325,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\form-7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/form-8.jpg", "AssetKind": "All", @@ -6230,10 +6344,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\form-8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/form-9.jpg", "AssetKind": "All", @@ -6249,10 +6363,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\form-9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-profile.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-profile.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/form-profile.jpg", "AssetKind": "All", @@ -6268,10 +6382,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\form-profile.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-show-password.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-show-password.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/form-show-password.jpg", "AssetKind": "All", @@ -6287,10 +6401,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\form-show-password.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/gallery-1.jpg", "AssetKind": "All", @@ -6306,10 +6420,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\gallery-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/gallery-10.jpg", "AssetKind": "All", @@ -6325,10 +6439,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\gallery-10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/gallery-2.jpg", "AssetKind": "All", @@ -6344,10 +6458,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\gallery-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/gallery-3.jpg", "AssetKind": "All", @@ -6363,10 +6477,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\gallery-3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/gallery-4.jpg", "AssetKind": "All", @@ -6382,10 +6496,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\gallery-4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/gallery-5.jpg", "AssetKind": "All", @@ -6401,10 +6515,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\gallery-5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\Gallery-6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\Gallery-6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/Gallery-6.jpg", "AssetKind": "All", @@ -6420,10 +6534,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\Gallery-6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/gallery-7.jpg", "AssetKind": "All", @@ -6439,10 +6553,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\gallery-7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/gallery-8.jpg", "AssetKind": "All", @@ -6458,10 +6572,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\gallery-8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/gallery-9.jpg", "AssetKind": "All", @@ -6477,10 +6591,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\gallery-9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-instagram.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-instagram.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/gallery-instagram.jpg", "AssetKind": "All", @@ -6496,10 +6610,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\gallery-instagram.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-parallax.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-parallax.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/gallery-parallax.jpg", "AssetKind": "All", @@ -6515,10 +6629,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\gallery-parallax.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gototop.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gototop.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/gototop.jpg", "AssetKind": "All", @@ -6534,10 +6648,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\gototop.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\header.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\header.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/header.jpg", "AssetKind": "All", @@ -6553,10 +6667,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\header.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\header-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\header-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/header-2.jpg", "AssetKind": "All", @@ -6572,10 +6686,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\header-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\header-3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\header-3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/header-3.jpg", "AssetKind": "All", @@ -6591,10 +6705,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\header-3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\header-4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\header-4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/header-4.jpg", "AssetKind": "All", @@ -6610,10 +6724,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\header-4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\header-5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\header-5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/header-5.jpg", "AssetKind": "All", @@ -6629,10 +6743,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\header-5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\header-inline.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\header-inline.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/header-inline.jpg", "AssetKind": "All", @@ -6648,10 +6762,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\header-inline.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/hero-1.jpg", "AssetKind": "All", @@ -6667,10 +6781,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\hero-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/hero-10.jpg", "AssetKind": "All", @@ -6686,10 +6800,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\hero-10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-11.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-11.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/hero-11.jpg", "AssetKind": "All", @@ -6705,10 +6819,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\hero-11.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-12.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-12.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/hero-12.jpg", "AssetKind": "All", @@ -6724,10 +6838,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\hero-12.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-13.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-13.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/hero-13.jpg", "AssetKind": "All", @@ -6743,10 +6857,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\hero-13.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-14.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-14.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/hero-14.jpg", "AssetKind": "All", @@ -6762,10 +6876,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\hero-14.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-15.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-15.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/hero-15.jpg", "AssetKind": "All", @@ -6781,10 +6895,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\hero-15.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-16.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-16.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/hero-16.jpg", "AssetKind": "All", @@ -6800,10 +6914,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\hero-16.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-17.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-17.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/hero-17.jpg", "AssetKind": "All", @@ -6819,10 +6933,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\hero-17.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-19.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-19.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/hero-19.jpg", "AssetKind": "All", @@ -6838,10 +6952,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\hero-19.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/hero-2.jpg", "AssetKind": "All", @@ -6857,10 +6971,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\hero-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-20.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-20.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/hero-20.jpg", "AssetKind": "All", @@ -6876,10 +6990,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\hero-20.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-21.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-21.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/hero-21.jpg", "AssetKind": "All", @@ -6895,10 +7009,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\hero-21.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-22.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-22.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/hero-22.jpg", "AssetKind": "All", @@ -6914,10 +7028,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\hero-22.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-23.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-23.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/hero-23.jpg", "AssetKind": "All", @@ -6933,10 +7047,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\hero-23.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-24.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-24.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/hero-24.jpg", "AssetKind": "All", @@ -6952,10 +7066,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\hero-24.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-25.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-25.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/hero-25.jpg", "AssetKind": "All", @@ -6971,10 +7085,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\hero-25.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-26.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-26.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/hero-26.jpg", "AssetKind": "All", @@ -6990,10 +7104,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\hero-26.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-27.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-27.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/hero-27.jpg", "AssetKind": "All", @@ -7009,10 +7123,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\hero-27.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-28.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-28.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/hero-28.jpg", "AssetKind": "All", @@ -7028,10 +7142,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\hero-28.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-29.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-29.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/hero-29.jpg", "AssetKind": "All", @@ -7047,10 +7161,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\hero-29.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/hero-3.jpg", "AssetKind": "All", @@ -7066,10 +7180,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\hero-3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-30.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-30.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/hero-30.jpg", "AssetKind": "All", @@ -7085,10 +7199,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\hero-30.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/hero-4.jpg", "AssetKind": "All", @@ -7104,10 +7218,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\hero-4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/hero-5.jpg", "AssetKind": "All", @@ -7123,10 +7237,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\hero-5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/hero-6.jpg", "AssetKind": "All", @@ -7142,10 +7256,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\hero-6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/hero-7.jpg", "AssetKind": "All", @@ -7161,10 +7275,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\hero-7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/hero-8.jpg", "AssetKind": "All", @@ -7180,10 +7294,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\hero-8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/hero-9.jpg", "AssetKind": "All", @@ -7199,10 +7313,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\hero-9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-instructor.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-instructor.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/hero-instructor.jpg", "AssetKind": "All", @@ -7218,10 +7332,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\hero-instructor.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-split.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-split.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/hero-split.jpg", "AssetKind": "All", @@ -7237,10 +7351,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\hero-split.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\mega-menu.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\mega-menu.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/mega-menu.jpg", "AssetKind": "All", @@ -7256,10 +7370,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\mega-menu.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\mega-menu-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\mega-menu-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/mega-menu-2.jpg", "AssetKind": "All", @@ -7275,10 +7389,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\mega-menu-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\mega-menu-3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\mega-menu-3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/mega-menu-3.jpg", "AssetKind": "All", @@ -7294,10 +7408,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\mega-menu-3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\mega-menu-4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\mega-menu-4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/mega-menu-4.jpg", "AssetKind": "All", @@ -7313,10 +7427,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\mega-menu-4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\mega-menu-5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\mega-menu-5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/mega-menu-5.jpg", "AssetKind": "All", @@ -7332,10 +7446,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\mega-menu-5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\menu-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\menu-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/menu-1.jpg", "AssetKind": "All", @@ -7351,10 +7465,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\menu-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\misc-card-expand.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\misc-card-expand.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/misc-card-expand.jpg", "AssetKind": "All", @@ -7370,10 +7484,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\misc-card-expand.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\misc-custom-cursor.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\misc-custom-cursor.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/misc-custom-cursor.jpg", "AssetKind": "All", @@ -7389,10 +7503,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\misc-custom-cursor.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\misc-link.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\misc-link.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/misc-link.jpg", "AssetKind": "All", @@ -7408,10 +7522,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\misc-link.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\misc-search.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\misc-search.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/misc-search.jpg", "AssetKind": "All", @@ -7427,10 +7541,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\misc-search.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\misc-skeleton.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\misc-skeleton.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/misc-skeleton.jpg", "AssetKind": "All", @@ -7446,10 +7560,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\misc-skeleton.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\misc-tooltip.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\misc-tooltip.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/misc-tooltip.jpg", "AssetKind": "All", @@ -7465,10 +7579,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\misc-tooltip.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\morph-menu.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\morph-menu.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/morph-menu.jpg", "AssetKind": "All", @@ -7484,10 +7598,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\morph-menu.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\nav-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\nav-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/nav-1.jpg", "AssetKind": "All", @@ -7503,10 +7617,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\nav-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\navigation-expand.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\navigation-expand.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/navigation-expand.jpg", "AssetKind": "All", @@ -7522,10 +7636,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\navigation-expand.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\onepage-dots.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\onepage-dots.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/onepage-dots.jpg", "AssetKind": "All", @@ -7541,10 +7655,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\onepage-dots.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\opacity-on-hover.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\opacity-on-hover.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/opacity-on-hover.jpg", "AssetKind": "All", @@ -7560,10 +7674,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\opacity-on-hover.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\order-tracking.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\order-tracking.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/order-tracking.jpg", "AssetKind": "All", @@ -7579,10 +7693,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\order-tracking.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\otp-form.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\otp-form.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/otp-form.jpg", "AssetKind": "All", @@ -7598,10 +7712,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\otp-form.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\overlay-menu.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\overlay-menu.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/overlay-menu.jpg", "AssetKind": "All", @@ -7617,10 +7731,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\overlay-menu.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-contact.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-contact.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/popup-contact.jpg", "AssetKind": "All", @@ -7636,10 +7750,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\popup-contact.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-coupon.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-coupon.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/popup-coupon.jpg", "AssetKind": "All", @@ -7655,10 +7769,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\popup-coupon.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-food.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-food.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/popup-food.jpg", "AssetKind": "All", @@ -7674,10 +7788,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\popup-food.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-furniture.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-furniture.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/popup-furniture.jpg", "AssetKind": "All", @@ -7693,10 +7807,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\popup-furniture.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-gym.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-gym.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/popup-gym.jpg", "AssetKind": "All", @@ -7712,10 +7826,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\popup-gym.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-recovery-email.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-recovery-email.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/popup-recovery-email.jpg", "AssetKind": "All", @@ -7731,10 +7845,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\popup-recovery-email.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-request.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-request.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/popup-request.jpg", "AssetKind": "All", @@ -7750,10 +7864,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\popup-request.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-sale.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-sale.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/popup-sale.jpg", "AssetKind": "All", @@ -7769,10 +7883,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\popup-sale.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-shop-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-shop-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/popup-shop-1.jpg", "AssetKind": "All", @@ -7788,10 +7902,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\popup-shop-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-spa.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-spa.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/popup-spa.jpg", "AssetKind": "All", @@ -7807,10 +7921,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\popup-spa.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\Popup-ticket.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\Popup-ticket.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/Popup-ticket.jpg", "AssetKind": "All", @@ -7826,10 +7940,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\Popup-ticket.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-whats-new.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-whats-new.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/popup-whats-new.jpg", "AssetKind": "All", @@ -7845,10 +7959,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\popup-whats-new.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\Portfolio-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\Portfolio-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/Portfolio-1.jpg", "AssetKind": "All", @@ -7864,10 +7978,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\Portfolio-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\portfolio-single.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\portfolio-single.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/portfolio-single.jpg", "AssetKind": "All", @@ -7883,10 +7997,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\portfolio-single.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\portfolio-single-full.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\portfolio-single-full.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/portfolio-single-full.jpg", "AssetKind": "All", @@ -7902,10 +8016,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\portfolio-single-full.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\portfolio-single-grid.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\portfolio-single-grid.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/portfolio-single-grid.jpg", "AssetKind": "All", @@ -7921,10 +8035,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\portfolio-single-grid.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/pricing-1.jpg", "AssetKind": "All", @@ -7940,10 +8054,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\pricing-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/pricing-10.jpg", "AssetKind": "All", @@ -7959,10 +8073,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\pricing-10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-11.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-11.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/pricing-11.jpg", "AssetKind": "All", @@ -7978,10 +8092,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\pricing-11.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/pricing-2.jpg", "AssetKind": "All", @@ -7997,10 +8111,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\pricing-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/pricing-3.jpg", "AssetKind": "All", @@ -8016,10 +8130,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\pricing-3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/pricing-4.jpg", "AssetKind": "All", @@ -8035,10 +8149,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\pricing-4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/pricing-5.jpg", "AssetKind": "All", @@ -8054,10 +8168,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\pricing-5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/pricing-6.jpg", "AssetKind": "All", @@ -8073,10 +8187,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\pricing-6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/pricing-7.jpg", "AssetKind": "All", @@ -8092,10 +8206,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\pricing-7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/pricing-8.jpg", "AssetKind": "All", @@ -8111,10 +8225,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\pricing-8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/pricing-9.jpg", "AssetKind": "All", @@ -8130,10 +8244,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\pricing-9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/promo.jpg", "AssetKind": "All", @@ -8149,10 +8263,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\promo.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo-8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo-8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/promo-8.jpg", "AssetKind": "All", @@ -8168,10 +8282,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\promo-8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo-box-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo-box-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/promo-box-1.jpg", "AssetKind": "All", @@ -8187,10 +8301,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\promo-box-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo-box-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo-box-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/promo-box-2.jpg", "AssetKind": "All", @@ -8206,10 +8320,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\promo-box-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo-box-3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo-box-3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/promo-box-3.jpg", "AssetKind": "All", @@ -8225,10 +8339,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\promo-box-3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo-box-4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo-box-4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/promo-box-4.jpg", "AssetKind": "All", @@ -8244,10 +8358,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\promo-box-4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo-box-5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo-box-5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/promo-box-5.jpg", "AssetKind": "All", @@ -8263,10 +8377,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\promo-box-5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo-box-6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo-box-6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/promo-box-6.jpg", "AssetKind": "All", @@ -8282,10 +8396,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\promo-box-6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo-box-7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo-box-7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/promo-box-7.jpg", "AssetKind": "All", @@ -8301,10 +8415,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\promo-box-7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\rotate-onscroll.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\rotate-onscroll.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/rotate-onscroll.jpg", "AssetKind": "All", @@ -8320,10 +8434,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\rotate-onscroll.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\rotating-text.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\rotating-text.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/rotating-text.jpg", "AssetKind": "All", @@ -8339,10 +8453,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\rotating-text.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\share-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\share-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/share-1.jpg", "AssetKind": "All", @@ -8358,10 +8472,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\share-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\shop-quatity.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\shop-quatity.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/shop-quatity.jpg", "AssetKind": "All", @@ -8377,10 +8491,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\shop-quatity.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\shop-select.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\shop-select.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/shop-select.jpg", "AssetKind": "All", @@ -8396,10 +8510,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\shop-select.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\shop-single.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\shop-single.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/shop-single.jpg", "AssetKind": "All", @@ -8415,10 +8529,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\shop-single.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\shop-single-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\shop-single-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/shop-single-2.jpg", "AssetKind": "All", @@ -8434,10 +8548,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\shop-single-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\slider-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\slider-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/slider-1.jpg", "AssetKind": "All", @@ -8453,10 +8567,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\slider-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\slider-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\slider-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/slider-2.jpg", "AssetKind": "All", @@ -8472,10 +8586,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\slider-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\slider-4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\slider-4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/slider-4.jpg", "AssetKind": "All", @@ -8491,10 +8605,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\slider-4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\slider-6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\slider-6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/slider-6.jpg", "AssetKind": "All", @@ -8510,10 +8624,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\slider-6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\slider-7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\slider-7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/slider-7.jpg", "AssetKind": "All", @@ -8529,10 +8643,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\slider-7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\slider-custom-cursor.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\slider-custom-cursor.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/slider-custom-cursor.jpg", "AssetKind": "All", @@ -8548,10 +8662,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\slider-custom-cursor.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\slider-parallax.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\slider-parallax.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/slider-parallax.jpg", "AssetKind": "All", @@ -8567,10 +8681,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\slider-parallax.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\slider-scrollbar.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\slider-scrollbar.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/slider-scrollbar.jpg", "AssetKind": "All", @@ -8586,10 +8700,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\slider-scrollbar.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\social-icons.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\social-icons.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/social-icons.jpg", "AssetKind": "All", @@ -8605,10 +8719,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\social-icons.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\social-icons-sidebar.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\social-icons-sidebar.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/social-icons-sidebar.jpg", "AssetKind": "All", @@ -8624,10 +8738,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\social-icons-sidebar.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\social-icons-toggle.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\social-icons-toggle.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/social-icons-toggle.jpg", "AssetKind": "All", @@ -8643,10 +8757,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\social-icons-toggle.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\sound-event.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\sound-event.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/sound-event.jpg", "AssetKind": "All", @@ -8662,10 +8776,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\sound-event.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\steps-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\steps-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/steps-1.jpg", "AssetKind": "All", @@ -8681,10 +8795,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\steps-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\steps-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\steps-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/steps-2.jpg", "AssetKind": "All", @@ -8700,10 +8814,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\steps-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\steps-3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\steps-3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/steps-3.jpg", "AssetKind": "All", @@ -8719,10 +8833,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\steps-3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\steps-vertical.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\steps-vertical.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/steps-vertical.jpg", "AssetKind": "All", @@ -8738,10 +8852,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\steps-vertical.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\sticky-cards.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\sticky-cards.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/sticky-cards.jpg", "AssetKind": "All", @@ -8757,10 +8871,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\sticky-cards.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\sticky-page.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\sticky-page.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/sticky-page.jpg", "AssetKind": "All", @@ -8776,10 +8890,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\sticky-page.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\sticky-scroll.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\sticky-scroll.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/sticky-scroll.jpg", "AssetKind": "All", @@ -8795,10 +8909,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\sticky-scroll.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\svg_background.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\svg_background.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/svg_background.jpg", "AssetKind": "All", @@ -8814,10 +8928,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\svg_background.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\tab-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\tab-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/tab-1.jpg", "AssetKind": "All", @@ -8833,10 +8947,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\tab-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\tab-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\tab-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/tab-2.jpg", "AssetKind": "All", @@ -8852,10 +8966,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\tab-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\tab-3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\tab-3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/tab-3.jpg", "AssetKind": "All", @@ -8871,10 +8985,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\tab-3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\tabs-4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\tabs-4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/tabs-4.jpg", "AssetKind": "All", @@ -8890,10 +9004,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\tabs-4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\team-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\team-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/team-1.jpg", "AssetKind": "All", @@ -8909,10 +9023,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\team-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\team-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\team-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/team-2.jpg", "AssetKind": "All", @@ -8928,10 +9042,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\team-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\testimonials-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\testimonials-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/testimonials-1.jpg", "AssetKind": "All", @@ -8947,10 +9061,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\testimonials-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\testimonials-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\testimonials-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/testimonials-2.jpg", "AssetKind": "All", @@ -8966,10 +9080,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\testimonials-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\testimonials-3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\testimonials-3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/testimonials-3.jpg", "AssetKind": "All", @@ -8985,10 +9099,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\testimonials-3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\testimonials-slide.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\testimonials-slide.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/testimonials-slide.jpg", "AssetKind": "All", @@ -9004,10 +9118,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\testimonials-slide.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\Thumbs.db", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\Thumbs.db", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/Thumbs.db", "AssetKind": "All", @@ -9023,10 +9137,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\Thumbs.db" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\ticker.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\ticker.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/ticker.jpg", "AssetKind": "All", @@ -9042,10 +9156,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\ticker.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\vertical-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\vertical-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/vertical-2.jpg", "AssetKind": "All", @@ -9061,10 +9175,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\vertical-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\video-gallery.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\video-gallery.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/video-gallery.jpg", "AssetKind": "All", @@ -9080,10 +9194,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\video-gallery.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\video-onhover.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\video-onhover.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/video-onhover.jpg", "AssetKind": "All", @@ -9099,10 +9213,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\video-onhover.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\video-onhover-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\video-onhover-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/video-onhover-2.jpg", "AssetKind": "All", @@ -9118,10 +9232,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\video-onhover-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\video-section.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\video-section.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/video-section.jpg", "AssetKind": "All", @@ -9137,10 +9251,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\video-section.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\with-sub-menu.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\with-sub-menu.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/with-sub-menu.jpg", "AssetKind": "All", @@ -9156,10 +9270,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\with-sub-menu.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\with-sub-menu-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\with-sub-menu-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/intro/with-sub-menu-2.jpg", "AssetKind": "All", @@ -9175,10 +9289,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\intro\\with-sub-menu-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\avatar\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\avatar\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/avatar/1.jpg", "AssetKind": "All", @@ -9194,10 +9308,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\avatar\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\avatar\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\avatar\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/avatar/2.jpg", "AssetKind": "All", @@ -9213,10 +9327,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\avatar\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\avatar\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\avatar\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/avatar/3.jpg", "AssetKind": "All", @@ -9232,10 +9346,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\avatar\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\avatar\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\avatar\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/avatar/4.jpg", "AssetKind": "All", @@ -9251,10 +9365,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\avatar\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\avatar\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\avatar\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/avatar/5.jpg", "AssetKind": "All", @@ -9270,10 +9384,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\avatar\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\block-footer-4.mp4", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\block-footer-4.mp4", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/block-footer-4.mp4", "AssetKind": "All", @@ -9289,10 +9403,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\block-footer-4.mp4" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\block-footer-4.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\block-footer-4.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/block-footer-4.png", "AssetKind": "All", @@ -9308,10 +9422,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\block-footer-4.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-10\\car.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-10\\car.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/card-10/car.jpg", "AssetKind": "All", @@ -9327,10 +9441,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\card-10\\car.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-2\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-2\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/card-2/1.jpg", "AssetKind": "All", @@ -9346,10 +9460,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\card-2\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-2\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-2\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/card-2/2.jpg", "AssetKind": "All", @@ -9365,10 +9479,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\card-2\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-2\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-2\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/card-2/3.jpg", "AssetKind": "All", @@ -9384,10 +9498,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\card-2\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-3\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-3\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/card-3/1.jpg", "AssetKind": "All", @@ -9403,10 +9517,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\card-3\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-6\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-6\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/card-6/1.jpg", "AssetKind": "All", @@ -9422,10 +9536,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\card-6\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-6\\1-thumb.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-6\\1-thumb.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/card-6/1-thumb.jpg", "AssetKind": "All", @@ -9441,10 +9555,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\card-6\\1-thumb.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-9\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-9\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/card-9/1.jpg", "AssetKind": "All", @@ -9460,10 +9574,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\card-9\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-9\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-9\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/card-9/2.jpg", "AssetKind": "All", @@ -9479,10 +9593,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\card-9\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-9\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-9\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/card-9/3.jpg", "AssetKind": "All", @@ -9498,10 +9612,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\card-9\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/cart-styles/1.jpg", "AssetKind": "All", @@ -9517,10 +9631,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\cart-styles\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/cart-styles/10.jpg", "AssetKind": "All", @@ -9536,10 +9650,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\cart-styles\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\11.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\11.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/cart-styles/11.jpg", "AssetKind": "All", @@ -9555,10 +9669,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\cart-styles\\11.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\12.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\12.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/cart-styles/12.jpg", "AssetKind": "All", @@ -9574,10 +9688,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\cart-styles\\12.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\13.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\13.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/cart-styles/13.jpg", "AssetKind": "All", @@ -9593,10 +9707,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\cart-styles\\13.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\14.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\14.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/cart-styles/14.jpg", "AssetKind": "All", @@ -9612,10 +9726,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\cart-styles\\14.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\15.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\15.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/cart-styles/15.jpg", "AssetKind": "All", @@ -9631,10 +9745,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\cart-styles\\15.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\16.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\16.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/cart-styles/16.jpg", "AssetKind": "All", @@ -9650,10 +9764,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\cart-styles\\16.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\17.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\17.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/cart-styles/17.jpg", "AssetKind": "All", @@ -9669,10 +9783,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\cart-styles\\17.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/cart-styles/2.jpg", "AssetKind": "All", @@ -9688,10 +9802,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\cart-styles\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/cart-styles/3.jpg", "AssetKind": "All", @@ -9707,10 +9821,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\cart-styles\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/cart-styles/4.jpg", "AssetKind": "All", @@ -9726,10 +9840,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\cart-styles\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/cart-styles/5.jpg", "AssetKind": "All", @@ -9745,10 +9859,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\cart-styles\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/cart-styles/6.jpg", "AssetKind": "All", @@ -9764,10 +9878,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\cart-styles\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/cart-styles/7.jpg", "AssetKind": "All", @@ -9783,10 +9897,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\cart-styles\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/cart-styles/8.jpg", "AssetKind": "All", @@ -9802,10 +9916,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\cart-styles\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/cart-styles/9.jpg", "AssetKind": "All", @@ -9821,10 +9935,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\cart-styles\\9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cascading\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cascading\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/cascading/1.jpg", "AssetKind": "All", @@ -9840,10 +9954,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\cascading\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cascading\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cascading\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/cascading/2.jpg", "AssetKind": "All", @@ -9859,10 +9973,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\cascading\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cascading\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cascading\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/cascading/3.jpg", "AssetKind": "All", @@ -9878,10 +9992,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\cascading\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\construction.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\construction.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/construction.svg", "AssetKind": "All", @@ -9897,10 +10011,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\construction.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\countdown.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\countdown.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/countdown.jpg", "AssetKind": "All", @@ -9916,10 +10030,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\countdown.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\countdown-2.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\countdown-2.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/countdown-2.png", "AssetKind": "All", @@ -9935,10 +10049,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\countdown-2.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\1.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\1.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/crypto/1.svg", "AssetKind": "All", @@ -9954,10 +10068,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\crypto\\1.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\2.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\2.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/crypto/2.svg", "AssetKind": "All", @@ -9973,10 +10087,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\crypto\\2.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\2\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\2\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/crypto/2/1.jpg", "AssetKind": "All", @@ -9992,10 +10106,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\crypto\\2\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\2\\1.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\2\\1.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/crypto/2/1.svg", "AssetKind": "All", @@ -10011,10 +10125,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\crypto\\2\\1.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\2\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\2\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/crypto/2/2.jpg", "AssetKind": "All", @@ -10030,10 +10144,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\crypto\\2\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\2\\2.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\2\\2.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/crypto/2/2.svg", "AssetKind": "All", @@ -10049,10 +10163,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\crypto\\2\\2.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\3.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\3.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/crypto/3.svg", "AssetKind": "All", @@ -10068,10 +10182,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\crypto\\3.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\4.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\4.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/crypto/4.svg", "AssetKind": "All", @@ -10087,10 +10201,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\crypto\\4.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\bg.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\bg.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/crypto/bg.jpg", "AssetKind": "All", @@ -10106,10 +10220,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\crypto\\bg.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cursor.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cursor.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/cursor.png", "AssetKind": "All", @@ -10125,10 +10239,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\cursor.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cursor.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cursor.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/cursor.svg", "AssetKind": "All", @@ -10144,10 +10258,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\cursor.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\dot-grid-light.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\dot-grid-light.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/dot-grid-light.svg", "AssetKind": "All", @@ -10163,10 +10277,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\dot-grid-light.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\exp-cards\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\exp-cards\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/exp-cards/1.jpg", "AssetKind": "All", @@ -10182,10 +10296,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\exp-cards\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\exp-cards\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\exp-cards\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/exp-cards/2.jpg", "AssetKind": "All", @@ -10201,10 +10315,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\exp-cards\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\exp-cards\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\exp-cards\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/exp-cards/3.jpg", "AssetKind": "All", @@ -10220,10 +10334,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\exp-cards\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\exp-cards\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\exp-cards\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/exp-cards/4.jpg", "AssetKind": "All", @@ -10239,10 +10353,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\exp-cards\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\exp-cards\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\exp-cards\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/exp-cards/5.jpg", "AssetKind": "All", @@ -10258,10 +10372,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\exp-cards\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\exp-cards\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\exp-cards\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/exp-cards/6.jpg", "AssetKind": "All", @@ -10277,10 +10391,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\exp-cards\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\exp-cards\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\exp-cards\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/exp-cards/7.jpg", "AssetKind": "All", @@ -10296,10 +10410,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\exp-cards\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\fbox-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\fbox-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/fbox-1.jpg", "AssetKind": "All", @@ -10315,10 +10429,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\fbox-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\featured\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\featured\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/featured/1.jpg", "AssetKind": "All", @@ -10334,10 +10448,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\featured\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\featured\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\featured\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/featured/2.jpg", "AssetKind": "All", @@ -10353,10 +10467,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\featured\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\featured\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\featured\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/featured/3.jpg", "AssetKind": "All", @@ -10372,10 +10486,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\featured\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\featured\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\featured\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/featured/4.jpg", "AssetKind": "All", @@ -10391,10 +10505,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\featured\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\featured\\Thumbs.db", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\featured\\Thumbs.db", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/featured/Thumbs.db", "AssetKind": "All", @@ -10410,10 +10524,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\featured\\Thumbs.db" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/filter-dropdown/1.jpg", "AssetKind": "All", @@ -10429,10 +10543,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\filter-dropdown\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/filter-dropdown/2.jpg", "AssetKind": "All", @@ -10448,10 +10562,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\filter-dropdown\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/filter-dropdown/3.jpg", "AssetKind": "All", @@ -10467,10 +10581,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\filter-dropdown\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/filter-dropdown/4.jpg", "AssetKind": "All", @@ -10486,10 +10600,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\filter-dropdown\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/filter-dropdown/5.jpg", "AssetKind": "All", @@ -10505,10 +10619,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\filter-dropdown\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/filter-dropdown/6.jpg", "AssetKind": "All", @@ -10524,10 +10638,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\filter-dropdown\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/filter-dropdown/7.jpg", "AssetKind": "All", @@ -10543,10 +10657,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\filter-dropdown\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/filter-dropdown/8.jpg", "AssetKind": "All", @@ -10562,10 +10676,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\filter-dropdown\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/filter-dropdown/9.jpg", "AssetKind": "All", @@ -10581,10 +10695,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\filter-dropdown\\9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\form-2.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\form-2.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/form-2.svg", "AssetKind": "All", @@ -10600,10 +10714,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\form-2.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\form-3\\1.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\form-3\\1.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/form-3/1.svg", "AssetKind": "All", @@ -10619,10 +10733,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\form-3\\1.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\form-9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\form-9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/form-9.jpg", "AssetKind": "All", @@ -10638,10 +10752,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\form-9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\form-booking-reservation.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\form-booking-reservation.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/form-booking-reservation.jpg", "AssetKind": "All", @@ -10657,10 +10771,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\form-booking-reservation.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\form-fitness.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\form-fitness.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/form-fitness.jpg", "AssetKind": "All", @@ -10676,10 +10790,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\form-fitness.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-1\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-1\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-1/1.jpg", "AssetKind": "All", @@ -10695,10 +10809,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-1\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-1\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-1\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-1/2.jpg", "AssetKind": "All", @@ -10714,10 +10828,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-1\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-1\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-1\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-1/3.jpg", "AssetKind": "All", @@ -10733,10 +10847,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-1\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-1\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-1\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-1/4.jpg", "AssetKind": "All", @@ -10752,10 +10866,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-1\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-1\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-1\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-1/5.jpg", "AssetKind": "All", @@ -10771,10 +10885,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-1\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-1\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-1\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-1/6.jpg", "AssetKind": "All", @@ -10790,10 +10904,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-1\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-2/1.jpg", "AssetKind": "All", @@ -10809,10 +10923,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-2\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-2/10.jpg", "AssetKind": "All", @@ -10828,10 +10942,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-2\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\11.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\11.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-2/11.jpg", "AssetKind": "All", @@ -10847,10 +10961,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-2\\11.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\11-full.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\11-full.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-2/11-full.jpg", "AssetKind": "All", @@ -10866,10 +10980,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-2\\11-full.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\12.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\12.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-2/12.jpg", "AssetKind": "All", @@ -10885,10 +10999,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-2\\12.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\12-full.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\12-full.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-2/12-full.jpg", "AssetKind": "All", @@ -10904,10 +11018,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-2\\12-full.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\1-full.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\1-full.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-2/1-full.jpg", "AssetKind": "All", @@ -10923,10 +11037,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-2\\1-full.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-2/2.jpg", "AssetKind": "All", @@ -10942,10 +11056,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-2\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\2-full.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\2-full.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-2/2-full.jpg", "AssetKind": "All", @@ -10961,10 +11075,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-2\\2-full.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-2/3.jpg", "AssetKind": "All", @@ -10980,10 +11094,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-2\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\3-full.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\3-full.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-2/3-full.jpg", "AssetKind": "All", @@ -10999,10 +11113,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-2\\3-full.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-2/4.jpg", "AssetKind": "All", @@ -11018,10 +11132,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-2\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\4-full.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\4-full.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-2/4-full.jpg", "AssetKind": "All", @@ -11037,10 +11151,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-2\\4-full.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-2/5.jpg", "AssetKind": "All", @@ -11056,10 +11170,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-2\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\5-full.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\5-full.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-2/5-full.jpg", "AssetKind": "All", @@ -11075,10 +11189,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-2\\5-full.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-2/6.jpg", "AssetKind": "All", @@ -11094,10 +11208,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-2\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\6-full.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\6-full.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-2/6-full.jpg", "AssetKind": "All", @@ -11113,10 +11227,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-2\\6-full.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-2/7.jpg", "AssetKind": "All", @@ -11132,10 +11246,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-2\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\7-full.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\7-full.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-2/7-full.jpg", "AssetKind": "All", @@ -11151,10 +11265,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-2\\7-full.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-2/8.jpg", "AssetKind": "All", @@ -11170,10 +11284,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-2\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\8-full.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\8-full.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-2/8-full.jpg", "AssetKind": "All", @@ -11189,10 +11303,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-2\\8-full.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-2/9.jpg", "AssetKind": "All", @@ -11208,10 +11322,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-2\\9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\9-full.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\9-full.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-2/9-full.jpg", "AssetKind": "All", @@ -11227,10 +11341,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-2\\9-full.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-3\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-3\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-3/1.jpg", "AssetKind": "All", @@ -11246,10 +11360,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-3\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-3\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-3\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-3/2.jpg", "AssetKind": "All", @@ -11265,10 +11379,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-3\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-3\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-3\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-3/3.jpg", "AssetKind": "All", @@ -11284,10 +11398,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-3\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-3\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-3\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-3/4.jpg", "AssetKind": "All", @@ -11303,10 +11417,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-3\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-4\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-4\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-4/1.jpg", "AssetKind": "All", @@ -11322,10 +11436,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-4\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-4\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-4\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-4/2.jpg", "AssetKind": "All", @@ -11341,10 +11455,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-4\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-4\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-4\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-4/3.jpg", "AssetKind": "All", @@ -11360,10 +11474,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-4\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-4\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-4\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-4/4.jpg", "AssetKind": "All", @@ -11379,10 +11493,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-4\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-4\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-4\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-4/5.jpg", "AssetKind": "All", @@ -11398,10 +11512,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-4\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-4\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-4\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-4/6.jpg", "AssetKind": "All", @@ -11417,10 +11531,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-4\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-4\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-4\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-4/7.jpg", "AssetKind": "All", @@ -11436,10 +11550,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-4\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-5\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-5\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-5/1.jpg", "AssetKind": "All", @@ -11455,10 +11569,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-5\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-5\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-5\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-5/2.jpg", "AssetKind": "All", @@ -11474,10 +11588,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-5\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-5\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-5\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-5/3.jpg", "AssetKind": "All", @@ -11493,10 +11607,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-5\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-5\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-5\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-5/4.jpg", "AssetKind": "All", @@ -11512,10 +11626,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-5\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-7\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-7\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-7/1.jpg", "AssetKind": "All", @@ -11531,10 +11645,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-7\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-7\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-7\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-7/2.jpg", "AssetKind": "All", @@ -11550,10 +11664,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-7\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-7\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-7\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-7/3.jpg", "AssetKind": "All", @@ -11569,10 +11683,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-7\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-7\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-7\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-7/4.jpg", "AssetKind": "All", @@ -11588,10 +11702,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-7\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-7\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-7\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-7/5.jpg", "AssetKind": "All", @@ -11607,10 +11721,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-7\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-7\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-7\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-7/6.jpg", "AssetKind": "All", @@ -11626,10 +11740,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-7\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-7\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-7\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-7/7.jpg", "AssetKind": "All", @@ -11645,10 +11759,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-7\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-7\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-7\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-7/8.jpg", "AssetKind": "All", @@ -11664,10 +11778,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-7\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-parallax\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-parallax\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-parallax/1.jpg", "AssetKind": "All", @@ -11683,10 +11797,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-parallax\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-parallax\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-parallax\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-parallax/2.jpg", "AssetKind": "All", @@ -11702,10 +11816,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-parallax\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-parallax\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-parallax\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-parallax/3.jpg", "AssetKind": "All", @@ -11721,10 +11835,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-parallax\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-parallax\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-parallax\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-parallax/4.jpg", "AssetKind": "All", @@ -11740,10 +11854,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-parallax\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-parallax\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-parallax\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-parallax/5.jpg", "AssetKind": "All", @@ -11759,10 +11873,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-parallax\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-parallax\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-parallax\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/gallery-parallax/6.jpg", "AssetKind": "All", @@ -11778,10 +11892,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\gallery-parallax\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\google-login.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\google-login.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/google-login.png", "AssetKind": "All", @@ -11797,10 +11911,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\google-login.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-4\\bevarage.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-4\\bevarage.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/header-4/bevarage.svg", "AssetKind": "All", @@ -11816,10 +11930,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\header-4\\bevarage.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-4\\burgers.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-4\\burgers.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/header-4/burgers.svg", "AssetKind": "All", @@ -11835,10 +11949,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\header-4\\burgers.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-4\\chinese.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-4\\chinese.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/header-4/chinese.svg", "AssetKind": "All", @@ -11854,10 +11968,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\header-4\\chinese.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-4\\desserts.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-4\\desserts.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/header-4/desserts.svg", "AssetKind": "All", @@ -11873,10 +11987,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\header-4\\desserts.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-4\\indian.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-4\\indian.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/header-4/indian.svg", "AssetKind": "All", @@ -11892,10 +12006,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\header-4\\indian.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-4\\indonesian.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-4\\indonesian.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/header-4/indonesian.svg", "AssetKind": "All", @@ -11911,10 +12025,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\header-4\\indonesian.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-4\\pizza.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-4\\pizza.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/header-4/pizza.svg", "AssetKind": "All", @@ -11930,10 +12044,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\header-4\\pizza.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-4\\tacos.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-4\\tacos.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/header-4/tacos.svg", "AssetKind": "All", @@ -11949,10 +12063,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\header-4\\tacos.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-5\\camera.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-5\\camera.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/header-5/camera.jpg", "AssetKind": "All", @@ -11968,10 +12082,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\header-5\\camera.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-5\\games.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-5\\games.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/header-5/games.jpg", "AssetKind": "All", @@ -11987,10 +12101,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\header-5\\games.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-5\\ipad.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-5\\ipad.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/header-5/ipad.jpg", "AssetKind": "All", @@ -12006,10 +12120,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\header-5\\ipad.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-5\\notebook.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-5\\notebook.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/header-5/notebook.jpg", "AssetKind": "All", @@ -12025,10 +12139,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\header-5\\notebook.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-5\\ps4.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-5\\ps4.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/header-5/ps4.png", "AssetKind": "All", @@ -12044,10 +12158,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\header-5\\ps4.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-5\\ps5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-5\\ps5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/header-5/ps5.jpg", "AssetKind": "All", @@ -12063,10 +12177,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\header-5\\ps5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-5\\tv.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-5\\tv.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/header-5/tv.jpg", "AssetKind": "All", @@ -12082,10 +12196,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\header-5\\tv.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-5\\xbox.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-5\\xbox.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/header-5/xbox.jpg", "AssetKind": "All", @@ -12101,10 +12215,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\header-5\\xbox.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-1.jpg", "AssetKind": "All", @@ -12120,10 +12234,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-10/1.jpg", "AssetKind": "All", @@ -12139,10 +12253,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-10\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\1-thumb.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\1-thumb.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-10/1-thumb.jpg", "AssetKind": "All", @@ -12158,10 +12272,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-10\\1-thumb.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-10/2.jpg", "AssetKind": "All", @@ -12177,10 +12291,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-10\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\2-thumb.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\2-thumb.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-10/2-thumb.jpg", "AssetKind": "All", @@ -12196,10 +12310,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-10\\2-thumb.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-10/3.jpg", "AssetKind": "All", @@ -12215,10 +12329,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-10\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\3-thumb.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\3-thumb.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-10/3-thumb.jpg", "AssetKind": "All", @@ -12234,10 +12348,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-10\\3-thumb.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-10/4.jpg", "AssetKind": "All", @@ -12253,10 +12367,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-10\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\4-thumb.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\4-thumb.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-10/4-thumb.jpg", "AssetKind": "All", @@ -12272,10 +12386,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-10\\4-thumb.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-10/5.jpg", "AssetKind": "All", @@ -12291,10 +12405,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-10\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\5-thumb.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\5-thumb.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-10/5-thumb.jpg", "AssetKind": "All", @@ -12310,10 +12424,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-10\\5-thumb.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\main.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\main.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-10/main.jpg", "AssetKind": "All", @@ -12329,10 +12443,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-10\\main.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-11\\bg.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-11\\bg.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-11/bg.jpg", "AssetKind": "All", @@ -12348,10 +12462,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-11\\bg.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-11\\hanging-lamp.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-11\\hanging-lamp.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-11/hanging-lamp.jpg", "AssetKind": "All", @@ -12367,10 +12481,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-11\\hanging-lamp.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-11\\sofa.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-11\\sofa.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-11/sofa.jpg", "AssetKind": "All", @@ -12386,10 +12500,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-11\\sofa.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-11\\table.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-11\\table.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-11/table.jpg", "AssetKind": "All", @@ -12405,10 +12519,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-11\\table.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-11\\table-lamp.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-11\\table-lamp.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-11/table-lamp.jpg", "AssetKind": "All", @@ -12424,10 +12538,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-11\\table-lamp.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-12.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-12.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-12.jpg", "AssetKind": "All", @@ -12443,10 +12557,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-12.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-13.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-13.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-13.jpg", "AssetKind": "All", @@ -12462,10 +12576,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-13.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-14\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-14\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-14/1.jpg", "AssetKind": "All", @@ -12481,10 +12595,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-14\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-14\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-14\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-14/2.jpg", "AssetKind": "All", @@ -12500,10 +12614,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-14\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-14\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-14\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-14/3.jpg", "AssetKind": "All", @@ -12519,10 +12633,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-14\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-16.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-16.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-16.svg", "AssetKind": "All", @@ -12538,10 +12652,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-16.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-18\\men.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-18\\men.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-18/men.jpg", "AssetKind": "All", @@ -12557,10 +12671,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-18\\men.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-18\\women.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-18\\women.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-18/women.jpg", "AssetKind": "All", @@ -12576,10 +12690,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-18\\women.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-19.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-19.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-19.svg", "AssetKind": "All", @@ -12595,10 +12709,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-19.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-2\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-2\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-2/1.jpg", "AssetKind": "All", @@ -12614,10 +12728,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-2\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-2\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-2\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-2/2.jpg", "AssetKind": "All", @@ -12633,10 +12747,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-2\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-2\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-2\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-2/3.jpg", "AssetKind": "All", @@ -12652,10 +12766,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-2\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-21\\1.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-21\\1.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-21/1.svg", "AssetKind": "All", @@ -12671,10 +12785,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-21\\1.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-22\\1.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-22\\1.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-22/1.png", "AssetKind": "All", @@ -12690,10 +12804,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-22\\1.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-22\\1-light.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-22\\1-light.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-22/1-light.png", "AssetKind": "All", @@ -12709,10 +12823,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-22\\1-light.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-23\\1.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-23\\1.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-23/1.png", "AssetKind": "All", @@ -12728,10 +12842,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-23\\1.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-23\\2.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-23\\2.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-23/2.png", "AssetKind": "All", @@ -12747,10 +12861,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-23\\2.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-23\\3.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-23\\3.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-23/3.png", "AssetKind": "All", @@ -12766,10 +12880,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-23\\3.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-23\\4.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-23\\4.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-23/4.png", "AssetKind": "All", @@ -12785,10 +12899,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-23\\4.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-24\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-24\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-24/1.jpg", "AssetKind": "All", @@ -12804,10 +12918,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-24\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-25.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-25.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-25.jpg", "AssetKind": "All", @@ -12823,10 +12937,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-25.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-26\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-26\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-26/1.jpg", "AssetKind": "All", @@ -12842,10 +12956,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-26\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-26\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-26\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-26/2.jpg", "AssetKind": "All", @@ -12861,10 +12975,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-26\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-26\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-26\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-26/3.jpg", "AssetKind": "All", @@ -12880,10 +12994,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-26\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-28\\Browser.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-28\\Browser.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-28/Browser.jpg", "AssetKind": "All", @@ -12899,10 +13013,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-28\\Browser.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-30\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-30\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-30/1.jpg", "AssetKind": "All", @@ -12918,10 +13032,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-30\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-30\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-30\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-30/2.jpg", "AssetKind": "All", @@ -12937,10 +13051,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-30\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-30\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-30\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-30/3.jpg", "AssetKind": "All", @@ -12956,10 +13070,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-30\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-30\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-30\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-30/4.jpg", "AssetKind": "All", @@ -12975,10 +13089,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-30\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-30\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-30\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-30/5.jpg", "AssetKind": "All", @@ -12994,10 +13108,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-30\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-30\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-30\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-30/6.jpg", "AssetKind": "All", @@ -13013,10 +13127,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-30\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-30\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-30\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-30/7.jpg", "AssetKind": "All", @@ -13032,10 +13146,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-30\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-30\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-30\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-30/8.jpg", "AssetKind": "All", @@ -13051,10 +13165,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-30\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-4.jpg", "AssetKind": "All", @@ -13070,10 +13184,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-6.jpg", "AssetKind": "All", @@ -13089,10 +13203,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-7.jpg", "AssetKind": "All", @@ -13108,10 +13222,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-8.jpg", "AssetKind": "All", @@ -13127,10 +13241,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-9\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-9\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-9/1.jpg", "AssetKind": "All", @@ -13146,10 +13260,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-9\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-9\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-9\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-9/2.jpg", "AssetKind": "All", @@ -13165,10 +13279,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-9\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-9\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-9\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hero-9/3.jpg", "AssetKind": "All", @@ -13184,10 +13298,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hero-9\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hotspot.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hotspot.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/hotspot.jpg", "AssetKind": "All", @@ -13203,10 +13317,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\hotspot.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\insta-bg.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\insta-bg.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/insta-bg.svg", "AssetKind": "All", @@ -13222,10 +13336,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\insta-bg.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\instructor.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\instructor.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/instructor.png", "AssetKind": "All", @@ -13241,10 +13355,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\instructor.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\instructor-2.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\instructor-2.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/instructor-2.png", "AssetKind": "All", @@ -13260,10 +13374,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\instructor-2.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\instructor-bg.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\instructor-bg.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/instructor-bg.svg", "AssetKind": "All", @@ -13279,10 +13393,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\instructor-bg.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\iphone\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\iphone\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/iphone/2.jpg", "AssetKind": "All", @@ -13298,10 +13412,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\iphone\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\iphone\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\iphone\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/iphone/3.jpg", "AssetKind": "All", @@ -13317,10 +13431,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\iphone\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\iphone\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\iphone\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/iphone/4.jpg", "AssetKind": "All", @@ -13336,10 +13450,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\iphone\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\iphone\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\iphone\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/iphone/5.jpg", "AssetKind": "All", @@ -13355,10 +13469,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\iphone\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\iphone\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\iphone\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/iphone/6.jpg", "AssetKind": "All", @@ -13374,10 +13488,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\iphone\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\iphone-wireframe.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\iphone-wireframe.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/iphone-wireframe.png", "AssetKind": "All", @@ -13393,10 +13507,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\iphone-wireframe.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\lazy-loading.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\lazy-loading.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/lazy-loading.jpg", "AssetKind": "All", @@ -13412,10 +13526,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\lazy-loading.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\logo@footer-2.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\logo@footer-2.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/logo@footer-2.png", "AssetKind": "All", @@ -13431,10 +13545,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\logo@footer-2.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\map.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\map.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/map.png", "AssetKind": "All", @@ -13450,10 +13564,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\map.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\mask.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\mask.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/mask.png", "AssetKind": "All", @@ -13469,10 +13583,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\mask.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\mask-blob.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\mask-blob.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/mask-blob.svg", "AssetKind": "All", @@ -13488,10 +13602,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\mask-blob.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\modal-health.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\modal-health.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/modal-health.jpg", "AssetKind": "All", @@ -13507,10 +13621,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\modal-health.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\modal-subscribe-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\modal-subscribe-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/modal-subscribe-2.jpg", "AssetKind": "All", @@ -13526,10 +13640,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\modal-subscribe-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\nav\\bg.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\nav\\bg.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/nav/bg.jpg", "AssetKind": "All", @@ -13545,10 +13659,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\nav\\bg.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\nav\\bg.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\nav\\bg.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/nav/bg.png", "AssetKind": "All", @@ -13564,10 +13678,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\nav\\bg.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\nav\\gr-bg\\2364720.ai", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\nav\\gr-bg\\2364720.ai", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/nav/gr-bg/2364720.ai", "AssetKind": "All", @@ -13583,10 +13697,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\nav\\gr-bg\\2364720.ai" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\nav\\gr-bg\\2364724.eps", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\nav\\gr-bg\\2364724.eps", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/nav/gr-bg/2364724.eps", "AssetKind": "All", @@ -13602,10 +13716,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\nav\\gr-bg\\2364724.eps" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\nav\\gr-bg\\2364726.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\nav\\gr-bg\\2364726.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/nav/gr-bg/2364726.jpg", "AssetKind": "All", @@ -13621,10 +13735,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\nav\\gr-bg\\2364726.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\nav\\gr-bg\\Fonts.txt", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\nav\\gr-bg\\Fonts.txt", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/nav/gr-bg/Fonts.txt", "AssetKind": "All", @@ -13640,10 +13754,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\nav\\gr-bg\\Fonts.txt" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\nav\\gr-bg\\License free.txt", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\nav\\gr-bg\\License free.txt", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/nav/gr-bg/License free.txt", "AssetKind": "All", @@ -13659,10 +13773,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\nav\\gr-bg\\License free.txt" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\nav\\gr-bg\\License premium.txt", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\nav\\gr-bg\\License premium.txt", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/nav/gr-bg/License premium.txt", "AssetKind": "All", @@ -13678,10 +13792,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\nav\\gr-bg\\License premium.txt" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\pattern.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\pattern.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/pattern.svg", "AssetKind": "All", @@ -13697,10 +13811,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\pattern.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popup-banner.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popup-banner.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/popup-banner.jpg", "AssetKind": "All", @@ -13716,10 +13830,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\popup-banner.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\food\\bg.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\food\\bg.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/popups/food/bg.jpg", "AssetKind": "All", @@ -13735,10 +13849,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\popups\\food\\bg.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\food\\bg.psd", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\food\\bg.psd", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/popups/food/bg.psd", "AssetKind": "All", @@ -13754,10 +13868,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\popups\\food\\bg.psd" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\food\\offer.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\food\\offer.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/popups/food/offer.png", "AssetKind": "All", @@ -13773,10 +13887,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\popups\\food\\offer.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\furniture\\bg.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\furniture\\bg.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/popups/furniture/bg.jpg", "AssetKind": "All", @@ -13792,10 +13906,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\popups\\furniture\\bg.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\furniture\\bg.psd", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\furniture\\bg.psd", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/popups/furniture/bg.psd", "AssetKind": "All", @@ -13811,10 +13925,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\popups\\furniture\\bg.psd" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\gym\\bg.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\gym\\bg.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/popups/gym/bg.jpg", "AssetKind": "All", @@ -13830,10 +13944,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\popups\\gym\\bg.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\gym\\mask.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\gym\\mask.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/popups/gym/mask.png", "AssetKind": "All", @@ -13849,10 +13963,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\popups\\gym\\mask.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\popup-contact.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\popup-contact.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/popups/popup-contact.svg", "AssetKind": "All", @@ -13868,10 +13982,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\popups\\popup-contact.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\popup-sale.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\popup-sale.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/popups/popup-sale.jpg", "AssetKind": "All", @@ -13887,10 +14001,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\popups\\popup-sale.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\popup-ticket.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\popup-ticket.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/popups/popup-ticket.jpg", "AssetKind": "All", @@ -13906,10 +14020,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\popups\\popup-ticket.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\recovery-email.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\recovery-email.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/popups/recovery-email.svg", "AssetKind": "All", @@ -13925,10 +14039,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\popups\\recovery-email.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\shop\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\shop\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/popups/shop/1.jpg", "AssetKind": "All", @@ -13944,10 +14058,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\popups\\shop\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\shop\\1.psd", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\shop\\1.psd", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/popups/shop/1.psd", "AssetKind": "All", @@ -13963,10 +14077,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\popups\\shop\\1.psd" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\spa\\spa.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\spa\\spa.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/popups/spa/spa.jpg", "AssetKind": "All", @@ -13982,10 +14096,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\popups\\spa\\spa.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\spa\\spa-logo.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\spa\\spa-logo.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/popups/spa/spa-logo.png", "AssetKind": "All", @@ -14001,10 +14115,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\popups\\spa\\spa-logo.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-1\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-1\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/portfolio-1/1.jpg", "AssetKind": "All", @@ -14020,10 +14134,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\portfolio-1\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-1\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-1\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/portfolio-1/2.jpg", "AssetKind": "All", @@ -14039,10 +14153,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\portfolio-1\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-1\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-1\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/portfolio-1/3.jpg", "AssetKind": "All", @@ -14058,10 +14172,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\portfolio-1\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-1\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-1\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/portfolio-1/4.jpg", "AssetKind": "All", @@ -14077,10 +14191,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\portfolio-1\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-1\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-1\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/portfolio-1/5.jpg", "AssetKind": "All", @@ -14096,10 +14210,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\portfolio-1\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-1\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-1\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/portfolio-1/6.jpg", "AssetKind": "All", @@ -14115,10 +14229,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\portfolio-1\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/portfolio-full/1.jpg", "AssetKind": "All", @@ -14134,10 +14248,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\portfolio-full\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/portfolio-full/2.jpg", "AssetKind": "All", @@ -14153,10 +14267,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\portfolio-full\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/portfolio-full/3.jpg", "AssetKind": "All", @@ -14172,10 +14286,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\portfolio-full\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/portfolio-full/4.jpg", "AssetKind": "All", @@ -14191,10 +14305,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\portfolio-full\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/portfolio-full/5.jpg", "AssetKind": "All", @@ -14210,10 +14324,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\portfolio-full\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/portfolio-full/6.jpg", "AssetKind": "All", @@ -14229,10 +14343,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\portfolio-full\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/portfolio-full/7.jpg", "AssetKind": "All", @@ -14248,10 +14362,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\portfolio-full\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/portfolio-full/8.jpg", "AssetKind": "All", @@ -14267,10 +14381,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\portfolio-full\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/portfolio-full/thumbs/1.jpg", "AssetKind": "All", @@ -14286,10 +14400,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/portfolio-full/thumbs/2.jpg", "AssetKind": "All", @@ -14305,10 +14419,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/portfolio-full/thumbs/3.jpg", "AssetKind": "All", @@ -14324,10 +14438,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/portfolio-full/thumbs/4.jpg", "AssetKind": "All", @@ -14343,10 +14457,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/portfolio-full/thumbs/5.jpg", "AssetKind": "All", @@ -14362,10 +14476,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/portfolio-full/thumbs/6.jpg", "AssetKind": "All", @@ -14381,10 +14495,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/portfolio-full/thumbs/7.jpg", "AssetKind": "All", @@ -14400,10 +14514,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/portfolio-full/thumbs/8.jpg", "AssetKind": "All", @@ -14419,10 +14533,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-single\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-single\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/portfolio-single/1.jpg", "AssetKind": "All", @@ -14438,10 +14552,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\portfolio-single\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-single\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-single\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/portfolio-single/2.jpg", "AssetKind": "All", @@ -14457,10 +14571,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\portfolio-single\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-single\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-single\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/portfolio-single/3.jpg", "AssetKind": "All", @@ -14476,10 +14590,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\portfolio-single\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-single\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-single\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/portfolio-single/4.jpg", "AssetKind": "All", @@ -14495,10 +14609,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\portfolio-single\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-single\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-single\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/portfolio-single/5.jpg", "AssetKind": "All", @@ -14514,10 +14628,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\portfolio-single\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-single\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-single\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/portfolio-single/6.jpg", "AssetKind": "All", @@ -14533,10 +14647,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\portfolio-single\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\pricing.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\pricing.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/pricing.svg", "AssetKind": "All", @@ -14552,10 +14666,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\pricing.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\promo-box\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\promo-box\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/promo-box/1.jpg", "AssetKind": "All", @@ -14571,10 +14685,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\promo-box\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\recipes\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\recipes\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/recipes/1.jpg", "AssetKind": "All", @@ -14590,10 +14704,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\recipes\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\recipes\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\recipes\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/recipes/2.jpg", "AssetKind": "All", @@ -14609,10 +14723,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\recipes\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\recipes\\3.jpeg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\recipes\\3.jpeg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/recipes/3.jpeg", "AssetKind": "All", @@ -14628,10 +14742,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\recipes\\3.jpeg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\recipes\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\recipes\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/recipes/4.jpg", "AssetKind": "All", @@ -14647,10 +14761,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\recipes\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\recipes\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\recipes\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/recipes/5.jpg", "AssetKind": "All", @@ -14666,10 +14780,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\recipes\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\recipes\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\recipes\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/recipes/6.jpg", "AssetKind": "All", @@ -14685,10 +14799,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\recipes\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\recipes\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\recipes\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/recipes/7.jpg", "AssetKind": "All", @@ -14704,10 +14818,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\recipes\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\schedule.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\schedule.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/schedule.jpg", "AssetKind": "All", @@ -14723,10 +14837,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\schedule.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\seperator.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\seperator.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/seperator.svg", "AssetKind": "All", @@ -14742,10 +14856,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\seperator.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-full\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-full\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/shop-full/1.jpg", "AssetKind": "All", @@ -14761,10 +14875,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\shop-full\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-full\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-full\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/shop-full/2.jpg", "AssetKind": "All", @@ -14780,10 +14894,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\shop-full\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-full\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-full\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/shop-full/3.jpg", "AssetKind": "All", @@ -14799,10 +14913,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\shop-full\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-full\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-full\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/shop-full/4.jpg", "AssetKind": "All", @@ -14818,10 +14932,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\shop-full\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-full\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-full\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/shop-full/5.jpg", "AssetKind": "All", @@ -14837,10 +14951,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\shop-full\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-full\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-full\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/shop-full/6.jpg", "AssetKind": "All", @@ -14856,10 +14970,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\shop-full\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-full\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-full\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/shop-full/7.jpg", "AssetKind": "All", @@ -14875,10 +14989,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\shop-full\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-full\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-full\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/shop-full/8.jpg", "AssetKind": "All", @@ -14894,10 +15008,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\shop-full\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-select\\black.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-select\\black.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/shop-select/black.jpg", "AssetKind": "All", @@ -14913,10 +15027,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\shop-select\\black.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-select\\blue.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-select\\blue.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/shop-select/blue.jpg", "AssetKind": "All", @@ -14932,10 +15046,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\shop-select\\blue.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-select\\clear.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-select\\clear.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/shop-select/clear.jpg", "AssetKind": "All", @@ -14951,10 +15065,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\shop-select\\clear.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-select\\green.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-select\\green.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/shop-select/green.jpg", "AssetKind": "All", @@ -14970,10 +15084,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\shop-select\\green.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-select\\lightblue.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-select\\lightblue.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/shop-select/lightblue.jpg", "AssetKind": "All", @@ -14989,10 +15103,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\shop-select\\lightblue.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-select\\orange.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-select\\orange.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/shop-select/orange.jpg", "AssetKind": "All", @@ -15008,10 +15122,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\shop-select\\orange.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-select\\skyblue.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-select\\skyblue.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/shop-select/skyblue.jpg", "AssetKind": "All", @@ -15027,10 +15141,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\shop-select\\skyblue.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-select\\white.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-select\\white.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/shop-select/white.jpg", "AssetKind": "All", @@ -15046,10 +15160,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\shop-select\\white.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-1\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-1\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/slider-1/1.jpg", "AssetKind": "All", @@ -15065,10 +15179,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\slider-1\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-1\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-1\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/slider-1/2.jpg", "AssetKind": "All", @@ -15084,10 +15198,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\slider-1\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-1\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-1\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/slider-1/3.jpg", "AssetKind": "All", @@ -15103,10 +15217,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\slider-1\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-2\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-2\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/slider-2/1.jpg", "AssetKind": "All", @@ -15122,10 +15236,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\slider-2\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-2\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-2\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/slider-2/2.jpg", "AssetKind": "All", @@ -15141,10 +15255,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\slider-2\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-2\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-2\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/slider-2/3.jpg", "AssetKind": "All", @@ -15160,10 +15274,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\slider-2\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-4\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-4\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/slider-4/1.jpg", "AssetKind": "All", @@ -15179,10 +15293,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\slider-4\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-4\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-4\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/slider-4/2.jpg", "AssetKind": "All", @@ -15198,10 +15312,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\slider-4\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-4\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-4\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/slider-4/3.jpg", "AssetKind": "All", @@ -15217,10 +15331,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\slider-4\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-4\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-4\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/slider-4/4.jpg", "AssetKind": "All", @@ -15236,10 +15350,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\slider-4\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-4\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-4\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/slider-4/5.jpg", "AssetKind": "All", @@ -15255,10 +15369,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\slider-4\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-parallax\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-parallax\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/slider-parallax/1.jpg", "AssetKind": "All", @@ -15274,10 +15388,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\slider-parallax\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-parallax\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-parallax\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/slider-parallax/2.jpg", "AssetKind": "All", @@ -15293,10 +15407,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\slider-parallax\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-parallax\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-parallax\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/slider-parallax/3.jpg", "AssetKind": "All", @@ -15312,10 +15426,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\slider-parallax\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\animated_shape.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\animated_shape.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/svg-bg/animated_shape.svg", "AssetKind": "All", @@ -15331,10 +15445,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\svg-bg\\animated_shape.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\blob.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\blob.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/svg-bg/blob.svg", "AssetKind": "All", @@ -15350,10 +15464,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\svg-bg\\blob.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\colored.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\colored.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/svg-bg/colored.svg", "AssetKind": "All", @@ -15369,10 +15483,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\svg-bg\\colored.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\colored_patterns.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\colored_patterns.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/svg-bg/colored_patterns.svg", "AssetKind": "All", @@ -15388,10 +15502,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\svg-bg\\colored_patterns.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\gradient.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\gradient.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/svg-bg/gradient.svg", "AssetKind": "All", @@ -15407,10 +15521,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\svg-bg\\gradient.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\Meteor.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\Meteor.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/svg-bg/Meteor.svg", "AssetKind": "All", @@ -15426,10 +15540,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\svg-bg\\Meteor.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\polygon.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\polygon.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/svg-bg/polygon.svg", "AssetKind": "All", @@ -15445,10 +15559,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\svg-bg\\polygon.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\rect.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\rect.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/svg-bg/rect.svg", "AssetKind": "All", @@ -15464,10 +15578,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\svg-bg\\rect.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\Shiny.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\Shiny.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/svg-bg/Shiny.svg", "AssetKind": "All", @@ -15483,10 +15597,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\svg-bg\\Shiny.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\sprinkle.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\sprinkle.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/svg-bg/sprinkle.svg", "AssetKind": "All", @@ -15502,10 +15616,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\svg-bg\\sprinkle.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\wave.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\wave.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/svg-bg/wave.svg", "AssetKind": "All", @@ -15521,10 +15635,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\svg-bg\\wave.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\world_map.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\world_map.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/svg-bg/world_map.svg", "AssetKind": "All", @@ -15540,10 +15654,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\svg-bg\\world_map.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-3\\niche\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-3\\niche\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/tab-3/niche/1.jpg", "AssetKind": "All", @@ -15559,10 +15673,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\tab-3\\niche\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-3\\niche\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-3\\niche\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/tab-3/niche/2.jpg", "AssetKind": "All", @@ -15578,10 +15692,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\tab-3\\niche\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-3\\niche\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-3\\niche\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/tab-3/niche/3.jpg", "AssetKind": "All", @@ -15597,10 +15711,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\tab-3\\niche\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-3\\niche\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-3\\niche\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/tab-3/niche/4.jpg", "AssetKind": "All", @@ -15616,10 +15730,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\tab-3\\niche\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-3\\onepages\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-3\\onepages\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/tab-3/onepages/1.jpg", "AssetKind": "All", @@ -15635,10 +15749,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\tab-3\\onepages\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-3\\onepages\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-3\\onepages\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/tab-3/onepages/2.jpg", "AssetKind": "All", @@ -15654,10 +15768,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\tab-3\\onepages\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-3\\onepages\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-3\\onepages\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/tab-3/onepages/3.jpg", "AssetKind": "All", @@ -15673,10 +15787,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\tab-3\\onepages\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-3\\onepages\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-3\\onepages\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/tab-3/onepages/4.jpg", "AssetKind": "All", @@ -15692,10 +15806,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\tab-3\\onepages\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-4\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-4\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/tab-4/1.jpg", "AssetKind": "All", @@ -15711,10 +15825,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\tab-4\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-4\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-4\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/tab-4/2.jpg", "AssetKind": "All", @@ -15730,10 +15844,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\tab-4\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-4\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-4\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/tab-4/3.jpg", "AssetKind": "All", @@ -15749,10 +15863,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\tab-4\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-4\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-4\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/tab-4/4.jpg", "AssetKind": "All", @@ -15768,10 +15882,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\tab-4\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-4\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-4\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/tab-4/5.jpg", "AssetKind": "All", @@ -15787,10 +15901,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\tab-4\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-4\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-4\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/tab-4/6.jpg", "AssetKind": "All", @@ -15806,10 +15920,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\tab-4\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-4\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-4\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/tab-4/7.jpg", "AssetKind": "All", @@ -15825,10 +15939,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\tab-4\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/team/1.jpg", "AssetKind": "All", @@ -15844,10 +15958,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\team\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/team/2.jpg", "AssetKind": "All", @@ -15863,10 +15977,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\team\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/team/3.jpg", "AssetKind": "All", @@ -15882,10 +15996,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\team\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/team/4.jpg", "AssetKind": "All", @@ -15901,10 +16015,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\team\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/team/5.jpg", "AssetKind": "All", @@ -15920,10 +16034,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\team\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/team/6.jpg", "AssetKind": "All", @@ -15939,10 +16053,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\team\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team-2\\1.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team-2\\1.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/team-2/1.png", "AssetKind": "All", @@ -15958,10 +16072,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\team-2\\1.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team-2\\1-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team-2\\1-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/team-2/1-1.jpg", "AssetKind": "All", @@ -15977,10 +16091,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\team-2\\1-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team-2\\2.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team-2\\2.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/team-2/2.png", "AssetKind": "All", @@ -15996,10 +16110,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\team-2\\2.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team-2\\2-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team-2\\2-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/team-2/2-1.jpg", "AssetKind": "All", @@ -16015,10 +16129,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\team-2\\2-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team-2\\3.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team-2\\3.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/team-2/3.png", "AssetKind": "All", @@ -16034,10 +16148,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\team-2\\3.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team-2\\3-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team-2\\3-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blocks/preview/team-2/3-1.jpg", "AssetKind": "All", @@ -16053,10 +16167,10 @@ "OriginalItemSpec": "wwwroot\\images\\blocks\\preview\\team-2\\3-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/full/1.jpg", "AssetKind": "All", @@ -16072,10 +16186,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\full\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/full/10.jpg", "AssetKind": "All", @@ -16091,10 +16205,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\full\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\12.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\12.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/full/12.jpg", "AssetKind": "All", @@ -16110,10 +16224,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\full\\12.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\12-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\12-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/full/12-1.jpg", "AssetKind": "All", @@ -16129,10 +16243,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\full\\12-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\13.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\13.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/full/13.jpg", "AssetKind": "All", @@ -16148,10 +16262,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\full\\13.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\17.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\17.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/full/17.jpg", "AssetKind": "All", @@ -16167,10 +16281,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\full\\17.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\18.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\18.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/full/18.jpg", "AssetKind": "All", @@ -16186,10 +16300,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\full\\18.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\19.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\19.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/full/19.jpg", "AssetKind": "All", @@ -16205,10 +16319,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\full\\19.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/full/2.jpg", "AssetKind": "All", @@ -16224,10 +16338,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\full\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\20.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\20.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/full/20.jpg", "AssetKind": "All", @@ -16243,10 +16357,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\full\\20.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\21.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\21.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/full/21.jpg", "AssetKind": "All", @@ -16262,10 +16376,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\full\\21.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\22.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\22.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/full/22.jpg", "AssetKind": "All", @@ -16281,10 +16395,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\full\\22.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/full/3.jpg", "AssetKind": "All", @@ -16300,10 +16414,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\full\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\6-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\6-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/full/6-1.jpg", "AssetKind": "All", @@ -16319,10 +16433,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\full\\6-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\6-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\6-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/full/6-2.jpg", "AssetKind": "All", @@ -16338,10 +16452,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\full\\6-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/grid/1.jpg", "AssetKind": "All", @@ -16357,10 +16471,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\grid\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/grid/10.jpg", "AssetKind": "All", @@ -16376,10 +16490,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\grid\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\12.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\12.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/grid/12.jpg", "AssetKind": "All", @@ -16395,10 +16509,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\grid\\12.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\13.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\13.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/grid/13.jpg", "AssetKind": "All", @@ -16414,10 +16528,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\grid\\13.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\17.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\17.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/grid/17.jpg", "AssetKind": "All", @@ -16433,10 +16547,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\grid\\17.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/grid/2.jpg", "AssetKind": "All", @@ -16452,10 +16566,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\grid\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\20.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\20.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/grid/20.jpg", "AssetKind": "All", @@ -16471,10 +16585,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\grid\\20.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\21.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\21.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/grid/21.jpg", "AssetKind": "All", @@ -16490,10 +16604,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\grid\\21.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\22.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\22.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/grid/22.jpg", "AssetKind": "All", @@ -16509,10 +16623,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\grid\\22.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/grid/3.jpg", "AssetKind": "All", @@ -16528,10 +16642,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\grid\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\masonry\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\masonry\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/masonry/10.jpg", "AssetKind": "All", @@ -16547,10 +16661,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\masonry\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\masonry\\12-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\masonry\\12-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/masonry/12-1.jpg", "AssetKind": "All", @@ -16566,10 +16680,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\masonry\\12-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\masonry\\20.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\masonry\\20.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/masonry/20.jpg", "AssetKind": "All", @@ -16585,10 +16699,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\masonry\\20.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\masonry\\22.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\masonry\\22.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/masonry/22.jpg", "AssetKind": "All", @@ -16604,10 +16718,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\masonry\\22.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\masonry\\6-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\masonry\\6-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/masonry/6-1.jpg", "AssetKind": "All", @@ -16623,10 +16737,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\masonry\\6-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\masonry\\6-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\masonry\\6-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/masonry/6-2.jpg", "AssetKind": "All", @@ -16642,10 +16756,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\masonry\\6-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/small/1.jpg", "AssetKind": "All", @@ -16661,10 +16775,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\small\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/small/10.jpg", "AssetKind": "All", @@ -16680,10 +16794,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\small\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\12.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\12.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/small/12.jpg", "AssetKind": "All", @@ -16699,10 +16813,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\small\\12.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\12-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\12-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/small/12-1.jpg", "AssetKind": "All", @@ -16718,10 +16832,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\small\\12-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\13.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\13.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/small/13.jpg", "AssetKind": "All", @@ -16737,10 +16851,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\small\\13.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\17.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\17.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/small/17.jpg", "AssetKind": "All", @@ -16756,10 +16870,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\small\\17.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\18.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\18.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/small/18.jpg", "AssetKind": "All", @@ -16775,10 +16889,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\small\\18.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\19.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\19.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/small/19.jpg", "AssetKind": "All", @@ -16794,10 +16908,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\small\\19.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/small/2.jpg", "AssetKind": "All", @@ -16813,10 +16927,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\small\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\20.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\20.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/small/20.jpg", "AssetKind": "All", @@ -16832,10 +16946,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\small\\20.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\21.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\21.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/small/21.jpg", "AssetKind": "All", @@ -16851,10 +16965,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\small\\21.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\22.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\22.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/small/22.jpg", "AssetKind": "All", @@ -16870,10 +16984,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\small\\22.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/small/3.jpg", "AssetKind": "All", @@ -16889,10 +17003,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\small\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\6-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\6-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/small/6-1.jpg", "AssetKind": "All", @@ -16908,10 +17022,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\small\\6-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\6-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\6-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/small/6-2.jpg", "AssetKind": "All", @@ -16927,10 +17041,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\small\\6-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\standard\\.17~imageoptim.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\standard\\.17~imageoptim.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/standard/.17~imageoptim.jpg", "AssetKind": "All", @@ -16946,10 +17060,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\standard\\.17~imageoptim.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\standard\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\standard\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/standard/1.jpg", "AssetKind": "All", @@ -16965,10 +17079,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\standard\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\standard\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\standard\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/standard/10.jpg", "AssetKind": "All", @@ -16984,10 +17098,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\standard\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\standard\\17.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\standard\\17.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/standard/17.jpg", "AssetKind": "All", @@ -17003,10 +17117,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\standard\\17.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\standard\\20.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\standard\\20.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/standard/20.jpg", "AssetKind": "All", @@ -17022,10 +17136,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\standard\\20.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\standard\\21.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\standard\\21.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/standard/21.jpg", "AssetKind": "All", @@ -17041,10 +17155,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\standard\\21.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\standard\\22.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\standard\\22.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/blog/standard/22.jpg", "AssetKind": "All", @@ -17060,10 +17174,10 @@ "OriginalItemSpec": "wwwroot\\images\\blog\\standard\\22.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\1.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\1.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/1.png", "AssetKind": "All", @@ -17079,10 +17193,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\1.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\10.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\10.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/10.png", "AssetKind": "All", @@ -17098,10 +17212,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\10.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\11.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\11.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/11.png", "AssetKind": "All", @@ -17117,10 +17231,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\11.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\12.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\12.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/12.png", "AssetKind": "All", @@ -17136,10 +17250,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\12.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\13.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\13.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/13.png", "AssetKind": "All", @@ -17155,10 +17269,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\13.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\14.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\14.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/14.png", "AssetKind": "All", @@ -17174,10 +17288,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\14.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\15.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\15.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/15.png", "AssetKind": "All", @@ -17193,10 +17307,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\15.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\16.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\16.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/16.png", "AssetKind": "All", @@ -17212,10 +17326,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\16.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\2.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\2.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/2.png", "AssetKind": "All", @@ -17231,10 +17345,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\2.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\3.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\3.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/3.png", "AssetKind": "All", @@ -17250,10 +17364,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\3.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\4.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\4.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/4.png", "AssetKind": "All", @@ -17269,10 +17383,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\4.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\5.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\5.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/5.png", "AssetKind": "All", @@ -17288,10 +17402,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\5.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\6.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\6.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/6.png", "AssetKind": "All", @@ -17307,10 +17421,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\6.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\7.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\7.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/7.png", "AssetKind": "All", @@ -17326,10 +17440,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\7.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\8.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\8.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/8.png", "AssetKind": "All", @@ -17345,10 +17459,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\8.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\9.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\9.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/9.png", "AssetKind": "All", @@ -17364,10 +17478,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\9.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\1.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\1.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/logo/1.png", "AssetKind": "All", @@ -17383,10 +17497,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\logo\\1.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\10.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\10.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/logo/10.png", "AssetKind": "All", @@ -17402,10 +17516,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\logo\\10.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\11.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\11.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/logo/11.png", "AssetKind": "All", @@ -17421,10 +17535,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\logo\\11.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\12.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\12.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/logo/12.png", "AssetKind": "All", @@ -17440,10 +17554,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\logo\\12.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\13.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\13.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/logo/13.png", "AssetKind": "All", @@ -17459,10 +17573,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\logo\\13.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\14.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\14.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/logo/14.png", "AssetKind": "All", @@ -17478,10 +17592,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\logo\\14.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\15.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\15.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/logo/15.png", "AssetKind": "All", @@ -17497,10 +17611,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\logo\\15.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\16.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\16.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/logo/16.png", "AssetKind": "All", @@ -17516,10 +17630,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\logo\\16.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\17.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\17.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/logo/17.png", "AssetKind": "All", @@ -17535,10 +17649,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\logo\\17.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\18.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\18.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/logo/18.png", "AssetKind": "All", @@ -17554,10 +17668,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\logo\\18.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\19.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\19.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/logo/19.png", "AssetKind": "All", @@ -17573,10 +17687,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\logo\\19.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\2.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\2.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/logo/2.png", "AssetKind": "All", @@ -17592,10 +17706,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\logo\\2.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\3.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\3.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/logo/3.png", "AssetKind": "All", @@ -17611,10 +17725,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\logo\\3.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\4.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\4.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/logo/4.png", "AssetKind": "All", @@ -17630,10 +17744,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\logo\\4.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\5.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\5.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/logo/5.png", "AssetKind": "All", @@ -17649,10 +17763,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\logo\\5.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\6.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\6.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/logo/6.png", "AssetKind": "All", @@ -17668,10 +17782,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\logo\\6.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\7.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\7.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/logo/7.png", "AssetKind": "All", @@ -17687,10 +17801,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\logo\\7.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\8.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\8.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/logo/8.png", "AssetKind": "All", @@ -17706,10 +17820,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\logo\\8.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\9.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\9.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/clients/logo/9.png", "AssetKind": "All", @@ -17725,10 +17839,10 @@ "OriginalItemSpec": "wwwroot\\images\\clients\\logo\\9.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\demo-parallax.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\demo-parallax.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/demo-parallax.jpg", "AssetKind": "All", @@ -17744,10 +17858,10 @@ "OriginalItemSpec": "wwwroot\\images\\demo-parallax.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/events/1.jpg", "AssetKind": "All", @@ -17763,10 +17877,10 @@ "OriginalItemSpec": "wwwroot\\images\\events\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/events/10.jpg", "AssetKind": "All", @@ -17782,10 +17896,10 @@ "OriginalItemSpec": "wwwroot\\images\\events\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/events/2.jpg", "AssetKind": "All", @@ -17801,10 +17915,10 @@ "OriginalItemSpec": "wwwroot\\images\\events\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/events/3.jpg", "AssetKind": "All", @@ -17820,10 +17934,10 @@ "OriginalItemSpec": "wwwroot\\images\\events\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/events/4.jpg", "AssetKind": "All", @@ -17839,10 +17953,10 @@ "OriginalItemSpec": "wwwroot\\images\\events\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/events/5.jpg", "AssetKind": "All", @@ -17858,10 +17972,10 @@ "OriginalItemSpec": "wwwroot\\images\\events\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/events/6.jpg", "AssetKind": "All", @@ -17877,10 +17991,10 @@ "OriginalItemSpec": "wwwroot\\images\\events\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/events/7.jpg", "AssetKind": "All", @@ -17896,10 +18010,10 @@ "OriginalItemSpec": "wwwroot\\images\\events\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/events/8.jpg", "AssetKind": "All", @@ -17915,10 +18029,10 @@ "OriginalItemSpec": "wwwroot\\images\\events\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\parallax\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\parallax\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/events/parallax/1.jpg", "AssetKind": "All", @@ -17934,10 +18048,10 @@ "OriginalItemSpec": "wwwroot\\images\\events\\parallax\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\parallax\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\parallax\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/events/parallax/2.jpg", "AssetKind": "All", @@ -17953,10 +18067,10 @@ "OriginalItemSpec": "wwwroot\\images\\events\\parallax\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\parallax\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\parallax\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/events/parallax/4.jpg", "AssetKind": "All", @@ -17972,10 +18086,10 @@ "OriginalItemSpec": "wwwroot\\images\\events\\parallax\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\parallax\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\parallax\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/events/parallax/7.jpg", "AssetKind": "All", @@ -17991,10 +18105,10 @@ "OriginalItemSpec": "wwwroot\\images\\events\\parallax\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\parallax\\9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\parallax\\9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/events/parallax/9.jpg", "AssetKind": "All", @@ -18010,10 +18124,10 @@ "OriginalItemSpec": "wwwroot\\images\\events\\parallax\\9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\parallax\\home.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\parallax\\home.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/events/parallax/home.jpg", "AssetKind": "All", @@ -18029,10 +18143,10 @@ "OriginalItemSpec": "wwwroot\\images\\events\\parallax\\home.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\thumbs\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\thumbs\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/events/thumbs/1.jpg", "AssetKind": "All", @@ -18048,10 +18162,10 @@ "OriginalItemSpec": "wwwroot\\images\\events\\thumbs\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\thumbs\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\thumbs\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/events/thumbs/2.jpg", "AssetKind": "All", @@ -18067,10 +18181,10 @@ "OriginalItemSpec": "wwwroot\\images\\events\\thumbs\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\thumbs\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\thumbs\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/events/thumbs/3.jpg", "AssetKind": "All", @@ -18086,10 +18200,10 @@ "OriginalItemSpec": "wwwroot\\images\\events\\thumbs\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\thumbs\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\thumbs\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/events/thumbs/4.jpg", "AssetKind": "All", @@ -18105,10 +18219,10 @@ "OriginalItemSpec": "wwwroot\\images\\events\\thumbs\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\thumbs\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\thumbs\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/events/thumbs/5.jpg", "AssetKind": "All", @@ -18124,10 +18238,10 @@ "OriginalItemSpec": "wwwroot\\images\\events\\thumbs\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\thumbs\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\thumbs\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/events/thumbs/6.jpg", "AssetKind": "All", @@ -18143,10 +18257,10 @@ "OriginalItemSpec": "wwwroot\\images\\events\\thumbs\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\thumbs\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\thumbs\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/events/thumbs/7.jpg", "AssetKind": "All", @@ -18162,10 +18276,10 @@ "OriginalItemSpec": "wwwroot\\images\\events\\thumbs\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\thumbs\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\thumbs\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/events/thumbs/8.jpg", "AssetKind": "All", @@ -18181,10 +18295,10 @@ "OriginalItemSpec": "wwwroot\\images\\events\\thumbs\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\extras\\200x200.gif", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\extras\\200x200.gif", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/extras/200x200.gif", "AssetKind": "All", @@ -18200,10 +18314,10 @@ "OriginalItemSpec": "wwwroot\\images\\extras\\200x200.gif" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\footer-bg.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\footer-bg.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/footer-bg.jpg", "AssetKind": "All", @@ -18219,10 +18333,10 @@ "OriginalItemSpec": "wwwroot\\images\\footer-bg.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\footer-logo.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\footer-logo.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/footer-logo.png", "AssetKind": "All", @@ -18238,10 +18352,10 @@ "OriginalItemSpec": "wwwroot\\images\\footer-logo.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\footer-logo@2x.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\footer-logo@2x.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/footer-logo@2x.png", "AssetKind": "All", @@ -18257,10 +18371,10 @@ "OriginalItemSpec": "wwwroot\\images\\footer-logo@2x.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\footer-widget-logo.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\footer-widget-logo.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/footer-widget-logo.png", "AssetKind": "All", @@ -18276,10 +18390,10 @@ "OriginalItemSpec": "wwwroot\\images\\footer-widget-logo.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\footer-widget-logo@2x.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\footer-widget-logo@2x.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/footer-widget-logo@2x.png", "AssetKind": "All", @@ -18295,10 +18409,10 @@ "OriginalItemSpec": "wwwroot\\images\\footer-widget-logo@2x.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\billing-shipping.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\billing-shipping.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/forms/billing-shipping.jpg", "AssetKind": "All", @@ -18314,10 +18428,10 @@ "OriginalItemSpec": "wwwroot\\images\\forms\\billing-shipping.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\booking-reservation.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\booking-reservation.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/forms/booking-reservation.jpg", "AssetKind": "All", @@ -18333,10 +18447,10 @@ "OriginalItemSpec": "wwwroot\\images\\forms\\booking-reservation.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\car\\1.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\car\\1.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/forms/car/1.png", "AssetKind": "All", @@ -18352,10 +18466,10 @@ "OriginalItemSpec": "wwwroot\\images\\forms\\car\\1.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\car\\2.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\car\\2.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/forms/car/2.png", "AssetKind": "All", @@ -18371,10 +18485,10 @@ "OriginalItemSpec": "wwwroot\\images\\forms\\car\\2.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\car\\3.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\car\\3.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/forms/car/3.png", "AssetKind": "All", @@ -18390,10 +18504,10 @@ "OriginalItemSpec": "wwwroot\\images\\forms\\car\\3.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\car\\4.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\car\\4.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/forms/car/4.png", "AssetKind": "All", @@ -18409,10 +18523,10 @@ "OriginalItemSpec": "wwwroot\\images\\forms\\car\\4.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\car-rental.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\car-rental.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/forms/car-rental.jpg", "AssetKind": "All", @@ -18428,10 +18542,10 @@ "OriginalItemSpec": "wwwroot\\images\\forms\\car-rental.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\coming-soon.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\coming-soon.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/forms/coming-soon.jpg", "AssetKind": "All", @@ -18447,10 +18561,10 @@ "OriginalItemSpec": "wwwroot\\images\\forms\\coming-soon.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\event-registration.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\event-registration.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/forms/event-registration.jpg", "AssetKind": "All", @@ -18466,10 +18580,10 @@ "OriginalItemSpec": "wwwroot\\images\\forms\\event-registration.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\feedback.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\feedback.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/forms/feedback.jpg", "AssetKind": "All", @@ -18485,10 +18599,10 @@ "OriginalItemSpec": "wwwroot\\images\\forms\\feedback.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\fitness.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\fitness.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/forms/fitness.jpg", "AssetKind": "All", @@ -18504,10 +18618,10 @@ "OriginalItemSpec": "wwwroot\\images\\forms\\fitness.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\fixed-feedback.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\fixed-feedback.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/forms/fixed-feedback.jpg", "AssetKind": "All", @@ -18523,10 +18637,10 @@ "OriginalItemSpec": "wwwroot\\images\\forms\\fixed-feedback.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\floating-contact.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\floating-contact.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/forms/floating-contact.jpg", "AssetKind": "All", @@ -18542,10 +18656,10 @@ "OriginalItemSpec": "wwwroot\\images\\forms\\floating-contact.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\freelance-quote.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\freelance-quote.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/forms/freelance-quote.jpg", "AssetKind": "All", @@ -18561,10 +18675,10 @@ "OriginalItemSpec": "wwwroot\\images\\forms\\freelance-quote.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\get-started.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\get-started.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/forms/get-started.jpg", "AssetKind": "All", @@ -18580,10 +18694,10 @@ "OriginalItemSpec": "wwwroot\\images\\forms\\get-started.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\health.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\health.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/forms/health.jpg", "AssetKind": "All", @@ -18599,10 +18713,10 @@ "OriginalItemSpec": "wwwroot\\images\\forms\\health.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\inline.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\inline.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/forms/inline.jpg", "AssetKind": "All", @@ -18618,10 +18732,10 @@ "OriginalItemSpec": "wwwroot\\images\\forms\\inline.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\job.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\job.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/forms/job.jpg", "AssetKind": "All", @@ -18637,10 +18751,10 @@ "OriginalItemSpec": "wwwroot\\images\\forms\\job.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\modal-feedback.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\modal-feedback.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/forms/modal-feedback.jpg", "AssetKind": "All", @@ -18656,10 +18770,10 @@ "OriginalItemSpec": "wwwroot\\images\\forms\\modal-feedback.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\modal-subscribe.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\modal-subscribe.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/forms/modal-subscribe.jpg", "AssetKind": "All", @@ -18675,10 +18789,10 @@ "OriginalItemSpec": "wwwroot\\images\\forms\\modal-subscribe.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\modal-subscribe-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\modal-subscribe-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/forms/modal-subscribe-2.jpg", "AssetKind": "All", @@ -18694,10 +18808,10 @@ "OriginalItemSpec": "wwwroot\\images\\forms\\modal-subscribe-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\modal-subscribe-top.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\modal-subscribe-top.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/forms/modal-subscribe-top.jpg", "AssetKind": "All", @@ -18713,10 +18827,10 @@ "OriginalItemSpec": "wwwroot\\images\\forms\\modal-subscribe-top.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\plan.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\plan.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/forms/plan.jpg", "AssetKind": "All", @@ -18732,10 +18846,10 @@ "OriginalItemSpec": "wwwroot\\images\\forms\\plan.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\plan.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\plan.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/forms/plan.png", "AssetKind": "All", @@ -18751,10 +18865,10 @@ "OriginalItemSpec": "wwwroot\\images\\forms\\plan.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\real-estate-enquiry.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\real-estate-enquiry.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/forms/real-estate-enquiry.jpg", "AssetKind": "All", @@ -18770,10 +18884,10 @@ "OriginalItemSpec": "wwwroot\\images\\forms\\real-estate-enquiry.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\referral.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\referral.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/forms/referral.jpg", "AssetKind": "All", @@ -18789,10 +18903,10 @@ "OriginalItemSpec": "wwwroot\\images\\forms\\referral.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\referral-bg.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\referral-bg.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/forms/referral-bg.jpg", "AssetKind": "All", @@ -18808,10 +18922,10 @@ "OriginalItemSpec": "wwwroot\\images\\forms\\referral-bg.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\subscription.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\subscription.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/forms/subscription.jpg", "AssetKind": "All", @@ -18827,10 +18941,10 @@ "OriginalItemSpec": "wwwroot\\images\\forms\\subscription.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\survey.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\survey.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/forms/survey.jpg", "AssetKind": "All", @@ -18846,10 +18960,10 @@ "OriginalItemSpec": "wwwroot\\images\\forms\\survey.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\website-costing.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\website-costing.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/forms/website-costing.jpg", "AssetKind": "All", @@ -18865,10 +18979,10 @@ "OriginalItemSpec": "wwwroot\\images\\forms\\website-costing.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\wedding.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\wedding.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/forms/wedding.jpg", "AssetKind": "All", @@ -18884,10 +18998,10 @@ "OriginalItemSpec": "wwwroot\\images\\forms\\wedding.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\grid.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\grid.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/grid.png", "AssetKind": "All", @@ -18903,10 +19017,10 @@ "OriginalItemSpec": "wwwroot\\images\\grid.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\header-bg.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\header-bg.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/header-bg.png", "AssetKind": "All", @@ -18922,10 +19036,10 @@ "OriginalItemSpec": "wwwroot\\images\\header-bg.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\avatar.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\avatar.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/icons/avatar.jpg", "AssetKind": "All", @@ -18941,10 +19055,10 @@ "OriginalItemSpec": "wwwroot\\images\\icons\\avatar.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\close.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\close.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/icons/close.png", "AssetKind": "All", @@ -18960,10 +19074,10 @@ "OriginalItemSpec": "wwwroot\\images\\icons\\close.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\dotted.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\dotted.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/icons/dotted.png", "AssetKind": "All", @@ -18979,10 +19093,10 @@ "OriginalItemSpec": "wwwroot\\images\\icons\\dotted.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\flag.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\flag.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/icons/features/flag.png", "AssetKind": "All", @@ -18998,10 +19112,10 @@ "OriginalItemSpec": "wwwroot\\images\\icons\\features\\flag.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\map.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\map.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/icons/features/map.png", "AssetKind": "All", @@ -19017,10 +19131,10 @@ "OriginalItemSpec": "wwwroot\\images\\icons\\features\\map.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\performance.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\performance.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/icons/features/performance.png", "AssetKind": "All", @@ -19036,10 +19150,10 @@ "OriginalItemSpec": "wwwroot\\images\\icons\\features\\performance.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\responsive.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\responsive.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/icons/features/responsive.png", "AssetKind": "All", @@ -19055,10 +19169,10 @@ "OriginalItemSpec": "wwwroot\\images\\icons\\features\\responsive.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\retina.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\retina.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/icons/features/retina.png", "AssetKind": "All", @@ -19074,10 +19188,10 @@ "OriginalItemSpec": "wwwroot\\images\\icons\\features\\retina.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\seo.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\seo.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/icons/features/seo.png", "AssetKind": "All", @@ -19093,10 +19207,10 @@ "OriginalItemSpec": "wwwroot\\images\\icons\\features\\seo.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\support.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\support.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/icons/features/support.png", "AssetKind": "All", @@ -19112,10 +19226,10 @@ "OriginalItemSpec": "wwwroot\\images\\icons\\features\\support.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\tick.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\tick.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/icons/features/tick.png", "AssetKind": "All", @@ -19131,10 +19245,10 @@ "OriginalItemSpec": "wwwroot\\images\\icons\\features\\tick.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\tools.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\tools.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/icons/features/tools.png", "AssetKind": "All", @@ -19150,10 +19264,10 @@ "OriginalItemSpec": "wwwroot\\images\\icons\\features\\tools.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\flags\\french.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\flags\\french.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/icons/flags/french.png", "AssetKind": "All", @@ -19169,10 +19283,10 @@ "OriginalItemSpec": "wwwroot\\images\\icons\\flags\\french.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\flags\\german.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\flags\\german.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/icons/flags/german.png", "AssetKind": "All", @@ -19188,10 +19302,10 @@ "OriginalItemSpec": "wwwroot\\images\\icons\\flags\\german.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\flags\\italian.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\flags\\italian.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/icons/flags/italian.png", "AssetKind": "All", @@ -19207,10 +19321,10 @@ "OriginalItemSpec": "wwwroot\\images\\icons\\flags\\italian.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\iconalt.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\iconalt.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/icons/iconalt.svg", "AssetKind": "All", @@ -19226,10 +19340,10 @@ "OriginalItemSpec": "wwwroot\\images\\icons\\iconalt.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\image.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\image.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/icons/image.png", "AssetKind": "All", @@ -19245,10 +19359,10 @@ "OriginalItemSpec": "wwwroot\\images\\icons\\image.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\macbook.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\macbook.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/icons/macbook.png", "AssetKind": "All", @@ -19264,10 +19378,10 @@ "OriginalItemSpec": "wwwroot\\images\\icons\\macbook.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\map-icon.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\map-icon.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/icons/map-icon.png", "AssetKind": "All", @@ -19283,10 +19397,10 @@ "OriginalItemSpec": "wwwroot\\images\\icons\\map-icon.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\map-icon-red.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\map-icon-red.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/icons/map-icon-red.png", "AssetKind": "All", @@ -19302,10 +19416,10 @@ "OriginalItemSpec": "wwwroot\\images\\icons\\map-icon-red.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\play.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\play.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/icons/play.png", "AssetKind": "All", @@ -19321,10 +19435,10 @@ "OriginalItemSpec": "wwwroot\\images\\icons\\play.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\restaurant\\cup.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\restaurant\\cup.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/icons/restaurant/cup.png", "AssetKind": "All", @@ -19340,10 +19454,10 @@ "OriginalItemSpec": "wwwroot\\images\\icons\\restaurant\\cup.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\restaurant\\cup-dark.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\restaurant\\cup-dark.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/icons/restaurant/cup-dark.png", "AssetKind": "All", @@ -19359,10 +19473,10 @@ "OriginalItemSpec": "wwwroot\\images\\icons\\restaurant\\cup-dark.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\restaurant\\fork.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\restaurant\\fork.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/icons/restaurant/fork.png", "AssetKind": "All", @@ -19378,10 +19492,10 @@ "OriginalItemSpec": "wwwroot\\images\\icons\\restaurant\\fork.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\restaurant\\fork-dark.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\restaurant\\fork-dark.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/icons/restaurant/fork-dark.png", "AssetKind": "All", @@ -19397,10 +19511,10 @@ "OriginalItemSpec": "wwwroot\\images\\icons\\restaurant\\fork-dark.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\restaurant\\glass.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\restaurant\\glass.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/icons/restaurant/glass.png", "AssetKind": "All", @@ -19416,10 +19530,10 @@ "OriginalItemSpec": "wwwroot\\images\\icons\\restaurant\\glass.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\restaurant\\glass-dark.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\restaurant\\glass-dark.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/icons/restaurant/glass-dark.png", "AssetKind": "All", @@ -19435,10 +19549,10 @@ "OriginalItemSpec": "wwwroot\\images\\icons\\restaurant\\glass-dark.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\restaurant\\tea.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\restaurant\\tea.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/icons/restaurant/tea.png", "AssetKind": "All", @@ -19454,10 +19568,10 @@ "OriginalItemSpec": "wwwroot\\images\\icons\\restaurant\\tea.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\restaurant\\tea-dark.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\restaurant\\tea-dark.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/icons/restaurant/tea-dark.png", "AssetKind": "All", @@ -19473,10 +19587,10 @@ "OriginalItemSpec": "wwwroot\\images\\icons\\restaurant\\tea-dark.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\svg\\library_add_FILL0_wght200_GRAD0_opsz40.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\svg\\library_add_FILL0_wght200_GRAD0_opsz40.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/icons/svg/library_add_FILL0_wght200_GRAD0_opsz40.svg", "AssetKind": "All", @@ -19492,10 +19606,10 @@ "OriginalItemSpec": "wwwroot\\images\\icons\\svg\\library_add_FILL0_wght200_GRAD0_opsz40.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\svg\\queue.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\svg\\queue.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/icons/svg/queue.svg", "AssetKind": "All", @@ -19511,10 +19625,10 @@ "OriginalItemSpec": "wwwroot\\images\\icons\\svg\\queue.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\video-play.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\video-play.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/icons/video-play.png", "AssetKind": "All", @@ -19530,10 +19644,10 @@ "OriginalItemSpec": "wwwroot\\images\\icons\\video-play.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\ils\\404.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\ils\\404.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/ils/404.svg", "AssetKind": "All", @@ -19549,10 +19663,10 @@ "OriginalItemSpec": "wwwroot\\images\\ils\\404.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\ils\\building-websites.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\ils\\building-websites.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/ils/building-websites.svg", "AssetKind": "All", @@ -19568,10 +19682,10 @@ "OriginalItemSpec": "wwwroot\\images\\ils\\building-websites.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\ils\\build-websites.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\ils\\build-websites.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/ils/build-websites.svg", "AssetKind": "All", @@ -19587,10 +19701,10 @@ "OriginalItemSpec": "wwwroot\\images\\ils\\build-websites.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\ils\\canvas-code.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\ils\\canvas-code.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/ils/canvas-code.svg", "AssetKind": "All", @@ -19606,10 +19720,10 @@ "OriginalItemSpec": "wwwroot\\images\\ils\\canvas-code.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\ils\\canvas-support.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\ils\\canvas-support.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/ils/canvas-support.svg", "AssetKind": "All", @@ -19625,10 +19739,10 @@ "OriginalItemSpec": "wwwroot\\images\\ils\\canvas-support.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\ils\\hero-chat.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\ils\\hero-chat.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/ils/hero-chat.svg", "AssetKind": "All", @@ -19644,10 +19758,10 @@ "OriginalItemSpec": "wwwroot\\images\\ils\\hero-chat.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\ils\\hero-cms.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\ils\\hero-cms.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/ils/hero-cms.svg", "AssetKind": "All", @@ -19663,10 +19777,10 @@ "OriginalItemSpec": "wwwroot\\images\\ils\\hero-cms.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\ils\\hero-family.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\ils\\hero-family.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/ils/hero-family.svg", "AssetKind": "All", @@ -19682,10 +19796,10 @@ "OriginalItemSpec": "wwwroot\\images\\ils\\hero-family.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\ils\\hero-schedule.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\ils\\hero-schedule.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/ils/hero-schedule.svg", "AssetKind": "All", @@ -19701,10 +19815,10 @@ "OriginalItemSpec": "wwwroot\\images\\ils\\hero-schedule.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\ils\\hero-social.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\ils\\hero-social.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/ils/hero-social.svg", "AssetKind": "All", @@ -19720,10 +19834,10 @@ "OriginalItemSpec": "wwwroot\\images\\ils\\hero-social.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\ils\\layered-peaks.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\ils\\layered-peaks.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/ils/layered-peaks.svg", "AssetKind": "All", @@ -19739,10 +19853,10 @@ "OriginalItemSpec": "wwwroot\\images\\ils\\layered-peaks.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\ils\\website-builder.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\ils\\website-builder.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/ils/website-builder.svg", "AssetKind": "All", @@ -19758,10 +19872,10 @@ "OriginalItemSpec": "wwwroot\\images\\ils\\website-builder.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\bg.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\bg.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/bg.jpg", "AssetKind": "All", @@ -19777,10 +19891,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\bg.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\bg1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\bg1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/bg1.jpg", "AssetKind": "All", @@ -19796,10 +19910,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\bg1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\bg-2.jpeg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\bg-2.jpeg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/bg-2.jpeg", "AssetKind": "All", @@ -19815,10 +19929,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\bg-2.jpeg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\blocks.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\blocks.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/blocks.jpg", "AssetKind": "All", @@ -19834,10 +19948,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\blocks.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\blocks\\1.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\blocks\\1.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/blocks/1.png", "AssetKind": "All", @@ -19853,10 +19967,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\blocks\\1.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\blocks\\2.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\blocks\\2.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/blocks/2.png", "AssetKind": "All", @@ -19872,10 +19986,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\blocks\\2.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\hero-bg.webp", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\hero-bg.webp", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/hero-bg.webp", "AssetKind": "All", @@ -19891,10 +20005,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\hero-bg.webp" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\icons.zip", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\icons.zip", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/icons.zip", "AssetKind": "All", @@ -19910,10 +20024,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\icons.zip" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\ajax.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\ajax.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/icons/ajax.svg", "AssetKind": "All", @@ -19929,10 +20043,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\icons\\ajax.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\bootstrap-5.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\bootstrap-5.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/icons/bootstrap-5.svg", "AssetKind": "All", @@ -19948,10 +20062,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\icons\\bootstrap-5.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\css.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\css.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/icons/css.svg", "AssetKind": "All", @@ -19967,10 +20081,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\icons\\css.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\dark.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\dark.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/icons/dark.svg", "AssetKind": "All", @@ -19986,10 +20100,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\icons\\dark.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\gulp-js.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\gulp-js.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/icons/gulp-js.svg", "AssetKind": "All", @@ -20005,10 +20119,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\icons\\gulp-js.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\html-5.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\html-5.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/icons/html-5.svg", "AssetKind": "All", @@ -20024,10 +20138,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\icons\\html-5.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\js.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\js.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/icons/js.svg", "AssetKind": "All", @@ -20043,10 +20157,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\icons\\js.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\node-js.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\node-js.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/icons/node-js.svg", "AssetKind": "All", @@ -20062,10 +20176,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\icons\\node-js.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\rtl.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\rtl.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/icons/rtl.svg", "AssetKind": "All", @@ -20081,10 +20195,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\icons\\rtl.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\sass.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\sass.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/icons/sass.svg", "AssetKind": "All", @@ -20100,10 +20214,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\icons\\sass.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\latest\\niche-demos.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\latest\\niche-demos.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/latest/niche-demos.jpg", "AssetKind": "All", @@ -20119,10 +20233,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\latest\\niche-demos.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\latest\\niche-demos.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\latest\\niche-demos.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/latest/niche-demos.png", "AssetKind": "All", @@ -20138,10 +20252,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\latest\\niche-demos.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\latest\\niche-demos.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\latest\\niche-demos.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/latest/niche-demos.svg", "AssetKind": "All", @@ -20157,10 +20271,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\latest\\niche-demos.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\latest\\niche-demos-1.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\latest\\niche-demos-1.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/latest/niche-demos-1.svg", "AssetKind": "All", @@ -20176,10 +20290,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\latest\\niche-demos-1.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/multipage/homepage1.jpg", "AssetKind": "All", @@ -20195,10 +20309,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\multipage\\homepage1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/multipage/homepage10.jpg", "AssetKind": "All", @@ -20214,10 +20328,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\multipage\\homepage10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage11.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage11.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/multipage/homepage11.jpg", "AssetKind": "All", @@ -20233,10 +20347,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\multipage\\homepage11.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage12.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage12.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/multipage/homepage12.jpg", "AssetKind": "All", @@ -20252,10 +20366,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\multipage\\homepage12.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage13.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage13.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/multipage/homepage13.jpg", "AssetKind": "All", @@ -20271,10 +20385,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\multipage\\homepage13.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage14.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage14.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/multipage/homepage14.jpg", "AssetKind": "All", @@ -20290,10 +20404,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\multipage\\homepage14.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage15.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage15.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/multipage/homepage15.jpg", "AssetKind": "All", @@ -20309,10 +20423,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\multipage\\homepage15.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage16.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage16.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/multipage/homepage16.jpg", "AssetKind": "All", @@ -20328,10 +20442,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\multipage\\homepage16.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage17.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage17.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/multipage/homepage17.jpg", "AssetKind": "All", @@ -20347,10 +20461,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\multipage\\homepage17.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage18.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage18.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/multipage/homepage18.jpg", "AssetKind": "All", @@ -20366,10 +20480,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\multipage\\homepage18.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage19.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage19.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/multipage/homepage19.jpg", "AssetKind": "All", @@ -20385,10 +20499,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\multipage\\homepage19.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/multipage/homepage2.jpg", "AssetKind": "All", @@ -20404,10 +20518,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\multipage\\homepage2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage20.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage20.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/multipage/homepage20.jpg", "AssetKind": "All", @@ -20423,10 +20537,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\multipage\\homepage20.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage21.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage21.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/multipage/homepage21.jpg", "AssetKind": "All", @@ -20442,10 +20556,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\multipage\\homepage21.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage22.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage22.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/multipage/homepage22.jpg", "AssetKind": "All", @@ -20461,10 +20575,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\multipage\\homepage22.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage23.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage23.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/multipage/homepage23.jpg", "AssetKind": "All", @@ -20480,10 +20594,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\multipage\\homepage23.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage24.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage24.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/multipage/homepage24.jpg", "AssetKind": "All", @@ -20499,10 +20613,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\multipage\\homepage24.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage25.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage25.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/multipage/homepage25.jpg", "AssetKind": "All", @@ -20518,10 +20632,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\multipage\\homepage25.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage26.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage26.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/multipage/homepage26.jpg", "AssetKind": "All", @@ -20537,10 +20651,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\multipage\\homepage26.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage27.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage27.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/multipage/homepage27.jpg", "AssetKind": "All", @@ -20556,10 +20670,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\multipage\\homepage27.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage28.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage28.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/multipage/homepage28.jpg", "AssetKind": "All", @@ -20575,10 +20689,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\multipage\\homepage28.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage29.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage29.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/multipage/homepage29.jpg", "AssetKind": "All", @@ -20594,10 +20708,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\multipage\\homepage29.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/multipage/homepage3.jpg", "AssetKind": "All", @@ -20613,10 +20727,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\multipage\\homepage3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage30.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage30.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/multipage/homepage30.jpg", "AssetKind": "All", @@ -20632,10 +20746,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\multipage\\homepage30.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/multipage/homepage4.jpg", "AssetKind": "All", @@ -20651,10 +20765,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\multipage\\homepage4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/multipage/homepage5.jpg", "AssetKind": "All", @@ -20670,10 +20784,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\multipage\\homepage5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/multipage/homepage6.jpg", "AssetKind": "All", @@ -20689,10 +20803,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\multipage\\homepage6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/multipage/homepage7.jpg", "AssetKind": "All", @@ -20708,10 +20822,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\multipage\\homepage7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/multipage/homepage8.jpg", "AssetKind": "All", @@ -20727,10 +20841,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\multipage\\homepage8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/multipage/homepage9.jpg", "AssetKind": "All", @@ -20746,10 +20860,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\multipage\\homepage9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\app-landing.mp4", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\app-landing.mp4", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/app-landing.mp4", "AssetKind": "All", @@ -20765,10 +20879,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\app-landing.mp4" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\button.gif", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\button.gif", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/button.gif", "AssetKind": "All", @@ -20784,10 +20898,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\button.gif" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\canvas-forms-processor.mp4", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\canvas-forms-processor.mp4", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/canvas-forms-processor.mp4", "AssetKind": "All", @@ -20803,10 +20917,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\canvas-forms-processor.mp4" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\canvas-forms-processor-old.mp4", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\canvas-forms-processor-old.mp4", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/canvas-forms-processor-old.mp4", "AssetKind": "All", @@ -20822,10 +20936,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\canvas-forms-processor-old.mp4" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\canvas-forms-processor-poster.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\canvas-forms-processor-poster.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/canvas-forms-processor-poster.jpg", "AssetKind": "All", @@ -20841,10 +20955,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\canvas-forms-processor-poster.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\demos\\barber.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\demos\\barber.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/demos/barber.png", "AssetKind": "All", @@ -20860,10 +20974,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\demos\\barber.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\demos\\business.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\demos\\business.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/demos/business.png", "AssetKind": "All", @@ -20879,10 +20993,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\demos\\business.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\demos\\car.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\demos\\car.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/demos/car.png", "AssetKind": "All", @@ -20898,10 +21012,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\demos\\car.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\demos\\ecommerce.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\demos\\ecommerce.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/demos/ecommerce.png", "AssetKind": "All", @@ -20917,10 +21031,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\demos\\ecommerce.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\demos\\music.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\demos\\music.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/demos/music.png", "AssetKind": "All", @@ -20936,10 +21050,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\demos\\music.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\demos\\pet.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\demos\\pet.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/demos/pet.png", "AssetKind": "All", @@ -20955,10 +21069,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\demos\\pet.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\demos\\resume.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\demos\\resume.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/demos/resume.png", "AssetKind": "All", @@ -20974,10 +21088,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\demos\\resume.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\footer.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\footer.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/footer.jpg", "AssetKind": "All", @@ -20993,10 +21107,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\footer.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\hero.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\hero.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/hero.jpg", "AssetKind": "All", @@ -21012,10 +21126,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\hero.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\hero.webp", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\hero.webp", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/hero.webp", "AssetKind": "All", @@ -21031,10 +21145,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\hero.webp" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\hero-bg.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\hero-bg.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/hero-bg.jpg", "AssetKind": "All", @@ -21050,10 +21164,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\hero-bg.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\hero-image.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\hero-image.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/hero-image.jpg", "AssetKind": "All", @@ -21069,10 +21183,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\hero-image.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\hero-optim.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\hero-optim.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/hero-optim.jpg", "AssetKind": "All", @@ -21088,10 +21202,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\hero-optim.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\hero-optimized.jpeg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\hero-optimized.jpeg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/hero-optimized.jpeg", "AssetKind": "All", @@ -21107,10 +21221,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\hero-optimized.jpeg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\hero-v7.webp", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\hero-v7.webp", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/hero-v7.webp", "AssetKind": "All", @@ -21126,10 +21240,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\hero-v7.webp" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\hero-v7-performance.webp", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\hero-v7-performance.webp", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/hero-v7-performance.webp", "AssetKind": "All", @@ -21145,10 +21259,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\hero-v7-performance.webp" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\intro-hero.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\intro-hero.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/intro-hero.jpg", "AssetKind": "All", @@ -21164,10 +21278,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\intro-hero.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\intro-hero-2.jpeg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\intro-hero-2.jpeg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/intro-hero-2.jpeg", "AssetKind": "All", @@ -21183,10 +21297,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\intro-hero-2.jpeg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\ipad.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\ipad.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/ipad.jpg", "AssetKind": "All", @@ -21202,10 +21316,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\ipad.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\ipad-p.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\ipad-p.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/ipad-p.png", "AssetKind": "All", @@ -21221,10 +21335,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\ipad-p.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\ipad-p-screen.gif", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\ipad-p-screen.gif", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/ipad-p-screen.gif", "AssetKind": "All", @@ -21240,10 +21354,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\ipad-p-screen.gif" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\ipad-screen1.mp4", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\ipad-screen1.mp4", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/ipad-screen1.mp4", "AssetKind": "All", @@ -21259,10 +21373,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\ipad-screen1.mp4" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\iphone.mp4", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\iphone.mp4", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/iphone.mp4", "AssetKind": "All", @@ -21278,10 +21392,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\iphone.mp4" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\iphone7.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\iphone7.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/iphone7.png", "AssetKind": "All", @@ -21297,10 +21411,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\iphone7.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\iphone7-screen.gif", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\iphone7-screen.gif", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/iphone7-screen.gif", "AssetKind": "All", @@ -21316,10 +21430,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\iphone7-screen.gif" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\iphone7-screen.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\iphone7-screen.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/iphone7-screen.jpg", "AssetKind": "All", @@ -21335,10 +21449,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\iphone7-screen.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\macbook.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\macbook.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/macbook.png", "AssetKind": "All", @@ -21354,10 +21468,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\macbook.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\multipages.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\multipages.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/multipages.jpg", "AssetKind": "All", @@ -21373,10 +21487,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\multipages.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\niche.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\niche.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/niche.jpg", "AssetKind": "All", @@ -21392,10 +21506,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\niche.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\onepages.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\onepages.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/onepages.jpg", "AssetKind": "All", @@ -21411,10 +21525,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\onepages.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\p-generator.mp4", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\p-generator.mp4", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/p-generator.mp4", "AssetKind": "All", @@ -21430,10 +21544,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\p-generator.mp4" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\p-generator.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\p-generator.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/p-generator.png", "AssetKind": "All", @@ -21449,10 +21563,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\p-generator.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\rev.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\rev.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/rev.jpg", "AssetKind": "All", @@ -21468,10 +21582,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\rev.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\rev.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\rev.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/rev.png", "AssetKind": "All", @@ -21487,10 +21601,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\rev.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\rev-intro.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\rev-intro.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/rev-intro.jpg", "AssetKind": "All", @@ -21506,10 +21620,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\rev-intro.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\rev-intro.webp", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\rev-intro.webp", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/rev-intro.webp", "AssetKind": "All", @@ -21525,10 +21639,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\rev-intro.webp" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\rev-slider.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\rev-slider.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/rev-slider.jpg", "AssetKind": "All", @@ -21544,10 +21658,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\rev-slider.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\video.gif", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\video.gif", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/video.gif", "AssetKind": "All", @@ -21563,10 +21677,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\video.gif" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\video-button.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\video-button.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/video-button.jpg", "AssetKind": "All", @@ -21582,10 +21696,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\video-button.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\youtube.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\youtube.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/new/youtube.jpg", "AssetKind": "All", @@ -21601,10 +21715,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\new\\youtube.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\agency.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\agency.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/agency.jpg", "AssetKind": "All", @@ -21620,10 +21734,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\agency.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\app-landing.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\app-landing.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/app-landing.jpg", "AssetKind": "All", @@ -21639,10 +21753,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\app-landing.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\articles.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\articles.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/articles.jpg", "AssetKind": "All", @@ -21658,10 +21772,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\articles.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\barber.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\barber.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/barber.jpg", "AssetKind": "All", @@ -21677,10 +21791,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\barber.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\bike.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\bike.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/bike.jpg", "AssetKind": "All", @@ -21696,10 +21810,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\bike.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\business.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\business.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/business.jpg", "AssetKind": "All", @@ -21715,10 +21829,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\business.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\car.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\car.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/car.jpg", "AssetKind": "All", @@ -21734,10 +21848,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\car.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\coffee.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\coffee.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/coffee.jpg", "AssetKind": "All", @@ -21753,10 +21867,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\coffee.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\coming-soon.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\coming-soon.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/coming-soon.jpg", "AssetKind": "All", @@ -21772,10 +21886,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\coming-soon.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\construction.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\construction.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/construction.jpg", "AssetKind": "All", @@ -21791,10 +21905,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\construction.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\course.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\course.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/course.jpg", "AssetKind": "All", @@ -21810,10 +21924,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\course.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\ecommerce.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\ecommerce.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/ecommerce.jpg", "AssetKind": "All", @@ -21829,10 +21943,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\ecommerce.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\gym.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\gym.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/gym.jpg", "AssetKind": "All", @@ -21848,10 +21962,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\gym.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\headphones.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\headphones.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/headphones.jpg", "AssetKind": "All", @@ -21867,10 +21981,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\headphones.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\horizontal-blog.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\horizontal-blog.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/horizontal-blog.jpg", "AssetKind": "All", @@ -21886,10 +22000,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\horizontal-blog.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\hosting.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\hosting.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/hosting.jpg", "AssetKind": "All", @@ -21905,10 +22019,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\hosting.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\interior-design.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\interior-design.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/interior-design.jpg", "AssetKind": "All", @@ -21924,10 +22038,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\interior-design.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\media-agency.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\media-agency.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/media-agency.jpg", "AssetKind": "All", @@ -21943,10 +22057,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\media-agency.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\medical.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\medical.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/medical.jpg", "AssetKind": "All", @@ -21962,10 +22076,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\medical.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\modern-blog.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\modern-blog.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/modern-blog.jpg", "AssetKind": "All", @@ -21981,10 +22095,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\modern-blog.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\music.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\music.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/music.jpg", "AssetKind": "All", @@ -22000,10 +22114,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\music.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\academic.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\academic.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/academic.jpg", "AssetKind": "All", @@ -22019,10 +22133,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\academic.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\agency.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\agency.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/agency.jpg", "AssetKind": "All", @@ -22038,10 +22152,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\agency.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\app-landing.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\app-landing.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/app-landing.jpg", "AssetKind": "All", @@ -22057,10 +22171,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\app-landing.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\article.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\article.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/article.jpg", "AssetKind": "All", @@ -22076,10 +22190,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\article.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\barber.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\barber.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/barber.jpg", "AssetKind": "All", @@ -22095,10 +22209,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\barber.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\beauty.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\beauty.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/beauty.jpg", "AssetKind": "All", @@ -22114,10 +22228,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\beauty.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\beauty-kit.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\beauty-kit.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/beauty-kit.jpg", "AssetKind": "All", @@ -22133,10 +22247,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\beauty-kit.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\bike.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\bike.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/bike.jpg", "AssetKind": "All", @@ -22152,10 +22266,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\bike.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\blog.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\blog.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/blog.jpg", "AssetKind": "All", @@ -22171,10 +22285,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\blog.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\burger.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\burger.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/burger.jpg", "AssetKind": "All", @@ -22190,10 +22304,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\burger.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\burger.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\burger.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/burger.png", "AssetKind": "All", @@ -22209,10 +22323,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\burger.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\business.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\business.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/business.jpg", "AssetKind": "All", @@ -22228,10 +22342,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\business.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\cafe.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\cafe.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/cafe.jpg", "AssetKind": "All", @@ -22247,10 +22361,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\cafe.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\car.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\car.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/car.jpg", "AssetKind": "All", @@ -22266,10 +22380,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\car.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\classic.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\classic.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/classic.jpg", "AssetKind": "All", @@ -22285,10 +22399,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\classic.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\cleaner.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\cleaner.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/cleaner.jpg", "AssetKind": "All", @@ -22304,10 +22418,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\cleaner.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\conference.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\conference.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/conference.jpg", "AssetKind": "All", @@ -22323,10 +22437,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\conference.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\construction.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\construction.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/construction.jpg", "AssetKind": "All", @@ -22342,10 +22456,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\construction.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\course.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\course.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/course.jpg", "AssetKind": "All", @@ -22361,10 +22475,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\course.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\covid-care.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\covid-care.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/covid-care.jpg", "AssetKind": "All", @@ -22380,10 +22494,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\covid-care.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\coworking.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\coworking.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/coworking.jpg", "AssetKind": "All", @@ -22399,10 +22513,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\coworking.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\crowdfunding.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\crowdfunding.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/crowdfunding.jpg", "AssetKind": "All", @@ -22418,10 +22532,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\crowdfunding.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\drone.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\drone.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/drone.jpg", "AssetKind": "All", @@ -22437,10 +22551,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\drone.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\ecommerce.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\ecommerce.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/ecommerce.jpg", "AssetKind": "All", @@ -22456,10 +22570,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\ecommerce.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\finance.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\finance.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/finance.jpg", "AssetKind": "All", @@ -22475,10 +22589,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\finance.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\football-club.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\football-club.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/football-club.jpg", "AssetKind": "All", @@ -22494,10 +22608,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\football-club.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\forum.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\forum.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/forum.jpg", "AssetKind": "All", @@ -22513,10 +22627,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\forum.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\freelancer.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\freelancer.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/freelancer.jpg", "AssetKind": "All", @@ -22532,10 +22646,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\freelancer.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\furniture.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\furniture.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/furniture.jpg", "AssetKind": "All", @@ -22551,10 +22665,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\furniture.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\gym.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\gym.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/gym.jpg", "AssetKind": "All", @@ -22570,10 +22684,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\gym.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\headphones.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\headphones.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/headphones.jpg", "AssetKind": "All", @@ -22589,10 +22703,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\headphones.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\home.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\home.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/home.jpg", "AssetKind": "All", @@ -22608,10 +22722,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\home.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\hostel.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\hostel.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/hostel.jpg", "AssetKind": "All", @@ -22627,10 +22741,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\hostel.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\hosting.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\hosting.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/hosting.jpg", "AssetKind": "All", @@ -22646,10 +22760,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\hosting.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\insurance.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\insurance.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/insurance.jpg", "AssetKind": "All", @@ -22665,10 +22779,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\insurance.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\integro.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\integro.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/integro.jpg", "AssetKind": "All", @@ -22684,10 +22798,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\integro.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\interior-design.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\interior-design.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/interior-design.jpg", "AssetKind": "All", @@ -22703,10 +22817,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\interior-design.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\jewellery.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\jewellery.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/jewellery.jpg", "AssetKind": "All", @@ -22722,10 +22836,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\jewellery.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\kindergarten.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\kindergarten.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/kindergarten.jpg", "AssetKind": "All", @@ -22741,10 +22855,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\kindergarten.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\landing.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\landing.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/landing.jpg", "AssetKind": "All", @@ -22760,10 +22874,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\landing.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\landing-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\landing-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/landing-2.jpg", "AssetKind": "All", @@ -22779,10 +22893,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\landing-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\law-firm.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\law-firm.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/law-firm.jpg", "AssetKind": "All", @@ -22798,10 +22912,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\law-firm.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\media-agency.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\media-agency.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/media-agency.jpg", "AssetKind": "All", @@ -22817,10 +22931,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\media-agency.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\medical.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\medical.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/medical.jpg", "AssetKind": "All", @@ -22836,10 +22950,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\medical.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\modern-blog.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\modern-blog.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/modern-blog.jpg", "AssetKind": "All", @@ -22855,10 +22969,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\modern-blog.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\more.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\more.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/more.jpg", "AssetKind": "All", @@ -22874,10 +22988,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\more.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\movers.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\movers.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/movers.jpg", "AssetKind": "All", @@ -22893,10 +23007,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\movers.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\music.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\music.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/music.jpg", "AssetKind": "All", @@ -22912,10 +23026,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\music.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\news.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\news.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/news.jpg", "AssetKind": "All", @@ -22931,10 +23045,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\news.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\nft.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\nft.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/nft.jpg", "AssetKind": "All", @@ -22950,10 +23064,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\nft.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\nonprofit.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\nonprofit.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/nonprofit.jpg", "AssetKind": "All", @@ -22969,10 +23083,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\nonprofit.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\pet.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\pet.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/pet.jpg", "AssetKind": "All", @@ -22988,10 +23102,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\pet.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\photographer.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\photographer.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/photographer.jpg", "AssetKind": "All", @@ -23007,10 +23121,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\photographer.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\photography.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\photography.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/photography.jpg", "AssetKind": "All", @@ -23026,10 +23140,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\photography.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\podcasts.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\podcasts.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/podcasts.jpg", "AssetKind": "All", @@ -23045,10 +23159,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\podcasts.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\portfolio.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\portfolio.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/portfolio.jpg", "AssetKind": "All", @@ -23064,10 +23178,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\portfolio.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\project.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\project.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/project.jpg", "AssetKind": "All", @@ -23083,10 +23197,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\project.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\real-estate.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\real-estate.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/real-estate.jpg", "AssetKind": "All", @@ -23102,10 +23216,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\real-estate.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\real-estate1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\real-estate1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/real-estate1.jpg", "AssetKind": "All", @@ -23121,10 +23235,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\real-estate1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\real-estate1-thumb.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\real-estate1-thumb.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/real-estate1-thumb.jpg", "AssetKind": "All", @@ -23140,10 +23254,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\real-estate1-thumb.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\real-estate2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\real-estate2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/real-estate2.jpg", "AssetKind": "All", @@ -23159,10 +23273,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\real-estate2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\real-estate2-thumb.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\real-estate2-thumb.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/real-estate2-thumb.jpg", "AssetKind": "All", @@ -23178,10 +23292,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\real-estate2-thumb.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\real-estate3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\real-estate3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/real-estate3.jpg", "AssetKind": "All", @@ -23197,10 +23311,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\real-estate3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\real-estate3-thumb.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\real-estate3-thumb.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/real-estate3-thumb.jpg", "AssetKind": "All", @@ -23216,10 +23330,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\real-estate3-thumb.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\recipes.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\recipes.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/recipes.jpg", "AssetKind": "All", @@ -23235,10 +23349,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\recipes.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\restaurant.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\restaurant.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/restaurant.jpg", "AssetKind": "All", @@ -23254,10 +23368,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\restaurant.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\resume.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\resume.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/resume.jpg", "AssetKind": "All", @@ -23273,10 +23387,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\resume.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\saas.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\saas.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/saas.jpg", "AssetKind": "All", @@ -23292,10 +23406,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\saas.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\saas-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\saas-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/saas-2.jpg", "AssetKind": "All", @@ -23311,10 +23425,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\saas-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\seo.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\seo.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/seo.jpg", "AssetKind": "All", @@ -23330,10 +23444,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\seo.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\shop.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\shop.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/shop.jpg", "AssetKind": "All", @@ -23349,10 +23463,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\shop.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\shop-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\shop-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/shop-2.jpg", "AssetKind": "All", @@ -23368,10 +23482,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\shop-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\skincare.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\skincare.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/skincare.jpg", "AssetKind": "All", @@ -23387,10 +23501,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\skincare.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\spa.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\spa.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/spa.jpg", "AssetKind": "All", @@ -23406,10 +23520,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\spa.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\speaker.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\speaker.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/speaker.jpg", "AssetKind": "All", @@ -23425,10 +23539,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\speaker.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\store.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\store.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/store.jpg", "AssetKind": "All", @@ -23444,10 +23558,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\store.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\supplements.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\supplements.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/supplements.jpg", "AssetKind": "All", @@ -23463,10 +23577,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\supplements.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\therapy.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\therapy.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/therapy.jpg", "AssetKind": "All", @@ -23482,10 +23596,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\therapy.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\travel.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\travel.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/travel.jpg", "AssetKind": "All", @@ -23501,10 +23615,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\travel.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\videographer.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\videographer.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/videographer.jpg", "AssetKind": "All", @@ -23520,10 +23634,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\videographer.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\wine.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\wine.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/wine.jpg", "AssetKind": "All", @@ -23539,10 +23653,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\wine.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\writer.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\writer.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/writer.jpg", "AssetKind": "All", @@ -23558,10 +23672,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\writer.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\xmas.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\xmas.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/xmas.jpg", "AssetKind": "All", @@ -23577,10 +23691,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\xmas.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\yoga.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\yoga.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/new/yoga.jpg", "AssetKind": "All", @@ -23596,10 +23710,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\new\\yoga.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\news.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\news.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/news.jpg", "AssetKind": "All", @@ -23615,10 +23729,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\news.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\pet.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\pet.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/pet.jpg", "AssetKind": "All", @@ -23634,10 +23748,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\pet.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\photographer.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\photographer.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/photographer.jpg", "AssetKind": "All", @@ -23653,10 +23767,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\photographer.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\photography.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\photography.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/photography.jpg", "AssetKind": "All", @@ -23672,10 +23786,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\photography.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\photography1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\photography1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/photography1.jpg", "AssetKind": "All", @@ -23691,10 +23805,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\photography1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\photography1.psd", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\photography1.psd", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/photography1.psd", "AssetKind": "All", @@ -23710,10 +23824,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\photography1.psd" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\real-estate\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\real-estate\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/real-estate/1.jpg", "AssetKind": "All", @@ -23729,10 +23843,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\real-estate\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\real-estate\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\real-estate\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/real-estate/2.jpg", "AssetKind": "All", @@ -23748,10 +23862,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\real-estate\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\real-estate\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\real-estate\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/real-estate/3.jpg", "AssetKind": "All", @@ -23767,10 +23881,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\real-estate\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\restaurant.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\restaurant.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/restaurant.jpg", "AssetKind": "All", @@ -23786,10 +23900,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\restaurant.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\resume.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\resume.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/resume.jpg", "AssetKind": "All", @@ -23805,10 +23919,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\resume.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\seo.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\seo.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/seo.jpg", "AssetKind": "All", @@ -23824,10 +23938,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\seo.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\shop.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\shop.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/shop.jpg", "AssetKind": "All", @@ -23843,10 +23957,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\shop.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\spa.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\spa.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/spa.jpg", "AssetKind": "All", @@ -23862,10 +23976,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\spa.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\travel.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\travel.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/travel.jpg", "AssetKind": "All", @@ -23881,10 +23995,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\travel.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\writer.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\writer.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/writer.jpg", "AssetKind": "All", @@ -23900,10 +24014,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\writer.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\xmas.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\xmas.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/niche/xmas.jpg", "AssetKind": "All", @@ -23919,10 +24033,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\niche\\xmas.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\apartment.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\apartment.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/apartment.jpg", "AssetKind": "All", @@ -23938,10 +24052,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\apartment.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\articles.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\articles.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/articles.jpg", "AssetKind": "All", @@ -23957,10 +24071,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\articles.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\designer.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\designer.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/designer.jpg", "AssetKind": "All", @@ -23976,10 +24090,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\designer.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\developer.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\developer.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/developer.jpg", "AssetKind": "All", @@ -23995,10 +24109,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\developer.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\frame.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\frame.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/frame.jpg", "AssetKind": "All", @@ -24014,10 +24128,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\frame.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage1.jpg", "AssetKind": "All", @@ -24033,10 +24147,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage10.jpg", "AssetKind": "All", @@ -24052,10 +24166,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage11.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage11.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage11.jpg", "AssetKind": "All", @@ -24071,10 +24185,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage11.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage12.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage12.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage12.jpg", "AssetKind": "All", @@ -24090,10 +24204,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage12.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage13.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage13.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage13.jpg", "AssetKind": "All", @@ -24109,10 +24223,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage13.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage14.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage14.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage14.jpg", "AssetKind": "All", @@ -24128,10 +24242,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage14.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage15.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage15.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage15.jpg", "AssetKind": "All", @@ -24147,10 +24261,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage15.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage16.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage16.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage16.jpg", "AssetKind": "All", @@ -24166,10 +24280,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage16.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage17.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage17.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage17.jpg", "AssetKind": "All", @@ -24185,10 +24299,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage17.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage18.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage18.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage18.jpg", "AssetKind": "All", @@ -24204,10 +24318,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage18.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage19.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage19.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage19.jpg", "AssetKind": "All", @@ -24223,10 +24337,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage19.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage2.jpg", "AssetKind": "All", @@ -24242,10 +24356,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage20.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage20.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage20.jpg", "AssetKind": "All", @@ -24261,10 +24375,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage20.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage21.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage21.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage21.jpg", "AssetKind": "All", @@ -24280,10 +24394,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage21.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage22.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage22.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage22.jpg", "AssetKind": "All", @@ -24299,10 +24413,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage22.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage23.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage23.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage23.jpg", "AssetKind": "All", @@ -24318,10 +24432,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage23.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage24.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage24.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage24.jpg", "AssetKind": "All", @@ -24337,10 +24451,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage24.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage25.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage25.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage25.jpg", "AssetKind": "All", @@ -24356,10 +24470,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage25.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage26.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage26.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage26.jpg", "AssetKind": "All", @@ -24375,10 +24489,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage26.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage27.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage27.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage27.jpg", "AssetKind": "All", @@ -24394,10 +24508,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage27.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage28.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage28.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage28.jpg", "AssetKind": "All", @@ -24413,10 +24527,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage28.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage29.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage29.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage29.jpg", "AssetKind": "All", @@ -24432,10 +24546,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage29.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage3.jpg", "AssetKind": "All", @@ -24451,10 +24565,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage30.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage30.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage30.jpg", "AssetKind": "All", @@ -24470,10 +24584,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage30.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage31.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage31.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage31.jpg", "AssetKind": "All", @@ -24489,10 +24603,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage31.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage32.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage32.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage32.jpg", "AssetKind": "All", @@ -24508,10 +24622,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage32.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage33.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage33.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage33.jpg", "AssetKind": "All", @@ -24527,10 +24641,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage33.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage34.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage34.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage34.jpg", "AssetKind": "All", @@ -24546,10 +24660,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage34.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage35.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage35.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage35.jpg", "AssetKind": "All", @@ -24565,10 +24679,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage35.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage36.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage36.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage36.jpg", "AssetKind": "All", @@ -24584,10 +24698,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage36.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage37.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage37.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage37.jpg", "AssetKind": "All", @@ -24603,10 +24717,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage37.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage38.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage38.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage38.jpg", "AssetKind": "All", @@ -24622,10 +24736,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage38.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage39.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage39.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage39.jpg", "AssetKind": "All", @@ -24641,10 +24755,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage39.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage4.jpg", "AssetKind": "All", @@ -24660,10 +24774,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage40.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage40.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage40.jpg", "AssetKind": "All", @@ -24679,10 +24793,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage40.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage41.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage41.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage41.jpg", "AssetKind": "All", @@ -24698,10 +24812,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage41.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage42.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage42.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage42.jpg", "AssetKind": "All", @@ -24717,10 +24831,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage42.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage43.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage43.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage43.jpg", "AssetKind": "All", @@ -24736,10 +24850,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage43.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage44.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage44.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage44.jpg", "AssetKind": "All", @@ -24755,10 +24869,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage44.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage45.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage45.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage45.jpg", "AssetKind": "All", @@ -24774,10 +24888,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage45.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage5.jpg", "AssetKind": "All", @@ -24793,10 +24907,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage6.jpg", "AssetKind": "All", @@ -24812,10 +24926,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage7.jpg", "AssetKind": "All", @@ -24831,10 +24945,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage8.jpg", "AssetKind": "All", @@ -24850,10 +24964,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/homepage9.jpg", "AssetKind": "All", @@ -24869,10 +24983,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\homepage9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\interior.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\interior.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/interior.jpg", "AssetKind": "All", @@ -24888,10 +25002,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\interior.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\outdoors.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\outdoors.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/outdoors.jpg", "AssetKind": "All", @@ -24907,10 +25021,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\outdoors.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\parallax.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\parallax.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/parallax.jpg", "AssetKind": "All", @@ -24926,10 +25040,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\parallax.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\pet.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\pet.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/pet.jpg", "AssetKind": "All", @@ -24945,10 +25059,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\pet.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\plan-subscription.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\plan-subscription.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/plan-subscription.jpg", "AssetKind": "All", @@ -24964,10 +25078,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\plan-subscription.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\portrait.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\portrait.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/portrait.jpg", "AssetKind": "All", @@ -24983,10 +25097,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\portrait.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\product-showcase.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\product-showcase.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/product-showcase.jpg", "AssetKind": "All", @@ -25002,10 +25116,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\product-showcase.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\subscription.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\subscription.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/subscription.jpg", "AssetKind": "All", @@ -25021,10 +25135,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\subscription.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\tourism.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\tourism.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/tourism.jpg", "AssetKind": "All", @@ -25040,10 +25154,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\tourism.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\watch.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\watch.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/watch.jpg", "AssetKind": "All", @@ -25059,10 +25173,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\watch.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\yoga.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\yoga.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/onepage/yoga.jpg", "AssetKind": "All", @@ -25078,10 +25192,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\onepage\\yoga.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\blogs\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\blogs\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/blogs/1.jpg", "AssetKind": "All", @@ -25097,10 +25211,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\blogs\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\blogs\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\blogs\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/blogs/2.jpg", "AssetKind": "All", @@ -25116,10 +25230,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\blogs\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\blogs\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\blogs\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/blogs/3.jpg", "AssetKind": "All", @@ -25135,10 +25249,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\blogs\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\ajax.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\ajax.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/ajax.png", "AssetKind": "All", @@ -25154,10 +25268,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\ajax.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\alternate-logo.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\alternate-logo.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/alternate-logo.png", "AssetKind": "All", @@ -25173,10 +25287,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\alternate-logo.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\bootstrap4.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\bootstrap4.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/bootstrap4.png", "AssetKind": "All", @@ -25192,10 +25306,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\bootstrap4.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\charts.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\charts.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/charts.png", "AssetKind": "All", @@ -25211,10 +25325,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\charts.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\color.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\color.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/color.png", "AssetKind": "All", @@ -25230,10 +25344,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\color.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\dark.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\dark.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/dark.png", "AssetKind": "All", @@ -25249,10 +25363,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\dark.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\documentation.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\documentation.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/documentation.png", "AssetKind": "All", @@ -25268,10 +25382,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\documentation.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\ecommerce.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\ecommerce.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/ecommerce.png", "AssetKind": "All", @@ -25287,10 +25401,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\ecommerce.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\event-calendar.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\event-calendar.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/event-calendar.png", "AssetKind": "All", @@ -25306,10 +25420,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\event-calendar.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\font.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\font.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/font.png", "AssetKind": "All", @@ -25325,10 +25439,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\font.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\footer.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\footer.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/footer.png", "AssetKind": "All", @@ -25344,10 +25458,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\footer.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\headers.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\headers.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/headers.png", "AssetKind": "All", @@ -25363,10 +25477,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\headers.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\less.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\less.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/less.png", "AssetKind": "All", @@ -25382,10 +25496,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\less.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\lightbox.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\lightbox.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/lightbox.png", "AssetKind": "All", @@ -25401,10 +25515,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\lightbox.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\loader.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\loader.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/loader.png", "AssetKind": "All", @@ -25420,10 +25534,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\loader.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\megamenu.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\megamenu.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/megamenu.png", "AssetKind": "All", @@ -25439,10 +25553,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\megamenu.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\menu.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\menu.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/menu.png", "AssetKind": "All", @@ -25458,10 +25572,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\menu.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\modal.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\modal.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/modal.png", "AssetKind": "All", @@ -25477,10 +25591,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\modal.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\parallax.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\parallax.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/parallax.png", "AssetKind": "All", @@ -25496,10 +25610,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\parallax.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\plugins.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\plugins.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/plugins.png", "AssetKind": "All", @@ -25515,10 +25629,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\plugins.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\psd.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\psd.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/psd.png", "AssetKind": "All", @@ -25534,10 +25648,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\psd.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\range-slider.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\range-slider.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/range-slider.png", "AssetKind": "All", @@ -25553,10 +25667,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\range-slider.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\responsive.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\responsive.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/responsive.png", "AssetKind": "All", @@ -25572,10 +25686,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\responsive.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\retina.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\retina.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/retina.png", "AssetKind": "All", @@ -25591,10 +25705,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\retina.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\rtl.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\rtl.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/rtl.png", "AssetKind": "All", @@ -25610,10 +25724,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\rtl.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\seo.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\seo.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/seo.png", "AssetKind": "All", @@ -25629,10 +25743,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\seo.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\side-panel.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\side-panel.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/side-panel.png", "AssetKind": "All", @@ -25648,10 +25762,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\side-panel.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\sliders.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\sliders.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/sliders.png", "AssetKind": "All", @@ -25667,10 +25781,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\sliders.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\sticky-sidebar.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\sticky-sidebar.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/sticky-sidebar.png", "AssetKind": "All", @@ -25686,10 +25800,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\sticky-sidebar.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\templates.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\templates.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/templates.png", "AssetKind": "All", @@ -25705,10 +25819,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\templates.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\updates.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\updates.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/updates.png", "AssetKind": "All", @@ -25724,10 +25838,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\updates.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\videos.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\videos.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/videos.png", "AssetKind": "All", @@ -25743,10 +25857,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\videos.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\wide-boxed.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\wide-boxed.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/wide-boxed.png", "AssetKind": "All", @@ -25762,10 +25876,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\wide-boxed.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\widgets.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\widgets.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/features/widgets.png", "AssetKind": "All", @@ -25781,10 +25895,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\features\\widgets.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\1.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\1.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/headers/1.png", "AssetKind": "All", @@ -25800,10 +25914,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\headers\\1.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\10.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\10.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/headers/10.png", "AssetKind": "All", @@ -25819,10 +25933,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\headers\\10.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\11.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\11.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/headers/11.png", "AssetKind": "All", @@ -25838,10 +25952,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\headers\\11.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\12.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\12.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/headers/12.png", "AssetKind": "All", @@ -25857,10 +25971,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\headers\\12.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\13.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\13.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/headers/13.png", "AssetKind": "All", @@ -25876,10 +25990,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\headers\\13.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\14.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\14.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/headers/14.png", "AssetKind": "All", @@ -25895,10 +26009,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\headers\\14.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\15.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\15.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/headers/15.png", "AssetKind": "All", @@ -25914,10 +26028,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\headers\\15.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\16.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\16.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/headers/16.png", "AssetKind": "All", @@ -25933,10 +26047,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\headers\\16.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\17.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\17.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/headers/17.png", "AssetKind": "All", @@ -25952,10 +26066,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\headers\\17.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\18.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\18.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/headers/18.png", "AssetKind": "All", @@ -25971,10 +26085,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\headers\\18.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\2.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\2.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/headers/2.png", "AssetKind": "All", @@ -25990,10 +26104,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\headers\\2.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\20.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\20.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/headers/20.png", "AssetKind": "All", @@ -26009,10 +26123,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\headers\\20.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\21.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\21.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/headers/21.png", "AssetKind": "All", @@ -26028,10 +26142,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\headers\\21.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\22.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\22.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/headers/22.png", "AssetKind": "All", @@ -26047,10 +26161,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\headers\\22.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\23.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\23.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/headers/23.png", "AssetKind": "All", @@ -26066,10 +26180,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\headers\\23.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\24.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\24.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/headers/24.png", "AssetKind": "All", @@ -26085,10 +26199,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\headers\\24.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\25.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\25.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/headers/25.png", "AssetKind": "All", @@ -26104,10 +26218,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\headers\\25.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\26.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\26.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/headers/26.png", "AssetKind": "All", @@ -26123,10 +26237,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\headers\\26.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\27.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\27.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/headers/27.png", "AssetKind": "All", @@ -26142,10 +26256,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\headers\\27.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\28.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\28.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/headers/28.png", "AssetKind": "All", @@ -26161,10 +26275,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\headers\\28.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\29.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\29.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/headers/29.png", "AssetKind": "All", @@ -26180,10 +26294,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\headers\\29.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\3.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\3.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/headers/3.png", "AssetKind": "All", @@ -26199,10 +26313,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\headers\\3.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\4.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\4.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/headers/4.png", "AssetKind": "All", @@ -26218,10 +26332,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\headers\\4.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\5.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\5.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/headers/5.png", "AssetKind": "All", @@ -26237,10 +26351,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\headers\\5.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\6.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\6.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/headers/6.png", "AssetKind": "All", @@ -26256,10 +26370,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\headers\\6.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\7.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\7.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/headers/7.png", "AssetKind": "All", @@ -26275,10 +26389,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\headers\\7.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\8.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\8.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/headers/8.png", "AssetKind": "All", @@ -26294,10 +26408,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\headers\\8.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\9.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\9.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/headers/9.png", "AssetKind": "All", @@ -26313,10 +26427,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\headers\\9.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\portfolio\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\portfolio\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/portfolio/1.jpg", "AssetKind": "All", @@ -26332,10 +26446,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\portfolio\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\portfolio\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\portfolio\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/portfolio/2.jpg", "AssetKind": "All", @@ -26351,10 +26465,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\portfolio\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\portfolio\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\portfolio\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/portfolio/3.jpg", "AssetKind": "All", @@ -26370,10 +26484,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\portfolio\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\portfolio\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\portfolio\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/portfolio/4.jpg", "AssetKind": "All", @@ -26389,10 +26503,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\portfolio\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\portfolio\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\portfolio\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/portfolio/5.jpg", "AssetKind": "All", @@ -26408,10 +26522,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\portfolio\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\portfolio\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\portfolio\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/portfolio/6.jpg", "AssetKind": "All", @@ -26427,10 +26541,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\portfolio\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\portfolio\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\portfolio\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/portfolio/7.jpg", "AssetKind": "All", @@ -26446,10 +26560,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\portfolio\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\portfolio\\bg.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\portfolio\\bg.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/portfolio/bg.jpg", "AssetKind": "All", @@ -26465,10 +26579,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\portfolio\\bg.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shops\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shops\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shops/1.jpg", "AssetKind": "All", @@ -26484,10 +26598,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shops\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shops\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shops\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shops/2.jpg", "AssetKind": "All", @@ -26503,10 +26617,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shops\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shops\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shops\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shops/3.jpg", "AssetKind": "All", @@ -26522,10 +26636,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shops\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\alertboxes.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\alertboxes.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/alertboxes.png", "AssetKind": "All", @@ -26541,10 +26655,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\alertboxes.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\animation.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\animation.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/animation.png", "AssetKind": "All", @@ -26560,10 +26674,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\animation.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\blockquotes.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\blockquotes.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/blockquotes.png", "AssetKind": "All", @@ -26579,10 +26693,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\blockquotes.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\button.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\button.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/button.png", "AssetKind": "All", @@ -26598,10 +26712,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\button.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\calltoaction.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\calltoaction.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/calltoaction.png", "AssetKind": "All", @@ -26617,10 +26731,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\calltoaction.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\carousel.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\carousel.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/carousel.png", "AssetKind": "All", @@ -26636,10 +26750,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\carousel.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\chart.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\chart.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/chart.png", "AssetKind": "All", @@ -26655,10 +26769,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\chart.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\clients.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\clients.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/clients.png", "AssetKind": "All", @@ -26674,10 +26788,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\clients.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\columns.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\columns.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/columns.png", "AssetKind": "All", @@ -26693,10 +26807,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\columns.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\counters.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\counters.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/counters.png", "AssetKind": "All", @@ -26712,10 +26826,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\counters.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\datepicker.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\datepicker.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/datepicker.png", "AssetKind": "All", @@ -26731,10 +26845,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\datepicker.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\dividers.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\dividers.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/dividers.png", "AssetKind": "All", @@ -26750,10 +26864,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\dividers.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\dribbble.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\dribbble.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/dribbble.png", "AssetKind": "All", @@ -26769,10 +26883,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\dribbble.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\event-calendar.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\event-calendar.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/event-calendar.png", "AssetKind": "All", @@ -26788,10 +26902,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\event-calendar.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\faqs.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\faqs.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/faqs.png", "AssetKind": "All", @@ -26807,10 +26921,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\faqs.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\fileupload.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\fileupload.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/fileupload.png", "AssetKind": "All", @@ -26826,10 +26940,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\fileupload.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\flipcard.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\flipcard.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/flipcard.png", "AssetKind": "All", @@ -26845,10 +26959,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\flipcard.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\forms.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\forms.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/forms.png", "AssetKind": "All", @@ -26864,10 +26978,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\forms.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\galleries.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\galleries.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/galleries.png", "AssetKind": "All", @@ -26883,10 +26997,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\galleries.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\google-fonts.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\google-fonts.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/google-fonts.png", "AssetKind": "All", @@ -26902,10 +27016,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\google-fonts.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\headings.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\headings.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/headings.png", "AssetKind": "All", @@ -26921,10 +27035,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\headings.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\icons.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\icons.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/icons.png", "AssetKind": "All", @@ -26940,10 +27054,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\icons.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\icons8-close_all_tabs.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\icons8-close_all_tabs.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/icons8-close_all_tabs.png", "AssetKind": "All", @@ -26959,10 +27073,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\icons8-close_all_tabs.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\image-hotspot.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\image-hotspot.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/image-hotspot.png", "AssetKind": "All", @@ -26978,10 +27092,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\image-hotspot.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\infobox.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\infobox.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/infobox.png", "AssetKind": "All", @@ -26997,10 +27111,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\infobox.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\instagram.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\instagram.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/instagram.png", "AssetKind": "All", @@ -27016,10 +27130,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\instagram.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\labels.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\labels.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/labels.png", "AssetKind": "All", @@ -27035,10 +27149,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\labels.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\lightbox.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\lightbox.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/lightbox.png", "AssetKind": "All", @@ -27054,10 +27168,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\lightbox.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\map.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\map.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/map.png", "AssetKind": "All", @@ -27073,10 +27187,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\map.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\mediaembed.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\mediaembed.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/mediaembed.png", "AssetKind": "All", @@ -27092,10 +27206,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\mediaembed.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\modal.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\modal.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/modal.png", "AssetKind": "All", @@ -27111,10 +27225,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\modal.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\navigation.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\navigation.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/navigation.png", "AssetKind": "All", @@ -27130,10 +27244,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\navigation.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\pagination.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\pagination.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/pagination.png", "AssetKind": "All", @@ -27149,10 +27263,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\pagination.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\parallax.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\parallax.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/parallax.png", "AssetKind": "All", @@ -27168,10 +27282,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\parallax.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\pie.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\pie.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/pie.png", "AssetKind": "All", @@ -27187,10 +27301,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\pie.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\portfolio.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\portfolio.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/portfolio.png", "AssetKind": "All", @@ -27206,10 +27320,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\portfolio.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\posts.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\posts.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/posts.png", "AssetKind": "All", @@ -27225,10 +27339,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\posts.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\price-calculator.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\price-calculator.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/price-calculator.png", "AssetKind": "All", @@ -27244,10 +27358,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\price-calculator.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\pricing.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\pricing.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/pricing.png", "AssetKind": "All", @@ -27263,10 +27377,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\pricing.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\process-steps.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\process-steps.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/process-steps.png", "AssetKind": "All", @@ -27282,10 +27396,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\process-steps.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\progress-bars.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\progress-bars.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/progress-bars.png", "AssetKind": "All", @@ -27301,10 +27415,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\progress-bars.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\promo.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\promo.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/promo.png", "AssetKind": "All", @@ -27320,10 +27434,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\promo.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\range.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\range.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/range.png", "AssetKind": "All", @@ -27339,10 +27453,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\range.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\rating.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\rating.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/rating.png", "AssetKind": "All", @@ -27358,10 +27472,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\rating.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\responsive.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\responsive.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/responsive.png", "AssetKind": "All", @@ -27377,10 +27491,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\responsive.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\sections.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\sections.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/sections.png", "AssetKind": "All", @@ -27396,10 +27510,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\sections.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\selectboxes.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\selectboxes.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/selectboxes.png", "AssetKind": "All", @@ -27415,10 +27529,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\selectboxes.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\selectpicker.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\selectpicker.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/selectpicker.png", "AssetKind": "All", @@ -27434,10 +27548,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\selectpicker.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\shop-product.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\shop-product.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/shop-product.png", "AssetKind": "All", @@ -27453,10 +27567,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\shop-product.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\side-panel.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\side-panel.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/side-panel.png", "AssetKind": "All", @@ -27472,10 +27586,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\side-panel.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\social.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\social.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/social.png", "AssetKind": "All", @@ -27491,10 +27605,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\social.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\sticky-element.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\sticky-element.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/sticky-element.png", "AssetKind": "All", @@ -27510,10 +27624,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\sticky-element.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\submenu.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\submenu.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/submenu.png", "AssetKind": "All", @@ -27529,10 +27643,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\submenu.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\switches.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\switches.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/switches.png", "AssetKind": "All", @@ -27548,10 +27662,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\switches.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\tables.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\tables.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/tables.png", "AssetKind": "All", @@ -27567,10 +27681,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\tables.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\tabs.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\tabs.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/tabs.png", "AssetKind": "All", @@ -27586,10 +27700,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\tabs.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\testimonials.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\testimonials.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/testimonials.png", "AssetKind": "All", @@ -27605,10 +27719,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\testimonials.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\text-rotator.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\text-rotator.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/text-rotator.png", "AssetKind": "All", @@ -27624,10 +27738,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\text-rotator.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\tooltip.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\tooltip.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/tooltip.png", "AssetKind": "All", @@ -27643,10 +27757,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\tooltip.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\twitter.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\twitter.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/twitter.png", "AssetKind": "All", @@ -27662,10 +27776,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\twitter.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\videos.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\videos.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/targets/shortcodes/videos.png", "AssetKind": "All", @@ -27681,10 +27795,10 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\targets\\shortcodes\\videos.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\templates-mega-menu.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\templates-mega-menu.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/intro/templates-mega-menu.jpg", "AssetKind": "All", @@ -27700,10 +27814,29 @@ "OriginalItemSpec": "wwwroot\\images\\intro\\templates-mega-menu.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\landing\\bootstrap.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\km_logo.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", + "BasePath": "_content/KeymailSpecials2", + "RelativePath": "images/km_logo.png", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "AssetMergeBehavior": "PreferTarget", + "AssetMergeSource": "", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\images\\km_logo.png" + }, + { + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\landing\\bootstrap.png", + "SourceId": "KeymailSpecials2", + "SourceType": "Discovered", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/landing/bootstrap.png", "AssetKind": "All", @@ -27719,10 +27852,10 @@ "OriginalItemSpec": "wwwroot\\images\\landing\\bootstrap.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\landing\\device1.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\landing\\device1.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/landing/device1.png", "AssetKind": "All", @@ -27738,10 +27871,10 @@ "OriginalItemSpec": "wwwroot\\images\\landing\\device1.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\landing\\device2.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\landing\\device2.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/landing/device2.png", "AssetKind": "All", @@ -27757,10 +27890,10 @@ "OriginalItemSpec": "wwwroot\\images\\landing\\device2.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\landing\\device3.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\landing\\device3.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/landing/device3.png", "AssetKind": "All", @@ -27776,10 +27909,10 @@ "OriginalItemSpec": "wwwroot\\images\\landing\\device3.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\landing\\landing1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\landing\\landing1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/landing/landing1.jpg", "AssetKind": "All", @@ -27795,10 +27928,10 @@ "OriginalItemSpec": "wwwroot\\images\\landing\\landing1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\landing\\landing2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\landing\\landing2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/landing/landing2.jpg", "AssetKind": "All", @@ -27814,10 +27947,10 @@ "OriginalItemSpec": "wwwroot\\images\\landing\\landing2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\landing\\responsive.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\landing\\responsive.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/landing/responsive.png", "AssetKind": "All", @@ -27833,10 +27966,10 @@ "OriginalItemSpec": "wwwroot\\images\\landing\\responsive.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\landing\\static.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\landing\\static.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/landing/static.jpg", "AssetKind": "All", @@ -27852,10 +27985,10 @@ "OriginalItemSpec": "wwwroot\\images\\landing\\static.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/lightbox/1.jpg", "AssetKind": "All", @@ -27871,10 +28004,10 @@ "OriginalItemSpec": "wwwroot\\images\\lightbox\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/lightbox/10.jpg", "AssetKind": "All", @@ -27890,10 +28023,10 @@ "OriginalItemSpec": "wwwroot\\images\\lightbox\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\11.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\11.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/lightbox/11.jpg", "AssetKind": "All", @@ -27909,10 +28042,10 @@ "OriginalItemSpec": "wwwroot\\images\\lightbox\\11.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\12.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\12.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/lightbox/12.jpg", "AssetKind": "All", @@ -27928,10 +28061,10 @@ "OriginalItemSpec": "wwwroot\\images\\lightbox\\12.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\13.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\13.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/lightbox/13.jpg", "AssetKind": "All", @@ -27947,10 +28080,10 @@ "OriginalItemSpec": "wwwroot\\images\\lightbox\\13.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\14.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\14.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/lightbox/14.jpg", "AssetKind": "All", @@ -27966,10 +28099,10 @@ "OriginalItemSpec": "wwwroot\\images\\lightbox\\14.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/lightbox/2.jpg", "AssetKind": "All", @@ -27985,10 +28118,10 @@ "OriginalItemSpec": "wwwroot\\images\\lightbox\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/lightbox/3.jpg", "AssetKind": "All", @@ -28004,10 +28137,10 @@ "OriginalItemSpec": "wwwroot\\images\\lightbox\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/lightbox/4.jpg", "AssetKind": "All", @@ -28023,10 +28156,10 @@ "OriginalItemSpec": "wwwroot\\images\\lightbox\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/lightbox/5.jpg", "AssetKind": "All", @@ -28042,10 +28175,10 @@ "OriginalItemSpec": "wwwroot\\images\\lightbox\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/lightbox/6.jpg", "AssetKind": "All", @@ -28061,10 +28194,10 @@ "OriginalItemSpec": "wwwroot\\images\\lightbox\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/lightbox/7.jpg", "AssetKind": "All", @@ -28080,10 +28213,10 @@ "OriginalItemSpec": "wwwroot\\images\\lightbox\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/lightbox/8.jpg", "AssetKind": "All", @@ -28099,10 +28232,10 @@ "OriginalItemSpec": "wwwroot\\images\\lightbox\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/lightbox/9.jpg", "AssetKind": "All", @@ -28118,10 +28251,10 @@ "OriginalItemSpec": "wwwroot\\images\\lightbox\\9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/lightbox/full/1.jpg", "AssetKind": "All", @@ -28137,10 +28270,10 @@ "OriginalItemSpec": "wwwroot\\images\\lightbox\\full\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/lightbox/full/10.jpg", "AssetKind": "All", @@ -28156,10 +28289,10 @@ "OriginalItemSpec": "wwwroot\\images\\lightbox\\full\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\11.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\11.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/lightbox/full/11.jpg", "AssetKind": "All", @@ -28175,10 +28308,10 @@ "OriginalItemSpec": "wwwroot\\images\\lightbox\\full\\11.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\12.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\12.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/lightbox/full/12.jpg", "AssetKind": "All", @@ -28194,10 +28327,10 @@ "OriginalItemSpec": "wwwroot\\images\\lightbox\\full\\12.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\13.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\13.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/lightbox/full/13.jpg", "AssetKind": "All", @@ -28213,10 +28346,10 @@ "OriginalItemSpec": "wwwroot\\images\\lightbox\\full\\13.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\14.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\14.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/lightbox/full/14.jpg", "AssetKind": "All", @@ -28232,10 +28365,10 @@ "OriginalItemSpec": "wwwroot\\images\\lightbox\\full\\14.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/lightbox/full/2.jpg", "AssetKind": "All", @@ -28251,10 +28384,10 @@ "OriginalItemSpec": "wwwroot\\images\\lightbox\\full\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/lightbox/full/3.jpg", "AssetKind": "All", @@ -28270,10 +28403,10 @@ "OriginalItemSpec": "wwwroot\\images\\lightbox\\full\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/lightbox/full/4.jpg", "AssetKind": "All", @@ -28289,10 +28422,10 @@ "OriginalItemSpec": "wwwroot\\images\\lightbox\\full\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/lightbox/full/5.jpg", "AssetKind": "All", @@ -28308,10 +28441,10 @@ "OriginalItemSpec": "wwwroot\\images\\lightbox\\full\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/lightbox/full/6.jpg", "AssetKind": "All", @@ -28327,10 +28460,10 @@ "OriginalItemSpec": "wwwroot\\images\\lightbox\\full\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/lightbox/full/7.jpg", "AssetKind": "All", @@ -28346,10 +28479,10 @@ "OriginalItemSpec": "wwwroot\\images\\lightbox\\full\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/lightbox/full/8.jpg", "AssetKind": "All", @@ -28365,10 +28498,10 @@ "OriginalItemSpec": "wwwroot\\images\\lightbox\\full\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/lightbox/full/9.jpg", "AssetKind": "All", @@ -28384,10 +28517,10 @@ "OriginalItemSpec": "wwwroot\\images\\lightbox\\full\\9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\loader-image.gif", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\loader-image.gif", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/loader-image.gif", "AssetKind": "All", @@ -28403,29 +28536,10 @@ "OriginalItemSpec": "wwwroot\\images\\loader-image.gif" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\logo.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logo@2x.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", - "BasePath": "_content/KeymailSpecials2", - "RelativePath": "images/logo.png", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\images\\logo.png" - }, - { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\logo@2x.png", - "SourceId": "KeymailSpecials2", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/logo@2x.png", "AssetKind": "All", @@ -28441,10 +28555,10 @@ "OriginalItemSpec": "wwwroot\\images\\logo@2x.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\logo-dark.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logo-dark.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/logo-dark.png", "AssetKind": "All", @@ -28460,10 +28574,10 @@ "OriginalItemSpec": "wwwroot\\images\\logo-dark.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\logo-dark@2x.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logo-dark@2x.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/logo-dark@2x.png", "AssetKind": "All", @@ -28479,10 +28593,10 @@ "OriginalItemSpec": "wwwroot\\images\\logo-dark@2x.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\logo-resto.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logo-resto.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/logo-resto.png", "AssetKind": "All", @@ -28498,10 +28612,10 @@ "OriginalItemSpec": "wwwroot\\images\\logo-resto.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\logo-resto@2x.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logo-resto@2x.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/logo-resto@2x.png", "AssetKind": "All", @@ -28517,10 +28631,10 @@ "OriginalItemSpec": "wwwroot\\images\\logo-resto@2x.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\logo-resto-dark.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logo-resto-dark.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/logo-resto-dark.png", "AssetKind": "All", @@ -28536,10 +28650,10 @@ "OriginalItemSpec": "wwwroot\\images\\logo-resto-dark.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\logo-resto-dark@2x.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logo-resto-dark@2x.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/logo-resto-dark@2x.png", "AssetKind": "All", @@ -28555,10 +28669,48 @@ "OriginalItemSpec": "wwwroot\\images\\logo-resto-dark@2x.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\logo-side.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logos\\kms24.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", + "BasePath": "_content/KeymailSpecials2", + "RelativePath": "images/logos/kms24.png", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "AssetMergeBehavior": "PreferTarget", + "AssetMergeSource": "", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\images\\logos\\kms24.png" + }, + { + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logos\\kms24w.png", + "SourceId": "KeymailSpecials2", + "SourceType": "Discovered", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", + "BasePath": "_content/KeymailSpecials2", + "RelativePath": "images/logos/kms24w.png", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "AssetMergeBehavior": "PreferTarget", + "AssetMergeSource": "", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\images\\logos\\kms24w.png" + }, + { + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logo-side.png", + "SourceId": "KeymailSpecials2", + "SourceType": "Discovered", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/logo-side.png", "AssetKind": "All", @@ -28574,10 +28726,10 @@ "OriginalItemSpec": "wwwroot\\images\\logo-side.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\logo-side@2x.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logo-side@2x.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/logo-side@2x.png", "AssetKind": "All", @@ -28593,10 +28745,10 @@ "OriginalItemSpec": "wwwroot\\images\\logo-side@2x.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\logo-side-dark.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logo-side-dark.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/logo-side-dark.png", "AssetKind": "All", @@ -28612,10 +28764,10 @@ "OriginalItemSpec": "wwwroot\\images\\logo-side-dark.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\logo-side-dark@2x.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logo-side-dark@2x.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/logo-side-dark@2x.png", "AssetKind": "All", @@ -28631,10 +28783,10 @@ "OriginalItemSpec": "wwwroot\\images\\logo-side-dark@2x.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\logo-v7.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logo-v7.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/logo-v7.png", "AssetKind": "All", @@ -28650,10 +28802,10 @@ "OriginalItemSpec": "wwwroot\\images\\logo-v7.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\mac.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\mac.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/mac.png", "AssetKind": "All", @@ -28669,10 +28821,10 @@ "OriginalItemSpec": "wwwroot\\images\\mac.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/1.jpg", "AssetKind": "All", @@ -28688,10 +28840,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/10.jpg", "AssetKind": "All", @@ -28707,10 +28859,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\11.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\11.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/11.jpg", "AssetKind": "All", @@ -28726,10 +28878,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\11.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\12.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\12.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/12.jpg", "AssetKind": "All", @@ -28745,10 +28897,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\12.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\13.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\13.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/13.jpg", "AssetKind": "All", @@ -28764,10 +28916,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\13.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\14.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\14.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/14.jpg", "AssetKind": "All", @@ -28783,10 +28935,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\14.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\15.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\15.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/15.jpg", "AssetKind": "All", @@ -28802,10 +28954,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\15.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\16.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\16.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/16.jpg", "AssetKind": "All", @@ -28821,10 +28973,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\16.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\17.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\17.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/17.jpg", "AssetKind": "All", @@ -28840,10 +28992,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\17.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\18.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\18.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/18.jpg", "AssetKind": "All", @@ -28859,10 +29011,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\18.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/2.jpg", "AssetKind": "All", @@ -28878,10 +29030,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/3.jpg", "AssetKind": "All", @@ -28897,10 +29049,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/4.jpg", "AssetKind": "All", @@ -28916,10 +29068,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/5.jpg", "AssetKind": "All", @@ -28935,10 +29087,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/6.jpg", "AssetKind": "All", @@ -28954,10 +29106,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/7.jpg", "AssetKind": "All", @@ -28973,10 +29125,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/8.jpg", "AssetKind": "All", @@ -28992,10 +29144,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/9.jpg", "AssetKind": "All", @@ -29011,10 +29163,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\ad.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\ad.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/ad.jpg", "AssetKind": "All", @@ -29030,10 +29182,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\ad.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\ad.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\ad.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/ad.png", "AssetKind": "All", @@ -29049,10 +29201,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\ad.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\carousel\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\carousel\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/carousel/1.jpg", "AssetKind": "All", @@ -29068,10 +29220,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\carousel\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\carousel\\11.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\carousel\\11.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/carousel/11.jpg", "AssetKind": "All", @@ -29087,10 +29239,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\carousel\\11.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\carousel\\13.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\carousel\\13.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/carousel/13.jpg", "AssetKind": "All", @@ -29106,10 +29258,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\carousel\\13.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\carousel\\14.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\carousel\\14.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/carousel/14.jpg", "AssetKind": "All", @@ -29125,10 +29277,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\carousel\\14.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\carousel\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\carousel\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/carousel/4.jpg", "AssetKind": "All", @@ -29144,10 +29296,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\carousel\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\carousel\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\carousel\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/carousel/6.jpg", "AssetKind": "All", @@ -29163,10 +29315,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\carousel\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/small/1.jpg", "AssetKind": "All", @@ -29182,10 +29334,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\small\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/small/10.jpg", "AssetKind": "All", @@ -29201,10 +29353,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\small\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\11.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\11.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/small/11.jpg", "AssetKind": "All", @@ -29220,10 +29372,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\small\\11.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\12.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\12.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/small/12.jpg", "AssetKind": "All", @@ -29239,10 +29391,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\small\\12.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\13.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\13.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/small/13.jpg", "AssetKind": "All", @@ -29258,10 +29410,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\small\\13.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\14.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\14.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/small/14.jpg", "AssetKind": "All", @@ -29277,10 +29429,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\small\\14.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\15.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\15.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/small/15.jpg", "AssetKind": "All", @@ -29296,10 +29448,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\small\\15.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\16.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\16.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/small/16.jpg", "AssetKind": "All", @@ -29315,10 +29467,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\small\\16.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/small/2.jpg", "AssetKind": "All", @@ -29334,10 +29486,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\small\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/small/3.jpg", "AssetKind": "All", @@ -29353,10 +29505,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\small\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/small/4.jpg", "AssetKind": "All", @@ -29372,10 +29524,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\small\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/small/5.jpg", "AssetKind": "All", @@ -29391,10 +29543,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\small\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/small/6.jpg", "AssetKind": "All", @@ -29410,10 +29562,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\small\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/small/7.jpg", "AssetKind": "All", @@ -29429,10 +29581,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\small\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/small/8.jpg", "AssetKind": "All", @@ -29448,10 +29600,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\small\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/small/9.jpg", "AssetKind": "All", @@ -29467,10 +29619,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\small\\9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\movie\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\movie\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/small/movie/2.jpg", "AssetKind": "All", @@ -29486,10 +29638,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\small\\movie\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\movie\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\movie\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/small/movie/3.jpg", "AssetKind": "All", @@ -29505,10 +29657,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\small\\movie\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\movie\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\movie\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/small/movie/4.jpg", "AssetKind": "All", @@ -29524,10 +29676,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\small\\movie\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\movie\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\movie\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/small/movie/5.jpg", "AssetKind": "All", @@ -29543,10 +29695,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\small\\movie\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\movie\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\movie\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/small/movie/6.jpg", "AssetKind": "All", @@ -29562,10 +29714,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\small\\movie\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\movie\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\movie\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/small/movie/7.jpg", "AssetKind": "All", @@ -29581,10 +29733,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\small\\movie\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\movie\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\movie\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/small/movie/8.jpg", "AssetKind": "All", @@ -29600,10 +29752,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\small\\movie\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/thumb/1.jpg", "AssetKind": "All", @@ -29619,10 +29771,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\thumb\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/thumb/10.jpg", "AssetKind": "All", @@ -29638,10 +29790,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\thumb\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\11.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\11.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/thumb/11.jpg", "AssetKind": "All", @@ -29657,10 +29809,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\thumb\\11.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\12.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\12.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/thumb/12.jpg", "AssetKind": "All", @@ -29676,10 +29828,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\thumb\\12.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\13.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\13.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/thumb/13.jpg", "AssetKind": "All", @@ -29695,10 +29847,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\thumb\\13.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\14.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\14.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/thumb/14.jpg", "AssetKind": "All", @@ -29714,10 +29866,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\thumb\\14.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\15.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\15.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/thumb/15.jpg", "AssetKind": "All", @@ -29733,10 +29885,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\thumb\\15.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\16.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\16.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/thumb/16.jpg", "AssetKind": "All", @@ -29752,10 +29904,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\thumb\\16.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/thumb/2.jpg", "AssetKind": "All", @@ -29771,10 +29923,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\thumb\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/thumb/3.jpg", "AssetKind": "All", @@ -29790,10 +29942,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\thumb\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/thumb/4.jpg", "AssetKind": "All", @@ -29809,10 +29961,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\thumb\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/thumb/5.jpg", "AssetKind": "All", @@ -29828,10 +29980,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\thumb\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/thumb/6.jpg", "AssetKind": "All", @@ -29847,10 +29999,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\thumb\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/thumb/7.jpg", "AssetKind": "All", @@ -29866,10 +30018,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\thumb\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/thumb/8.jpg", "AssetKind": "All", @@ -29885,10 +30037,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\thumb\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/magazine/thumb/9.jpg", "AssetKind": "All", @@ -29904,10 +30056,10 @@ "OriginalItemSpec": "wwwroot\\images\\magazine\\thumb\\9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\modals\\modal1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\modals\\modal1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/modals/modal1.jpg", "AssetKind": "All", @@ -29923,10 +30075,10 @@ "OriginalItemSpec": "wwwroot\\images\\modals\\modal1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\others\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\others\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/others/1.jpg", "AssetKind": "All", @@ -29942,10 +30094,10 @@ "OriginalItemSpec": "wwwroot\\images\\others\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\others\\hotspot\\blazer.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\others\\hotspot\\blazer.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/others/hotspot/blazer.jpg", "AssetKind": "All", @@ -29961,10 +30113,10 @@ "OriginalItemSpec": "wwwroot\\images\\others\\hotspot\\blazer.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\others\\hotspot\\cap.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\others\\hotspot\\cap.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/others/hotspot/cap.jpg", "AssetKind": "All", @@ -29980,10 +30132,10 @@ "OriginalItemSpec": "wwwroot\\images\\others\\hotspot\\cap.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\others\\hotspot\\cap.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\others\\hotspot\\cap.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/others/hotspot/cap.png", "AssetKind": "All", @@ -29999,10 +30151,10 @@ "OriginalItemSpec": "wwwroot\\images\\others\\hotspot\\cap.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\others\\hotspot\\img-hotspot-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\others\\hotspot\\img-hotspot-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/others/hotspot/img-hotspot-1.jpg", "AssetKind": "All", @@ -30018,10 +30170,10 @@ "OriginalItemSpec": "wwwroot\\images\\others\\hotspot\\img-hotspot-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\others\\hotspot\\img-hotspot-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\others\\hotspot\\img-hotspot-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/others/hotspot/img-hotspot-2.jpg", "AssetKind": "All", @@ -30037,10 +30189,10 @@ "OriginalItemSpec": "wwwroot\\images\\others\\hotspot\\img-hotspot-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\others\\mac-phone.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\others\\mac-phone.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/others/mac-phone.png", "AssetKind": "All", @@ -30056,10 +30208,10 @@ "OriginalItemSpec": "wwwroot\\images\\others\\mac-phone.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/parallax/1.jpg", "AssetKind": "All", @@ -30075,10 +30227,10 @@ "OriginalItemSpec": "wwwroot\\images\\parallax\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/parallax/2.jpg", "AssetKind": "All", @@ -30094,10 +30246,10 @@ "OriginalItemSpec": "wwwroot\\images\\parallax\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/parallax/3.jpg", "AssetKind": "All", @@ -30113,10 +30265,10 @@ "OriginalItemSpec": "wwwroot\\images\\parallax\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/parallax/7.jpg", "AssetKind": "All", @@ -30132,10 +30284,10 @@ "OriginalItemSpec": "wwwroot\\images\\parallax\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/parallax/8.jpg", "AssetKind": "All", @@ -30151,10 +30303,10 @@ "OriginalItemSpec": "wwwroot\\images\\parallax\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/parallax/9.jpg", "AssetKind": "All", @@ -30170,10 +30322,10 @@ "OriginalItemSpec": "wwwroot\\images\\parallax\\9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\bgpattern.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\bgpattern.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/parallax/bgpattern.png", "AssetKind": "All", @@ -30189,10 +30341,10 @@ "OriginalItemSpec": "wwwroot\\images\\parallax\\bgpattern.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\blur1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\blur1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/parallax/blur1.jpg", "AssetKind": "All", @@ -30208,10 +30360,10 @@ "OriginalItemSpec": "wwwroot\\images\\parallax\\blur1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\blur2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\blur2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/parallax/blur2.jpg", "AssetKind": "All", @@ -30227,10 +30379,10 @@ "OriginalItemSpec": "wwwroot\\images\\parallax\\blur2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\calendar.jpeg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\calendar.jpeg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/parallax/calendar.jpeg", "AssetKind": "All", @@ -30246,10 +30398,10 @@ "OriginalItemSpec": "wwwroot\\images\\parallax\\calendar.jpeg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\calendar.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\calendar.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/parallax/calendar.jpg", "AssetKind": "All", @@ -30265,10 +30417,10 @@ "OriginalItemSpec": "wwwroot\\images\\parallax\\calendar.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/parallax/home/1.jpg", "AssetKind": "All", @@ -30284,10 +30436,10 @@ "OriginalItemSpec": "wwwroot\\images\\parallax\\home\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/parallax/home/10.jpg", "AssetKind": "All", @@ -30303,10 +30455,10 @@ "OriginalItemSpec": "wwwroot\\images\\parallax\\home\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\11.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\11.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/parallax/home/11.jpg", "AssetKind": "All", @@ -30322,10 +30474,10 @@ "OriginalItemSpec": "wwwroot\\images\\parallax\\home\\11.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/parallax/home/2.jpg", "AssetKind": "All", @@ -30341,10 +30493,10 @@ "OriginalItemSpec": "wwwroot\\images\\parallax\\home\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/parallax/home/4.jpg", "AssetKind": "All", @@ -30360,10 +30512,10 @@ "OriginalItemSpec": "wwwroot\\images\\parallax\\home\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/parallax/home/5.jpg", "AssetKind": "All", @@ -30379,10 +30531,10 @@ "OriginalItemSpec": "wwwroot\\images\\parallax\\home\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/parallax/home/6.jpg", "AssetKind": "All", @@ -30398,10 +30550,10 @@ "OriginalItemSpec": "wwwroot\\images\\parallax\\home\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/parallax/home/7.jpg", "AssetKind": "All", @@ -30417,10 +30569,10 @@ "OriginalItemSpec": "wwwroot\\images\\parallax\\home\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/parallax/home/9.jpg", "AssetKind": "All", @@ -30436,10 +30588,10 @@ "OriginalItemSpec": "wwwroot\\images\\parallax\\home\\9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\parallax-bg.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\parallax-bg.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/parallax/parallax-bg.jpg", "AssetKind": "All", @@ -30455,10 +30607,10 @@ "OriginalItemSpec": "wwwroot\\images\\parallax\\parallax-bg.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\Thumbs.db", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\Thumbs.db", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/parallax/Thumbs.db", "AssetKind": "All", @@ -30474,10 +30626,10 @@ "OriginalItemSpec": "wwwroot\\images\\parallax\\Thumbs.db" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\pattern.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\pattern.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/pattern.png", "AssetKind": "All", @@ -30493,10 +30645,10 @@ "OriginalItemSpec": "wwwroot\\images\\pattern.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\pattern2.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\pattern2.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/pattern2.png", "AssetKind": "All", @@ -30512,10 +30664,10 @@ "OriginalItemSpec": "wwwroot\\images\\pattern2.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\pattern3.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\pattern3.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/pattern3.png", "AssetKind": "All", @@ -30531,10 +30683,10 @@ "OriginalItemSpec": "wwwroot\\images\\pattern3.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/1/1.jpg", "AssetKind": "All", @@ -30550,10 +30702,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\1\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/1/2.jpg", "AssetKind": "All", @@ -30569,10 +30721,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\1\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/1/3.jpg", "AssetKind": "All", @@ -30588,10 +30740,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\1\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/1/4.jpg", "AssetKind": "All", @@ -30607,10 +30759,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\1\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\4-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\4-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/1/4-1.jpg", "AssetKind": "All", @@ -30626,10 +30778,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\1\\4-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/1/5.jpg", "AssetKind": "All", @@ -30645,10 +30797,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\1\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/1/6.jpg", "AssetKind": "All", @@ -30664,10 +30816,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\1\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\6-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\6-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/1/6-1.jpg", "AssetKind": "All", @@ -30683,10 +30835,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\1\\6-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\6-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\6-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/1/6-2.jpg", "AssetKind": "All", @@ -30702,10 +30854,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\1\\6-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\6-3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\6-3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/1/6-3.jpg", "AssetKind": "All", @@ -30721,10 +30873,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\1\\6-3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/1/7.jpg", "AssetKind": "All", @@ -30740,10 +30892,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\1\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/1/full/1.jpg", "AssetKind": "All", @@ -30759,10 +30911,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\1\\full\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/1/full/2.jpg", "AssetKind": "All", @@ -30778,10 +30930,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\1\\full\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/1/full/3.jpg", "AssetKind": "All", @@ -30797,10 +30949,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\1\\full\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/1/full/4.jpg", "AssetKind": "All", @@ -30816,10 +30968,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\1\\full\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\4-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\4-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/1/full/4-1.jpg", "AssetKind": "All", @@ -30835,10 +30987,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\1\\full\\4-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/1/full/5.jpg", "AssetKind": "All", @@ -30854,10 +31006,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\1\\full\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/1/full/6.jpg", "AssetKind": "All", @@ -30873,10 +31025,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\1\\full\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\6-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\6-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/1/full/6-1.jpg", "AssetKind": "All", @@ -30892,10 +31044,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\1\\full\\6-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\6-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\6-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/1/full/6-2.jpg", "AssetKind": "All", @@ -30911,10 +31063,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\1\\full\\6-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\6-3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\6-3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/1/full/6-3.jpg", "AssetKind": "All", @@ -30930,10 +31082,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\1\\full\\6-3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/1/full/7.jpg", "AssetKind": "All", @@ -30949,10 +31101,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\1\\full\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/1/full/8.jpg", "AssetKind": "All", @@ -30968,10 +31120,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\1\\full\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/2/1.jpg", "AssetKind": "All", @@ -30987,10 +31139,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\2\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/2/2.jpg", "AssetKind": "All", @@ -31006,10 +31158,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\2\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/2/3.jpg", "AssetKind": "All", @@ -31025,10 +31177,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\2\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/2/4.jpg", "AssetKind": "All", @@ -31044,10 +31196,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\2\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\4-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\4-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/2/4-1.jpg", "AssetKind": "All", @@ -31063,10 +31215,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\2\\4-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/2/5.jpg", "AssetKind": "All", @@ -31082,10 +31234,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\2\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/2/6.jpg", "AssetKind": "All", @@ -31101,10 +31253,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\2\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\6-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\6-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/2/6-1.jpg", "AssetKind": "All", @@ -31120,10 +31272,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\2\\6-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\6-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\6-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/2/6-2.jpg", "AssetKind": "All", @@ -31139,10 +31291,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\2\\6-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\6-3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\6-3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/2/6-3.jpg", "AssetKind": "All", @@ -31158,10 +31310,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\2\\6-3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/2/7.jpg", "AssetKind": "All", @@ -31177,10 +31329,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\2\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/2/8.jpg", "AssetKind": "All", @@ -31196,10 +31348,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\2\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/3/1.jpg", "AssetKind": "All", @@ -31215,10 +31367,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\3\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/3/2.jpg", "AssetKind": "All", @@ -31234,10 +31386,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\3\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/3/3.jpg", "AssetKind": "All", @@ -31253,10 +31405,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\3\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/3/4.jpg", "AssetKind": "All", @@ -31272,10 +31424,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\3\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\4-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\4-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/3/4-1.jpg", "AssetKind": "All", @@ -31291,10 +31443,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\3\\4-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/3/5.jpg", "AssetKind": "All", @@ -31310,10 +31462,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\3\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/3/6.jpg", "AssetKind": "All", @@ -31329,10 +31481,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\3\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\6-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\6-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/3/6-1.jpg", "AssetKind": "All", @@ -31348,10 +31500,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\3\\6-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\6-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\6-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/3/6-2.jpg", "AssetKind": "All", @@ -31367,10 +31519,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\3\\6-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\6-3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\6-3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/3/6-3.jpg", "AssetKind": "All", @@ -31386,10 +31538,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\3\\6-3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/3/7.jpg", "AssetKind": "All", @@ -31405,10 +31557,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\3\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/3/8.jpg", "AssetKind": "All", @@ -31424,10 +31576,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\3\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/3/9.jpg", "AssetKind": "All", @@ -31443,10 +31595,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\3\\9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\9-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\9-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/3/9-1.jpg", "AssetKind": "All", @@ -31462,10 +31614,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\3\\9-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\9-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\9-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/3/9-2.jpg", "AssetKind": "All", @@ -31481,10 +31633,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\3\\9-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/1.jpg", "AssetKind": "All", @@ -31500,10 +31652,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/10.jpg", "AssetKind": "All", @@ -31519,10 +31671,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\11.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\11.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/11.jpg", "AssetKind": "All", @@ -31538,10 +31690,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\11.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\12.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\12.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/12.jpg", "AssetKind": "All", @@ -31557,10 +31709,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\12.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\12-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\12-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/12-1.jpg", "AssetKind": "All", @@ -31576,10 +31728,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\12-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/2.jpg", "AssetKind": "All", @@ -31595,10 +31747,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/3.jpg", "AssetKind": "All", @@ -31614,10 +31766,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/4.jpg", "AssetKind": "All", @@ -31633,10 +31785,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\4-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\4-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/4-1.jpg", "AssetKind": "All", @@ -31652,10 +31804,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\4-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/5.jpg", "AssetKind": "All", @@ -31671,10 +31823,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/6.jpg", "AssetKind": "All", @@ -31690,10 +31842,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\6-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\6-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/6-1.jpg", "AssetKind": "All", @@ -31709,10 +31861,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\6-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\6-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\6-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/6-2.jpg", "AssetKind": "All", @@ -31728,10 +31880,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\6-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\6-3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\6-3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/6-3.jpg", "AssetKind": "All", @@ -31747,10 +31899,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\6-3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/7.jpg", "AssetKind": "All", @@ -31766,10 +31918,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/8.jpg", "AssetKind": "All", @@ -31785,10 +31937,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/9.jpg", "AssetKind": "All", @@ -31804,10 +31956,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\9-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\9-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/9-1.jpg", "AssetKind": "All", @@ -31823,10 +31975,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\9-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\9-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\9-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/9-2.jpg", "AssetKind": "All", @@ -31842,10 +31994,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\9-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/mixed/1.jpg", "AssetKind": "All", @@ -31861,10 +32013,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\mixed\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/mixed/10.jpg", "AssetKind": "All", @@ -31880,10 +32032,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\mixed\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\11.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\11.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/mixed/11.jpg", "AssetKind": "All", @@ -31899,10 +32051,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\mixed\\11.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\12.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\12.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/mixed/12.jpg", "AssetKind": "All", @@ -31918,10 +32070,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\mixed\\12.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\12-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\12-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/mixed/12-1.jpg", "AssetKind": "All", @@ -31937,10 +32089,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\mixed\\12-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/mixed/2.jpg", "AssetKind": "All", @@ -31956,10 +32108,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\mixed\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/mixed/3.jpg", "AssetKind": "All", @@ -31975,10 +32127,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\mixed\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/mixed/4.jpg", "AssetKind": "All", @@ -31994,10 +32146,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\mixed\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\4-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\4-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/mixed/4-1.jpg", "AssetKind": "All", @@ -32013,10 +32165,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\mixed\\4-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/mixed/5.jpg", "AssetKind": "All", @@ -32032,10 +32184,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\mixed\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/mixed/6.jpg", "AssetKind": "All", @@ -32051,10 +32203,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\mixed\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\6-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\6-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/mixed/6-1.jpg", "AssetKind": "All", @@ -32070,10 +32222,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\mixed\\6-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\6-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\6-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/mixed/6-2.jpg", "AssetKind": "All", @@ -32089,10 +32241,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\mixed\\6-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\6-3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\6-3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/mixed/6-3.jpg", "AssetKind": "All", @@ -32108,10 +32260,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\mixed\\6-3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/mixed/7.jpg", "AssetKind": "All", @@ -32127,10 +32279,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\mixed\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/mixed/8.jpg", "AssetKind": "All", @@ -32146,10 +32298,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\mixed\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/mixed/9.jpg", "AssetKind": "All", @@ -32165,10 +32317,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\mixed\\9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\9-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\9-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/mixed/9-1.jpg", "AssetKind": "All", @@ -32184,10 +32336,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\mixed\\9-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\9-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\9-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/4/mixed/9-2.jpg", "AssetKind": "All", @@ -32203,10 +32355,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\4\\mixed\\9-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/extended/1.jpg", "AssetKind": "All", @@ -32222,10 +32374,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\extended\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/extended/2.jpg", "AssetKind": "All", @@ -32241,10 +32393,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\extended\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/extended/3.jpg", "AssetKind": "All", @@ -32260,10 +32412,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\extended\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/extended/4.jpg", "AssetKind": "All", @@ -32279,10 +32431,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\extended\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\thumbs\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\thumbs\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/extended/thumbs/1.jpg", "AssetKind": "All", @@ -32298,10 +32450,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\extended\\thumbs\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\thumbs\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\thumbs\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/extended/thumbs/2.jpg", "AssetKind": "All", @@ -32317,10 +32469,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\extended\\thumbs\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\thumbs\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\thumbs\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/extended/thumbs/3.jpg", "AssetKind": "All", @@ -32336,10 +32488,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\extended\\thumbs\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\thumbs\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\thumbs\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/extended/thumbs/4.jpg", "AssetKind": "All", @@ -32355,10 +32507,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\extended\\thumbs\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\thumbs\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\thumbs\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/extended/thumbs/5.jpg", "AssetKind": "All", @@ -32374,10 +32526,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\extended\\thumbs\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\thumbs\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\thumbs\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/extended/thumbs/6.jpg", "AssetKind": "All", @@ -32393,10 +32545,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\extended\\thumbs\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\thumbs\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\thumbs\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/extended/thumbs/7.jpg", "AssetKind": "All", @@ -32412,10 +32564,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\extended\\thumbs\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\thumbs\\big.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\thumbs\\big.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/extended/thumbs/big.jpg", "AssetKind": "All", @@ -32431,10 +32583,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\extended\\thumbs\\big.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/full/1.jpg", "AssetKind": "All", @@ -32450,10 +32602,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\full\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/full/10.jpg", "AssetKind": "All", @@ -32469,10 +32621,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\full\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\11.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\11.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/full/11.jpg", "AssetKind": "All", @@ -32488,10 +32640,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\full\\11.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\12.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\12.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/full/12.jpg", "AssetKind": "All", @@ -32507,10 +32659,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\full\\12.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\12-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\12-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/full/12-1.jpg", "AssetKind": "All", @@ -32526,10 +32678,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\full\\12-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/full/2.jpg", "AssetKind": "All", @@ -32545,10 +32697,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\full\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/full/3.jpg", "AssetKind": "All", @@ -32564,10 +32716,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\full\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/full/4.jpg", "AssetKind": "All", @@ -32583,10 +32735,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\full\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\4-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\4-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/full/4-1.jpg", "AssetKind": "All", @@ -32602,10 +32754,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\full\\4-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/full/5.jpg", "AssetKind": "All", @@ -32621,10 +32773,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\full\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/full/6.jpg", "AssetKind": "All", @@ -32640,10 +32792,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\full\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\6-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\6-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/full/6-1.jpg", "AssetKind": "All", @@ -32659,10 +32811,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\full\\6-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\6-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\6-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/full/6-2.jpg", "AssetKind": "All", @@ -32678,10 +32830,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\full\\6-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\6-3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\6-3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/full/6-3.jpg", "AssetKind": "All", @@ -32697,10 +32849,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\full\\6-3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/full/7.jpg", "AssetKind": "All", @@ -32716,10 +32868,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\full\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/full/8.jpg", "AssetKind": "All", @@ -32735,10 +32887,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\full\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/full/9.jpg", "AssetKind": "All", @@ -32754,10 +32906,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\full\\9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\9-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\9-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/full/9-1.jpg", "AssetKind": "All", @@ -32773,10 +32925,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\full\\9-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\9-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\9-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/full/9-2.jpg", "AssetKind": "All", @@ -32792,10 +32944,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\full\\9-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/2/1.jpg", "AssetKind": "All", @@ -32811,10 +32963,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\2\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/2/2.jpg", "AssetKind": "All", @@ -32830,10 +32982,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\2\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/2/3.jpg", "AssetKind": "All", @@ -32849,10 +33001,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\2\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/2/4.jpg", "AssetKind": "All", @@ -32868,10 +33020,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\2\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\4-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\4-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/2/4-1.jpg", "AssetKind": "All", @@ -32887,10 +33039,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\2\\4-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/2/5.jpg", "AssetKind": "All", @@ -32906,10 +33058,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\2\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/2/6.jpg", "AssetKind": "All", @@ -32925,10 +33077,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\2\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\6-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\6-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/2/6-1.jpg", "AssetKind": "All", @@ -32944,10 +33096,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\2\\6-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\6-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\6-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/2/6-2.jpg", "AssetKind": "All", @@ -32963,10 +33115,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\2\\6-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\6-3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\6-3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/2/6-3.jpg", "AssetKind": "All", @@ -32982,10 +33134,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\2\\6-3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/2/7.jpg", "AssetKind": "All", @@ -33001,10 +33153,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\2\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/2/8.jpg", "AssetKind": "All", @@ -33020,10 +33172,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\2\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/3/1.jpg", "AssetKind": "All", @@ -33039,10 +33191,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\3\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/3/2.jpg", "AssetKind": "All", @@ -33058,10 +33210,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\3\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/3/3.jpg", "AssetKind": "All", @@ -33077,10 +33229,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\3\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/3/4.jpg", "AssetKind": "All", @@ -33096,10 +33248,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\3\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\4-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\4-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/3/4-1.jpg", "AssetKind": "All", @@ -33115,10 +33267,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\3\\4-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/3/5.jpg", "AssetKind": "All", @@ -33134,10 +33286,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\3\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/3/6.jpg", "AssetKind": "All", @@ -33153,10 +33305,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\3\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\6-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\6-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/3/6-1.jpg", "AssetKind": "All", @@ -33172,10 +33324,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\3\\6-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\6-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\6-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/3/6-2.jpg", "AssetKind": "All", @@ -33191,10 +33343,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\3\\6-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\6-3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\6-3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/3/6-3.jpg", "AssetKind": "All", @@ -33210,10 +33362,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\3\\6-3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/3/7.jpg", "AssetKind": "All", @@ -33229,10 +33381,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\3\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/3/8.jpg", "AssetKind": "All", @@ -33248,10 +33400,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\3\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/3/9.jpg", "AssetKind": "All", @@ -33267,10 +33419,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\3\\9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\9-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\9-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/3/9-1.jpg", "AssetKind": "All", @@ -33286,10 +33438,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\3\\9-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\9-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\9-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/3/9-2.jpg", "AssetKind": "All", @@ -33305,10 +33457,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\3\\9-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/4/1.jpg", "AssetKind": "All", @@ -33324,10 +33476,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\4\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/4/10.jpg", "AssetKind": "All", @@ -33343,10 +33495,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\4\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\11.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\11.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/4/11.jpg", "AssetKind": "All", @@ -33362,10 +33514,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\4\\11.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\12.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\12.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/4/12.jpg", "AssetKind": "All", @@ -33381,10 +33533,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\4\\12.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\12-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\12-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/4/12-1.jpg", "AssetKind": "All", @@ -33400,10 +33552,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\4\\12-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/4/2.jpg", "AssetKind": "All", @@ -33419,10 +33571,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\4\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/4/3.jpg", "AssetKind": "All", @@ -33438,10 +33590,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\4\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/4/4.jpg", "AssetKind": "All", @@ -33457,10 +33609,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\4\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\4-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\4-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/4/4-1.jpg", "AssetKind": "All", @@ -33476,10 +33628,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\4\\4-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/4/5.jpg", "AssetKind": "All", @@ -33495,10 +33647,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\4\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/4/6.jpg", "AssetKind": "All", @@ -33514,10 +33666,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\4\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\6-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\6-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/4/6-1.jpg", "AssetKind": "All", @@ -33533,10 +33685,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\4\\6-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\6-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\6-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/4/6-2.jpg", "AssetKind": "All", @@ -33552,10 +33704,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\4\\6-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\6-3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\6-3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/4/6-3.jpg", "AssetKind": "All", @@ -33571,10 +33723,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\4\\6-3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/4/7.jpg", "AssetKind": "All", @@ -33590,10 +33742,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\4\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/4/8.jpg", "AssetKind": "All", @@ -33609,10 +33761,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\4\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/4/9.jpg", "AssetKind": "All", @@ -33628,10 +33780,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\4\\9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\9-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\9-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/4/9-1.jpg", "AssetKind": "All", @@ -33647,10 +33799,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\4\\9-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\9-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\9-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/masonry/4/9-2.jpg", "AssetKind": "All", @@ -33666,10 +33818,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\masonry\\4\\9-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/parallax/1.jpg", "AssetKind": "All", @@ -33685,10 +33837,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\parallax\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/parallax/10.jpg", "AssetKind": "All", @@ -33704,10 +33856,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\parallax\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/parallax/2.jpg", "AssetKind": "All", @@ -33723,10 +33875,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\parallax\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/parallax/3.jpg", "AssetKind": "All", @@ -33742,10 +33894,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\parallax\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/parallax/4.jpg", "AssetKind": "All", @@ -33761,10 +33913,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\parallax\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/parallax/5.jpg", "AssetKind": "All", @@ -33780,10 +33932,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\parallax\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/parallax/6.jpg", "AssetKind": "All", @@ -33799,10 +33951,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\parallax\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/parallax/7.jpg", "AssetKind": "All", @@ -33818,10 +33970,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\parallax\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/parallax/8.jpg", "AssetKind": "All", @@ -33837,10 +33989,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\parallax\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/parallax/9.jpg", "AssetKind": "All", @@ -33856,10 +34008,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\parallax\\9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/1.jpg", "AssetKind": "All", @@ -33875,10 +34027,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/10.jpg", "AssetKind": "All", @@ -33894,10 +34046,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\12.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\12.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/12.jpg", "AssetKind": "All", @@ -33913,10 +34065,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\12.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\14.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\14.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/14.jpg", "AssetKind": "All", @@ -33932,10 +34084,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\14.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/3.jpg", "AssetKind": "All", @@ -33951,10 +34103,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/4.jpg", "AssetKind": "All", @@ -33970,10 +34122,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/6.jpg", "AssetKind": "All", @@ -33989,10 +34141,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/7.jpg", "AssetKind": "All", @@ -34008,10 +34160,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/full/1.jpg", "AssetKind": "All", @@ -34027,10 +34179,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\full\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/full/10.jpg", "AssetKind": "All", @@ -34046,10 +34198,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\full\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/full/7.jpg", "AssetKind": "All", @@ -34065,10 +34217,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\full\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/full-thumbs/1.jpg", "AssetKind": "All", @@ -34084,10 +34236,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\full-thumbs\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/full-thumbs/10.jpg", "AssetKind": "All", @@ -34103,10 +34255,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\full-thumbs\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\12.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\12.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/full-thumbs/12.jpg", "AssetKind": "All", @@ -34122,10 +34274,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\full-thumbs\\12.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\12-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\12-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/full-thumbs/12-1.jpg", "AssetKind": "All", @@ -34141,10 +34293,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\full-thumbs\\12-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\13.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\13.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/full-thumbs/13.jpg", "AssetKind": "All", @@ -34160,10 +34312,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\full-thumbs\\13.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\14.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\14.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/full-thumbs/14.jpg", "AssetKind": "All", @@ -34179,10 +34331,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\full-thumbs\\14.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/full-thumbs/2.jpg", "AssetKind": "All", @@ -34198,10 +34350,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\full-thumbs\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/full-thumbs/3.jpg", "AssetKind": "All", @@ -34217,10 +34369,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\full-thumbs\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/full-thumbs/6.jpg", "AssetKind": "All", @@ -34236,10 +34388,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\full-thumbs\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\6-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\6-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/full-thumbs/6-1.jpg", "AssetKind": "All", @@ -34255,10 +34407,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\full-thumbs\\6-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\6-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\6-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/full-thumbs/6-2.jpg", "AssetKind": "All", @@ -34274,10 +34426,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\full-thumbs\\6-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\6-3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\6-3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/full-thumbs/6-3.jpg", "AssetKind": "All", @@ -34293,10 +34445,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\full-thumbs\\6-3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/full-thumbs/7.jpg", "AssetKind": "All", @@ -34312,10 +34464,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\full-thumbs\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/full-thumbs/9.jpg", "AssetKind": "All", @@ -34331,10 +34483,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\full-thumbs\\9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\9-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\9-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/full-thumbs/9-2.jpg", "AssetKind": "All", @@ -34350,10 +34502,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\full-thumbs\\9-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\fullwidth\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\fullwidth\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/fullwidth/1.jpg", "AssetKind": "All", @@ -34369,10 +34521,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\fullwidth\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\fullwidth\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\fullwidth\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/fullwidth/10.jpg", "AssetKind": "All", @@ -34388,10 +34540,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\fullwidth\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\fullwidth\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\fullwidth\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/fullwidth/7.jpg", "AssetKind": "All", @@ -34407,10 +34559,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\fullwidth\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\modal\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\modal\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/modal/4.jpg", "AssetKind": "All", @@ -34426,10 +34578,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\modal\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\modal\\6-3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\modal\\6-3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/modal/6-3.jpg", "AssetKind": "All", @@ -34445,10 +34597,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\modal\\6-3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\modal\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\modal\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/modal/8.jpg", "AssetKind": "All", @@ -34464,10 +34616,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\modal\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\slider-thumbs\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\slider-thumbs\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/slider-thumbs/1.jpg", "AssetKind": "All", @@ -34483,10 +34635,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\slider-thumbs\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\slider-thumbs\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\slider-thumbs\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/slider-thumbs/10.jpg", "AssetKind": "All", @@ -34502,10 +34654,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\slider-thumbs\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\slider-thumbs\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\slider-thumbs\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/portfolio/single/slider-thumbs/7.jpg", "AssetKind": "All", @@ -34521,10 +34673,10 @@ "OriginalItemSpec": "wwwroot\\images\\portfolio\\single\\slider-thumbs\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\preloader.gif", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\preloader.gif", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/preloader.gif", "AssetKind": "All", @@ -34540,10 +34692,10 @@ "OriginalItemSpec": "wwwroot\\images\\preloader.gif" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\preloader@2x.gif", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\preloader@2x.gif", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/preloader@2x.gif", "AssetKind": "All", @@ -34559,10 +34711,10 @@ "OriginalItemSpec": "wwwroot\\images\\preloader@2x.gif" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\preloader-dark.gif", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\preloader-dark.gif", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/preloader-dark.gif", "AssetKind": "All", @@ -34578,10 +34730,10 @@ "OriginalItemSpec": "wwwroot\\images\\preloader-dark.gif" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\preloader-dark@2x.gif", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\preloader-dark@2x.gif", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/preloader-dark@2x.gif", "AssetKind": "All", @@ -34597,10 +34749,10 @@ "OriginalItemSpec": "wwwroot\\images\\preloader-dark@2x.gif" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\11.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\11.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/11.jpg", "AssetKind": "All", @@ -34616,10 +34768,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\11.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\13.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\13.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/13.jpg", "AssetKind": "All", @@ -34635,10 +34787,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\13.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\18.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\18.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/18.jpg", "AssetKind": "All", @@ -34654,10 +34806,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\18.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/2.jpg", "AssetKind": "All", @@ -34673,10 +34825,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\20.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\20.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/20.png", "AssetKind": "All", @@ -34692,10 +34844,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\20.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\21.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\21.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/21.png", "AssetKind": "All", @@ -34711,10 +34863,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\21.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\22.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\22.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/22.png", "AssetKind": "All", @@ -34730,10 +34882,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\22.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/3.jpg", "AssetKind": "All", @@ -34749,10 +34901,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/4.jpg", "AssetKind": "All", @@ -34768,10 +34920,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/6.jpg", "AssetKind": "All", @@ -34787,10 +34939,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/7.jpg", "AssetKind": "All", @@ -34806,10 +34958,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\slider\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\slider\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/slider/1.jpg", "AssetKind": "All", @@ -34825,10 +34977,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\slider\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\slider\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\slider\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/slider/2.jpg", "AssetKind": "All", @@ -34844,10 +34996,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\slider\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\slider\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\slider\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/slider/3.jpg", "AssetKind": "All", @@ -34863,10 +35015,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\slider\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\slider\\thumb\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\slider\\thumb\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/slider/thumb/1.jpg", "AssetKind": "All", @@ -34882,10 +35034,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\slider\\thumb\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\slider\\thumb\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\slider\\thumb\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/slider/thumb/2.jpg", "AssetKind": "All", @@ -34901,10 +35053,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\slider\\thumb\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\slider\\thumb\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\slider\\thumb\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/slider/thumb/3.jpg", "AssetKind": "All", @@ -34920,10 +35072,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\slider\\thumb\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/thumb/10.jpg", "AssetKind": "All", @@ -34939,10 +35091,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\thumb\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\12.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\12.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/thumb/12.jpg", "AssetKind": "All", @@ -34958,10 +35110,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\thumb\\12.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\15.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\15.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/thumb/15.jpg", "AssetKind": "All", @@ -34977,10 +35129,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\thumb\\15.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\16.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\16.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/thumb/16.jpg", "AssetKind": "All", @@ -34996,10 +35148,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\thumb\\16.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/thumb/3.jpg", "AssetKind": "All", @@ -35015,10 +35167,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\thumb\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/thumb/4.jpg", "AssetKind": "All", @@ -35034,10 +35186,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\thumb\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/thumb/7.jpg", "AssetKind": "All", @@ -35053,10 +35205,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\thumb\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/thumb/gallery/10.jpg", "AssetKind": "All", @@ -35072,10 +35224,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\thumb\\gallery\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\11.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\11.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/thumb/gallery/11.jpg", "AssetKind": "All", @@ -35091,10 +35243,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\thumb\\gallery\\11.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\12.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\12.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/thumb/gallery/12.jpg", "AssetKind": "All", @@ -35110,10 +35262,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\thumb\\gallery\\12.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\13.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\13.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/thumb/gallery/13.jpg", "AssetKind": "All", @@ -35129,10 +35281,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\thumb\\gallery\\13.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/thumb/gallery/3.jpg", "AssetKind": "All", @@ -35148,10 +35300,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\thumb\\gallery\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/thumb/gallery/5.jpg", "AssetKind": "All", @@ -35167,10 +35319,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\thumb\\gallery\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/thumb/gallery/6.jpg", "AssetKind": "All", @@ -35186,10 +35338,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\thumb\\gallery\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/thumb/gallery/7.jpg", "AssetKind": "All", @@ -35205,10 +35357,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\thumb\\gallery\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/restaurant/thumb/gallery/8.jpg", "AssetKind": "All", @@ -35224,10 +35376,10 @@ "OriginalItemSpec": "wwwroot\\images\\restaurant\\thumb\\gallery\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/services/1.jpg", "AssetKind": "All", @@ -35243,10 +35395,10 @@ "OriginalItemSpec": "wwwroot\\images\\services\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/services/2.jpg", "AssetKind": "All", @@ -35262,10 +35414,10 @@ "OriginalItemSpec": "wwwroot\\images\\services\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/services/3.jpg", "AssetKind": "All", @@ -35281,10 +35433,10 @@ "OriginalItemSpec": "wwwroot\\images\\services\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/services/4.jpg", "AssetKind": "All", @@ -35300,10 +35452,10 @@ "OriginalItemSpec": "wwwroot\\images\\services\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\browser.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\browser.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/services/browser.png", "AssetKind": "All", @@ -35319,10 +35471,10 @@ "OriginalItemSpec": "wwwroot\\images\\services\\browser.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\chrome.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\chrome.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/services/chrome.png", "AssetKind": "All", @@ -35338,10 +35490,10 @@ "OriginalItemSpec": "wwwroot\\images\\services\\chrome.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\fbrowser.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\fbrowser.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/services/fbrowser.png", "AssetKind": "All", @@ -35357,10 +35509,10 @@ "OriginalItemSpec": "wwwroot\\images\\services\\fbrowser.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\fbrowser2.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\fbrowser2.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/services/fbrowser2.png", "AssetKind": "All", @@ -35376,10 +35528,10 @@ "OriginalItemSpec": "wwwroot\\images\\services\\fbrowser2.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\fmobile.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\fmobile.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/services/fmobile.png", "AssetKind": "All", @@ -35395,10 +35547,10 @@ "OriginalItemSpec": "wwwroot\\images\\services\\fmobile.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\home-testi-bg.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\home-testi-bg.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/services/home-testi-bg.jpg", "AssetKind": "All", @@ -35414,10 +35566,10 @@ "OriginalItemSpec": "wwwroot\\images\\services\\home-testi-bg.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\imac.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\imac.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/services/imac.png", "AssetKind": "All", @@ -35433,10 +35585,10 @@ "OriginalItemSpec": "wwwroot\\images\\services\\imac.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\imac2.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\imac2.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/services/imac2.png", "AssetKind": "All", @@ -35452,10 +35604,10 @@ "OriginalItemSpec": "wwwroot\\images\\services\\imac2.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\ipad.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\ipad.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/services/ipad.png", "AssetKind": "All", @@ -35471,10 +35623,10 @@ "OriginalItemSpec": "wwwroot\\images\\services\\ipad.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\ipad2.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\ipad2.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/services/ipad2.png", "AssetKind": "All", @@ -35490,10 +35642,10 @@ "OriginalItemSpec": "wwwroot\\images\\services\\ipad2.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\ipad3.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\ipad3.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/services/ipad3.png", "AssetKind": "All", @@ -35509,10 +35661,10 @@ "OriginalItemSpec": "wwwroot\\images\\services\\ipad3.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\iphone.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\iphone.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/services/iphone.png", "AssetKind": "All", @@ -35528,10 +35680,10 @@ "OriginalItemSpec": "wwwroot\\images\\services\\iphone.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\iphone2.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\iphone2.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/services/iphone2.png", "AssetKind": "All", @@ -35547,10 +35699,10 @@ "OriginalItemSpec": "wwwroot\\images\\services\\iphone2.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\iphone3.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\iphone3.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/services/iphone3.png", "AssetKind": "All", @@ -35566,10 +35718,10 @@ "OriginalItemSpec": "wwwroot\\images\\services\\iphone3.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\iphone6.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\iphone6.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/services/iphone6.png", "AssetKind": "All", @@ -35585,10 +35737,10 @@ "OriginalItemSpec": "wwwroot\\images\\services\\iphone6.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\iphone7.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\iphone7.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/services/iphone7.png", "AssetKind": "All", @@ -35604,10 +35756,10 @@ "OriginalItemSpec": "wwwroot\\images\\services\\iphone7.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\layouts.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\layouts.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/services/layouts.png", "AssetKind": "All", @@ -35623,10 +35775,10 @@ "OriginalItemSpec": "wwwroot\\images\\services\\layouts.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\macbook.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\macbook.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/services/macbook.png", "AssetKind": "All", @@ -35642,10 +35794,10 @@ "OriginalItemSpec": "wwwroot\\images\\services\\macbook.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\main-bg.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\main-bg.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/services/main-bg.jpg", "AssetKind": "All", @@ -35661,10 +35813,10 @@ "OriginalItemSpec": "wwwroot\\images\\services\\main-bg.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\main-fbrowser.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\main-fbrowser.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/services/main-fbrowser.png", "AssetKind": "All", @@ -35680,10 +35832,10 @@ "OriginalItemSpec": "wwwroot\\images\\services\\main-fbrowser.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\main-fmobile.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\main-fmobile.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/services/main-fmobile.png", "AssetKind": "All", @@ -35699,10 +35851,10 @@ "OriginalItemSpec": "wwwroot\\images\\services\\main-fmobile.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\video.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\video.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/services/video.jpg", "AssetKind": "All", @@ -35718,10 +35870,10 @@ "OriginalItemSpec": "wwwroot\\images\\services\\video.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\1.jpeg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\1.jpeg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shape-divider/1.jpeg", "AssetKind": "All", @@ -35737,10 +35889,10 @@ "OriginalItemSpec": "wwwroot\\images\\shape-divider\\1.jpeg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shape-divider/10.jpg", "AssetKind": "All", @@ -35756,10 +35908,10 @@ "OriginalItemSpec": "wwwroot\\images\\shape-divider\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shape-divider/2.jpg", "AssetKind": "All", @@ -35775,10 +35927,10 @@ "OriginalItemSpec": "wwwroot\\images\\shape-divider\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shape-divider/3.jpg", "AssetKind": "All", @@ -35794,10 +35946,10 @@ "OriginalItemSpec": "wwwroot\\images\\shape-divider\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shape-divider/4.jpg", "AssetKind": "All", @@ -35813,10 +35965,10 @@ "OriginalItemSpec": "wwwroot\\images\\shape-divider\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shape-divider/5.jpg", "AssetKind": "All", @@ -35832,10 +35984,10 @@ "OriginalItemSpec": "wwwroot\\images\\shape-divider\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shape-divider/6.jpg", "AssetKind": "All", @@ -35851,10 +36003,10 @@ "OriginalItemSpec": "wwwroot\\images\\shape-divider\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shape-divider/7.jpg", "AssetKind": "All", @@ -35870,10 +36022,10 @@ "OriginalItemSpec": "wwwroot\\images\\shape-divider\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shape-divider/8.jpg", "AssetKind": "All", @@ -35889,10 +36041,10 @@ "OriginalItemSpec": "wwwroot\\images\\shape-divider\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shape-divider/9.jpg", "AssetKind": "All", @@ -35908,10 +36060,10 @@ "OriginalItemSpec": "wwwroot\\images\\shape-divider\\9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/banners/1.jpg", "AssetKind": "All", @@ -35927,10 +36079,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\banners\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/banners/10.jpg", "AssetKind": "All", @@ -35946,10 +36098,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\banners\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\11.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\11.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/banners/11.jpg", "AssetKind": "All", @@ -35965,10 +36117,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\banners\\11.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\12.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\12.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/banners/12.jpg", "AssetKind": "All", @@ -35984,10 +36136,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\banners\\12.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/banners/2.jpg", "AssetKind": "All", @@ -36003,10 +36155,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\banners\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/banners/3.jpg", "AssetKind": "All", @@ -36022,10 +36174,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\banners\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/banners/4.jpg", "AssetKind": "All", @@ -36041,10 +36193,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\banners\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/banners/5.jpg", "AssetKind": "All", @@ -36060,10 +36212,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\banners\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/banners/6.jpg", "AssetKind": "All", @@ -36079,10 +36231,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\banners\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/banners/7.jpg", "AssetKind": "All", @@ -36098,10 +36250,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\banners\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/banners/8.jpg", "AssetKind": "All", @@ -36117,10 +36269,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\banners\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/banners/9.jpg", "AssetKind": "All", @@ -36136,10 +36288,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\banners\\9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\brand.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\brand.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/brand.jpg", "AssetKind": "All", @@ -36155,10 +36307,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\brand.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\brand2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\brand2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/brand2.jpg", "AssetKind": "All", @@ -36174,10 +36326,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\brand2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\category\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\category\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/category/10.jpg", "AssetKind": "All", @@ -36193,10 +36345,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\category\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\category\\14.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\category\\14.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/category/14.jpg", "AssetKind": "All", @@ -36212,10 +36364,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\category\\14.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\category\\15.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\category\\15.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/category/15.jpg", "AssetKind": "All", @@ -36231,10 +36383,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\category\\15.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\category\\17.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\category\\17.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/category/17.jpg", "AssetKind": "All", @@ -36250,10 +36402,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\category\\17.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\category\\19.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\category\\19.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/category/19.jpg", "AssetKind": "All", @@ -36269,10 +36421,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\category\\19.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\category\\21.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\category\\21.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/category/21.jpg", "AssetKind": "All", @@ -36288,10 +36440,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\category\\21.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\category\\23.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\category\\23.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/category/23.jpg", "AssetKind": "All", @@ -36307,10 +36459,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\category\\23.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\category\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\category\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/category/6.jpg", "AssetKind": "All", @@ -36326,10 +36478,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\category\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\dress\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\dress\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/dress/1.jpg", "AssetKind": "All", @@ -36345,10 +36497,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\dress\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\dress\\1-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\dress\\1-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/dress/1-1.jpg", "AssetKind": "All", @@ -36364,10 +36516,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\dress\\1-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\dress\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\dress\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/dress/2.jpg", "AssetKind": "All", @@ -36383,10 +36535,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\dress\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\dress\\2-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\dress\\2-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/dress/2-1.jpg", "AssetKind": "All", @@ -36402,10 +36554,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\dress\\2-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\dress\\2-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\dress\\2-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/dress/2-2.jpg", "AssetKind": "All", @@ -36421,10 +36573,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\dress\\2-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\dress\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\dress\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/dress/3.jpg", "AssetKind": "All", @@ -36440,10 +36592,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\dress\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\dress\\3-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\dress\\3-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/dress/3-1.jpg", "AssetKind": "All", @@ -36459,10 +36611,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\dress\\3-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\dress\\3-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\dress\\3-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/dress/3-2.jpg", "AssetKind": "All", @@ -36478,10 +36630,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\dress\\3-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\pants\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\pants\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/pants/1.jpg", "AssetKind": "All", @@ -36497,10 +36649,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\pants\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\pants\\1-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\pants\\1-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/pants/1-1.jpg", "AssetKind": "All", @@ -36516,10 +36668,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\pants\\1-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\pants\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\pants\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/pants/5.jpg", "AssetKind": "All", @@ -36535,10 +36687,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\pants\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\pants\\5-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\pants\\5-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/pants/5-1.jpg", "AssetKind": "All", @@ -36554,10 +36706,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\pants\\5-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\shoes\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\shoes\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/shoes/1.jpg", "AssetKind": "All", @@ -36573,10 +36725,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\shoes\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\shoes\\1-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\shoes\\1-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/shoes/1-1.jpg", "AssetKind": "All", @@ -36592,10 +36744,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\shoes\\1-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\shoes\\1-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\shoes\\1-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/shoes/1-2.jpg", "AssetKind": "All", @@ -36611,10 +36763,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\shoes\\1-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\shoes\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\shoes\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/shoes/2.jpg", "AssetKind": "All", @@ -36630,10 +36782,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\shoes\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\shoes\\2-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\shoes\\2-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/shoes/2-1.jpg", "AssetKind": "All", @@ -36649,10 +36801,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\shoes\\2-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\shoes\\2-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\shoes\\2-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/shoes/2-2.jpg", "AssetKind": "All", @@ -36668,10 +36820,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\shoes\\2-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\shoes\\2-2-small.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\shoes\\2-2-small.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/shoes/2-2-small.jpg", "AssetKind": "All", @@ -36687,10 +36839,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\shoes\\2-2-small.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\shoes\\2-small.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\shoes\\2-small.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/shoes/2-small.jpg", "AssetKind": "All", @@ -36706,10 +36858,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\shoes\\2-small.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\shop-menu.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\shop-menu.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/shop-menu.jpg", "AssetKind": "All", @@ -36725,10 +36877,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\shop-menu.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\slider\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\slider\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/slider/1.jpg", "AssetKind": "All", @@ -36744,10 +36896,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\slider\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\slider\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\slider\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/slider/2.jpg", "AssetKind": "All", @@ -36763,10 +36915,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\slider\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\slider\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\slider\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/slider/3.jpg", "AssetKind": "All", @@ -36782,10 +36934,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\slider\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\slider\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\slider\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/slider/4.jpg", "AssetKind": "All", @@ -36801,10 +36953,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\slider\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/small/1.jpg", "AssetKind": "All", @@ -36820,10 +36972,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\small\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/small/10.jpg", "AssetKind": "All", @@ -36839,10 +36991,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\small\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\11.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\11.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/small/11.jpg", "AssetKind": "All", @@ -36858,10 +37010,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\small\\11.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\12.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\12.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/small/12.jpg", "AssetKind": "All", @@ -36877,10 +37029,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\small\\12.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/small/2.jpg", "AssetKind": "All", @@ -36896,10 +37048,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\small\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/small/3.jpg", "AssetKind": "All", @@ -36915,10 +37067,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\small\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/small/4.jpg", "AssetKind": "All", @@ -36934,10 +37086,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\small\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/small/5.jpg", "AssetKind": "All", @@ -36953,10 +37105,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\small\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/small/6.jpg", "AssetKind": "All", @@ -36972,10 +37124,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\small\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/small/7.jpg", "AssetKind": "All", @@ -36991,10 +37143,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\small\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/small/8.jpg", "AssetKind": "All", @@ -37010,10 +37162,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\small\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/small/9.jpg", "AssetKind": "All", @@ -37029,10 +37181,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\small\\9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\sunglasses\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\sunglasses\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/sunglasses/1.jpg", "AssetKind": "All", @@ -37048,10 +37200,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\sunglasses\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\sunglasses\\1-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\sunglasses\\1-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/sunglasses/1-1.jpg", "AssetKind": "All", @@ -37067,10 +37219,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\sunglasses\\1-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\sunglasses\\1-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\sunglasses\\1-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/sunglasses/1-2.jpg", "AssetKind": "All", @@ -37086,10 +37238,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\sunglasses\\1-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\sunglasses\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\sunglasses\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/sunglasses/2.jpg", "AssetKind": "All", @@ -37105,10 +37257,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\sunglasses\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\sunglasses\\2-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\sunglasses\\2-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/sunglasses/2-1.jpg", "AssetKind": "All", @@ -37124,10 +37276,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\sunglasses\\2-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\sunglasses\\2-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\sunglasses\\2-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/sunglasses/2-2.jpg", "AssetKind": "All", @@ -37143,10 +37295,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\sunglasses\\2-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\thumbs\\dress\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\thumbs\\dress\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/thumbs/dress/3.jpg", "AssetKind": "All", @@ -37162,10 +37314,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\thumbs\\dress\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\thumbs\\dress\\3-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\thumbs\\dress\\3-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/thumbs/dress/3-1.jpg", "AssetKind": "All", @@ -37181,10 +37333,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\thumbs\\dress\\3-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\thumbs\\dress\\3-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\thumbs\\dress\\3-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/thumbs/dress/3-2.jpg", "AssetKind": "All", @@ -37200,10 +37352,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\thumbs\\dress\\3-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\thumbs\\small\\dress-3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\thumbs\\small\\dress-3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/thumbs/small/dress-3.jpg", "AssetKind": "All", @@ -37219,10 +37371,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\thumbs\\small\\dress-3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\thumbs\\small\\shoes-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\thumbs\\small\\shoes-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/thumbs/small/shoes-2.jpg", "AssetKind": "All", @@ -37238,10 +37390,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\thumbs\\small\\shoes-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\thumbs\\small\\tshirt-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\thumbs\\small\\tshirt-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/thumbs/small/tshirt-2.jpg", "AssetKind": "All", @@ -37257,10 +37409,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\thumbs\\small\\tshirt-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\tshirts\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\tshirts\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/tshirts/1.jpg", "AssetKind": "All", @@ -37276,10 +37428,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\tshirts\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\tshirts\\1-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\tshirts\\1-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/tshirts/1-1.jpg", "AssetKind": "All", @@ -37295,10 +37447,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\tshirts\\1-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\tshirts\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\tshirts\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/tshirts/4.jpg", "AssetKind": "All", @@ -37314,10 +37466,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\tshirts\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\tshirts\\4-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\tshirts\\4-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/tshirts/4-1.jpg", "AssetKind": "All", @@ -37333,10 +37485,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\tshirts\\4-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\watches\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\watches\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/watches/1.jpg", "AssetKind": "All", @@ -37352,10 +37504,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\watches\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\watches\\1-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\watches\\1-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/shop/watches/1-1.jpg", "AssetKind": "All", @@ -37371,10 +37523,10 @@ "OriginalItemSpec": "wwwroot\\images\\shop\\watches\\1-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\boxed\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\boxed\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/boxed/2.jpg", "AssetKind": "All", @@ -37390,10 +37542,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\boxed\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\boxed\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\boxed\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/boxed/3.jpg", "AssetKind": "All", @@ -37409,10 +37561,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\boxed\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\boxed\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\boxed\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/boxed/4.jpg", "AssetKind": "All", @@ -37428,10 +37580,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\boxed\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\boxed\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\boxed\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/boxed/5.jpg", "AssetKind": "All", @@ -37447,10 +37599,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\boxed\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\boxed\\thumbs\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\boxed\\thumbs\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/boxed/thumbs/2.jpg", "AssetKind": "All", @@ -37466,10 +37618,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\boxed\\thumbs\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\boxed\\thumbs\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\boxed\\thumbs\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/boxed/thumbs/3.jpg", "AssetKind": "All", @@ -37485,10 +37637,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\boxed\\thumbs\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\boxed\\thumbs\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\boxed\\thumbs\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/boxed/thumbs/4.jpg", "AssetKind": "All", @@ -37504,10 +37656,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\boxed\\thumbs\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\boxed\\thumbs\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\boxed\\thumbs\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/boxed/thumbs/5.jpg", "AssetKind": "All", @@ -37523,10 +37675,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\boxed\\thumbs\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/full/1.jpg", "AssetKind": "All", @@ -37542,10 +37694,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\full\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/full/2.jpg", "AssetKind": "All", @@ -37561,10 +37713,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\full\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/full/3.jpg", "AssetKind": "All", @@ -37580,10 +37732,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\full\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/full/4.jpg", "AssetKind": "All", @@ -37599,10 +37751,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\full\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\5.jpeg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\5.jpeg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/full/5.jpeg", "AssetKind": "All", @@ -37618,10 +37770,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\full\\5.jpeg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\thumbs\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\thumbs\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/full/thumbs/1.jpg", "AssetKind": "All", @@ -37637,10 +37789,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\full\\thumbs\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\thumbs\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\thumbs\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/full/thumbs/2.jpg", "AssetKind": "All", @@ -37656,10 +37808,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\full\\thumbs\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\thumbs\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\thumbs\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/full/thumbs/3.jpg", "AssetKind": "All", @@ -37675,10 +37827,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\full\\thumbs\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\thumbs\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\thumbs\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/full/thumbs/4.jpg", "AssetKind": "All", @@ -37694,10 +37846,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\full\\thumbs\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\bg1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\bg1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/rev/bg1.jpg", "AssetKind": "All", @@ -37713,10 +37865,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\rev\\bg1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\bg1-thumb.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\bg1-thumb.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/rev/bg1-thumb.jpg", "AssetKind": "All", @@ -37732,10 +37884,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\rev\\bg1-thumb.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\bg2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\bg2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/rev/bg2.jpg", "AssetKind": "All", @@ -37751,10 +37903,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\rev\\bg2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\bg2-thumb.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\bg2-thumb.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/rev/bg2-thumb.jpg", "AssetKind": "All", @@ -37770,10 +37922,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\rev\\bg2-thumb.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\ken-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\ken-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/rev/ken-1.jpg", "AssetKind": "All", @@ -37789,10 +37941,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\rev\\ken-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\ken-1-thumb.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\ken-1-thumb.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/rev/ken-1-thumb.jpg", "AssetKind": "All", @@ -37808,10 +37960,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\rev\\ken-1-thumb.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\ken-2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\ken-2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/rev/ken-2.jpg", "AssetKind": "All", @@ -37827,10 +37979,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\rev\\ken-2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\ken-2-thumb.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\ken-2-thumb.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/rev/ken-2-thumb.jpg", "AssetKind": "All", @@ -37846,10 +37998,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\rev\\ken-2-thumb.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s1-thumb.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s1-thumb.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/rev/main/s1-thumb.jpg", "AssetKind": "All", @@ -37865,10 +38017,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\rev\\main\\s1-thumb.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-1.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-1.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/rev/main/s2-1.png", "AssetKind": "All", @@ -37884,10 +38036,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\rev\\main\\s2-1.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-2.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-2.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/rev/main/s2-2.png", "AssetKind": "All", @@ -37903,10 +38055,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\rev\\main\\s2-2.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-3.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-3.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/rev/main/s2-3.png", "AssetKind": "All", @@ -37922,10 +38074,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\rev\\main\\s2-3.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-4.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-4.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/rev/main/s2-4.png", "AssetKind": "All", @@ -37941,10 +38093,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\rev\\main\\s2-4.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-5.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-5.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/rev/main/s2-5.png", "AssetKind": "All", @@ -37960,10 +38112,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\rev\\main\\s2-5.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-6.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-6.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/rev/main/s2-6.png", "AssetKind": "All", @@ -37979,10 +38131,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\rev\\main\\s2-6.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-7.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-7.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/rev/main/s2-7.png", "AssetKind": "All", @@ -37998,10 +38150,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\rev\\main\\s2-7.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-8.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-8.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/rev/main/s2-8.png", "AssetKind": "All", @@ -38017,10 +38169,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\rev\\main\\s2-8.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-bg.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-bg.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/rev/main/s2-bg.jpg", "AssetKind": "All", @@ -38036,10 +38188,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\rev\\main\\s2-bg.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-thumb.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-thumb.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/rev/main/s2-thumb.jpg", "AssetKind": "All", @@ -38055,10 +38207,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\rev\\main\\s2-thumb.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/rev/main/s3.jpg", "AssetKind": "All", @@ -38074,10 +38226,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\rev\\main\\s3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s3-thumb.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s3-thumb.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/rev/main/s3-thumb.jpg", "AssetKind": "All", @@ -38093,10 +38245,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\rev\\main\\s3-thumb.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\shop\\bag.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\shop\\bag.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/rev/shop/bag.png", "AssetKind": "All", @@ -38112,10 +38264,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\rev\\shop\\bag.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\shop\\bag3.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\shop\\bag3.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/rev/shop/bag3.png", "AssetKind": "All", @@ -38131,10 +38283,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\rev\\shop\\bag3.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\shop\\girl1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\shop\\girl1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/rev/shop/girl1.jpg", "AssetKind": "All", @@ -38150,10 +38302,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\rev\\shop\\girl1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\shop\\tag.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\shop\\tag.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/rev/shop/tag.png", "AssetKind": "All", @@ -38169,10 +38321,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\rev\\shop\\tag.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/1.jpg", "AssetKind": "All", @@ -38188,10 +38340,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/10.jpg", "AssetKind": "All", @@ -38207,10 +38359,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\11.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\11.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/11.jpg", "AssetKind": "All", @@ -38226,10 +38378,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\11.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\12.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\12.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/12.jpg", "AssetKind": "All", @@ -38245,10 +38397,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\12.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\13.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\13.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/13.jpg", "AssetKind": "All", @@ -38264,10 +38416,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\13.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/2.jpg", "AssetKind": "All", @@ -38283,10 +38435,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/3.jpg", "AssetKind": "All", @@ -38302,10 +38454,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/5.jpg", "AssetKind": "All", @@ -38321,10 +38473,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/6.jpg", "AssetKind": "All", @@ -38340,10 +38492,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/7.jpg", "AssetKind": "All", @@ -38359,10 +38511,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/8.jpg", "AssetKind": "All", @@ -38378,10 +38530,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/9.jpg", "AssetKind": "All", @@ -38397,10 +38549,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\sized\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\sized\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/sized/1.jpg", "AssetKind": "All", @@ -38416,10 +38568,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\sized\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\sized\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\sized\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/sized/2.jpg", "AssetKind": "All", @@ -38435,10 +38587,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\sized\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\sized\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\sized\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/sized/3.jpg", "AssetKind": "All", @@ -38454,10 +38606,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\sized\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/thumbs/1.jpg", "AssetKind": "All", @@ -38473,10 +38625,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\thumbs\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/thumbs/10.jpg", "AssetKind": "All", @@ -38492,10 +38644,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\thumbs\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\11.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\11.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/thumbs/11.jpg", "AssetKind": "All", @@ -38511,10 +38663,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\thumbs\\11.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\11-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\11-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/thumbs/11-1.jpg", "AssetKind": "All", @@ -38530,10 +38682,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\thumbs\\11-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\12.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\12.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/thumbs/12.jpg", "AssetKind": "All", @@ -38549,10 +38701,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\thumbs\\12.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\12-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\12-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/thumbs/12-1.jpg", "AssetKind": "All", @@ -38568,10 +38720,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\thumbs\\12-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\13.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\13.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/thumbs/13.jpg", "AssetKind": "All", @@ -38587,10 +38739,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\thumbs\\13.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\13-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\13-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/thumbs/13-1.jpg", "AssetKind": "All", @@ -38606,10 +38758,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\thumbs\\13-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\14.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\14.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/thumbs/14.jpg", "AssetKind": "All", @@ -38625,10 +38777,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\thumbs\\14.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\15.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\15.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/thumbs/15.jpg", "AssetKind": "All", @@ -38644,10 +38796,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\thumbs\\15.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\15-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\15-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/thumbs/15-1.jpg", "AssetKind": "All", @@ -38663,10 +38815,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\thumbs\\15-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\16.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\16.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/thumbs/16.jpg", "AssetKind": "All", @@ -38682,10 +38834,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\thumbs\\16.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\17.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\17.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/thumbs/17.jpg", "AssetKind": "All", @@ -38701,10 +38853,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\thumbs\\17.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\18.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\18.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/thumbs/18.jpg", "AssetKind": "All", @@ -38720,10 +38872,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\thumbs\\18.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/thumbs/2.jpg", "AssetKind": "All", @@ -38739,10 +38891,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\thumbs\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/thumbs/3.jpg", "AssetKind": "All", @@ -38758,10 +38910,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\thumbs\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/thumbs/4.jpg", "AssetKind": "All", @@ -38777,10 +38929,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\thumbs\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/thumbs/5.jpg", "AssetKind": "All", @@ -38796,10 +38948,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\thumbs\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/thumbs/6.jpg", "AssetKind": "All", @@ -38815,10 +38967,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\thumbs\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/thumbs/7.jpg", "AssetKind": "All", @@ -38834,10 +38986,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\thumbs\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\7-1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\7-1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/thumbs/7-1.jpg", "AssetKind": "All", @@ -38853,10 +39005,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\thumbs\\7-1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/thumbs/8.jpg", "AssetKind": "All", @@ -38872,10 +39024,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\thumbs\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/swiper/thumbs/9.jpg", "AssetKind": "All", @@ -38891,10 +39043,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\swiper\\thumbs\\9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/thumbs/1.jpg", "AssetKind": "All", @@ -38910,10 +39062,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\thumbs\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\10.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\10.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/thumbs/10.jpg", "AssetKind": "All", @@ -38929,10 +39081,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\thumbs\\10.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\11.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\11.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/thumbs/11.jpg", "AssetKind": "All", @@ -38948,10 +39100,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\thumbs\\11.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\12.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\12.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/thumbs/12.jpg", "AssetKind": "All", @@ -38967,10 +39119,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\thumbs\\12.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\13.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\13.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/thumbs/13.jpg", "AssetKind": "All", @@ -38986,10 +39138,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\thumbs\\13.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\14.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\14.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/thumbs/14.jpg", "AssetKind": "All", @@ -39005,10 +39157,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\thumbs\\14.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\15.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\15.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/thumbs/15.jpg", "AssetKind": "All", @@ -39024,10 +39176,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\thumbs\\15.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\16.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\16.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/thumbs/16.jpg", "AssetKind": "All", @@ -39043,10 +39195,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\thumbs\\16.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\17.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\17.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/thumbs/17.jpg", "AssetKind": "All", @@ -39062,10 +39214,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\thumbs\\17.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\18.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\18.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/thumbs/18.jpg", "AssetKind": "All", @@ -39081,10 +39233,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\thumbs\\18.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\19.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\19.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/thumbs/19.jpg", "AssetKind": "All", @@ -39100,10 +39252,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\thumbs\\19.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/thumbs/2.jpg", "AssetKind": "All", @@ -39119,10 +39271,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\thumbs\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\20.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\20.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/thumbs/20.jpg", "AssetKind": "All", @@ -39138,10 +39290,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\thumbs\\20.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/thumbs/3.jpg", "AssetKind": "All", @@ -39157,10 +39309,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\thumbs\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/thumbs/4.jpg", "AssetKind": "All", @@ -39176,10 +39328,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\thumbs\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/thumbs/5.jpg", "AssetKind": "All", @@ -39195,10 +39347,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\thumbs\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/thumbs/6.jpg", "AssetKind": "All", @@ -39214,10 +39366,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\thumbs\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/thumbs/7.jpg", "AssetKind": "All", @@ -39233,10 +39385,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\thumbs\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/thumbs/8.jpg", "AssetKind": "All", @@ -39252,10 +39404,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\thumbs\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\9.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\9.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/slider/thumbs/9.jpg", "AssetKind": "All", @@ -39271,10 +39423,10 @@ "OriginalItemSpec": "wwwroot\\images\\slider\\thumbs\\9.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\splash\\1.jpeg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\splash\\1.jpeg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/splash/1.jpeg", "AssetKind": "All", @@ -39290,10 +39442,10 @@ "OriginalItemSpec": "wwwroot\\images\\splash\\1.jpeg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\svg\\arrow.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\svg\\arrow.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/svg/arrow.svg", "AssetKind": "All", @@ -39309,10 +39461,10 @@ "OriginalItemSpec": "wwwroot\\images\\svg\\arrow.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\svg-icon.svg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\svg-icon.svg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/svg-icon.svg", "AssetKind": "All", @@ -39328,10 +39480,10 @@ "OriginalItemSpec": "wwwroot\\images\\svg-icon.svg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\team\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\team\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/team/1.jpg", "AssetKind": "All", @@ -39347,10 +39499,10 @@ "OriginalItemSpec": "wwwroot\\images\\team\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\team\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\team\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/team/2.jpg", "AssetKind": "All", @@ -39366,10 +39518,10 @@ "OriginalItemSpec": "wwwroot\\images\\team\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\team\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\team\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/team/3.jpg", "AssetKind": "All", @@ -39385,10 +39537,10 @@ "OriginalItemSpec": "wwwroot\\images\\team\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\team\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\team\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/team/4.jpg", "AssetKind": "All", @@ -39404,10 +39556,10 @@ "OriginalItemSpec": "wwwroot\\images\\team\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\team\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\team\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/team/5.jpg", "AssetKind": "All", @@ -39423,10 +39575,10 @@ "OriginalItemSpec": "wwwroot\\images\\team\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\team\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\team\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/team/6.jpg", "AssetKind": "All", @@ -39442,10 +39594,10 @@ "OriginalItemSpec": "wwwroot\\images\\team\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\team\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\team\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/team/7.jpg", "AssetKind": "All", @@ -39461,10 +39613,10 @@ "OriginalItemSpec": "wwwroot\\images\\team\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\team\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\team\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/team/8.jpg", "AssetKind": "All", @@ -39480,10 +39632,10 @@ "OriginalItemSpec": "wwwroot\\images\\team\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\testimonials\\1.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\testimonials\\1.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/testimonials/1.jpg", "AssetKind": "All", @@ -39499,10 +39651,10 @@ "OriginalItemSpec": "wwwroot\\images\\testimonials\\1.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\testimonials\\2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\testimonials\\2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/testimonials/2.jpg", "AssetKind": "All", @@ -39518,10 +39670,10 @@ "OriginalItemSpec": "wwwroot\\images\\testimonials\\2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\testimonials\\3.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\testimonials\\3.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/testimonials/3.jpg", "AssetKind": "All", @@ -39537,10 +39689,10 @@ "OriginalItemSpec": "wwwroot\\images\\testimonials\\3.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\testimonials\\4.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\testimonials\\4.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/testimonials/4.jpg", "AssetKind": "All", @@ -39556,10 +39708,10 @@ "OriginalItemSpec": "wwwroot\\images\\testimonials\\4.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\testimonials\\5.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\testimonials\\5.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/testimonials/5.jpg", "AssetKind": "All", @@ -39575,10 +39727,10 @@ "OriginalItemSpec": "wwwroot\\images\\testimonials\\5.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\testimonials\\6.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\testimonials\\6.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/testimonials/6.jpg", "AssetKind": "All", @@ -39594,10 +39746,10 @@ "OriginalItemSpec": "wwwroot\\images\\testimonials\\6.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\testimonials\\7.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\testimonials\\7.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/testimonials/7.jpg", "AssetKind": "All", @@ -39613,10 +39765,10 @@ "OriginalItemSpec": "wwwroot\\images\\testimonials\\7.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\testimonials\\8.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\testimonials\\8.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/testimonials/8.jpg", "AssetKind": "All", @@ -39632,10 +39784,10 @@ "OriginalItemSpec": "wwwroot\\images\\testimonials\\8.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\testimonials\\parallax.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\testimonials\\parallax.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/testimonials/parallax.jpg", "AssetKind": "All", @@ -39651,10 +39803,10 @@ "OriginalItemSpec": "wwwroot\\images\\testimonials\\parallax.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\testimonials\\parallax2.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\testimonials\\parallax2.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/testimonials/parallax2.jpg", "AssetKind": "All", @@ -39670,10 +39822,10 @@ "OriginalItemSpec": "wwwroot\\images\\testimonials\\parallax2.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\videos\\explore.mp4", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\videos\\explore.mp4", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/videos/explore.mp4", "AssetKind": "All", @@ -39689,10 +39841,10 @@ "OriginalItemSpec": "wwwroot\\images\\videos\\explore.mp4" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\videos\\explore.webm", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\videos\\explore.webm", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/videos/explore.webm", "AssetKind": "All", @@ -39708,10 +39860,10 @@ "OriginalItemSpec": "wwwroot\\images\\videos\\explore.webm" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\videos\\explore-poster.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\videos\\explore-poster.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/videos/explore-poster.jpg", "AssetKind": "All", @@ -39727,10 +39879,10 @@ "OriginalItemSpec": "wwwroot\\images\\videos\\explore-poster.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\videos\\explore-poster-thumb.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\videos\\explore-poster-thumb.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/videos/explore-poster-thumb.jpg", "AssetKind": "All", @@ -39746,10 +39898,10 @@ "OriginalItemSpec": "wwwroot\\images\\videos\\explore-poster-thumb.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\11.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\11.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/wedding/11.jpg", "AssetKind": "All", @@ -39765,10 +39917,10 @@ "OriginalItemSpec": "wwwroot\\images\\wedding\\11.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\12.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\12.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/wedding/12.jpg", "AssetKind": "All", @@ -39784,10 +39936,10 @@ "OriginalItemSpec": "wwwroot\\images\\wedding\\12.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\13.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\13.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/wedding/13.jpg", "AssetKind": "All", @@ -39803,10 +39955,10 @@ "OriginalItemSpec": "wwwroot\\images\\wedding\\13.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\15.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\15.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/wedding/15.jpg", "AssetKind": "All", @@ -39822,10 +39974,10 @@ "OriginalItemSpec": "wwwroot\\images\\wedding\\15.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\16.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\16.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/wedding/16.jpg", "AssetKind": "All", @@ -39841,10 +39993,10 @@ "OriginalItemSpec": "wwwroot\\images\\wedding\\16.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\17.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\17.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/wedding/17.jpg", "AssetKind": "All", @@ -39860,10 +40012,10 @@ "OriginalItemSpec": "wwwroot\\images\\wedding\\17.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\18.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\18.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/wedding/18.jpg", "AssetKind": "All", @@ -39879,10 +40031,10 @@ "OriginalItemSpec": "wwwroot\\images\\wedding\\18.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\19.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\19.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/wedding/19.jpg", "AssetKind": "All", @@ -39898,10 +40050,10 @@ "OriginalItemSpec": "wwwroot\\images\\wedding\\19.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\20.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\20.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/wedding/20.jpg", "AssetKind": "All", @@ -39917,10 +40069,10 @@ "OriginalItemSpec": "wwwroot\\images\\wedding\\20.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\21.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\21.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/wedding/21.jpg", "AssetKind": "All", @@ -39936,10 +40088,10 @@ "OriginalItemSpec": "wwwroot\\images\\wedding\\21.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\22.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\22.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/wedding/22.jpg", "AssetKind": "All", @@ -39955,10 +40107,10 @@ "OriginalItemSpec": "wwwroot\\images\\wedding\\22.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\23.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\23.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/wedding/23.jpg", "AssetKind": "All", @@ -39974,10 +40126,10 @@ "OriginalItemSpec": "wwwroot\\images\\wedding\\23.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\24.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\24.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/wedding/24.jpg", "AssetKind": "All", @@ -39993,10 +40145,10 @@ "OriginalItemSpec": "wwwroot\\images\\wedding\\24.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\25.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\25.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/wedding/25.jpg", "AssetKind": "All", @@ -40012,10 +40164,10 @@ "OriginalItemSpec": "wwwroot\\images\\wedding\\25.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\26.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\26.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/wedding/26.jpg", "AssetKind": "All", @@ -40031,10 +40183,10 @@ "OriginalItemSpec": "wwwroot\\images\\wedding\\26.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\27.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\27.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/wedding/27.jpg", "AssetKind": "All", @@ -40050,10 +40202,10 @@ "OriginalItemSpec": "wwwroot\\images\\wedding\\27.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\28.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\28.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/wedding/28.jpg", "AssetKind": "All", @@ -40069,10 +40221,10 @@ "OriginalItemSpec": "wwwroot\\images\\wedding\\28.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\events\\afterwedding.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\events\\afterwedding.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/wedding/events/afterwedding.jpg", "AssetKind": "All", @@ -40088,10 +40240,10 @@ "OriginalItemSpec": "wwwroot\\images\\wedding\\events\\afterwedding.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\events\\cocktail.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\events\\cocktail.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/wedding/events/cocktail.jpg", "AssetKind": "All", @@ -40107,10 +40259,10 @@ "OriginalItemSpec": "wwwroot\\images\\wedding\\events\\cocktail.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\events\\wedding.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\events\\wedding.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/wedding/events/wedding.jpg", "AssetKind": "All", @@ -40126,10 +40278,10 @@ "OriginalItemSpec": "wwwroot\\images\\wedding\\events\\wedding.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\11.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\11.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/wedding/thumb/11.jpg", "AssetKind": "All", @@ -40145,10 +40297,10 @@ "OriginalItemSpec": "wwwroot\\images\\wedding\\thumb\\11.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\15.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\15.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/wedding/thumb/15.jpg", "AssetKind": "All", @@ -40164,10 +40316,10 @@ "OriginalItemSpec": "wwwroot\\images\\wedding\\thumb\\15.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\19.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\19.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/wedding/thumb/19.jpg", "AssetKind": "All", @@ -40183,10 +40335,10 @@ "OriginalItemSpec": "wwwroot\\images\\wedding\\thumb\\19.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\20.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\20.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/wedding/thumb/20.jpg", "AssetKind": "All", @@ -40202,10 +40354,10 @@ "OriginalItemSpec": "wwwroot\\images\\wedding\\thumb\\20.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\21.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\21.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/wedding/thumb/21.jpg", "AssetKind": "All", @@ -40221,10 +40373,10 @@ "OriginalItemSpec": "wwwroot\\images\\wedding\\thumb\\21.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\22.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\22.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/wedding/thumb/22.jpg", "AssetKind": "All", @@ -40240,10 +40392,10 @@ "OriginalItemSpec": "wwwroot\\images\\wedding\\thumb\\22.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\23.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\23.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/wedding/thumb/23.jpg", "AssetKind": "All", @@ -40259,10 +40411,10 @@ "OriginalItemSpec": "wwwroot\\images\\wedding\\thumb\\23.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\24.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\24.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/wedding/thumb/24.jpg", "AssetKind": "All", @@ -40278,10 +40430,10 @@ "OriginalItemSpec": "wwwroot\\images\\wedding\\thumb\\24.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\25.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\25.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/wedding/thumb/25.jpg", "AssetKind": "All", @@ -40297,10 +40449,10 @@ "OriginalItemSpec": "wwwroot\\images\\wedding\\thumb\\25.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\26.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\26.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/wedding/thumb/26.jpg", "AssetKind": "All", @@ -40316,10 +40468,10 @@ "OriginalItemSpec": "wwwroot\\images\\wedding\\thumb\\26.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\27.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\27.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/wedding/thumb/27.jpg", "AssetKind": "All", @@ -40335,10 +40487,10 @@ "OriginalItemSpec": "wwwroot\\images\\wedding\\thumb\\27.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\28.jpg", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\28.jpg", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/wedding/thumb/28.jpg", "AssetKind": "All", @@ -40354,10 +40506,10 @@ "OriginalItemSpec": "wwwroot\\images\\wedding\\thumb\\28.jpg" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\world-map.png", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\world-map.png", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "images/world-map.png", "AssetKind": "All", @@ -40373,10 +40525,10 @@ "OriginalItemSpec": "wwwroot\\images\\world-map.png" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\bundle.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\bundle.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/bundle.js", "AssetKind": "All", @@ -40392,10 +40544,10 @@ "OriginalItemSpec": "wwwroot\\js\\bundle.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\chart.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\chart.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/chart.js", "AssetKind": "All", @@ -40411,10 +40563,10 @@ "OriginalItemSpec": "wwwroot\\js\\chart.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\chartjs-plugin-zoom.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\chartjs-plugin-zoom.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/chartjs-plugin-zoom.min.js", "AssetKind": "All", @@ -40430,10 +40582,10 @@ "OriginalItemSpec": "wwwroot\\js\\chartjs-plugin-zoom.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\chart-utils.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\chart-utils.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/chart-utils.js", "AssetKind": "All", @@ -40449,10 +40601,10 @@ "OriginalItemSpec": "wwwroot\\js\\chart-utils.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\bs-datatable.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\bs-datatable.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/bs-datatable.js", "AssetKind": "All", @@ -40468,10 +40620,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\bs-datatable.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\bs-filestyle.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\bs-filestyle.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/bs-filestyle.js", "AssetKind": "All", @@ -40487,10 +40639,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\bs-filestyle.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\bs-select.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\bs-select.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/bs-select.js", "AssetKind": "All", @@ -40506,10 +40658,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\bs-select.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\bs-select.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\bs-select.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/bs-select.min.js", "AssetKind": "All", @@ -40525,10 +40677,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\bs-select.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\bs-switches.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\bs-switches.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/bs-switches.js", "AssetKind": "All", @@ -40544,10 +40696,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\bs-switches.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\datepicker.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\datepicker.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/datepicker.js", "AssetKind": "All", @@ -40563,10 +40715,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\datepicker.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\daterangepicker.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\daterangepicker.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/daterangepicker.js", "AssetKind": "All", @@ -40582,10 +40734,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\daterangepicker.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\event.move.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\event.move.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/event.move.js", "AssetKind": "All", @@ -40601,10 +40753,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\event.move.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\image-changer.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\image-changer.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/image-changer.js", "AssetKind": "All", @@ -40620,10 +40772,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\image-changer.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\moment.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\moment.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/moment.js", "AssetKind": "All", @@ -40639,10 +40791,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\moment.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\rangeslider.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\rangeslider.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/rangeslider.min.js", "AssetKind": "All", @@ -40658,10 +40810,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\rangeslider.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\select-boxes.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\select-boxes.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/select-boxes.js", "AssetKind": "All", @@ -40677,10 +40829,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\select-boxes.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\selectsplitter.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\selectsplitter.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/selectsplitter.js", "AssetKind": "All", @@ -40696,10 +40848,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\selectsplitter.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\star-rating.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\star-rating.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/star-rating.js", "AssetKind": "All", @@ -40715,10 +40867,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\star-rating.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\timepicker.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\timepicker.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/timepicker.js", "AssetKind": "All", @@ -40734,10 +40886,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\timepicker.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\icons\\default\\icons.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\icons\\default\\icons.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/icons/default/icons.min.js", "AssetKind": "All", @@ -40753,10 +40905,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\icons\\default\\icons.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\langs\\README.md", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\langs\\README.md", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/langs/README.md", "AssetKind": "All", @@ -40772,10 +40924,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\langs\\README.md" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\license.txt", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\license.txt", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/license.txt", "AssetKind": "All", @@ -40791,10 +40943,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\license.txt" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\models\\dom\\model.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\models\\dom\\model.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/models/dom/model.min.js", "AssetKind": "All", @@ -40810,10 +40962,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\models\\dom\\model.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\accordion\\plugin.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\accordion\\plugin.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/accordion/plugin.min.js", "AssetKind": "All", @@ -40829,10 +40981,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\accordion\\plugin.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\advlist\\plugin.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\advlist\\plugin.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/advlist/plugin.min.js", "AssetKind": "All", @@ -40848,10 +41000,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\advlist\\plugin.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\anchor\\plugin.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\anchor\\plugin.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/anchor/plugin.min.js", "AssetKind": "All", @@ -40867,10 +41019,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\anchor\\plugin.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\autolink\\plugin.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\autolink\\plugin.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/autolink/plugin.min.js", "AssetKind": "All", @@ -40886,10 +41038,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\autolink\\plugin.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\autoresize\\plugin.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\autoresize\\plugin.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/autoresize/plugin.min.js", "AssetKind": "All", @@ -40905,10 +41057,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\autoresize\\plugin.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\autosave\\plugin.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\autosave\\plugin.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/autosave/plugin.min.js", "AssetKind": "All", @@ -40924,10 +41076,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\autosave\\plugin.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\charmap\\plugin.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\charmap\\plugin.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/charmap/plugin.min.js", "AssetKind": "All", @@ -40943,10 +41095,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\charmap\\plugin.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\code\\plugin.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\code\\plugin.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/code/plugin.min.js", "AssetKind": "All", @@ -40962,10 +41114,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\code\\plugin.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\codesample\\plugin.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\codesample\\plugin.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/codesample/plugin.min.js", "AssetKind": "All", @@ -40981,10 +41133,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\codesample\\plugin.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\directionality\\plugin.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\directionality\\plugin.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/directionality/plugin.min.js", "AssetKind": "All", @@ -41000,10 +41152,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\directionality\\plugin.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\emoticons\\js\\emojiimages.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\emoticons\\js\\emojiimages.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/emoticons/js/emojiimages.js", "AssetKind": "All", @@ -41019,10 +41171,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\emoticons\\js\\emojiimages.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\emoticons\\js\\emojiimages.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\emoticons\\js\\emojiimages.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/emoticons/js/emojiimages.min.js", "AssetKind": "All", @@ -41038,10 +41190,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\emoticons\\js\\emojiimages.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\emoticons\\js\\emojis.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\emoticons\\js\\emojis.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/emoticons/js/emojis.js", "AssetKind": "All", @@ -41057,10 +41209,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\emoticons\\js\\emojis.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\emoticons\\js\\emojis.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\emoticons\\js\\emojis.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/emoticons/js/emojis.min.js", "AssetKind": "All", @@ -41076,10 +41228,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\emoticons\\js\\emojis.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\emoticons\\plugin.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\emoticons\\plugin.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/emoticons/plugin.min.js", "AssetKind": "All", @@ -41095,10 +41247,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\emoticons\\plugin.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\fullscreen\\plugin.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\fullscreen\\plugin.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/fullscreen/plugin.min.js", "AssetKind": "All", @@ -41114,10 +41266,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\fullscreen\\plugin.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ar.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ar.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/ar.js", "AssetKind": "All", @@ -41133,10 +41285,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ar.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\bg_BG.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\bg_BG.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/bg_BG.js", "AssetKind": "All", @@ -41152,10 +41304,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\bg_BG.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ca.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ca.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/ca.js", "AssetKind": "All", @@ -41171,10 +41323,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ca.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\cs.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\cs.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/cs.js", "AssetKind": "All", @@ -41190,10 +41342,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\cs.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\da.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\da.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/da.js", "AssetKind": "All", @@ -41209,10 +41361,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\da.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\de.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\de.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/de.js", "AssetKind": "All", @@ -41228,10 +41380,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\de.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\el.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\el.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/el.js", "AssetKind": "All", @@ -41247,10 +41399,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\el.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\en.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\en.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/en.js", "AssetKind": "All", @@ -41266,10 +41418,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\en.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\es.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\es.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/es.js", "AssetKind": "All", @@ -41285,10 +41437,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\es.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\eu.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\eu.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/eu.js", "AssetKind": "All", @@ -41304,10 +41456,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\eu.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\fa.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\fa.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/fa.js", "AssetKind": "All", @@ -41323,10 +41475,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\fa.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\fi.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\fi.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/fi.js", "AssetKind": "All", @@ -41342,10 +41494,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\fi.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\fr_FR.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\fr_FR.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/fr_FR.js", "AssetKind": "All", @@ -41361,10 +41513,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\fr_FR.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\he_IL.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\he_IL.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/he_IL.js", "AssetKind": "All", @@ -41380,10 +41532,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\he_IL.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\hi.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\hi.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/hi.js", "AssetKind": "All", @@ -41399,10 +41551,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\hi.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\hr.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\hr.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/hr.js", "AssetKind": "All", @@ -41418,10 +41570,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\hr.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\hu_HU.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\hu_HU.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/hu_HU.js", "AssetKind": "All", @@ -41437,10 +41589,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\hu_HU.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\id.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\id.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/id.js", "AssetKind": "All", @@ -41456,10 +41608,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\id.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\it.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\it.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/it.js", "AssetKind": "All", @@ -41475,10 +41627,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\it.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ja.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ja.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/ja.js", "AssetKind": "All", @@ -41494,10 +41646,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ja.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\kk.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\kk.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/kk.js", "AssetKind": "All", @@ -41513,10 +41665,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\kk.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ko_KR.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ko_KR.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/ko_KR.js", "AssetKind": "All", @@ -41532,10 +41684,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ko_KR.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ms.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ms.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/ms.js", "AssetKind": "All", @@ -41551,10 +41703,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ms.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\nb_NO.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\nb_NO.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/nb_NO.js", "AssetKind": "All", @@ -41570,10 +41722,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\nb_NO.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\nl.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\nl.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/nl.js", "AssetKind": "All", @@ -41589,10 +41741,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\nl.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\pl.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\pl.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/pl.js", "AssetKind": "All", @@ -41608,10 +41760,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\pl.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\pt_BR.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\pt_BR.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/pt_BR.js", "AssetKind": "All", @@ -41627,10 +41779,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\pt_BR.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\pt_PT.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\pt_PT.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/pt_PT.js", "AssetKind": "All", @@ -41646,10 +41798,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\pt_PT.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ro.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ro.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/ro.js", "AssetKind": "All", @@ -41665,10 +41817,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ro.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ru.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ru.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/ru.js", "AssetKind": "All", @@ -41684,10 +41836,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ru.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\sk.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\sk.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/sk.js", "AssetKind": "All", @@ -41703,10 +41855,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\sk.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\sl_SI.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\sl_SI.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/sl_SI.js", "AssetKind": "All", @@ -41722,10 +41874,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\sl_SI.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\sv_SE.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\sv_SE.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/sv_SE.js", "AssetKind": "All", @@ -41741,10 +41893,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\sv_SE.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\th_TH.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\th_TH.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/th_TH.js", "AssetKind": "All", @@ -41760,10 +41912,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\th_TH.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\tr.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\tr.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/tr.js", "AssetKind": "All", @@ -41779,10 +41931,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\tr.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\uk.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\uk.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/uk.js", "AssetKind": "All", @@ -41798,10 +41950,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\uk.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\vi.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\vi.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/vi.js", "AssetKind": "All", @@ -41817,10 +41969,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\vi.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\zh_CN.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\zh_CN.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/zh_CN.js", "AssetKind": "All", @@ -41836,10 +41988,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\zh_CN.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\zh_TW.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\zh_TW.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/js/i18n/keynav/zh_TW.js", "AssetKind": "All", @@ -41855,10 +42007,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\zh_TW.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\plugin.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\plugin.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/help/plugin.min.js", "AssetKind": "All", @@ -41874,10 +42026,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\help\\plugin.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\image\\plugin.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\image\\plugin.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/image/plugin.min.js", "AssetKind": "All", @@ -41893,10 +42045,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\image\\plugin.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\importcss\\plugin.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\importcss\\plugin.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/importcss/plugin.min.js", "AssetKind": "All", @@ -41912,10 +42064,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\importcss\\plugin.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\insertdatetime\\plugin.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\insertdatetime\\plugin.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/insertdatetime/plugin.min.js", "AssetKind": "All", @@ -41931,10 +42083,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\insertdatetime\\plugin.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\link\\plugin.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\link\\plugin.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/link/plugin.min.js", "AssetKind": "All", @@ -41950,10 +42102,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\link\\plugin.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\lists\\plugin.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\lists\\plugin.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/lists/plugin.min.js", "AssetKind": "All", @@ -41969,10 +42121,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\lists\\plugin.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\media\\plugin.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\media\\plugin.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/media/plugin.min.js", "AssetKind": "All", @@ -41988,10 +42140,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\media\\plugin.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\nonbreaking\\plugin.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\nonbreaking\\plugin.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/nonbreaking/plugin.min.js", "AssetKind": "All", @@ -42007,10 +42159,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\nonbreaking\\plugin.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\pagebreak\\plugin.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\pagebreak\\plugin.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/pagebreak/plugin.min.js", "AssetKind": "All", @@ -42026,10 +42178,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\pagebreak\\plugin.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\preview\\plugin.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\preview\\plugin.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/preview/plugin.min.js", "AssetKind": "All", @@ -42045,10 +42197,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\preview\\plugin.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\quickbars\\plugin.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\quickbars\\plugin.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/quickbars/plugin.min.js", "AssetKind": "All", @@ -42064,10 +42216,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\quickbars\\plugin.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\save\\plugin.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\save\\plugin.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/save/plugin.min.js", "AssetKind": "All", @@ -42083,10 +42235,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\save\\plugin.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\searchreplace\\plugin.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\searchreplace\\plugin.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/searchreplace/plugin.min.js", "AssetKind": "All", @@ -42102,10 +42254,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\searchreplace\\plugin.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\table\\plugin.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\table\\plugin.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/table/plugin.min.js", "AssetKind": "All", @@ -42121,10 +42273,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\table\\plugin.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\template\\plugin.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\template\\plugin.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/template/plugin.min.js", "AssetKind": "All", @@ -42140,10 +42292,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\template\\plugin.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\visualblocks\\plugin.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\visualblocks\\plugin.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/visualblocks/plugin.min.js", "AssetKind": "All", @@ -42159,10 +42311,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\visualblocks\\plugin.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\visualchars\\plugin.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\visualchars\\plugin.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/visualchars/plugin.min.js", "AssetKind": "All", @@ -42178,10 +42330,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\visualchars\\plugin.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\wordcount\\plugin.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\wordcount\\plugin.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/plugins/wordcount/plugin.min.js", "AssetKind": "All", @@ -42197,10 +42349,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\plugins\\wordcount\\plugin.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\content\\dark\\content.min.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\content\\dark\\content.min.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/skins/content/dark/content.min.css", "AssetKind": "All", @@ -42216,10 +42368,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\skins\\content\\dark\\content.min.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\content\\default\\content.min.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\content\\default\\content.min.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/skins/content/default/content.min.css", "AssetKind": "All", @@ -42235,10 +42387,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\skins\\content\\default\\content.min.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\content\\document\\content.min.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\content\\document\\content.min.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/skins/content/document/content.min.css", "AssetKind": "All", @@ -42254,10 +42406,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\skins\\content\\document\\content.min.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\content\\tinymce-5\\content.min.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\content\\tinymce-5\\content.min.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/skins/content/tinymce-5/content.min.css", "AssetKind": "All", @@ -42273,10 +42425,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\skins\\content\\tinymce-5\\content.min.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\content\\tinymce-5-dark\\content.min.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\content\\tinymce-5-dark\\content.min.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/skins/content/tinymce-5-dark/content.min.css", "AssetKind": "All", @@ -42292,10 +42444,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\skins\\content\\tinymce-5-dark\\content.min.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\content\\writer\\content.min.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\content\\writer\\content.min.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/skins/content/writer/content.min.css", "AssetKind": "All", @@ -42311,10 +42463,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\skins\\content\\writer\\content.min.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide\\content.inline.min.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide\\content.inline.min.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/skins/ui/oxide/content.inline.min.css", "AssetKind": "All", @@ -42330,10 +42482,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide\\content.inline.min.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide\\content.min.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide\\content.min.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/skins/ui/oxide/content.min.css", "AssetKind": "All", @@ -42349,10 +42501,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide\\content.min.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide\\skin.min.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide\\skin.min.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/skins/ui/oxide/skin.min.css", "AssetKind": "All", @@ -42368,10 +42520,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide\\skin.min.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide\\skin.shadowdom.min.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide\\skin.shadowdom.min.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/skins/ui/oxide/skin.shadowdom.min.css", "AssetKind": "All", @@ -42387,10 +42539,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide\\skin.shadowdom.min.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide-dark\\content.inline.min.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide-dark\\content.inline.min.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/skins/ui/oxide-dark/content.inline.min.css", "AssetKind": "All", @@ -42406,10 +42558,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide-dark\\content.inline.min.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide-dark\\content.min.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide-dark\\content.min.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/skins/ui/oxide-dark/content.min.css", "AssetKind": "All", @@ -42425,10 +42577,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide-dark\\content.min.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide-dark\\skin.min.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide-dark\\skin.min.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/skins/ui/oxide-dark/skin.min.css", "AssetKind": "All", @@ -42444,10 +42596,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide-dark\\skin.min.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide-dark\\skin.shadowdom.min.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide-dark\\skin.shadowdom.min.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css", "AssetKind": "All", @@ -42463,10 +42615,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide-dark\\skin.shadowdom.min.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5\\content.inline.min.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5\\content.inline.min.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/skins/ui/tinymce-5/content.inline.min.css", "AssetKind": "All", @@ -42482,10 +42634,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5\\content.inline.min.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5\\content.min.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5\\content.min.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/skins/ui/tinymce-5/content.min.css", "AssetKind": "All", @@ -42501,10 +42653,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5\\content.min.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5\\skin.min.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5\\skin.min.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/skins/ui/tinymce-5/skin.min.css", "AssetKind": "All", @@ -42520,10 +42672,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5\\skin.min.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5\\skin.shadowdom.min.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5\\skin.shadowdom.min.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css", "AssetKind": "All", @@ -42539,10 +42691,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5\\skin.shadowdom.min.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5-dark\\content.inline.min.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5-dark\\content.inline.min.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css", "AssetKind": "All", @@ -42558,10 +42710,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5-dark\\content.inline.min.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5-dark\\content.min.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5-dark\\content.min.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/skins/ui/tinymce-5-dark/content.min.css", "AssetKind": "All", @@ -42577,10 +42729,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5-dark\\content.min.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5-dark\\skin.min.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5-dark\\skin.min.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/skins/ui/tinymce-5-dark/skin.min.css", "AssetKind": "All", @@ -42596,10 +42748,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5-dark\\skin.min.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5-dark\\skin.shadowdom.min.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5-dark\\skin.shadowdom.min.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css", "AssetKind": "All", @@ -42615,10 +42767,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5-dark\\skin.shadowdom.min.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\themes\\silver\\theme.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\themes\\silver\\theme.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/themes/silver/theme.min.js", "AssetKind": "All", @@ -42634,10 +42786,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\themes\\silver\\theme.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\tinymce.d.ts", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\tinymce.d.ts", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/tinymce.d.ts", "AssetKind": "All", @@ -42653,10 +42805,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\tinymce.d.ts" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\tinymce.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\tinymce.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/tinymce/tinymce.min.js", "AssetKind": "All", @@ -42672,10 +42824,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\tinymce\\tinymce.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\typehead.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\typehead.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/components/typehead.js", "AssetKind": "All", @@ -42691,10 +42843,10 @@ "OriginalItemSpec": "wwwroot\\js\\components\\typehead.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\events-data.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\events-data.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/events-data.js", "AssetKind": "All", @@ -42710,10 +42862,10 @@ "OriginalItemSpec": "wwwroot\\js\\events-data.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\functions.bundle.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\functions.bundle.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/functions.bundle.js", "AssetKind": "All", @@ -42729,10 +42881,10 @@ "OriginalItemSpec": "wwwroot\\js\\functions.bundle.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\functions.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\functions.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/functions.js", "AssetKind": "All", @@ -42748,10 +42900,10 @@ "OriginalItemSpec": "wwwroot\\js\\functions.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\holder.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\holder.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/holder.js", "AssetKind": "All", @@ -42767,10 +42919,10 @@ "OriginalItemSpec": "wwwroot\\js\\holder.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\jquery.calendario.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\jquery.calendario.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/jquery.calendario.js", "AssetKind": "All", @@ -42786,10 +42938,10 @@ "OriginalItemSpec": "wwwroot\\js\\jquery.calendario.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\jquery.hotspot.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\jquery.hotspot.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/jquery.hotspot.js", "AssetKind": "All", @@ -42805,10 +42957,10 @@ "OriginalItemSpec": "wwwroot\\js\\jquery.hotspot.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\jquery.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\jquery.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/jquery.js", "AssetKind": "All", @@ -42824,10 +42976,10 @@ "OriginalItemSpec": "wwwroot\\js\\jquery.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\jquery.mousewheel.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\jquery.mousewheel.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/jquery.mousewheel.min.js", "AssetKind": "All", @@ -42843,10 +42995,10 @@ "OriginalItemSpec": "wwwroot\\js\\jquery.mousewheel.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\accordion.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\accordion.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/accordion.js", "AssetKind": "All", @@ -42862,10 +43014,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\accordion.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\adaptivecolorscheme.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\adaptivecolorscheme.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/adaptivecolorscheme.js", "AssetKind": "All", @@ -42881,10 +43033,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\adaptivecolorscheme.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\ajaxform.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\ajaxform.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/ajaxform.js", "AssetKind": "All", @@ -42900,10 +43052,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\ajaxform.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\ajaxtrigger.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\ajaxtrigger.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/ajaxtrigger.js", "AssetKind": "All", @@ -42919,10 +43071,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\ajaxtrigger.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\animations.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\animations.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/animations.js", "AssetKind": "All", @@ -42938,10 +43090,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\animations.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\bootstrap.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\bootstrap.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/bootstrap.js", "AssetKind": "All", @@ -42957,10 +43109,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\bootstrap.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\bscomponents.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\bscomponents.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/bscomponents.js", "AssetKind": "All", @@ -42976,10 +43128,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\bscomponents.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\buttons.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\buttons.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/buttons.js", "AssetKind": "All", @@ -42995,10 +43147,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\buttons.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\canvasslider.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\canvasslider.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/canvasslider.js", "AssetKind": "All", @@ -43014,10 +43166,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\canvasslider.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\carousel.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\carousel.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/carousel.js", "AssetKind": "All", @@ -43033,10 +43185,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\carousel.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\clipboard.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\clipboard.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/clipboard.js", "AssetKind": "All", @@ -43052,10 +43204,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\clipboard.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\codehighlight.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\codehighlight.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/codehighlight.js", "AssetKind": "All", @@ -43071,10 +43223,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\codehighlight.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\conditional.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\conditional.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/conditional.js", "AssetKind": "All", @@ -43090,10 +43242,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\conditional.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\cookies.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\cookies.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/cookies.js", "AssetKind": "All", @@ -43109,10 +43261,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\cookies.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\countdown.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\countdown.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/countdown.js", "AssetKind": "All", @@ -43128,10 +43280,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\countdown.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\counter.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\counter.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/counter.js", "AssetKind": "All", @@ -43147,10 +43299,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\counter.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\cursor.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\cursor.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/cursor.js", "AssetKind": "All", @@ -43166,10 +43318,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\cursor.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\dataclasses.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\dataclasses.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/dataclasses.js", "AssetKind": "All", @@ -43185,10 +43337,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\dataclasses.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\dataheights.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\dataheights.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/dataheights.js", "AssetKind": "All", @@ -43204,10 +43356,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\dataheights.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\easing.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\easing.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/easing.js", "AssetKind": "All", @@ -43223,10 +43375,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\easing.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\filter.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\filter.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/filter.js", "AssetKind": "All", @@ -43242,10 +43394,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\filter.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\flexslider.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\flexslider.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/flexslider.js", "AssetKind": "All", @@ -43261,10 +43413,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\flexslider.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\flickr.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\flickr.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/flickr.js", "AssetKind": "All", @@ -43280,10 +43432,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\flickr.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\fontsizer.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\fontsizer.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/fontsizer.js", "AssetKind": "All", @@ -43299,10 +43451,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\fontsizer.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\fullvideo.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\fullvideo.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/fullvideo.js", "AssetKind": "All", @@ -43318,10 +43470,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\fullvideo.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\googlemaps.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\googlemaps.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/googlemaps.js", "AssetKind": "All", @@ -43337,10 +43489,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\googlemaps.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\gototop.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\gototop.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/gototop.js", "AssetKind": "All", @@ -43356,10 +43508,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\gototop.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\grid.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\grid.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/grid.js", "AssetKind": "All", @@ -43375,10 +43527,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\grid.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\headers.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\headers.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/headers.js", "AssetKind": "All", @@ -43394,10 +43546,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\headers.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\hover3d.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\hover3d.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/hover3d.js", "AssetKind": "All", @@ -43413,10 +43565,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\hover3d.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\hoveranimations.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\hoveranimations.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/hoveranimations.js", "AssetKind": "All", @@ -43432,10 +43584,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\hoveranimations.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\instagram.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\instagram.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/instagram.js", "AssetKind": "All", @@ -43451,10 +43603,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\instagram.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\lazyload.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\lazyload.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/lazyload.js", "AssetKind": "All", @@ -43470,10 +43622,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\lazyload.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\lightbox.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\lightbox.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/lightbox.js", "AssetKind": "All", @@ -43489,10 +43641,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\lightbox.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\logo.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\logo.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/logo.js", "AssetKind": "All", @@ -43508,10 +43660,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\logo.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\masonrythumbs.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\masonrythumbs.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/masonrythumbs.js", "AssetKind": "All", @@ -43527,10 +43679,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\masonrythumbs.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\mediaactions.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\mediaactions.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/mediaactions.js", "AssetKind": "All", @@ -43546,10 +43698,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\mediaactions.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\menus.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\menus.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/menus.js", "AssetKind": "All", @@ -43565,10 +43717,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\menus.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\modal.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\modal.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/modal.js", "AssetKind": "All", @@ -43584,10 +43736,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\modal.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\navtree.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\navtree.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/navtree.js", "AssetKind": "All", @@ -43603,10 +43755,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\navtree.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\notifications.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\notifications.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/notifications.js", "AssetKind": "All", @@ -43622,10 +43774,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\notifications.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\onepage.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\onepage.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/onepage.js", "AssetKind": "All", @@ -43641,10 +43793,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\onepage.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\pagemenu.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\pagemenu.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/pagemenu.js", "AssetKind": "All", @@ -43660,10 +43812,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\pagemenu.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\pagetransition.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\pagetransition.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/pagetransition.js", "AssetKind": "All", @@ -43679,10 +43831,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\pagetransition.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\portfolioajax.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\portfolioajax.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/portfolioajax.js", "AssetKind": "All", @@ -43698,10 +43850,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\portfolioajax.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\pricingswitcher.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\pricingswitcher.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/pricingswitcher.js", "AssetKind": "All", @@ -43717,10 +43869,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\pricingswitcher.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\progress.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\progress.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/progress.js", "AssetKind": "All", @@ -43736,10 +43888,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\progress.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\quantity.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\quantity.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/quantity.js", "AssetKind": "All", @@ -43755,10 +43907,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\quantity.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\readmore.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\readmore.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/readmore.js", "AssetKind": "All", @@ -43774,10 +43926,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\readmore.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\resizevideos.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\resizevideos.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/resizevideos.js", "AssetKind": "All", @@ -43793,10 +43945,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\resizevideos.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\roundedskills.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\roundedskills.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/roundedskills.js", "AssetKind": "All", @@ -43812,10 +43964,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\roundedskills.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\schemetoggle.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\schemetoggle.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/schemetoggle.js", "AssetKind": "All", @@ -43831,10 +43983,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\schemetoggle.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\scrolldetect.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\scrolldetect.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/scrolldetect.js", "AssetKind": "All", @@ -43850,10 +44002,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\scrolldetect.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\shapedivider.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\shapedivider.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/shapedivider.js", "AssetKind": "All", @@ -43869,10 +44021,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\shapedivider.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\sidepanel.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\sidepanel.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/sidepanel.js", "AssetKind": "All", @@ -43888,10 +44040,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\sidepanel.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\sliderdimensions.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\sliderdimensions.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/sliderdimensions.js", "AssetKind": "All", @@ -43907,10 +44059,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\sliderdimensions.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\slidermenuclass.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\slidermenuclass.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/slidermenuclass.js", "AssetKind": "All", @@ -43926,10 +44078,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\slidermenuclass.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\sliderparallax.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\sliderparallax.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/sliderparallax.js", "AssetKind": "All", @@ -43945,10 +44097,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\sliderparallax.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\stickfooteronsmall.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\stickfooteronsmall.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/stickfooteronsmall.js", "AssetKind": "All", @@ -43964,10 +44116,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\stickfooteronsmall.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\stickysidebar.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\stickysidebar.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/stickysidebar.js", "AssetKind": "All", @@ -43983,10 +44135,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\stickysidebar.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\subscribe.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\subscribe.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/subscribe.js", "AssetKind": "All", @@ -44002,10 +44154,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\subscribe.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\textrotator.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\textrotator.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/textrotator.js", "AssetKind": "All", @@ -44021,10 +44173,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\textrotator.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\textsplitter.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\textsplitter.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/textsplitter.js", "AssetKind": "All", @@ -44040,10 +44192,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\textsplitter.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\tips.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\tips.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/tips.js", "AssetKind": "All", @@ -44059,10 +44211,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\tips.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\toggle.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\toggle.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/toggle.js", "AssetKind": "All", @@ -44078,10 +44230,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\toggle.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\topcart.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\topcart.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/topcart.js", "AssetKind": "All", @@ -44097,10 +44249,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\topcart.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\topsearch.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\topsearch.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/topsearch.js", "AssetKind": "All", @@ -44116,10 +44268,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\topsearch.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\twitter.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\twitter.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/twitter.js", "AssetKind": "All", @@ -44135,10 +44287,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\twitter.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\videofacade.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\videofacade.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/videofacade.js", "AssetKind": "All", @@ -44154,10 +44306,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\videofacade.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\viewportdetect.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\viewportdetect.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/viewportdetect.js", "AssetKind": "All", @@ -44173,10 +44325,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\viewportdetect.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\youtubebg.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\youtubebg.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/modules/youtubebg.js", "AssetKind": "All", @@ -44192,10 +44344,10 @@ "OriginalItemSpec": "wwwroot\\js\\modules\\youtubebg.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\particles\\particles.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\particles\\particles.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/particles/particles.min.js", "AssetKind": "All", @@ -44211,10 +44363,10 @@ "OriginalItemSpec": "wwwroot\\js\\particles\\particles.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\particles\\particles-bubbles.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\particles\\particles-bubbles.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/particles/particles-bubbles.js", "AssetKind": "All", @@ -44230,10 +44382,10 @@ "OriginalItemSpec": "wwwroot\\js\\particles\\particles-bubbles.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\particles\\particlesjs-config.json", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\particles\\particlesjs-config.json", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/particles/particlesjs-config.json", "AssetKind": "All", @@ -44249,10 +44401,10 @@ "OriginalItemSpec": "wwwroot\\js\\particles\\particlesjs-config.json" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\particles\\particles-line.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\particles\\particles-line.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/particles/particles-line.js", "AssetKind": "All", @@ -44268,10 +44420,10 @@ "OriginalItemSpec": "wwwroot\\js\\particles\\particles-line.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\particles\\particles-nasa.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\particles\\particles-nasa.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/particles/particles-nasa.js", "AssetKind": "All", @@ -44287,10 +44439,10 @@ "OriginalItemSpec": "wwwroot\\js\\particles\\particles-nasa.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\particles\\particles-poly.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\particles\\particles-poly.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/particles/particles-poly.js", "AssetKind": "All", @@ -44306,10 +44458,10 @@ "OriginalItemSpec": "wwwroot\\js\\particles\\particles-poly.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\particles\\particles-snow.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\particles\\particles-snow.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/particles/particles-snow.js", "AssetKind": "All", @@ -44325,10 +44477,10 @@ "OriginalItemSpec": "wwwroot\\js\\particles\\particles-snow.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.bootstrap.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.bootstrap.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/plugins.bootstrap.js", "AssetKind": "All", @@ -44344,10 +44496,10 @@ "OriginalItemSpec": "wwwroot\\js\\plugins.bootstrap.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.carousel.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.carousel.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/plugins.carousel.js", "AssetKind": "All", @@ -44363,10 +44515,10 @@ "OriginalItemSpec": "wwwroot\\js\\plugins.carousel.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.clipboard.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.clipboard.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/plugins.clipboard.js", "AssetKind": "All", @@ -44382,10 +44534,10 @@ "OriginalItemSpec": "wwwroot\\js\\plugins.clipboard.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.countdown.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.countdown.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/plugins.countdown.js", "AssetKind": "All", @@ -44401,10 +44553,10 @@ "OriginalItemSpec": "wwwroot\\js\\plugins.countdown.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.counter.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.counter.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/plugins.counter.js", "AssetKind": "All", @@ -44420,10 +44572,10 @@ "OriginalItemSpec": "wwwroot\\js\\plugins.counter.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.dribbble.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.dribbble.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/plugins.dribbble.js", "AssetKind": "All", @@ -44439,10 +44591,10 @@ "OriginalItemSpec": "wwwroot\\js\\plugins.dribbble.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.easing.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.easing.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/plugins.easing.js", "AssetKind": "All", @@ -44458,10 +44610,10 @@ "OriginalItemSpec": "wwwroot\\js\\plugins.easing.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.fastdom.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.fastdom.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/plugins.fastdom.js", "AssetKind": "All", @@ -44477,10 +44629,10 @@ "OriginalItemSpec": "wwwroot\\js\\plugins.fastdom.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.fitvids.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.fitvids.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/plugins.fitvids.js", "AssetKind": "All", @@ -44496,10 +44648,10 @@ "OriginalItemSpec": "wwwroot\\js\\plugins.fitvids.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.flexslider.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.flexslider.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/plugins.flexslider.js", "AssetKind": "All", @@ -44515,10 +44667,10 @@ "OriginalItemSpec": "wwwroot\\js\\plugins.flexslider.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.flickrfeed.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.flickrfeed.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/plugins.flickrfeed.js", "AssetKind": "All", @@ -44534,10 +44686,10 @@ "OriginalItemSpec": "wwwroot\\js\\plugins.flickrfeed.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.form.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.form.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/plugins.form.js", "AssetKind": "All", @@ -44553,10 +44705,10 @@ "OriginalItemSpec": "wwwroot\\js\\plugins.form.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.gmap.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.gmap.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/plugins.gmap.js", "AssetKind": "All", @@ -44572,10 +44724,10 @@ "OriginalItemSpec": "wwwroot\\js\\plugins.gmap.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.hashchange.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.hashchange.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/plugins.hashchange.js", "AssetKind": "All", @@ -44591,10 +44743,10 @@ "OriginalItemSpec": "wwwroot\\js\\plugins.hashchange.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.imagesloaded.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.imagesloaded.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/plugins.imagesloaded.js", "AssetKind": "All", @@ -44610,10 +44762,10 @@ "OriginalItemSpec": "wwwroot\\js\\plugins.imagesloaded.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.infinitescroll.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.infinitescroll.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/plugins.infinitescroll.js", "AssetKind": "All", @@ -44629,10 +44781,10 @@ "OriginalItemSpec": "wwwroot\\js\\plugins.infinitescroll.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.isotope.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.isotope.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/plugins.isotope.js", "AssetKind": "All", @@ -44648,10 +44800,10 @@ "OriginalItemSpec": "wwwroot\\js\\plugins.isotope.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.jpaginate.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.jpaginate.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/plugins.jpaginate.js", "AssetKind": "All", @@ -44667,10 +44819,10 @@ "OriginalItemSpec": "wwwroot\\js\\plugins.jpaginate.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.lazyload.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.lazyload.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/plugins.lazyload.js", "AssetKind": "All", @@ -44686,10 +44838,10 @@ "OriginalItemSpec": "wwwroot\\js\\plugins.lazyload.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.lightbox.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.lightbox.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/plugins.lightbox.js", "AssetKind": "All", @@ -44705,10 +44857,10 @@ "OriginalItemSpec": "wwwroot\\js\\plugins.lightbox.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.min.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.min.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/plugins.min.js", "AssetKind": "All", @@ -44724,10 +44876,10 @@ "OriginalItemSpec": "wwwroot\\js\\plugins.min.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.packery.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.packery.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/plugins.packery.js", "AssetKind": "All", @@ -44743,10 +44895,10 @@ "OriginalItemSpec": "wwwroot\\js\\plugins.packery.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.piechart.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.piechart.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/plugins.piechart.js", "AssetKind": "All", @@ -44762,10 +44914,10 @@ "OriginalItemSpec": "wwwroot\\js\\plugins.piechart.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.prism.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.prism.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/plugins.prism.js", "AssetKind": "All", @@ -44781,10 +44933,10 @@ "OriginalItemSpec": "wwwroot\\js\\plugins.prism.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.stickysidebar.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.stickysidebar.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/plugins.stickysidebar.js", "AssetKind": "All", @@ -44800,10 +44952,10 @@ "OriginalItemSpec": "wwwroot\\js\\plugins.stickysidebar.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.swiper.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.swiper.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/plugins.swiper.js", "AssetKind": "All", @@ -44819,10 +44971,10 @@ "OriginalItemSpec": "wwwroot\\js\\plugins.swiper.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.textrotator.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.textrotator.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/plugins.textrotator.js", "AssetKind": "All", @@ -44838,10 +44990,10 @@ "OriginalItemSpec": "wwwroot\\js\\plugins.textrotator.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.youtube.js", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.youtube.js", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "js/plugins.youtube.js", "AssetKind": "All", @@ -44857,10 +45009,10 @@ "OriginalItemSpec": "wwwroot\\js\\plugins.youtube.js" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\style.css", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\style.css", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "style.css", "AssetKind": "All", @@ -44876,10 +45028,10 @@ "OriginalItemSpec": "wwwroot\\style.css" }, { - "Identity": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\style.css.map", + "Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\style.css.map", "SourceId": "KeymailSpecials2", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\", + "ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\", "BasePath": "_content/KeymailSpecials2", "RelativePath": "style.css.map", "AssetKind": "All", diff --git a/obj/Debug/net8.0/staticwebassets.development.json b/obj/Debug/net8.0/staticwebassets.development.json index c13f7e8..406e541 100644 --- a/obj/Debug/net8.0/staticwebassets.development.json +++ b/obj/Debug/net8.0/staticwebassets.development.json @@ -1 +1 @@ -{"ContentRoots":["C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\","C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\obj\\Debug\\net8.0\\scopedcss\\bundle\\"],"Root":{"Children":{"app.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"app.css"},"Patterns":null},"bootstrap":{"Children":{"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"bootstrap/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"bootstrap/bootstrap.min.css.map"},"Patterns":null}},"Asset":null,"Patterns":null},"css":{"Children":{"animate.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/animate.css"},"Patterns":null},"calendar.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/calendar.css"},"Patterns":null},"components":{"Children":{"bs-datatable.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/bs-datatable.css"},"Patterns":null},"bs-filestyle.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/bs-filestyle.css"},"Patterns":null},"bs-rating.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/bs-rating.css"},"Patterns":null},"bs-select.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/bs-select.css"},"Patterns":null},"bs-switches-vars.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/bs-switches-vars.css"},"Patterns":null},"bs-switches.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/bs-switches.css"},"Patterns":null},"dark-components.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/dark-components.css"},"Patterns":null},"datepicker.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/datepicker.css"},"Patterns":null},"daterangepicker.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/daterangepicker.css"},"Patterns":null},"ion.rangeslider-vars.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/ion.rangeslider-vars.css"},"Patterns":null},"ion.rangeslider.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/ion.rangeslider.css"},"Patterns":null},"ion.rangeslider.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/ion.rangeslider.css.map"},"Patterns":null},"pricing-table.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/pricing-table.css"},"Patterns":null},"prism.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/prism.css"},"Patterns":null},"radio-checkbox-vars.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/radio-checkbox-vars.css"},"Patterns":null},"radio-checkbox.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/radio-checkbox.css"},"Patterns":null},"rangeslider":{"Children":{"sprite-skin-nice.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/rangeslider/sprite-skin-nice.png"},"Patterns":null}},"Asset":null,"Patterns":null},"select-boxes.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/select-boxes.css"},"Patterns":null},"timepicker.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/timepicker.css"},"Patterns":null}},"Asset":null,"Patterns":null},"custom.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/custom.css"},"Patterns":null},"font-icons.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/font-icons.css"},"Patterns":null},"icons":{"Children":{"bootstrap-icons.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/bootstrap-icons.css"},"Patterns":null},"bootstrap-icons":{"Children":{"bootstrap-icons.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/bootstrap-icons/bootstrap-icons.woff"},"Patterns":null},"bootstrap-icons.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/bootstrap-icons/bootstrap-icons.woff2"},"Patterns":null}},"Asset":null,"Patterns":null},"font-awesome.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome.css"},"Patterns":null},"font-awesome":{"Children":{"fa-brands-400.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome/fa-brands-400.ttf"},"Patterns":null},"fa-brands-400.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome/fa-brands-400.woff2"},"Patterns":null},"fa-regular-400.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome/fa-regular-400.ttf"},"Patterns":null},"fa-regular-400.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome/fa-regular-400.woff2"},"Patterns":null},"fa-solid-900.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome/fa-solid-900.ttf"},"Patterns":null},"fa-solid-900.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome/fa-solid-900.woff2"},"Patterns":null},"fa-v4compatibility.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome/fa-v4compatibility.ttf"},"Patterns":null},"fa-v4compatibility.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome/fa-v4compatibility.woff2"},"Patterns":null}},"Asset":null,"Patterns":null},"unicons.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons.css"},"Patterns":null},"unicons":{"Children":{"unicons-0.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-0.woff"},"Patterns":null},"unicons-0.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-0.woff2"},"Patterns":null},"unicons-1.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-1.woff"},"Patterns":null},"unicons-1.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-1.woff2"},"Patterns":null},"unicons-10.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-10.woff"},"Patterns":null},"unicons-10.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-10.woff2"},"Patterns":null},"unicons-11.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-11.woff"},"Patterns":null},"unicons-11.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-11.woff2"},"Patterns":null},"unicons-12.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-12.woff"},"Patterns":null},"unicons-12.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-12.woff2"},"Patterns":null},"unicons-13.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-13.woff"},"Patterns":null},"unicons-13.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-13.woff2"},"Patterns":null},"unicons-14.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-14.woff"},"Patterns":null},"unicons-14.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-14.woff2"},"Patterns":null},"unicons-15.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-15.woff"},"Patterns":null},"unicons-15.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-15.woff2"},"Patterns":null},"unicons-16.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-16.woff"},"Patterns":null},"unicons-16.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-16.woff2"},"Patterns":null},"unicons-17.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-17.woff"},"Patterns":null},"unicons-17.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-17.woff2"},"Patterns":null},"unicons-18.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-18.woff"},"Patterns":null},"unicons-18.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-18.woff2"},"Patterns":null},"unicons-19.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-19.woff"},"Patterns":null},"unicons-19.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-19.woff2"},"Patterns":null},"unicons-2.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-2.woff"},"Patterns":null},"unicons-2.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-2.woff2"},"Patterns":null},"unicons-20.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-20.woff"},"Patterns":null},"unicons-20.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-20.woff2"},"Patterns":null},"unicons-3.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-3.woff"},"Patterns":null},"unicons-3.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-3.woff2"},"Patterns":null},"unicons-4.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-4.woff"},"Patterns":null},"unicons-4.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-4.woff2"},"Patterns":null},"unicons-5.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-5.woff"},"Patterns":null},"unicons-5.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-5.woff2"},"Patterns":null},"unicons-6.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-6.woff"},"Patterns":null},"unicons-6.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-6.woff2"},"Patterns":null},"unicons-7.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-7.woff"},"Patterns":null},"unicons-7.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-7.woff2"},"Patterns":null},"unicons-8.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-8.woff"},"Patterns":null},"unicons-8.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-8.woff2"},"Patterns":null},"unicons-9.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-9.woff"},"Patterns":null},"unicons-9.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-9.woff2"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"magnific-popup.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/magnific-popup.css"},"Patterns":null},"swiper.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/swiper.css"},"Patterns":null}},"Asset":null,"Patterns":null},"demos":{"Children":{"hosting":{"Children":{"hosting.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/hosting.css"},"Patterns":null},"images":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/1.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/2.png"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/3.png"},"Patterns":null},"clients":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/1.png"},"Patterns":null},"10.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/10.png"},"Patterns":null},"11.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/11.png"},"Patterns":null},"12.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/12.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/2.png"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/3.png"},"Patterns":null},"4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/4.png"},"Patterns":null},"5.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/5.png"},"Patterns":null},"6.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/6.png"},"Patterns":null},"7.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/7.png"},"Patterns":null},"8.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/8.png"},"Patterns":null},"9.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/9.png"},"Patterns":null}},"Asset":null,"Patterns":null},"flags":{"Children":{"au.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/au.png"},"Patterns":null},"br.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/br.png"},"Patterns":null},"ca.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/ca.png"},"Patterns":null},"in.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/in.png"},"Patterns":null},"ja.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/ja.png"},"Patterns":null},"sa.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/sa.png"},"Patterns":null},"si.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/si.png"},"Patterns":null},"uk.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/uk.png"},"Patterns":null},"us.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/us.png"},"Patterns":null}},"Asset":null,"Patterns":null},"pattern-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/pattern-dark.png"},"Patterns":null},"pattern.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/pattern.png"},"Patterns":null},"svg":{"Children":{"activation.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/activation.svg"},"Patterns":null},"balancing.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/balancing.svg"},"Patterns":null},"checked.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/checked.svg"},"Patterns":null},"cloud.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/cloud.svg"},"Patterns":null},"dedicated.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/dedicated.svg"},"Patterns":null},"domain.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/domain.svg"},"Patterns":null},"location.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/location.svg"},"Patterns":null},"map-light.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/map-light.svg"},"Patterns":null},"map.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/map.png"},"Patterns":null},"shared.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/shared.svg"},"Patterns":null},"ssl.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/ssl.svg"},"Patterns":null},"support.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/support.svg"},"Patterns":null},"team.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/team.svg"},"Patterns":null},"web.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/web.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"users":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/users/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/users/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/users/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/users/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/users/5.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"movers":{"Children":{"images":{"Children":{"2.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/2.svg"},"Patterns":null},"baggage.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/baggage.png"},"Patterns":null},"bg-2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/bg-2.png"},"Patterns":null},"blog":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/blog/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/blog/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/blog/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/blog/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/blog/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/blog/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"clients":{"Children":{"amazon.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/amazon.svg"},"Patterns":null},"cnn.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/cnn.svg"},"Patterns":null},"github.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/github.svg"},"Patterns":null},"google.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/google.svg"},"Patterns":null},"jetblue.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/jetblue.svg"},"Patterns":null},"linkedin.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/linkedin.svg"},"Patterns":null},"nat-geo.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/nat-geo.svg"},"Patterns":null},"paypal.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/paypal.svg"},"Patterns":null},"vimeo.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/vimeo.svg"},"Patterns":null},"yahoo.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/yahoo.svg"},"Patterns":null},"zillow.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/zillow.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"dot-grid.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/dot-grid.svg"},"Patterns":null},"featured-img":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/featured-img/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/featured-img/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/featured-img/3.jpg"},"Patterns":null},"Thumbs.db":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/featured-img/Thumbs.db"},"Patterns":null}},"Asset":null,"Patterns":null},"others":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/others/1.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/others/2.png"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/others/3.png"},"Patterns":null},"4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/others/4.png"},"Patterns":null}},"Asset":null,"Patterns":null},"section":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/section/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/section/2.jpg"},"Patterns":null},"company.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/section/company.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"slider":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/slider/1.png"},"Patterns":null}},"Asset":null,"Patterns":null},"team":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/9.jpg"},"Patterns":null},"section.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/section.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"movers.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/movers.css"},"Patterns":null}},"Asset":null,"Patterns":null},"pet":{"Children":{"images":{"Children":{"gallery":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/14.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/15.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/9.jpg"},"Patterns":null},"thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/14.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/15.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"help":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/help/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/help/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/help/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-image.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/hero-image.jpg"},"Patterns":null},"logo-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/logo-dark.png"},"Patterns":null},"logo-dark@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/logo-dark@2x.png"},"Patterns":null},"logo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/logo.png"},"Patterns":null},"logo@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/logo@2x.png"},"Patterns":null},"others":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/others/1.png"},"Patterns":null},"section-bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/others/section-bg.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"products":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/products/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/products/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/products/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"services":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/services/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/services/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/services/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/services/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"testimonials":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/testimonials/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/testimonials/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/testimonials/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/testimonials/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"pet.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/pet.css"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"favicon.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.png"},"Patterns":null},"images":{"Children":{"01_preview.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/01_preview.jpg"},"Patterns":null},"about":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/7.jpg"},"Patterns":null},"me-parallax.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/me-parallax.jpg"},"Patterns":null},"parallax.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/parallax.jpg"},"Patterns":null},"Thumbs.db":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/Thumbs.db"},"Patterns":null}},"Asset":null,"Patterns":null},"appshowcase":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/appshowcase/1.jpg"},"Patterns":null},"ipad-section.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/appshowcase/ipad-section.png"},"Patterns":null},"iphone-solid.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/appshowcase/iphone-solid.png"},"Patterns":null},"s1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/appshowcase/s1.png"},"Patterns":null},"s4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/appshowcase/s4.png"},"Patterns":null},"s5.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/appshowcase/s5.png"},"Patterns":null},"slider-iphone.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/appshowcase/slider-iphone.png"},"Patterns":null}},"Asset":null,"Patterns":null},"author":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/author/1.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"banner-curve.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/banner-curve.png"},"Patterns":null},"blank.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blank.svg"},"Patterns":null},"blocks":{"Children":{"intro":{"Children":{"alert-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/alert-1.jpg"},"Patterns":null},"alert-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/alert-2.jpg"},"Patterns":null},"alert-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/alert-3.jpg"},"Patterns":null},"alert-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/alert-4.jpg"},"Patterns":null},"alert-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/alert-5.jpg"},"Patterns":null},"alert-custom-width.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/alert-custom-width.jpg"},"Patterns":null},"blog-grid-hover-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/blog-grid-hover-2.jpg"},"Patterns":null},"blog-grid-hover.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/blog-grid-hover.jpg"},"Patterns":null},"blog-list-hover.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/blog-list-hover.jpg"},"Patterns":null},"blog-single-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/blog-single-3.jpg"},"Patterns":null},"blog-single-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/blog-single-4.jpg"},"Patterns":null},"blog-single-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/blog-single-5.jpg"},"Patterns":null},"blog-single-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/blog-single-6.jpg"},"Patterns":null},"blog-single.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/blog-single.jpg"},"Patterns":null},"buttons.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/buttons.jpg"},"Patterns":null},"cards-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-1.jpg"},"Patterns":null},"cards-10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-10.jpg"},"Patterns":null},"cards-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-2.jpg"},"Patterns":null},"cards-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-3.jpg"},"Patterns":null},"cards-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-4.jpg"},"Patterns":null},"cards-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-5.jpg"},"Patterns":null},"cards-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-6.jpg"},"Patterns":null},"cards-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-7.jpg"},"Patterns":null},"cards-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-8.jpg"},"Patterns":null},"cards-9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-9.jpg"},"Patterns":null},"cards-switch.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-switch.jpg"},"Patterns":null},"carousel-instagram.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/carousel-instagram.jpg"},"Patterns":null},"carousel-tab.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/carousel-tab.jpg"},"Patterns":null},"checklists.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/checklists.jpg"},"Patterns":null},"clipboard.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/clipboard.jpg"},"Patterns":null},"contact-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/contact-1.jpg"},"Patterns":null},"contact-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/contact-2.jpg"},"Patterns":null},"contact-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/contact-3.jpg"},"Patterns":null},"countdown-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/countdown-2.jpg"},"Patterns":null},"countdown.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/countdown.jpg"},"Patterns":null},"counter-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/counter-1.jpg"},"Patterns":null},"counter-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/counter-2.jpg"},"Patterns":null},"counter-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/counter-3.jpg"},"Patterns":null},"counter-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/counter-4.jpg"},"Patterns":null},"counter-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/counter-5.jpg"},"Patterns":null},"crypto.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/crypto.jpg"},"Patterns":null},"currency-converter.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/currency-converter.jpg"},"Patterns":null},"custom-scroll.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/custom-scroll.jpg"},"Patterns":null},"dashboard.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/dashboard.jpg"},"Patterns":null},"event-schedule-scroll.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/event-schedule-scroll.jpg"},"Patterns":null},"event-schedule.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/event-schedule.jpg"},"Patterns":null},"faqs-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/faqs-1.jpg"},"Patterns":null},"faqs-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/faqs-2.jpg"},"Patterns":null},"faqs-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/faqs-3.jpg"},"Patterns":null},"featured-boxes-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-boxes-1.jpg"},"Patterns":null},"featured-boxes-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-boxes-2.jpg"},"Patterns":null},"featured-boxes-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-boxes-3.jpg"},"Patterns":null},"featured-boxes-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-boxes-4.jpg"},"Patterns":null},"featured-boxes-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-boxes-5.jpg"},"Patterns":null},"featured-boxes-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-boxes-6.jpg"},"Patterns":null},"featured-boxes-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-boxes-7.jpg"},"Patterns":null},"featured-boxes-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-boxes-8.jpg"},"Patterns":null},"featured-Images-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-Images-1.jpg"},"Patterns":null},"filter-dropdown.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/filter-dropdown.jpg"},"Patterns":null},"filters-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/filters-1.jpg"},"Patterns":null},"floating-button.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/floating-button.jpg"},"Patterns":null},"follow-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/follow-1.jpg"},"Patterns":null},"follow-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/follow-2.jpg"},"Patterns":null},"footer-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/footer-1.jpg"},"Patterns":null},"footer-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/footer-2.jpg"},"Patterns":null},"footer-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/footer-3.jpg"},"Patterns":null},"footer-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/footer-4.jpg"},"Patterns":null},"footer-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/footer-5.jpg"},"Patterns":null},"footer-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/footer-8.jpg"},"Patterns":null},"form-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-1.jpg"},"Patterns":null},"form-10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-10.jpg"},"Patterns":null},"form-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-2.jpg"},"Patterns":null},"form-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-3.jpg"},"Patterns":null},"form-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-4.jpg"},"Patterns":null},"form-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-5.jpg"},"Patterns":null},"form-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-6.jpg"},"Patterns":null},"form-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-7.jpg"},"Patterns":null},"form-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-8.jpg"},"Patterns":null},"form-9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-9.jpg"},"Patterns":null},"form-profile.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-profile.jpg"},"Patterns":null},"form-show-password.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-show-password.jpg"},"Patterns":null},"gallery-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-1.jpg"},"Patterns":null},"gallery-10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-10.jpg"},"Patterns":null},"gallery-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-2.jpg"},"Patterns":null},"gallery-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-3.jpg"},"Patterns":null},"gallery-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-4.jpg"},"Patterns":null},"gallery-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-5.jpg"},"Patterns":null},"Gallery-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/Gallery-6.jpg"},"Patterns":null},"gallery-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-7.jpg"},"Patterns":null},"gallery-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-8.jpg"},"Patterns":null},"gallery-9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-9.jpg"},"Patterns":null},"gallery-instagram.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-instagram.jpg"},"Patterns":null},"gallery-parallax.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-parallax.jpg"},"Patterns":null},"gototop.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gototop.jpg"},"Patterns":null},"header-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/header-2.jpg"},"Patterns":null},"header-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/header-3.jpg"},"Patterns":null},"header-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/header-4.jpg"},"Patterns":null},"header-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/header-5.jpg"},"Patterns":null},"header-inline.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/header-inline.jpg"},"Patterns":null},"header.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/header.jpg"},"Patterns":null},"hero-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-1.jpg"},"Patterns":null},"hero-10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-10.jpg"},"Patterns":null},"hero-11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-11.jpg"},"Patterns":null},"hero-12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-12.jpg"},"Patterns":null},"hero-13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-13.jpg"},"Patterns":null},"hero-14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-14.jpg"},"Patterns":null},"hero-15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-15.jpg"},"Patterns":null},"hero-16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-16.jpg"},"Patterns":null},"hero-17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-17.jpg"},"Patterns":null},"hero-19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-19.jpg"},"Patterns":null},"hero-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-2.jpg"},"Patterns":null},"hero-20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-20.jpg"},"Patterns":null},"hero-21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-21.jpg"},"Patterns":null},"hero-22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-22.jpg"},"Patterns":null},"hero-23.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-23.jpg"},"Patterns":null},"hero-24.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-24.jpg"},"Patterns":null},"hero-25.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-25.jpg"},"Patterns":null},"hero-26.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-26.jpg"},"Patterns":null},"hero-27.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-27.jpg"},"Patterns":null},"hero-28.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-28.jpg"},"Patterns":null},"hero-29.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-29.jpg"},"Patterns":null},"hero-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-3.jpg"},"Patterns":null},"hero-30.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-30.jpg"},"Patterns":null},"hero-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-4.jpg"},"Patterns":null},"hero-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-5.jpg"},"Patterns":null},"hero-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-6.jpg"},"Patterns":null},"hero-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-7.jpg"},"Patterns":null},"hero-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-8.jpg"},"Patterns":null},"hero-9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-9.jpg"},"Patterns":null},"hero-instructor.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-instructor.jpg"},"Patterns":null},"hero-split.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-split.jpg"},"Patterns":null},"mega-menu-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/mega-menu-2.jpg"},"Patterns":null},"mega-menu-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/mega-menu-3.jpg"},"Patterns":null},"mega-menu-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/mega-menu-4.jpg"},"Patterns":null},"mega-menu-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/mega-menu-5.jpg"},"Patterns":null},"mega-menu.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/mega-menu.jpg"},"Patterns":null},"menu-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/menu-1.jpg"},"Patterns":null},"misc-card-expand.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/misc-card-expand.jpg"},"Patterns":null},"misc-custom-cursor.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/misc-custom-cursor.jpg"},"Patterns":null},"misc-link.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/misc-link.jpg"},"Patterns":null},"misc-search.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/misc-search.jpg"},"Patterns":null},"misc-skeleton.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/misc-skeleton.jpg"},"Patterns":null},"misc-tooltip.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/misc-tooltip.jpg"},"Patterns":null},"morph-menu.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/morph-menu.jpg"},"Patterns":null},"nav-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/nav-1.jpg"},"Patterns":null},"navigation-expand.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/navigation-expand.jpg"},"Patterns":null},"onepage-dots.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/onepage-dots.jpg"},"Patterns":null},"opacity-on-hover.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/opacity-on-hover.jpg"},"Patterns":null},"order-tracking.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/order-tracking.jpg"},"Patterns":null},"otp-form.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/otp-form.jpg"},"Patterns":null},"overlay-menu.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/overlay-menu.jpg"},"Patterns":null},"popup-contact.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-contact.jpg"},"Patterns":null},"popup-coupon.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-coupon.jpg"},"Patterns":null},"popup-food.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-food.jpg"},"Patterns":null},"popup-furniture.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-furniture.jpg"},"Patterns":null},"popup-gym.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-gym.jpg"},"Patterns":null},"popup-recovery-email.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-recovery-email.jpg"},"Patterns":null},"popup-request.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-request.jpg"},"Patterns":null},"popup-sale.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-sale.jpg"},"Patterns":null},"popup-shop-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-shop-1.jpg"},"Patterns":null},"popup-spa.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-spa.jpg"},"Patterns":null},"Popup-ticket.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/Popup-ticket.jpg"},"Patterns":null},"popup-whats-new.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-whats-new.jpg"},"Patterns":null},"Portfolio-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/Portfolio-1.jpg"},"Patterns":null},"portfolio-single-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/portfolio-single-full.jpg"},"Patterns":null},"portfolio-single-grid.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/portfolio-single-grid.jpg"},"Patterns":null},"portfolio-single.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/portfolio-single.jpg"},"Patterns":null},"pricing-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-1.jpg"},"Patterns":null},"pricing-10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-10.jpg"},"Patterns":null},"pricing-11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-11.jpg"},"Patterns":null},"pricing-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-2.jpg"},"Patterns":null},"pricing-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-3.jpg"},"Patterns":null},"pricing-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-4.jpg"},"Patterns":null},"pricing-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-5.jpg"},"Patterns":null},"pricing-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-6.jpg"},"Patterns":null},"pricing-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-7.jpg"},"Patterns":null},"pricing-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-8.jpg"},"Patterns":null},"pricing-9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-9.jpg"},"Patterns":null},"promo-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo-8.jpg"},"Patterns":null},"promo-box-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo-box-1.jpg"},"Patterns":null},"promo-box-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo-box-2.jpg"},"Patterns":null},"promo-box-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo-box-3.jpg"},"Patterns":null},"promo-box-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo-box-4.jpg"},"Patterns":null},"promo-box-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo-box-5.jpg"},"Patterns":null},"promo-box-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo-box-6.jpg"},"Patterns":null},"promo-box-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo-box-7.jpg"},"Patterns":null},"promo.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo.jpg"},"Patterns":null},"rotate-onscroll.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/rotate-onscroll.jpg"},"Patterns":null},"rotating-text.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/rotating-text.jpg"},"Patterns":null},"share-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/share-1.jpg"},"Patterns":null},"shop-quatity.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/shop-quatity.jpg"},"Patterns":null},"shop-select.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/shop-select.jpg"},"Patterns":null},"shop-single-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/shop-single-2.jpg"},"Patterns":null},"shop-single.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/shop-single.jpg"},"Patterns":null},"slider-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/slider-1.jpg"},"Patterns":null},"slider-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/slider-2.jpg"},"Patterns":null},"slider-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/slider-4.jpg"},"Patterns":null},"slider-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/slider-6.jpg"},"Patterns":null},"slider-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/slider-7.jpg"},"Patterns":null},"slider-custom-cursor.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/slider-custom-cursor.jpg"},"Patterns":null},"slider-parallax.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/slider-parallax.jpg"},"Patterns":null},"slider-scrollbar.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/slider-scrollbar.jpg"},"Patterns":null},"social-icons-sidebar.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/social-icons-sidebar.jpg"},"Patterns":null},"social-icons-toggle.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/social-icons-toggle.jpg"},"Patterns":null},"social-icons.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/social-icons.jpg"},"Patterns":null},"sound-event.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/sound-event.jpg"},"Patterns":null},"steps-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/steps-1.jpg"},"Patterns":null},"steps-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/steps-2.jpg"},"Patterns":null},"steps-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/steps-3.jpg"},"Patterns":null},"steps-vertical.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/steps-vertical.jpg"},"Patterns":null},"sticky-cards.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/sticky-cards.jpg"},"Patterns":null},"sticky-page.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/sticky-page.jpg"},"Patterns":null},"sticky-scroll.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/sticky-scroll.jpg"},"Patterns":null},"svg_background.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/svg_background.jpg"},"Patterns":null},"tab-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/tab-1.jpg"},"Patterns":null},"tab-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/tab-2.jpg"},"Patterns":null},"tab-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/tab-3.jpg"},"Patterns":null},"tabs-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/tabs-4.jpg"},"Patterns":null},"team-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/team-1.jpg"},"Patterns":null},"team-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/team-2.jpg"},"Patterns":null},"testimonials-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/testimonials-1.jpg"},"Patterns":null},"testimonials-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/testimonials-2.jpg"},"Patterns":null},"testimonials-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/testimonials-3.jpg"},"Patterns":null},"testimonials-slide.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/testimonials-slide.jpg"},"Patterns":null},"Thumbs.db":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/Thumbs.db"},"Patterns":null},"ticker.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/ticker.jpg"},"Patterns":null},"vertical-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/vertical-2.jpg"},"Patterns":null},"video-gallery.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/video-gallery.jpg"},"Patterns":null},"video-onhover-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/video-onhover-2.jpg"},"Patterns":null},"video-onhover.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/video-onhover.jpg"},"Patterns":null},"video-section.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/video-section.jpg"},"Patterns":null},"with-sub-menu-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/with-sub-menu-2.jpg"},"Patterns":null},"with-sub-menu.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/with-sub-menu.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"preview":{"Children":{"avatar":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/avatar/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/avatar/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/avatar/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/avatar/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/avatar/5.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"block-footer-4.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/block-footer-4.mp4"},"Patterns":null},"block-footer-4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/block-footer-4.png"},"Patterns":null},"card-10":{"Children":{"car.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-10/car.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"card-2":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-2/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-2/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-2/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"card-3":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-3/1.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"card-6":{"Children":{"1-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-6/1-thumb.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-6/1.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"card-9":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-9/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-9/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-9/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"cart-styles":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/14.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/15.jpg"},"Patterns":null},"16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/16.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/17.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"cascading":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cascading/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cascading/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cascading/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"construction.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/construction.svg"},"Patterns":null},"countdown-2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/countdown-2.png"},"Patterns":null},"countdown.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/countdown.jpg"},"Patterns":null},"crypto":{"Children":{"1.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/1.svg"},"Patterns":null},"2.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/2.svg"},"Patterns":null},"2":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/2/1.jpg"},"Patterns":null},"1.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/2/1.svg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/2/2.jpg"},"Patterns":null},"2.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/2/2.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"3.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/3.svg"},"Patterns":null},"4.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/4.svg"},"Patterns":null},"bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/bg.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"cursor.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cursor.png"},"Patterns":null},"cursor.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cursor.svg"},"Patterns":null},"dot-grid-light.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/dot-grid-light.svg"},"Patterns":null},"exp-cards":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/exp-cards/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/exp-cards/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/exp-cards/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/exp-cards/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/exp-cards/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/exp-cards/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/exp-cards/7.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"fbox-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/fbox-1.jpg"},"Patterns":null},"featured":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/featured/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/featured/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/featured/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/featured/4.jpg"},"Patterns":null},"Thumbs.db":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/featured/Thumbs.db"},"Patterns":null}},"Asset":null,"Patterns":null},"filter-dropdown":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"form-2.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/form-2.svg"},"Patterns":null},"form-3":{"Children":{"1.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/form-3/1.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"form-9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/form-9.jpg"},"Patterns":null},"form-booking-reservation.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/form-booking-reservation.jpg"},"Patterns":null},"form-fitness.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/form-fitness.jpg"},"Patterns":null},"gallery-1":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-1/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-1/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-1/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-1/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-1/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-1/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"gallery-2":{"Children":{"1-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/1-full.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/10.jpg"},"Patterns":null},"11-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/11-full.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/11.jpg"},"Patterns":null},"12-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/12-full.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/12.jpg"},"Patterns":null},"2-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/2-full.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/2.jpg"},"Patterns":null},"3-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/3-full.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/3.jpg"},"Patterns":null},"4-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/4-full.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/4.jpg"},"Patterns":null},"5-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/5-full.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/5.jpg"},"Patterns":null},"6-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/6-full.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/6.jpg"},"Patterns":null},"7-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/7-full.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/7.jpg"},"Patterns":null},"8-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/8-full.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/8.jpg"},"Patterns":null},"9-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/9-full.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"gallery-3":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-3/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-3/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-3/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-3/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"gallery-4":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-4/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-4/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-4/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-4/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-4/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-4/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-4/7.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"gallery-5":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-5/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-5/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-5/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-5/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"gallery-7":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-7/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-7/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-7/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-7/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-7/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-7/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-7/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-7/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"gallery-parallax":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-parallax/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-parallax/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-parallax/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-parallax/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-parallax/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-parallax/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"google-login.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/google-login.png"},"Patterns":null},"header-4":{"Children":{"bevarage.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-4/bevarage.svg"},"Patterns":null},"burgers.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-4/burgers.svg"},"Patterns":null},"chinese.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-4/chinese.svg"},"Patterns":null},"desserts.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-4/desserts.svg"},"Patterns":null},"indian.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-4/indian.svg"},"Patterns":null},"indonesian.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-4/indonesian.svg"},"Patterns":null},"pizza.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-4/pizza.svg"},"Patterns":null},"tacos.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-4/tacos.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"header-5":{"Children":{"camera.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-5/camera.jpg"},"Patterns":null},"games.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-5/games.jpg"},"Patterns":null},"ipad.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-5/ipad.jpg"},"Patterns":null},"notebook.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-5/notebook.jpg"},"Patterns":null},"ps4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-5/ps4.png"},"Patterns":null},"ps5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-5/ps5.jpg"},"Patterns":null},"tv.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-5/tv.jpg"},"Patterns":null},"xbox.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-5/xbox.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-1.jpg"},"Patterns":null},"hero-10":{"Children":{"1-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/1-thumb.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/1.jpg"},"Patterns":null},"2-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/2-thumb.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/2.jpg"},"Patterns":null},"3-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/3-thumb.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/3.jpg"},"Patterns":null},"4-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/4-thumb.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/4.jpg"},"Patterns":null},"5-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/5-thumb.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/5.jpg"},"Patterns":null},"main.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/main.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-11":{"Children":{"bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-11/bg.jpg"},"Patterns":null},"hanging-lamp.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-11/hanging-lamp.jpg"},"Patterns":null},"sofa.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-11/sofa.jpg"},"Patterns":null},"table-lamp.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-11/table-lamp.jpg"},"Patterns":null},"table.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-11/table.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-12.jpg"},"Patterns":null},"hero-13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-13.jpg"},"Patterns":null},"hero-14":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-14/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-14/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-14/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-16.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-16.svg"},"Patterns":null},"hero-18":{"Children":{"men.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-18/men.jpg"},"Patterns":null},"women.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-18/women.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-19.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-19.svg"},"Patterns":null},"hero-21":{"Children":{"1.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-21/1.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-22":{"Children":{"1-light.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-22/1-light.png"},"Patterns":null},"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-22/1.png"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-23":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-23/1.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-23/2.png"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-23/3.png"},"Patterns":null},"4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-23/4.png"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-24":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-24/1.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-25.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-25.jpg"},"Patterns":null},"hero-26":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-26/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-26/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-26/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-28":{"Children":{"Browser.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-28/Browser.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-2":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-2/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-2/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-2/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-30":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-30/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-30/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-30/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-30/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-30/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-30/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-30/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-30/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-4.jpg"},"Patterns":null},"hero-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-6.jpg"},"Patterns":null},"hero-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-7.jpg"},"Patterns":null},"hero-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-8.jpg"},"Patterns":null},"hero-9":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-9/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-9/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-9/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hotspot.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hotspot.jpg"},"Patterns":null},"insta-bg.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/insta-bg.svg"},"Patterns":null},"instructor-2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/instructor-2.png"},"Patterns":null},"instructor-bg.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/instructor-bg.svg"},"Patterns":null},"instructor.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/instructor.png"},"Patterns":null},"iphone-wireframe.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/iphone-wireframe.png"},"Patterns":null},"iphone":{"Children":{"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/iphone/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/iphone/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/iphone/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/iphone/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/iphone/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"lazy-loading.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/lazy-loading.jpg"},"Patterns":null},"logo@footer-2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/logo@footer-2.png"},"Patterns":null},"map.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/map.png"},"Patterns":null},"mask-blob.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/mask-blob.svg"},"Patterns":null},"mask.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/mask.png"},"Patterns":null},"modal-health.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/modal-health.jpg"},"Patterns":null},"modal-subscribe-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/modal-subscribe-2.jpg"},"Patterns":null},"nav":{"Children":{"bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/nav/bg.jpg"},"Patterns":null},"bg.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/nav/bg.png"},"Patterns":null},"gr-bg":{"Children":{"2364720.ai":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/nav/gr-bg/2364720.ai"},"Patterns":null},"2364724.eps":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/nav/gr-bg/2364724.eps"},"Patterns":null},"2364726.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/nav/gr-bg/2364726.jpg"},"Patterns":null},"Fonts.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/nav/gr-bg/Fonts.txt"},"Patterns":null},"License free.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/nav/gr-bg/License free.txt"},"Patterns":null},"License premium.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/nav/gr-bg/License premium.txt"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"pattern.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/pattern.svg"},"Patterns":null},"popup-banner.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popup-banner.jpg"},"Patterns":null},"popups":{"Children":{"food":{"Children":{"bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/food/bg.jpg"},"Patterns":null},"bg.psd":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/food/bg.psd"},"Patterns":null},"offer.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/food/offer.png"},"Patterns":null}},"Asset":null,"Patterns":null},"furniture":{"Children":{"bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/furniture/bg.jpg"},"Patterns":null},"bg.psd":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/furniture/bg.psd"},"Patterns":null}},"Asset":null,"Patterns":null},"gym":{"Children":{"bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/gym/bg.jpg"},"Patterns":null},"mask.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/gym/mask.png"},"Patterns":null}},"Asset":null,"Patterns":null},"popup-contact.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/popup-contact.svg"},"Patterns":null},"popup-sale.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/popup-sale.jpg"},"Patterns":null},"popup-ticket.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/popup-ticket.jpg"},"Patterns":null},"recovery-email.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/recovery-email.svg"},"Patterns":null},"shop":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/shop/1.jpg"},"Patterns":null},"1.psd":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/shop/1.psd"},"Patterns":null}},"Asset":null,"Patterns":null},"spa":{"Children":{"spa-logo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/spa/spa-logo.png"},"Patterns":null},"spa.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/spa/spa.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"portfolio-1":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-1/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-1/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-1/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-1/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-1/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-1/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"portfolio-full":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/8.jpg"},"Patterns":null},"thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/thumbs/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/thumbs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/thumbs/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/thumbs/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/thumbs/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/thumbs/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/thumbs/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/thumbs/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"portfolio-single":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-single/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-single/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-single/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-single/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-single/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-single/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"pricing.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/pricing.svg"},"Patterns":null},"promo-box":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/promo-box/1.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"recipes":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/recipes/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/recipes/2.jpg"},"Patterns":null},"3.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/recipes/3.jpeg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/recipes/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/recipes/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/recipes/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/recipes/7.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"schedule.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/schedule.jpg"},"Patterns":null},"seperator.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/seperator.svg"},"Patterns":null},"shop-full":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-full/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-full/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-full/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-full/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-full/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-full/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-full/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-full/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"shop-select":{"Children":{"black.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-select/black.jpg"},"Patterns":null},"blue.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-select/blue.jpg"},"Patterns":null},"clear.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-select/clear.jpg"},"Patterns":null},"green.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-select/green.jpg"},"Patterns":null},"lightblue.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-select/lightblue.jpg"},"Patterns":null},"orange.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-select/orange.jpg"},"Patterns":null},"skyblue.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-select/skyblue.jpg"},"Patterns":null},"white.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-select/white.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"slider-1":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-1/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-1/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-1/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"slider-2":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-2/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-2/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-2/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"slider-4":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-4/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-4/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-4/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-4/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-4/5.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"slider-parallax":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-parallax/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-parallax/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-parallax/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"svg-bg":{"Children":{"animated_shape.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/animated_shape.svg"},"Patterns":null},"blob.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/blob.svg"},"Patterns":null},"colored.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/colored.svg"},"Patterns":null},"colored_patterns.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/colored_patterns.svg"},"Patterns":null},"gradient.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/gradient.svg"},"Patterns":null},"Meteor.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/Meteor.svg"},"Patterns":null},"polygon.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/polygon.svg"},"Patterns":null},"rect.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/rect.svg"},"Patterns":null},"Shiny.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/Shiny.svg"},"Patterns":null},"sprinkle.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/sprinkle.svg"},"Patterns":null},"wave.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/wave.svg"},"Patterns":null},"world_map.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/world_map.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"tab-3":{"Children":{"niche":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-3/niche/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-3/niche/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-3/niche/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-3/niche/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"onepages":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-3/onepages/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-3/onepages/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-3/onepages/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-3/onepages/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"tab-4":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-4/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-4/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-4/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-4/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-4/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-4/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-4/7.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"team-2":{"Children":{"1-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team-2/1-1.jpg"},"Patterns":null},"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team-2/1.png"},"Patterns":null},"2-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team-2/2-1.jpg"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team-2/2.png"},"Patterns":null},"3-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team-2/3-1.jpg"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team-2/3.png"},"Patterns":null}},"Asset":null,"Patterns":null},"team":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"blog":{"Children":{"full":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/10.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/12-1.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/13.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/17.jpg"},"Patterns":null},"18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/18.jpg"},"Patterns":null},"19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/19.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/2.jpg"},"Patterns":null},"20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/20.jpg"},"Patterns":null},"21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/21.jpg"},"Patterns":null},"22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/22.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/3.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/6-2.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"grid":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/10.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/13.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/17.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/2.jpg"},"Patterns":null},"20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/20.jpg"},"Patterns":null},"21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/21.jpg"},"Patterns":null},"22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/22.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"masonry":{"Children":{"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/masonry/10.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/masonry/12-1.jpg"},"Patterns":null},"20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/masonry/20.jpg"},"Patterns":null},"22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/masonry/22.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/masonry/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/masonry/6-2.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"small":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/10.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/12-1.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/13.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/17.jpg"},"Patterns":null},"18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/18.jpg"},"Patterns":null},"19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/19.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/2.jpg"},"Patterns":null},"20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/20.jpg"},"Patterns":null},"21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/21.jpg"},"Patterns":null},"22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/22.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/3.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/6-2.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"standard":{"Children":{".17~imageoptim.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/standard/.17~imageoptim.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/standard/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/standard/10.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/standard/17.jpg"},"Patterns":null},"20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/standard/20.jpg"},"Patterns":null},"21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/standard/21.jpg"},"Patterns":null},"22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/standard/22.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"clients":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/1.png"},"Patterns":null},"10.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/10.png"},"Patterns":null},"11.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/11.png"},"Patterns":null},"12.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/12.png"},"Patterns":null},"13.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/13.png"},"Patterns":null},"14.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/14.png"},"Patterns":null},"15.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/15.png"},"Patterns":null},"16.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/16.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/2.png"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/3.png"},"Patterns":null},"4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/4.png"},"Patterns":null},"5.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/5.png"},"Patterns":null},"6.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/6.png"},"Patterns":null},"7.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/7.png"},"Patterns":null},"8.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/8.png"},"Patterns":null},"9.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/9.png"},"Patterns":null},"logo":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/1.png"},"Patterns":null},"10.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/10.png"},"Patterns":null},"11.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/11.png"},"Patterns":null},"12.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/12.png"},"Patterns":null},"13.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/13.png"},"Patterns":null},"14.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/14.png"},"Patterns":null},"15.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/15.png"},"Patterns":null},"16.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/16.png"},"Patterns":null},"17.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/17.png"},"Patterns":null},"18.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/18.png"},"Patterns":null},"19.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/19.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/2.png"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/3.png"},"Patterns":null},"4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/4.png"},"Patterns":null},"5.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/5.png"},"Patterns":null},"6.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/6.png"},"Patterns":null},"7.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/7.png"},"Patterns":null},"8.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/8.png"},"Patterns":null},"9.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/9.png"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"demo-parallax.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/demo-parallax.jpg"},"Patterns":null},"events":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/10.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/8.jpg"},"Patterns":null},"parallax":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/parallax/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/parallax/2.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/parallax/4.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/parallax/7.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/parallax/9.jpg"},"Patterns":null},"home.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/parallax/home.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/thumbs/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/thumbs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/thumbs/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/thumbs/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/thumbs/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/thumbs/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/thumbs/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/thumbs/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"extras":{"Children":{"200x200.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/extras/200x200.gif"},"Patterns":null}},"Asset":null,"Patterns":null},"footer-bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/footer-bg.jpg"},"Patterns":null},"footer-logo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/footer-logo.png"},"Patterns":null},"footer-logo@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/footer-logo@2x.png"},"Patterns":null},"footer-widget-logo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/footer-widget-logo.png"},"Patterns":null},"footer-widget-logo@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/footer-widget-logo@2x.png"},"Patterns":null},"forms":{"Children":{"billing-shipping.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/billing-shipping.jpg"},"Patterns":null},"booking-reservation.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/booking-reservation.jpg"},"Patterns":null},"car-rental.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/car-rental.jpg"},"Patterns":null},"car":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/car/1.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/car/2.png"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/car/3.png"},"Patterns":null},"4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/car/4.png"},"Patterns":null}},"Asset":null,"Patterns":null},"coming-soon.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/coming-soon.jpg"},"Patterns":null},"event-registration.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/event-registration.jpg"},"Patterns":null},"feedback.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/feedback.jpg"},"Patterns":null},"fitness.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/fitness.jpg"},"Patterns":null},"fixed-feedback.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/fixed-feedback.jpg"},"Patterns":null},"floating-contact.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/floating-contact.jpg"},"Patterns":null},"freelance-quote.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/freelance-quote.jpg"},"Patterns":null},"get-started.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/get-started.jpg"},"Patterns":null},"health.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/health.jpg"},"Patterns":null},"inline.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/inline.jpg"},"Patterns":null},"job.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/job.jpg"},"Patterns":null},"modal-feedback.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/modal-feedback.jpg"},"Patterns":null},"modal-subscribe-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/modal-subscribe-2.jpg"},"Patterns":null},"modal-subscribe-top.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/modal-subscribe-top.jpg"},"Patterns":null},"modal-subscribe.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/modal-subscribe.jpg"},"Patterns":null},"plan.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/plan.jpg"},"Patterns":null},"plan.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/plan.png"},"Patterns":null},"real-estate-enquiry.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/real-estate-enquiry.jpg"},"Patterns":null},"referral-bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/referral-bg.jpg"},"Patterns":null},"referral.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/referral.jpg"},"Patterns":null},"subscription.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/subscription.jpg"},"Patterns":null},"survey.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/survey.jpg"},"Patterns":null},"website-costing.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/website-costing.jpg"},"Patterns":null},"wedding.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/wedding.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"grid.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/grid.png"},"Patterns":null},"header-bg.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/header-bg.png"},"Patterns":null},"icons":{"Children":{"avatar.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/avatar.jpg"},"Patterns":null},"close.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/close.png"},"Patterns":null},"dotted.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/dotted.png"},"Patterns":null},"features":{"Children":{"flag.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/flag.png"},"Patterns":null},"map.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/map.png"},"Patterns":null},"performance.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/performance.png"},"Patterns":null},"responsive.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/responsive.png"},"Patterns":null},"retina.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/retina.png"},"Patterns":null},"seo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/seo.png"},"Patterns":null},"support.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/support.png"},"Patterns":null},"tick.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/tick.png"},"Patterns":null},"tools.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/tools.png"},"Patterns":null}},"Asset":null,"Patterns":null},"flags":{"Children":{"french.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/flags/french.png"},"Patterns":null},"german.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/flags/german.png"},"Patterns":null},"italian.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/flags/italian.png"},"Patterns":null}},"Asset":null,"Patterns":null},"iconalt.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/iconalt.svg"},"Patterns":null},"image.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/image.png"},"Patterns":null},"macbook.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/macbook.png"},"Patterns":null},"map-icon-red.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/map-icon-red.png"},"Patterns":null},"map-icon.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/map-icon.png"},"Patterns":null},"play.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/play.png"},"Patterns":null},"restaurant":{"Children":{"cup-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/restaurant/cup-dark.png"},"Patterns":null},"cup.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/restaurant/cup.png"},"Patterns":null},"fork-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/restaurant/fork-dark.png"},"Patterns":null},"fork.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/restaurant/fork.png"},"Patterns":null},"glass-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/restaurant/glass-dark.png"},"Patterns":null},"glass.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/restaurant/glass.png"},"Patterns":null},"tea-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/restaurant/tea-dark.png"},"Patterns":null},"tea.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/restaurant/tea.png"},"Patterns":null}},"Asset":null,"Patterns":null},"svg":{"Children":{"library_add_FILL0_wght200_GRAD0_opsz40.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/svg/library_add_FILL0_wght200_GRAD0_opsz40.svg"},"Patterns":null},"queue.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/svg/queue.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"video-play.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/video-play.png"},"Patterns":null}},"Asset":null,"Patterns":null},"ils":{"Children":{"404.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/404.svg"},"Patterns":null},"build-websites.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/build-websites.svg"},"Patterns":null},"building-websites.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/building-websites.svg"},"Patterns":null},"canvas-code.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/canvas-code.svg"},"Patterns":null},"canvas-support.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/canvas-support.svg"},"Patterns":null},"hero-chat.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/hero-chat.svg"},"Patterns":null},"hero-cms.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/hero-cms.svg"},"Patterns":null},"hero-family.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/hero-family.svg"},"Patterns":null},"hero-schedule.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/hero-schedule.svg"},"Patterns":null},"hero-social.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/hero-social.svg"},"Patterns":null},"layered-peaks.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/layered-peaks.svg"},"Patterns":null},"website-builder.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/website-builder.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"intro":{"Children":{"bg-2.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/bg-2.jpeg"},"Patterns":null},"bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/bg.jpg"},"Patterns":null},"bg1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/bg1.jpg"},"Patterns":null},"blocks.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/blocks.jpg"},"Patterns":null},"blocks":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/blocks/1.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/blocks/2.png"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-bg.webp":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/hero-bg.webp"},"Patterns":null},"icons.zip":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons.zip"},"Patterns":null},"icons":{"Children":{"ajax.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/ajax.svg"},"Patterns":null},"bootstrap-5.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/bootstrap-5.svg"},"Patterns":null},"css.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/css.svg"},"Patterns":null},"dark.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/dark.svg"},"Patterns":null},"gulp-js.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/gulp-js.svg"},"Patterns":null},"html-5.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/html-5.svg"},"Patterns":null},"js.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/js.svg"},"Patterns":null},"node-js.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/node-js.svg"},"Patterns":null},"rtl.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/rtl.svg"},"Patterns":null},"sass.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/sass.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"latest":{"Children":{"niche-demos-1.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/latest/niche-demos-1.svg"},"Patterns":null},"niche-demos.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/latest/niche-demos.jpg"},"Patterns":null},"niche-demos.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/latest/niche-demos.png"},"Patterns":null},"niche-demos.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/latest/niche-demos.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"multipage":{"Children":{"homepage1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage1.jpg"},"Patterns":null},"homepage10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage10.jpg"},"Patterns":null},"homepage11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage11.jpg"},"Patterns":null},"homepage12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage12.jpg"},"Patterns":null},"homepage13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage13.jpg"},"Patterns":null},"homepage14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage14.jpg"},"Patterns":null},"homepage15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage15.jpg"},"Patterns":null},"homepage16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage16.jpg"},"Patterns":null},"homepage17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage17.jpg"},"Patterns":null},"homepage18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage18.jpg"},"Patterns":null},"homepage19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage19.jpg"},"Patterns":null},"homepage2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage2.jpg"},"Patterns":null},"homepage20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage20.jpg"},"Patterns":null},"homepage21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage21.jpg"},"Patterns":null},"homepage22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage22.jpg"},"Patterns":null},"homepage23.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage23.jpg"},"Patterns":null},"homepage24.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage24.jpg"},"Patterns":null},"homepage25.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage25.jpg"},"Patterns":null},"homepage26.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage26.jpg"},"Patterns":null},"homepage27.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage27.jpg"},"Patterns":null},"homepage28.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage28.jpg"},"Patterns":null},"homepage29.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage29.jpg"},"Patterns":null},"homepage3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage3.jpg"},"Patterns":null},"homepage30.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage30.jpg"},"Patterns":null},"homepage4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage4.jpg"},"Patterns":null},"homepage5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage5.jpg"},"Patterns":null},"homepage6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage6.jpg"},"Patterns":null},"homepage7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage7.jpg"},"Patterns":null},"homepage8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage8.jpg"},"Patterns":null},"homepage9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"new":{"Children":{"app-landing.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/app-landing.mp4"},"Patterns":null},"button.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/button.gif"},"Patterns":null},"canvas-forms-processor-old.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/canvas-forms-processor-old.mp4"},"Patterns":null},"canvas-forms-processor-poster.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/canvas-forms-processor-poster.jpg"},"Patterns":null},"canvas-forms-processor.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/canvas-forms-processor.mp4"},"Patterns":null},"demos":{"Children":{"barber.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/demos/barber.png"},"Patterns":null},"business.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/demos/business.png"},"Patterns":null},"car.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/demos/car.png"},"Patterns":null},"ecommerce.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/demos/ecommerce.png"},"Patterns":null},"music.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/demos/music.png"},"Patterns":null},"pet.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/demos/pet.png"},"Patterns":null},"resume.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/demos/resume.png"},"Patterns":null}},"Asset":null,"Patterns":null},"footer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/footer.jpg"},"Patterns":null},"hero-bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/hero-bg.jpg"},"Patterns":null},"hero-image.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/hero-image.jpg"},"Patterns":null},"hero-optim.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/hero-optim.jpg"},"Patterns":null},"hero-optimized.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/hero-optimized.jpeg"},"Patterns":null},"hero-v7-performance.webp":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/hero-v7-performance.webp"},"Patterns":null},"hero-v7.webp":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/hero-v7.webp"},"Patterns":null},"hero.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/hero.jpg"},"Patterns":null},"hero.webp":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/hero.webp"},"Patterns":null},"intro-hero-2.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/intro-hero-2.jpeg"},"Patterns":null},"intro-hero.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/intro-hero.jpg"},"Patterns":null},"ipad-p-screen.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/ipad-p-screen.gif"},"Patterns":null},"ipad-p.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/ipad-p.png"},"Patterns":null},"ipad-screen1.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/ipad-screen1.mp4"},"Patterns":null},"ipad.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/ipad.jpg"},"Patterns":null},"iphone.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/iphone.mp4"},"Patterns":null},"iphone7-screen.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/iphone7-screen.gif"},"Patterns":null},"iphone7-screen.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/iphone7-screen.jpg"},"Patterns":null},"iphone7.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/iphone7.png"},"Patterns":null},"macbook.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/macbook.png"},"Patterns":null},"multipages.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/multipages.jpg"},"Patterns":null},"niche.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/niche.jpg"},"Patterns":null},"onepages.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/onepages.jpg"},"Patterns":null},"p-generator.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/p-generator.mp4"},"Patterns":null},"p-generator.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/p-generator.png"},"Patterns":null},"rev-intro.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/rev-intro.jpg"},"Patterns":null},"rev-intro.webp":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/rev-intro.webp"},"Patterns":null},"rev-slider.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/rev-slider.jpg"},"Patterns":null},"rev.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/rev.jpg"},"Patterns":null},"rev.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/rev.png"},"Patterns":null},"video-button.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/video-button.jpg"},"Patterns":null},"video.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/video.gif"},"Patterns":null},"youtube.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/youtube.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"niche":{"Children":{"agency.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/agency.jpg"},"Patterns":null},"app-landing.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/app-landing.jpg"},"Patterns":null},"articles.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/articles.jpg"},"Patterns":null},"barber.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/barber.jpg"},"Patterns":null},"bike.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/bike.jpg"},"Patterns":null},"business.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/business.jpg"},"Patterns":null},"car.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/car.jpg"},"Patterns":null},"coffee.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/coffee.jpg"},"Patterns":null},"coming-soon.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/coming-soon.jpg"},"Patterns":null},"construction.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/construction.jpg"},"Patterns":null},"course.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/course.jpg"},"Patterns":null},"ecommerce.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/ecommerce.jpg"},"Patterns":null},"gym.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/gym.jpg"},"Patterns":null},"headphones.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/headphones.jpg"},"Patterns":null},"horizontal-blog.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/horizontal-blog.jpg"},"Patterns":null},"hosting.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/hosting.jpg"},"Patterns":null},"interior-design.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/interior-design.jpg"},"Patterns":null},"media-agency.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/media-agency.jpg"},"Patterns":null},"medical.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/medical.jpg"},"Patterns":null},"modern-blog.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/modern-blog.jpg"},"Patterns":null},"music.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/music.jpg"},"Patterns":null},"news.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/news.jpg"},"Patterns":null},"new":{"Children":{"academic.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/academic.jpg"},"Patterns":null},"agency.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/agency.jpg"},"Patterns":null},"app-landing.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/app-landing.jpg"},"Patterns":null},"article.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/article.jpg"},"Patterns":null},"barber.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/barber.jpg"},"Patterns":null},"beauty-kit.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/beauty-kit.jpg"},"Patterns":null},"beauty.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/beauty.jpg"},"Patterns":null},"bike.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/bike.jpg"},"Patterns":null},"blog.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/blog.jpg"},"Patterns":null},"burger.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/burger.jpg"},"Patterns":null},"burger.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/burger.png"},"Patterns":null},"business.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/business.jpg"},"Patterns":null},"cafe.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/cafe.jpg"},"Patterns":null},"car.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/car.jpg"},"Patterns":null},"classic.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/classic.jpg"},"Patterns":null},"cleaner.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/cleaner.jpg"},"Patterns":null},"conference.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/conference.jpg"},"Patterns":null},"construction.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/construction.jpg"},"Patterns":null},"course.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/course.jpg"},"Patterns":null},"covid-care.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/covid-care.jpg"},"Patterns":null},"coworking.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/coworking.jpg"},"Patterns":null},"crowdfunding.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/crowdfunding.jpg"},"Patterns":null},"drone.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/drone.jpg"},"Patterns":null},"ecommerce.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/ecommerce.jpg"},"Patterns":null},"finance.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/finance.jpg"},"Patterns":null},"football-club.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/football-club.jpg"},"Patterns":null},"forum.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/forum.jpg"},"Patterns":null},"freelancer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/freelancer.jpg"},"Patterns":null},"furniture.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/furniture.jpg"},"Patterns":null},"gym.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/gym.jpg"},"Patterns":null},"headphones.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/headphones.jpg"},"Patterns":null},"home.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/home.jpg"},"Patterns":null},"hostel.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/hostel.jpg"},"Patterns":null},"hosting.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/hosting.jpg"},"Patterns":null},"insurance.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/insurance.jpg"},"Patterns":null},"integro.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/integro.jpg"},"Patterns":null},"interior-design.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/interior-design.jpg"},"Patterns":null},"jewellery.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/jewellery.jpg"},"Patterns":null},"kindergarten.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/kindergarten.jpg"},"Patterns":null},"landing-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/landing-2.jpg"},"Patterns":null},"landing.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/landing.jpg"},"Patterns":null},"law-firm.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/law-firm.jpg"},"Patterns":null},"media-agency.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/media-agency.jpg"},"Patterns":null},"medical.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/medical.jpg"},"Patterns":null},"modern-blog.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/modern-blog.jpg"},"Patterns":null},"more.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/more.jpg"},"Patterns":null},"movers.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/movers.jpg"},"Patterns":null},"music.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/music.jpg"},"Patterns":null},"news.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/news.jpg"},"Patterns":null},"nft.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/nft.jpg"},"Patterns":null},"nonprofit.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/nonprofit.jpg"},"Patterns":null},"pet.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/pet.jpg"},"Patterns":null},"photographer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/photographer.jpg"},"Patterns":null},"photography.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/photography.jpg"},"Patterns":null},"podcasts.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/podcasts.jpg"},"Patterns":null},"portfolio.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/portfolio.jpg"},"Patterns":null},"project.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/project.jpg"},"Patterns":null},"real-estate.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/real-estate.jpg"},"Patterns":null},"real-estate1-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/real-estate1-thumb.jpg"},"Patterns":null},"real-estate1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/real-estate1.jpg"},"Patterns":null},"real-estate2-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/real-estate2-thumb.jpg"},"Patterns":null},"real-estate2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/real-estate2.jpg"},"Patterns":null},"real-estate3-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/real-estate3-thumb.jpg"},"Patterns":null},"real-estate3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/real-estate3.jpg"},"Patterns":null},"recipes.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/recipes.jpg"},"Patterns":null},"restaurant.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/restaurant.jpg"},"Patterns":null},"resume.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/resume.jpg"},"Patterns":null},"saas-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/saas-2.jpg"},"Patterns":null},"saas.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/saas.jpg"},"Patterns":null},"seo.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/seo.jpg"},"Patterns":null},"shop-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/shop-2.jpg"},"Patterns":null},"shop.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/shop.jpg"},"Patterns":null},"skincare.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/skincare.jpg"},"Patterns":null},"spa.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/spa.jpg"},"Patterns":null},"speaker.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/speaker.jpg"},"Patterns":null},"store.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/store.jpg"},"Patterns":null},"supplements.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/supplements.jpg"},"Patterns":null},"therapy.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/therapy.jpg"},"Patterns":null},"travel.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/travel.jpg"},"Patterns":null},"videographer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/videographer.jpg"},"Patterns":null},"wine.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/wine.jpg"},"Patterns":null},"writer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/writer.jpg"},"Patterns":null},"xmas.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/xmas.jpg"},"Patterns":null},"yoga.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/yoga.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"pet.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/pet.jpg"},"Patterns":null},"photographer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/photographer.jpg"},"Patterns":null},"photography.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/photography.jpg"},"Patterns":null},"photography1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/photography1.jpg"},"Patterns":null},"photography1.psd":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/photography1.psd"},"Patterns":null},"real-estate":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/real-estate/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/real-estate/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/real-estate/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"restaurant.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/restaurant.jpg"},"Patterns":null},"resume.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/resume.jpg"},"Patterns":null},"seo.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/seo.jpg"},"Patterns":null},"shop.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/shop.jpg"},"Patterns":null},"spa.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/spa.jpg"},"Patterns":null},"travel.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/travel.jpg"},"Patterns":null},"writer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/writer.jpg"},"Patterns":null},"xmas.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/xmas.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"onepage":{"Children":{"apartment.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/apartment.jpg"},"Patterns":null},"articles.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/articles.jpg"},"Patterns":null},"designer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/designer.jpg"},"Patterns":null},"developer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/developer.jpg"},"Patterns":null},"frame.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/frame.jpg"},"Patterns":null},"homepage1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage1.jpg"},"Patterns":null},"homepage10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage10.jpg"},"Patterns":null},"homepage11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage11.jpg"},"Patterns":null},"homepage12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage12.jpg"},"Patterns":null},"homepage13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage13.jpg"},"Patterns":null},"homepage14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage14.jpg"},"Patterns":null},"homepage15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage15.jpg"},"Patterns":null},"homepage16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage16.jpg"},"Patterns":null},"homepage17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage17.jpg"},"Patterns":null},"homepage18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage18.jpg"},"Patterns":null},"homepage19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage19.jpg"},"Patterns":null},"homepage2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage2.jpg"},"Patterns":null},"homepage20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage20.jpg"},"Patterns":null},"homepage21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage21.jpg"},"Patterns":null},"homepage22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage22.jpg"},"Patterns":null},"homepage23.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage23.jpg"},"Patterns":null},"homepage24.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage24.jpg"},"Patterns":null},"homepage25.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage25.jpg"},"Patterns":null},"homepage26.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage26.jpg"},"Patterns":null},"homepage27.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage27.jpg"},"Patterns":null},"homepage28.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage28.jpg"},"Patterns":null},"homepage29.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage29.jpg"},"Patterns":null},"homepage3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage3.jpg"},"Patterns":null},"homepage30.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage30.jpg"},"Patterns":null},"homepage31.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage31.jpg"},"Patterns":null},"homepage32.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage32.jpg"},"Patterns":null},"homepage33.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage33.jpg"},"Patterns":null},"homepage34.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage34.jpg"},"Patterns":null},"homepage35.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage35.jpg"},"Patterns":null},"homepage36.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage36.jpg"},"Patterns":null},"homepage37.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage37.jpg"},"Patterns":null},"homepage38.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage38.jpg"},"Patterns":null},"homepage39.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage39.jpg"},"Patterns":null},"homepage4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage4.jpg"},"Patterns":null},"homepage40.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage40.jpg"},"Patterns":null},"homepage41.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage41.jpg"},"Patterns":null},"homepage42.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage42.jpg"},"Patterns":null},"homepage43.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage43.jpg"},"Patterns":null},"homepage44.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage44.jpg"},"Patterns":null},"homepage45.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage45.jpg"},"Patterns":null},"homepage5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage5.jpg"},"Patterns":null},"homepage6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage6.jpg"},"Patterns":null},"homepage7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage7.jpg"},"Patterns":null},"homepage8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage8.jpg"},"Patterns":null},"homepage9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage9.jpg"},"Patterns":null},"interior.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/interior.jpg"},"Patterns":null},"outdoors.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/outdoors.jpg"},"Patterns":null},"parallax.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/parallax.jpg"},"Patterns":null},"pet.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/pet.jpg"},"Patterns":null},"plan-subscription.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/plan-subscription.jpg"},"Patterns":null},"portrait.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/portrait.jpg"},"Patterns":null},"product-showcase.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/product-showcase.jpg"},"Patterns":null},"subscription.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/subscription.jpg"},"Patterns":null},"tourism.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/tourism.jpg"},"Patterns":null},"watch.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/watch.jpg"},"Patterns":null},"yoga.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/yoga.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"targets":{"Children":{"blogs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/blogs/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/blogs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/blogs/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"features":{"Children":{"ajax.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/ajax.png"},"Patterns":null},"alternate-logo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/alternate-logo.png"},"Patterns":null},"bootstrap4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/bootstrap4.png"},"Patterns":null},"charts.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/charts.png"},"Patterns":null},"color.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/color.png"},"Patterns":null},"dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/dark.png"},"Patterns":null},"documentation.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/documentation.png"},"Patterns":null},"ecommerce.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/ecommerce.png"},"Patterns":null},"event-calendar.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/event-calendar.png"},"Patterns":null},"font.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/font.png"},"Patterns":null},"footer.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/footer.png"},"Patterns":null},"headers.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/headers.png"},"Patterns":null},"less.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/less.png"},"Patterns":null},"lightbox.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/lightbox.png"},"Patterns":null},"loader.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/loader.png"},"Patterns":null},"megamenu.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/megamenu.png"},"Patterns":null},"menu.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/menu.png"},"Patterns":null},"modal.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/modal.png"},"Patterns":null},"parallax.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/parallax.png"},"Patterns":null},"plugins.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/plugins.png"},"Patterns":null},"psd.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/psd.png"},"Patterns":null},"range-slider.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/range-slider.png"},"Patterns":null},"responsive.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/responsive.png"},"Patterns":null},"retina.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/retina.png"},"Patterns":null},"rtl.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/rtl.png"},"Patterns":null},"seo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/seo.png"},"Patterns":null},"side-panel.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/side-panel.png"},"Patterns":null},"sliders.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/sliders.png"},"Patterns":null},"sticky-sidebar.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/sticky-sidebar.png"},"Patterns":null},"templates.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/templates.png"},"Patterns":null},"updates.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/updates.png"},"Patterns":null},"videos.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/videos.png"},"Patterns":null},"wide-boxed.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/wide-boxed.png"},"Patterns":null},"widgets.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/widgets.png"},"Patterns":null}},"Asset":null,"Patterns":null},"headers":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/1.png"},"Patterns":null},"10.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/10.png"},"Patterns":null},"11.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/11.png"},"Patterns":null},"12.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/12.png"},"Patterns":null},"13.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/13.png"},"Patterns":null},"14.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/14.png"},"Patterns":null},"15.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/15.png"},"Patterns":null},"16.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/16.png"},"Patterns":null},"17.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/17.png"},"Patterns":null},"18.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/18.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/2.png"},"Patterns":null},"20.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/20.png"},"Patterns":null},"21.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/21.png"},"Patterns":null},"22.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/22.png"},"Patterns":null},"23.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/23.png"},"Patterns":null},"24.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/24.png"},"Patterns":null},"25.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/25.png"},"Patterns":null},"26.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/26.png"},"Patterns":null},"27.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/27.png"},"Patterns":null},"28.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/28.png"},"Patterns":null},"29.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/29.png"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/3.png"},"Patterns":null},"4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/4.png"},"Patterns":null},"5.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/5.png"},"Patterns":null},"6.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/6.png"},"Patterns":null},"7.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/7.png"},"Patterns":null},"8.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/8.png"},"Patterns":null},"9.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/9.png"},"Patterns":null}},"Asset":null,"Patterns":null},"portfolio":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/portfolio/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/portfolio/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/portfolio/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/portfolio/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/portfolio/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/portfolio/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/portfolio/7.jpg"},"Patterns":null},"bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/portfolio/bg.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"shops":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shops/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shops/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shops/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"shortcodes":{"Children":{"alertboxes.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/alertboxes.png"},"Patterns":null},"animation.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/animation.png"},"Patterns":null},"blockquotes.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/blockquotes.png"},"Patterns":null},"button.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/button.png"},"Patterns":null},"calltoaction.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/calltoaction.png"},"Patterns":null},"carousel.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/carousel.png"},"Patterns":null},"chart.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/chart.png"},"Patterns":null},"clients.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/clients.png"},"Patterns":null},"columns.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/columns.png"},"Patterns":null},"counters.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/counters.png"},"Patterns":null},"datepicker.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/datepicker.png"},"Patterns":null},"dividers.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/dividers.png"},"Patterns":null},"dribbble.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/dribbble.png"},"Patterns":null},"event-calendar.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/event-calendar.png"},"Patterns":null},"faqs.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/faqs.png"},"Patterns":null},"fileupload.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/fileupload.png"},"Patterns":null},"flipcard.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/flipcard.png"},"Patterns":null},"forms.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/forms.png"},"Patterns":null},"galleries.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/galleries.png"},"Patterns":null},"google-fonts.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/google-fonts.png"},"Patterns":null},"headings.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/headings.png"},"Patterns":null},"icons.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/icons.png"},"Patterns":null},"icons8-close_all_tabs.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/icons8-close_all_tabs.png"},"Patterns":null},"image-hotspot.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/image-hotspot.png"},"Patterns":null},"infobox.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/infobox.png"},"Patterns":null},"instagram.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/instagram.png"},"Patterns":null},"labels.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/labels.png"},"Patterns":null},"lightbox.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/lightbox.png"},"Patterns":null},"map.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/map.png"},"Patterns":null},"mediaembed.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/mediaembed.png"},"Patterns":null},"modal.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/modal.png"},"Patterns":null},"navigation.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/navigation.png"},"Patterns":null},"pagination.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/pagination.png"},"Patterns":null},"parallax.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/parallax.png"},"Patterns":null},"pie.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/pie.png"},"Patterns":null},"portfolio.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/portfolio.png"},"Patterns":null},"posts.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/posts.png"},"Patterns":null},"price-calculator.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/price-calculator.png"},"Patterns":null},"pricing.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/pricing.png"},"Patterns":null},"process-steps.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/process-steps.png"},"Patterns":null},"progress-bars.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/progress-bars.png"},"Patterns":null},"promo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/promo.png"},"Patterns":null},"range.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/range.png"},"Patterns":null},"rating.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/rating.png"},"Patterns":null},"responsive.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/responsive.png"},"Patterns":null},"sections.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/sections.png"},"Patterns":null},"selectboxes.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/selectboxes.png"},"Patterns":null},"selectpicker.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/selectpicker.png"},"Patterns":null},"shop-product.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/shop-product.png"},"Patterns":null},"side-panel.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/side-panel.png"},"Patterns":null},"social.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/social.png"},"Patterns":null},"sticky-element.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/sticky-element.png"},"Patterns":null},"submenu.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/submenu.png"},"Patterns":null},"switches.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/switches.png"},"Patterns":null},"tables.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/tables.png"},"Patterns":null},"tabs.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/tabs.png"},"Patterns":null},"testimonials.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/testimonials.png"},"Patterns":null},"text-rotator.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/text-rotator.png"},"Patterns":null},"tooltip.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/tooltip.png"},"Patterns":null},"twitter.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/twitter.png"},"Patterns":null},"videos.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/videos.png"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"templates-mega-menu.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/templates-mega-menu.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"landing":{"Children":{"bootstrap.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/landing/bootstrap.png"},"Patterns":null},"device1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/landing/device1.png"},"Patterns":null},"device2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/landing/device2.png"},"Patterns":null},"device3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/landing/device3.png"},"Patterns":null},"landing1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/landing/landing1.jpg"},"Patterns":null},"landing2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/landing/landing2.jpg"},"Patterns":null},"responsive.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/landing/responsive.png"},"Patterns":null},"static.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/landing/static.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"lightbox":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/14.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/9.jpg"},"Patterns":null},"full":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/14.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"loader-image.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/loader-image.gif"},"Patterns":null},"logo-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-dark.png"},"Patterns":null},"logo-dark@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-dark@2x.png"},"Patterns":null},"logo-resto-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-resto-dark.png"},"Patterns":null},"logo-resto-dark@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-resto-dark@2x.png"},"Patterns":null},"logo-resto.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-resto.png"},"Patterns":null},"logo-resto@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-resto@2x.png"},"Patterns":null},"logo-side-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-side-dark.png"},"Patterns":null},"logo-side-dark@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-side-dark@2x.png"},"Patterns":null},"logo-side.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-side.png"},"Patterns":null},"logo-side@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-side@2x.png"},"Patterns":null},"logo-v7.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-v7.png"},"Patterns":null},"logo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo.png"},"Patterns":null},"logo@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo@2x.png"},"Patterns":null},"mac.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/mac.png"},"Patterns":null},"magazine":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/14.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/15.jpg"},"Patterns":null},"16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/16.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/17.jpg"},"Patterns":null},"18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/18.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/9.jpg"},"Patterns":null},"ad.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/ad.jpg"},"Patterns":null},"ad.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/ad.png"},"Patterns":null},"carousel":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/carousel/1.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/carousel/11.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/carousel/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/carousel/14.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/carousel/4.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/carousel/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"small":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/14.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/15.jpg"},"Patterns":null},"16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/16.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/9.jpg"},"Patterns":null},"movie":{"Children":{"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/movie/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/movie/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/movie/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/movie/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/movie/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/movie/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/movie/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"thumb":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/14.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/15.jpg"},"Patterns":null},"16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/16.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"modals":{"Children":{"modal1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/modals/modal1.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"others":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/others/1.jpg"},"Patterns":null},"hotspot":{"Children":{"blazer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/others/hotspot/blazer.jpg"},"Patterns":null},"cap.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/others/hotspot/cap.jpg"},"Patterns":null},"cap.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/others/hotspot/cap.png"},"Patterns":null},"img-hotspot-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/others/hotspot/img-hotspot-1.jpg"},"Patterns":null},"img-hotspot-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/others/hotspot/img-hotspot-2.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"mac-phone.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/others/mac-phone.png"},"Patterns":null}},"Asset":null,"Patterns":null},"parallax":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/3.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/9.jpg"},"Patterns":null},"bgpattern.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/bgpattern.png"},"Patterns":null},"blur1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/blur1.jpg"},"Patterns":null},"blur2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/blur2.jpg"},"Patterns":null},"calendar.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/calendar.jpeg"},"Patterns":null},"calendar.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/calendar.jpg"},"Patterns":null},"home":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/11.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/2.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/7.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"parallax-bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/parallax-bg.jpg"},"Patterns":null},"Thumbs.db":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/Thumbs.db"},"Patterns":null}},"Asset":null,"Patterns":null},"pattern.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/pattern.png"},"Patterns":null},"pattern2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/pattern2.png"},"Patterns":null},"pattern3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/pattern3.png"},"Patterns":null},"portfolio":{"Children":{"1":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/7.jpg"},"Patterns":null},"full":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"2":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"3":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/8.jpg"},"Patterns":null},"9-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/9-1.jpg"},"Patterns":null},"9-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/9-2.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"4":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/11.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/12-1.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/12.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/8.jpg"},"Patterns":null},"9-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/9-1.jpg"},"Patterns":null},"9-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/9-2.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/9.jpg"},"Patterns":null},"mixed":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/11.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/12-1.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/12.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/8.jpg"},"Patterns":null},"9-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/9-1.jpg"},"Patterns":null},"9-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/9-2.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"extended":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/4.jpg"},"Patterns":null},"thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/thumbs/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/thumbs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/thumbs/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/thumbs/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/thumbs/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/thumbs/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/thumbs/7.jpg"},"Patterns":null},"big.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/thumbs/big.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"full":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/11.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/12-1.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/12.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/8.jpg"},"Patterns":null},"9-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/9-1.jpg"},"Patterns":null},"9-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/9-2.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"masonry":{"Children":{"2":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"3":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/8.jpg"},"Patterns":null},"9-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/9-1.jpg"},"Patterns":null},"9-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/9-2.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"4":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/11.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/12-1.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/12.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/8.jpg"},"Patterns":null},"9-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/9-1.jpg"},"Patterns":null},"9-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/9-2.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"parallax":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/10.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"single":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/10.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/12.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/14.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/4.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/7.jpg"},"Patterns":null},"full-thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/10.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/12-1.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/14.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/3.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/7.jpg"},"Patterns":null},"9-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/9-2.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"fullwidth":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/fullwidth/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/fullwidth/10.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/fullwidth/7.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"full":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full/10.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full/7.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"modal":{"Children":{"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/modal/4.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/modal/6-3.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/modal/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"slider-thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/slider-thumbs/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/slider-thumbs/10.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/slider-thumbs/7.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"preloader-dark.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/preloader-dark.gif"},"Patterns":null},"preloader-dark@2x.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/preloader-dark@2x.gif"},"Patterns":null},"preloader.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/preloader.gif"},"Patterns":null},"preloader@2x.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/preloader@2x.gif"},"Patterns":null},"restaurant":{"Children":{"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/11.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/13.jpg"},"Patterns":null},"18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/18.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/2.jpg"},"Patterns":null},"20.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/20.png"},"Patterns":null},"21.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/21.png"},"Patterns":null},"22.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/22.png"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/4.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/7.jpg"},"Patterns":null},"slider":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/slider/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/slider/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/slider/3.jpg"},"Patterns":null},"thumb":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/slider/thumb/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/slider/thumb/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/slider/thumb/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"thumb":{"Children":{"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/10.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/12.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/15.jpg"},"Patterns":null},"16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/16.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/4.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/7.jpg"},"Patterns":null},"gallery":{"Children":{"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/13.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/3.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"services":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/4.jpg"},"Patterns":null},"browser.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/browser.png"},"Patterns":null},"chrome.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/chrome.png"},"Patterns":null},"fbrowser.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/fbrowser.png"},"Patterns":null},"fbrowser2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/fbrowser2.png"},"Patterns":null},"fmobile.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/fmobile.png"},"Patterns":null},"home-testi-bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/home-testi-bg.jpg"},"Patterns":null},"imac.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/imac.png"},"Patterns":null},"imac2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/imac2.png"},"Patterns":null},"ipad.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/ipad.png"},"Patterns":null},"ipad2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/ipad2.png"},"Patterns":null},"ipad3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/ipad3.png"},"Patterns":null},"iphone.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/iphone.png"},"Patterns":null},"iphone2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/iphone2.png"},"Patterns":null},"iphone3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/iphone3.png"},"Patterns":null},"iphone6.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/iphone6.png"},"Patterns":null},"iphone7.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/iphone7.png"},"Patterns":null},"layouts.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/layouts.png"},"Patterns":null},"macbook.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/macbook.png"},"Patterns":null},"main-bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/main-bg.jpg"},"Patterns":null},"main-fbrowser.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/main-fbrowser.png"},"Patterns":null},"main-fmobile.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/main-fmobile.png"},"Patterns":null},"video.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/video.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"shape-divider":{"Children":{"1.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/1.jpeg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/10.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"shop":{"Children":{"banners":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/12.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"brand.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/brand.jpg"},"Patterns":null},"brand2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/brand2.jpg"},"Patterns":null},"category":{"Children":{"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/category/10.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/category/14.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/category/15.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/category/17.jpg"},"Patterns":null},"19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/category/19.jpg"},"Patterns":null},"21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/category/21.jpg"},"Patterns":null},"23.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/category/23.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/category/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"dress":{"Children":{"1-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/dress/1-1.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/dress/1.jpg"},"Patterns":null},"2-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/dress/2-1.jpg"},"Patterns":null},"2-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/dress/2-2.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/dress/2.jpg"},"Patterns":null},"3-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/dress/3-1.jpg"},"Patterns":null},"3-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/dress/3-2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/dress/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"pants":{"Children":{"1-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/pants/1-1.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/pants/1.jpg"},"Patterns":null},"5-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/pants/5-1.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/pants/5.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"shoes":{"Children":{"1-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shoes/1-1.jpg"},"Patterns":null},"1-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shoes/1-2.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shoes/1.jpg"},"Patterns":null},"2-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shoes/2-1.jpg"},"Patterns":null},"2-2-small.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shoes/2-2-small.jpg"},"Patterns":null},"2-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shoes/2-2.jpg"},"Patterns":null},"2-small.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shoes/2-small.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shoes/2.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"shop-menu.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shop-menu.jpg"},"Patterns":null},"slider":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/slider/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/slider/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/slider/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/slider/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"small":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/12.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"sunglasses":{"Children":{"1-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/sunglasses/1-1.jpg"},"Patterns":null},"1-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/sunglasses/1-2.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/sunglasses/1.jpg"},"Patterns":null},"2-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/sunglasses/2-1.jpg"},"Patterns":null},"2-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/sunglasses/2-2.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/sunglasses/2.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"thumbs":{"Children":{"dress":{"Children":{"3-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/thumbs/dress/3-1.jpg"},"Patterns":null},"3-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/thumbs/dress/3-2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/thumbs/dress/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"small":{"Children":{"dress-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/thumbs/small/dress-3.jpg"},"Patterns":null},"shoes-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/thumbs/small/shoes-2.jpg"},"Patterns":null},"tshirt-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/thumbs/small/tshirt-2.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"tshirts":{"Children":{"1-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/tshirts/1-1.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/tshirts/1.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/tshirts/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/tshirts/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"watches":{"Children":{"1-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/watches/1-1.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/watches/1.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"slider":{"Children":{"boxed":{"Children":{"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/boxed/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/boxed/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/boxed/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/boxed/5.jpg"},"Patterns":null},"thumbs":{"Children":{"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/boxed/thumbs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/boxed/thumbs/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/boxed/thumbs/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/boxed/thumbs/5.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"full":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/4.jpg"},"Patterns":null},"5.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/5.jpeg"},"Patterns":null},"thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/thumbs/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/thumbs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/thumbs/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/thumbs/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"rev":{"Children":{"bg1-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/bg1-thumb.jpg"},"Patterns":null},"bg1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/bg1.jpg"},"Patterns":null},"bg2-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/bg2-thumb.jpg"},"Patterns":null},"bg2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/bg2.jpg"},"Patterns":null},"ken-1-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/ken-1-thumb.jpg"},"Patterns":null},"ken-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/ken-1.jpg"},"Patterns":null},"ken-2-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/ken-2-thumb.jpg"},"Patterns":null},"ken-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/ken-2.jpg"},"Patterns":null},"main":{"Children":{"s1-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s1-thumb.jpg"},"Patterns":null},"s2-1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-1.png"},"Patterns":null},"s2-2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-2.png"},"Patterns":null},"s2-3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-3.png"},"Patterns":null},"s2-4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-4.png"},"Patterns":null},"s2-5.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-5.png"},"Patterns":null},"s2-6.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-6.png"},"Patterns":null},"s2-7.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-7.png"},"Patterns":null},"s2-8.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-8.png"},"Patterns":null},"s2-bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-bg.jpg"},"Patterns":null},"s2-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-thumb.jpg"},"Patterns":null},"s3-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s3-thumb.jpg"},"Patterns":null},"s3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"shop":{"Children":{"bag.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/shop/bag.png"},"Patterns":null},"bag3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/shop/bag3.png"},"Patterns":null},"girl1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/shop/girl1.jpg"},"Patterns":null},"tag.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/shop/tag.png"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"swiper":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/13.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/3.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/9.jpg"},"Patterns":null},"sized":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/sized/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/sized/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/sized/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/10.jpg"},"Patterns":null},"11-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/11-1.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/11.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/12-1.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/12.jpg"},"Patterns":null},"13-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/13-1.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/14.jpg"},"Patterns":null},"15-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/15-1.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/15.jpg"},"Patterns":null},"16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/16.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/17.jpg"},"Patterns":null},"18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/18.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/6.jpg"},"Patterns":null},"7-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/7-1.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/14.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/15.jpg"},"Patterns":null},"16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/16.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/17.jpg"},"Patterns":null},"18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/18.jpg"},"Patterns":null},"19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/19.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/2.jpg"},"Patterns":null},"20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/20.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"splash":{"Children":{"1.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/splash/1.jpeg"},"Patterns":null}},"Asset":null,"Patterns":null},"svg-icon.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/svg-icon.svg"},"Patterns":null},"svg":{"Children":{"arrow.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/svg/arrow.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"team":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/team/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/team/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/team/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/team/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/team/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/team/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/team/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/team/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"testimonials":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/8.jpg"},"Patterns":null},"parallax.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/parallax.jpg"},"Patterns":null},"parallax2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/parallax2.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"videos":{"Children":{"explore-poster-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/videos/explore-poster-thumb.jpg"},"Patterns":null},"explore-poster.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/videos/explore-poster.jpg"},"Patterns":null},"explore.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/videos/explore.mp4"},"Patterns":null},"explore.webm":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/videos/explore.webm"},"Patterns":null}},"Asset":null,"Patterns":null},"wedding":{"Children":{"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/13.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/15.jpg"},"Patterns":null},"16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/16.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/17.jpg"},"Patterns":null},"18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/18.jpg"},"Patterns":null},"19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/19.jpg"},"Patterns":null},"20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/20.jpg"},"Patterns":null},"21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/21.jpg"},"Patterns":null},"22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/22.jpg"},"Patterns":null},"23.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/23.jpg"},"Patterns":null},"24.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/24.jpg"},"Patterns":null},"25.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/25.jpg"},"Patterns":null},"26.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/26.jpg"},"Patterns":null},"27.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/27.jpg"},"Patterns":null},"28.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/28.jpg"},"Patterns":null},"events":{"Children":{"afterwedding.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/events/afterwedding.jpg"},"Patterns":null},"cocktail.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/events/cocktail.jpg"},"Patterns":null},"wedding.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/events/wedding.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"thumb":{"Children":{"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/11.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/15.jpg"},"Patterns":null},"19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/19.jpg"},"Patterns":null},"20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/20.jpg"},"Patterns":null},"21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/21.jpg"},"Patterns":null},"22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/22.jpg"},"Patterns":null},"23.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/23.jpg"},"Patterns":null},"24.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/24.jpg"},"Patterns":null},"25.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/25.jpg"},"Patterns":null},"26.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/26.jpg"},"Patterns":null},"27.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/27.jpg"},"Patterns":null},"28.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/28.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"world-map.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/world-map.png"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"bundle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/bundle.js"},"Patterns":null},"chart-utils.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/chart-utils.js"},"Patterns":null},"chart.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/chart.js"},"Patterns":null},"chartjs-plugin-zoom.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/chartjs-plugin-zoom.min.js"},"Patterns":null},"components":{"Children":{"bs-datatable.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/bs-datatable.js"},"Patterns":null},"bs-filestyle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/bs-filestyle.js"},"Patterns":null},"bs-select.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/bs-select.js"},"Patterns":null},"bs-select.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/bs-select.min.js"},"Patterns":null},"bs-switches.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/bs-switches.js"},"Patterns":null},"datepicker.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/datepicker.js"},"Patterns":null},"daterangepicker.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/daterangepicker.js"},"Patterns":null},"event.move.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/event.move.js"},"Patterns":null},"image-changer.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/image-changer.js"},"Patterns":null},"moment.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/moment.js"},"Patterns":null},"rangeslider.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/rangeslider.min.js"},"Patterns":null},"select-boxes.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/select-boxes.js"},"Patterns":null},"selectsplitter.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/selectsplitter.js"},"Patterns":null},"star-rating.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/star-rating.js"},"Patterns":null},"timepicker.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/timepicker.js"},"Patterns":null},"tinymce":{"Children":{"icons":{"Children":{"default":{"Children":{"icons.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/icons/default/icons.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"langs":{"Children":{"README.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/langs/README.md"},"Patterns":null}},"Asset":null,"Patterns":null},"license.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/license.txt"},"Patterns":null},"models":{"Children":{"dom":{"Children":{"model.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/models/dom/model.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"plugins":{"Children":{"accordion":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/accordion/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"advlist":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/advlist/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"anchor":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/anchor/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"autolink":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/autolink/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"autoresize":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/autoresize/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"autosave":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/autosave/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"charmap":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/charmap/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"codesample":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/codesample/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"code":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/code/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"directionality":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/directionality/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"emoticons":{"Children":{"js":{"Children":{"emojiimages.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/emoticons/js/emojiimages.js"},"Patterns":null},"emojiimages.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/emoticons/js/emojiimages.min.js"},"Patterns":null},"emojis.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/emoticons/js/emojis.js"},"Patterns":null},"emojis.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/emoticons/js/emojis.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/emoticons/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"fullscreen":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/fullscreen/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"help":{"Children":{"js":{"Children":{"i18n":{"Children":{"keynav":{"Children":{"ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/ar.js"},"Patterns":null},"bg_BG.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/bg_BG.js"},"Patterns":null},"ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/ca.js"},"Patterns":null},"cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/cs.js"},"Patterns":null},"da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/da.js"},"Patterns":null},"de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/de.js"},"Patterns":null},"el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/el.js"},"Patterns":null},"en.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/en.js"},"Patterns":null},"es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/es.js"},"Patterns":null},"eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/eu.js"},"Patterns":null},"fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/fa.js"},"Patterns":null},"fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/fi.js"},"Patterns":null},"fr_FR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/fr_FR.js"},"Patterns":null},"he_IL.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/he_IL.js"},"Patterns":null},"hi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/hi.js"},"Patterns":null},"hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/hr.js"},"Patterns":null},"hu_HU.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/hu_HU.js"},"Patterns":null},"id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/id.js"},"Patterns":null},"it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/it.js"},"Patterns":null},"ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/ja.js"},"Patterns":null},"kk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/kk.js"},"Patterns":null},"ko_KR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/ko_KR.js"},"Patterns":null},"ms.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/ms.js"},"Patterns":null},"nb_NO.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/nb_NO.js"},"Patterns":null},"nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/nl.js"},"Patterns":null},"pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/pl.js"},"Patterns":null},"pt_BR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/pt_BR.js"},"Patterns":null},"pt_PT.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/pt_PT.js"},"Patterns":null},"ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/ro.js"},"Patterns":null},"ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/ru.js"},"Patterns":null},"sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/sk.js"},"Patterns":null},"sl_SI.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/sl_SI.js"},"Patterns":null},"sv_SE.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/sv_SE.js"},"Patterns":null},"th_TH.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/th_TH.js"},"Patterns":null},"tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/tr.js"},"Patterns":null},"uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/uk.js"},"Patterns":null},"vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/vi.js"},"Patterns":null},"zh_CN.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/zh_CN.js"},"Patterns":null},"zh_TW.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/zh_TW.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"image":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/image/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"importcss":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/importcss/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"insertdatetime":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/insertdatetime/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"link":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/link/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"lists":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/lists/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"media":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/media/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"nonbreaking":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/nonbreaking/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"pagebreak":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/pagebreak/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"preview":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/preview/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"quickbars":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/quickbars/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"save":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/save/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"searchreplace":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/searchreplace/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"table":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/table/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"template":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/template/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"visualblocks":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/visualblocks/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"visualchars":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/visualchars/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"wordcount":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/wordcount/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"skins":{"Children":{"content":{"Children":{"dark":{"Children":{"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/content/dark/content.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"default":{"Children":{"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/content/default/content.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"document":{"Children":{"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/content/document/content.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"tinymce-5-dark":{"Children":{"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/content/tinymce-5-dark/content.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"tinymce-5":{"Children":{"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/content/tinymce-5/content.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"writer":{"Children":{"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/content/writer/content.min.css"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"ui":{"Children":{"oxide-dark":{"Children":{"content.inline.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/oxide-dark/content.inline.min.css"},"Patterns":null},"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/oxide-dark/content.min.css"},"Patterns":null},"skin.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/oxide-dark/skin.min.css"},"Patterns":null},"skin.shadowdom.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"oxide":{"Children":{"content.inline.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/oxide/content.inline.min.css"},"Patterns":null},"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/oxide/content.min.css"},"Patterns":null},"skin.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/oxide/skin.min.css"},"Patterns":null},"skin.shadowdom.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/oxide/skin.shadowdom.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"tinymce-5-dark":{"Children":{"content.inline.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css"},"Patterns":null},"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/tinymce-5-dark/content.min.css"},"Patterns":null},"skin.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/tinymce-5-dark/skin.min.css"},"Patterns":null},"skin.shadowdom.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"tinymce-5":{"Children":{"content.inline.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/tinymce-5/content.inline.min.css"},"Patterns":null},"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/tinymce-5/content.min.css"},"Patterns":null},"skin.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/tinymce-5/skin.min.css"},"Patterns":null},"skin.shadowdom.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"themes":{"Children":{"silver":{"Children":{"theme.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/themes/silver/theme.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"tinymce.d.ts":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/tinymce.d.ts"},"Patterns":null},"tinymce.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/tinymce.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"typehead.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/typehead.js"},"Patterns":null}},"Asset":null,"Patterns":null},"events-data.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/events-data.js"},"Patterns":null},"functions.bundle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/functions.bundle.js"},"Patterns":null},"functions.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/functions.js"},"Patterns":null},"holder.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/holder.js"},"Patterns":null},"jquery.calendario.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/jquery.calendario.js"},"Patterns":null},"jquery.hotspot.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/jquery.hotspot.js"},"Patterns":null},"jquery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/jquery.js"},"Patterns":null},"jquery.mousewheel.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/jquery.mousewheel.min.js"},"Patterns":null},"modules":{"Children":{"accordion.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/accordion.js"},"Patterns":null},"adaptivecolorscheme.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/adaptivecolorscheme.js"},"Patterns":null},"ajaxform.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/ajaxform.js"},"Patterns":null},"ajaxtrigger.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/ajaxtrigger.js"},"Patterns":null},"animations.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/animations.js"},"Patterns":null},"bootstrap.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/bootstrap.js"},"Patterns":null},"bscomponents.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/bscomponents.js"},"Patterns":null},"buttons.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/buttons.js"},"Patterns":null},"canvasslider.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/canvasslider.js"},"Patterns":null},"carousel.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/carousel.js"},"Patterns":null},"clipboard.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/clipboard.js"},"Patterns":null},"codehighlight.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/codehighlight.js"},"Patterns":null},"conditional.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/conditional.js"},"Patterns":null},"cookies.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/cookies.js"},"Patterns":null},"countdown.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/countdown.js"},"Patterns":null},"counter.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/counter.js"},"Patterns":null},"cursor.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/cursor.js"},"Patterns":null},"dataclasses.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/dataclasses.js"},"Patterns":null},"dataheights.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/dataheights.js"},"Patterns":null},"easing.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/easing.js"},"Patterns":null},"filter.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/filter.js"},"Patterns":null},"flexslider.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/flexslider.js"},"Patterns":null},"flickr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/flickr.js"},"Patterns":null},"fontsizer.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/fontsizer.js"},"Patterns":null},"fullvideo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/fullvideo.js"},"Patterns":null},"googlemaps.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/googlemaps.js"},"Patterns":null},"gototop.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/gototop.js"},"Patterns":null},"grid.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/grid.js"},"Patterns":null},"headers.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/headers.js"},"Patterns":null},"hover3d.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/hover3d.js"},"Patterns":null},"hoveranimations.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/hoveranimations.js"},"Patterns":null},"instagram.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/instagram.js"},"Patterns":null},"lazyload.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/lazyload.js"},"Patterns":null},"lightbox.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/lightbox.js"},"Patterns":null},"logo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/logo.js"},"Patterns":null},"masonrythumbs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/masonrythumbs.js"},"Patterns":null},"mediaactions.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/mediaactions.js"},"Patterns":null},"menus.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/menus.js"},"Patterns":null},"modal.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/modal.js"},"Patterns":null},"navtree.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/navtree.js"},"Patterns":null},"notifications.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/notifications.js"},"Patterns":null},"onepage.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/onepage.js"},"Patterns":null},"pagemenu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/pagemenu.js"},"Patterns":null},"pagetransition.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/pagetransition.js"},"Patterns":null},"portfolioajax.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/portfolioajax.js"},"Patterns":null},"pricingswitcher.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/pricingswitcher.js"},"Patterns":null},"progress.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/progress.js"},"Patterns":null},"quantity.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/quantity.js"},"Patterns":null},"readmore.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/readmore.js"},"Patterns":null},"resizevideos.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/resizevideos.js"},"Patterns":null},"roundedskills.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/roundedskills.js"},"Patterns":null},"schemetoggle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/schemetoggle.js"},"Patterns":null},"scrolldetect.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/scrolldetect.js"},"Patterns":null},"shapedivider.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/shapedivider.js"},"Patterns":null},"sidepanel.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/sidepanel.js"},"Patterns":null},"sliderdimensions.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/sliderdimensions.js"},"Patterns":null},"slidermenuclass.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/slidermenuclass.js"},"Patterns":null},"sliderparallax.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/sliderparallax.js"},"Patterns":null},"stickfooteronsmall.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/stickfooteronsmall.js"},"Patterns":null},"stickysidebar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/stickysidebar.js"},"Patterns":null},"subscribe.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/subscribe.js"},"Patterns":null},"textrotator.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/textrotator.js"},"Patterns":null},"textsplitter.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/textsplitter.js"},"Patterns":null},"tips.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/tips.js"},"Patterns":null},"toggle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/toggle.js"},"Patterns":null},"topcart.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/topcart.js"},"Patterns":null},"topsearch.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/topsearch.js"},"Patterns":null},"twitter.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/twitter.js"},"Patterns":null},"videofacade.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/videofacade.js"},"Patterns":null},"viewportdetect.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/viewportdetect.js"},"Patterns":null},"youtubebg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/youtubebg.js"},"Patterns":null}},"Asset":null,"Patterns":null},"particles":{"Children":{"particles-bubbles.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/particles/particles-bubbles.js"},"Patterns":null},"particles-line.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/particles/particles-line.js"},"Patterns":null},"particles-nasa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/particles/particles-nasa.js"},"Patterns":null},"particles-poly.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/particles/particles-poly.js"},"Patterns":null},"particles-snow.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/particles/particles-snow.js"},"Patterns":null},"particles.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/particles/particles.min.js"},"Patterns":null},"particlesjs-config.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/particles/particlesjs-config.json"},"Patterns":null}},"Asset":null,"Patterns":null},"plugins.bootstrap.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.bootstrap.js"},"Patterns":null},"plugins.carousel.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.carousel.js"},"Patterns":null},"plugins.clipboard.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.clipboard.js"},"Patterns":null},"plugins.countdown.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.countdown.js"},"Patterns":null},"plugins.counter.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.counter.js"},"Patterns":null},"plugins.dribbble.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.dribbble.js"},"Patterns":null},"plugins.easing.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.easing.js"},"Patterns":null},"plugins.fastdom.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.fastdom.js"},"Patterns":null},"plugins.fitvids.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.fitvids.js"},"Patterns":null},"plugins.flexslider.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.flexslider.js"},"Patterns":null},"plugins.flickrfeed.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.flickrfeed.js"},"Patterns":null},"plugins.form.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.form.js"},"Patterns":null},"plugins.gmap.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.gmap.js"},"Patterns":null},"plugins.hashchange.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.hashchange.js"},"Patterns":null},"plugins.imagesloaded.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.imagesloaded.js"},"Patterns":null},"plugins.infinitescroll.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.infinitescroll.js"},"Patterns":null},"plugins.isotope.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.isotope.js"},"Patterns":null},"plugins.jpaginate.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.jpaginate.js"},"Patterns":null},"plugins.lazyload.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.lazyload.js"},"Patterns":null},"plugins.lightbox.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.lightbox.js"},"Patterns":null},"plugins.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.min.js"},"Patterns":null},"plugins.packery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.packery.js"},"Patterns":null},"plugins.piechart.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.piechart.js"},"Patterns":null},"plugins.prism.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.prism.js"},"Patterns":null},"plugins.stickysidebar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.stickysidebar.js"},"Patterns":null},"plugins.swiper.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.swiper.js"},"Patterns":null},"plugins.textrotator.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.textrotator.js"},"Patterns":null},"plugins.youtube.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.youtube.js"},"Patterns":null}},"Asset":null,"Patterns":null},"style.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"style.css"},"Patterns":null},"style.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"style.css.map"},"Patterns":null},"KeymailSpecials2.styles.css":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"KeymailSpecials2.styles.css"},"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} \ No newline at end of file +{"ContentRoots":["C:\\Repos\\KeymailSpecials2\\wwwroot\\"],"Root":{"Children":{"app.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"app.css"},"Patterns":null},"bootstrap":{"Children":{"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"bootstrap/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"bootstrap/bootstrap.min.css.map"},"Patterns":null}},"Asset":null,"Patterns":null},"css":{"Children":{"animate.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/animate.css"},"Patterns":null},"calendar.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/calendar.css"},"Patterns":null},"components":{"Children":{"bs-datatable.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/bs-datatable.css"},"Patterns":null},"bs-filestyle.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/bs-filestyle.css"},"Patterns":null},"bs-rating.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/bs-rating.css"},"Patterns":null},"bs-select.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/bs-select.css"},"Patterns":null},"bs-switches-vars.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/bs-switches-vars.css"},"Patterns":null},"bs-switches.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/bs-switches.css"},"Patterns":null},"dark-components.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/dark-components.css"},"Patterns":null},"datepicker.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/datepicker.css"},"Patterns":null},"daterangepicker.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/daterangepicker.css"},"Patterns":null},"ion.rangeslider-vars.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/ion.rangeslider-vars.css"},"Patterns":null},"ion.rangeslider.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/ion.rangeslider.css"},"Patterns":null},"ion.rangeslider.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/ion.rangeslider.css.map"},"Patterns":null},"pricing-table.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/pricing-table.css"},"Patterns":null},"prism.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/prism.css"},"Patterns":null},"radio-checkbox-vars.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/radio-checkbox-vars.css"},"Patterns":null},"radio-checkbox.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/radio-checkbox.css"},"Patterns":null},"rangeslider":{"Children":{"sprite-skin-nice.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/rangeslider/sprite-skin-nice.png"},"Patterns":null}},"Asset":null,"Patterns":null},"select-boxes.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/select-boxes.css"},"Patterns":null},"timepicker.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/components/timepicker.css"},"Patterns":null}},"Asset":null,"Patterns":null},"custom.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/custom.css"},"Patterns":null},"font-icons.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/font-icons.css"},"Patterns":null},"icons":{"Children":{"bootstrap-icons.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/bootstrap-icons.css"},"Patterns":null},"bootstrap-icons":{"Children":{"bootstrap-icons.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/bootstrap-icons/bootstrap-icons.woff"},"Patterns":null},"bootstrap-icons.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/bootstrap-icons/bootstrap-icons.woff2"},"Patterns":null}},"Asset":null,"Patterns":null},"font-awesome.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome.css"},"Patterns":null},"font-awesome":{"Children":{"fa-brands-400.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome/fa-brands-400.ttf"},"Patterns":null},"fa-brands-400.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome/fa-brands-400.woff2"},"Patterns":null},"fa-regular-400.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome/fa-regular-400.ttf"},"Patterns":null},"fa-regular-400.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome/fa-regular-400.woff2"},"Patterns":null},"fa-solid-900.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome/fa-solid-900.ttf"},"Patterns":null},"fa-solid-900.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome/fa-solid-900.woff2"},"Patterns":null},"fa-v4compatibility.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome/fa-v4compatibility.ttf"},"Patterns":null},"fa-v4compatibility.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/font-awesome/fa-v4compatibility.woff2"},"Patterns":null}},"Asset":null,"Patterns":null},"unicons.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons.css"},"Patterns":null},"unicons":{"Children":{"unicons-0.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-0.woff"},"Patterns":null},"unicons-0.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-0.woff2"},"Patterns":null},"unicons-1.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-1.woff"},"Patterns":null},"unicons-1.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-1.woff2"},"Patterns":null},"unicons-10.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-10.woff"},"Patterns":null},"unicons-10.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-10.woff2"},"Patterns":null},"unicons-11.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-11.woff"},"Patterns":null},"unicons-11.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-11.woff2"},"Patterns":null},"unicons-12.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-12.woff"},"Patterns":null},"unicons-12.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-12.woff2"},"Patterns":null},"unicons-13.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-13.woff"},"Patterns":null},"unicons-13.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-13.woff2"},"Patterns":null},"unicons-14.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-14.woff"},"Patterns":null},"unicons-14.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-14.woff2"},"Patterns":null},"unicons-15.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-15.woff"},"Patterns":null},"unicons-15.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-15.woff2"},"Patterns":null},"unicons-16.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-16.woff"},"Patterns":null},"unicons-16.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-16.woff2"},"Patterns":null},"unicons-17.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-17.woff"},"Patterns":null},"unicons-17.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-17.woff2"},"Patterns":null},"unicons-18.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-18.woff"},"Patterns":null},"unicons-18.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-18.woff2"},"Patterns":null},"unicons-19.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-19.woff"},"Patterns":null},"unicons-19.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-19.woff2"},"Patterns":null},"unicons-2.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-2.woff"},"Patterns":null},"unicons-2.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-2.woff2"},"Patterns":null},"unicons-20.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-20.woff"},"Patterns":null},"unicons-20.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-20.woff2"},"Patterns":null},"unicons-3.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-3.woff"},"Patterns":null},"unicons-3.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-3.woff2"},"Patterns":null},"unicons-4.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-4.woff"},"Patterns":null},"unicons-4.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-4.woff2"},"Patterns":null},"unicons-5.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-5.woff"},"Patterns":null},"unicons-5.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-5.woff2"},"Patterns":null},"unicons-6.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-6.woff"},"Patterns":null},"unicons-6.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-6.woff2"},"Patterns":null},"unicons-7.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-7.woff"},"Patterns":null},"unicons-7.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-7.woff2"},"Patterns":null},"unicons-8.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-8.woff"},"Patterns":null},"unicons-8.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-8.woff2"},"Patterns":null},"unicons-9.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-9.woff"},"Patterns":null},"unicons-9.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/icons/unicons/unicons-9.woff2"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"magnific-popup.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/magnific-popup.css"},"Patterns":null},"swiper.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/swiper.css"},"Patterns":null}},"Asset":null,"Patterns":null},"demos":{"Children":{"hosting":{"Children":{"hosting.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/hosting.css"},"Patterns":null},"images":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/1.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/2.png"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/3.png"},"Patterns":null},"clients":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/1.png"},"Patterns":null},"10.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/10.png"},"Patterns":null},"11.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/11.png"},"Patterns":null},"12.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/12.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/2.png"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/3.png"},"Patterns":null},"4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/4.png"},"Patterns":null},"5.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/5.png"},"Patterns":null},"6.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/6.png"},"Patterns":null},"7.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/7.png"},"Patterns":null},"8.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/8.png"},"Patterns":null},"9.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/clients/9.png"},"Patterns":null}},"Asset":null,"Patterns":null},"flags":{"Children":{"au.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/au.png"},"Patterns":null},"br.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/br.png"},"Patterns":null},"ca.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/ca.png"},"Patterns":null},"in.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/in.png"},"Patterns":null},"ja.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/ja.png"},"Patterns":null},"sa.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/sa.png"},"Patterns":null},"si.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/si.png"},"Patterns":null},"uk.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/uk.png"},"Patterns":null},"us.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/flags/us.png"},"Patterns":null}},"Asset":null,"Patterns":null},"pattern-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/pattern-dark.png"},"Patterns":null},"pattern.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/pattern.png"},"Patterns":null},"svg":{"Children":{"activation.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/activation.svg"},"Patterns":null},"balancing.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/balancing.svg"},"Patterns":null},"checked.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/checked.svg"},"Patterns":null},"cloud.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/cloud.svg"},"Patterns":null},"dedicated.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/dedicated.svg"},"Patterns":null},"domain.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/domain.svg"},"Patterns":null},"location.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/location.svg"},"Patterns":null},"map-light.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/map-light.svg"},"Patterns":null},"map.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/map.svg"},"Patterns":null},"shared.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/shared.svg"},"Patterns":null},"ssl.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/ssl.svg"},"Patterns":null},"support.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/support.svg"},"Patterns":null},"team.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/team.svg"},"Patterns":null},"web.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/svg/web.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"users":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/users/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/users/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/users/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/users/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/hosting/images/users/5.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"movers":{"Children":{"images":{"Children":{"12w3qdaad2.svg.bak":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/12w3qdaad2.svg.bak"},"Patterns":null},"baggage.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/baggage.png"},"Patterns":null},"bg-2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/bg-2.png"},"Patterns":null},"blog":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/blog/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/blog/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/blog/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/blog/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/blog/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/blog/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"clients":{"Children":{"amazon.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/amazon.svg"},"Patterns":null},"cnn.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/cnn.svg"},"Patterns":null},"github.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/github.svg"},"Patterns":null},"google.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/google.svg"},"Patterns":null},"jetblue.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/jetblue.svg"},"Patterns":null},"linkedin.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/linkedin.svg"},"Patterns":null},"nat-geo.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/nat-geo.svg"},"Patterns":null},"paypal.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/paypal.svg"},"Patterns":null},"vimeo.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/vimeo.svg"},"Patterns":null},"yahoo.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/yahoo.svg"},"Patterns":null},"zillow.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/clients/zillow.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"dot-grid.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/dot-grid.svg"},"Patterns":null},"featured-img":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/featured-img/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/featured-img/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/featured-img/3.jpg"},"Patterns":null},"Thumbs.db":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/featured-img/Thumbs.db"},"Patterns":null}},"Asset":null,"Patterns":null},"happy.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/happy.svg"},"Patterns":null},"join.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/join.svg"},"Patterns":null},"others":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/others/1.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/others/2.png"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/others/3.png"},"Patterns":null},"4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/others/4.png"},"Patterns":null}},"Asset":null,"Patterns":null},"privacy.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/privacy.svg"},"Patterns":null},"section":{"Children":{"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/section/2.jpg"},"Patterns":null},"backdrop.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/section/backdrop.jpg"},"Patterns":null},"collab.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/section/collab.svg"},"Patterns":null},"company.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/section/company.jpg"},"Patterns":null},"success.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/section/success.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"slider":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/slider/1.png"},"Patterns":null}},"Asset":null,"Patterns":null},"startae-team-7tXA8xwe4W4-unsplash.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/startae-team-7tXA8xwe4W4-unsplash.jpg"},"Patterns":null},"stats.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/stats.svg"},"Patterns":null},"team":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/9.jpg"},"Patterns":null},"section.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/team/section.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"user_nums.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/images/user_nums.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"movers.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/movers/movers.css"},"Patterns":null}},"Asset":null,"Patterns":null},"pet":{"Children":{"images":{"Children":{"gallery":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/14.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/15.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/9.jpg"},"Patterns":null},"thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/14.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/15.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/gallery/thumbs/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"help":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/help/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/help/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/help/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-image.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/hero-image.jpg"},"Patterns":null},"logo-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/logo-dark.png"},"Patterns":null},"logo-dark@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/logo-dark@2x.png"},"Patterns":null},"logo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/logo.png"},"Patterns":null},"logo@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/logo@2x.png"},"Patterns":null},"others":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/others/1.png"},"Patterns":null},"section-bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/others/section-bg.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"products":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/products/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/products/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/products/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"services":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/services/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/services/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/services/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/services/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"testimonials":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/testimonials/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/testimonials/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/testimonials/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/images/testimonials/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"pet.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"demos/pet/pet.css"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"favicon.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.png"},"Patterns":null},"images":{"Children":{"01_preview.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/01_preview.jpg"},"Patterns":null},"about":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/7.jpg"},"Patterns":null},"me-parallax.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/me-parallax.jpg"},"Patterns":null},"parallax.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/parallax.jpg"},"Patterns":null},"Thumbs.db":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/about/Thumbs.db"},"Patterns":null}},"Asset":null,"Patterns":null},"appshowcase":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/appshowcase/1.jpg"},"Patterns":null},"ipad-section.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/appshowcase/ipad-section.png"},"Patterns":null},"iphone-solid.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/appshowcase/iphone-solid.png"},"Patterns":null},"s1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/appshowcase/s1.png"},"Patterns":null},"s4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/appshowcase/s4.png"},"Patterns":null},"s5.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/appshowcase/s5.png"},"Patterns":null},"slider-iphone.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/appshowcase/slider-iphone.png"},"Patterns":null}},"Asset":null,"Patterns":null},"author":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/author/1.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"banner-curve.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/banner-curve.png"},"Patterns":null},"blank.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blank.svg"},"Patterns":null},"blocks":{"Children":{"intro":{"Children":{"alert-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/alert-1.jpg"},"Patterns":null},"alert-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/alert-2.jpg"},"Patterns":null},"alert-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/alert-3.jpg"},"Patterns":null},"alert-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/alert-4.jpg"},"Patterns":null},"alert-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/alert-5.jpg"},"Patterns":null},"alert-custom-width.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/alert-custom-width.jpg"},"Patterns":null},"blog-grid-hover-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/blog-grid-hover-2.jpg"},"Patterns":null},"blog-grid-hover.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/blog-grid-hover.jpg"},"Patterns":null},"blog-list-hover.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/blog-list-hover.jpg"},"Patterns":null},"blog-single-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/blog-single-3.jpg"},"Patterns":null},"blog-single-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/blog-single-4.jpg"},"Patterns":null},"blog-single-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/blog-single-5.jpg"},"Patterns":null},"blog-single-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/blog-single-6.jpg"},"Patterns":null},"blog-single.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/blog-single.jpg"},"Patterns":null},"buttons.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/buttons.jpg"},"Patterns":null},"cards-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-1.jpg"},"Patterns":null},"cards-10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-10.jpg"},"Patterns":null},"cards-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-2.jpg"},"Patterns":null},"cards-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-3.jpg"},"Patterns":null},"cards-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-4.jpg"},"Patterns":null},"cards-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-5.jpg"},"Patterns":null},"cards-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-6.jpg"},"Patterns":null},"cards-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-7.jpg"},"Patterns":null},"cards-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-8.jpg"},"Patterns":null},"cards-9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-9.jpg"},"Patterns":null},"cards-switch.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/cards-switch.jpg"},"Patterns":null},"carousel-instagram.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/carousel-instagram.jpg"},"Patterns":null},"carousel-tab.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/carousel-tab.jpg"},"Patterns":null},"checklists.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/checklists.jpg"},"Patterns":null},"clipboard.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/clipboard.jpg"},"Patterns":null},"contact-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/contact-1.jpg"},"Patterns":null},"contact-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/contact-2.jpg"},"Patterns":null},"contact-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/contact-3.jpg"},"Patterns":null},"countdown-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/countdown-2.jpg"},"Patterns":null},"countdown.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/countdown.jpg"},"Patterns":null},"counter-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/counter-1.jpg"},"Patterns":null},"counter-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/counter-2.jpg"},"Patterns":null},"counter-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/counter-3.jpg"},"Patterns":null},"counter-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/counter-4.jpg"},"Patterns":null},"counter-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/counter-5.jpg"},"Patterns":null},"crypto.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/crypto.jpg"},"Patterns":null},"currency-converter.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/currency-converter.jpg"},"Patterns":null},"custom-scroll.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/custom-scroll.jpg"},"Patterns":null},"dashboard.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/dashboard.jpg"},"Patterns":null},"event-schedule-scroll.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/event-schedule-scroll.jpg"},"Patterns":null},"event-schedule.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/event-schedule.jpg"},"Patterns":null},"faqs-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/faqs-1.jpg"},"Patterns":null},"faqs-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/faqs-2.jpg"},"Patterns":null},"faqs-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/faqs-3.jpg"},"Patterns":null},"featured-boxes-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-boxes-1.jpg"},"Patterns":null},"featured-boxes-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-boxes-2.jpg"},"Patterns":null},"featured-boxes-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-boxes-3.jpg"},"Patterns":null},"featured-boxes-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-boxes-4.jpg"},"Patterns":null},"featured-boxes-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-boxes-5.jpg"},"Patterns":null},"featured-boxes-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-boxes-6.jpg"},"Patterns":null},"featured-boxes-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-boxes-7.jpg"},"Patterns":null},"featured-boxes-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-boxes-8.jpg"},"Patterns":null},"featured-Images-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/featured-Images-1.jpg"},"Patterns":null},"filter-dropdown.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/filter-dropdown.jpg"},"Patterns":null},"filters-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/filters-1.jpg"},"Patterns":null},"floating-button.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/floating-button.jpg"},"Patterns":null},"follow-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/follow-1.jpg"},"Patterns":null},"follow-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/follow-2.jpg"},"Patterns":null},"footer-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/footer-1.jpg"},"Patterns":null},"footer-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/footer-2.jpg"},"Patterns":null},"footer-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/footer-3.jpg"},"Patterns":null},"footer-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/footer-4.jpg"},"Patterns":null},"footer-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/footer-5.jpg"},"Patterns":null},"footer-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/footer-8.jpg"},"Patterns":null},"form-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-1.jpg"},"Patterns":null},"form-10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-10.jpg"},"Patterns":null},"form-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-2.jpg"},"Patterns":null},"form-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-3.jpg"},"Patterns":null},"form-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-4.jpg"},"Patterns":null},"form-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-5.jpg"},"Patterns":null},"form-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-6.jpg"},"Patterns":null},"form-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-7.jpg"},"Patterns":null},"form-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-8.jpg"},"Patterns":null},"form-9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-9.jpg"},"Patterns":null},"form-profile.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-profile.jpg"},"Patterns":null},"form-show-password.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/form-show-password.jpg"},"Patterns":null},"gallery-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-1.jpg"},"Patterns":null},"gallery-10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-10.jpg"},"Patterns":null},"gallery-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-2.jpg"},"Patterns":null},"gallery-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-3.jpg"},"Patterns":null},"gallery-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-4.jpg"},"Patterns":null},"gallery-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-5.jpg"},"Patterns":null},"Gallery-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/Gallery-6.jpg"},"Patterns":null},"gallery-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-7.jpg"},"Patterns":null},"gallery-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-8.jpg"},"Patterns":null},"gallery-9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-9.jpg"},"Patterns":null},"gallery-instagram.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-instagram.jpg"},"Patterns":null},"gallery-parallax.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gallery-parallax.jpg"},"Patterns":null},"gototop.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/gototop.jpg"},"Patterns":null},"header-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/header-2.jpg"},"Patterns":null},"header-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/header-3.jpg"},"Patterns":null},"header-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/header-4.jpg"},"Patterns":null},"header-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/header-5.jpg"},"Patterns":null},"header-inline.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/header-inline.jpg"},"Patterns":null},"header.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/header.jpg"},"Patterns":null},"hero-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-1.jpg"},"Patterns":null},"hero-10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-10.jpg"},"Patterns":null},"hero-11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-11.jpg"},"Patterns":null},"hero-12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-12.jpg"},"Patterns":null},"hero-13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-13.jpg"},"Patterns":null},"hero-14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-14.jpg"},"Patterns":null},"hero-15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-15.jpg"},"Patterns":null},"hero-16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-16.jpg"},"Patterns":null},"hero-17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-17.jpg"},"Patterns":null},"hero-19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-19.jpg"},"Patterns":null},"hero-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-2.jpg"},"Patterns":null},"hero-20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-20.jpg"},"Patterns":null},"hero-21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-21.jpg"},"Patterns":null},"hero-22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-22.jpg"},"Patterns":null},"hero-23.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-23.jpg"},"Patterns":null},"hero-24.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-24.jpg"},"Patterns":null},"hero-25.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-25.jpg"},"Patterns":null},"hero-26.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-26.jpg"},"Patterns":null},"hero-27.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-27.jpg"},"Patterns":null},"hero-28.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-28.jpg"},"Patterns":null},"hero-29.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-29.jpg"},"Patterns":null},"hero-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-3.jpg"},"Patterns":null},"hero-30.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-30.jpg"},"Patterns":null},"hero-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-4.jpg"},"Patterns":null},"hero-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-5.jpg"},"Patterns":null},"hero-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-6.jpg"},"Patterns":null},"hero-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-7.jpg"},"Patterns":null},"hero-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-8.jpg"},"Patterns":null},"hero-9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-9.jpg"},"Patterns":null},"hero-instructor.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-instructor.jpg"},"Patterns":null},"hero-split.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/hero-split.jpg"},"Patterns":null},"mega-menu-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/mega-menu-2.jpg"},"Patterns":null},"mega-menu-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/mega-menu-3.jpg"},"Patterns":null},"mega-menu-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/mega-menu-4.jpg"},"Patterns":null},"mega-menu-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/mega-menu-5.jpg"},"Patterns":null},"mega-menu.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/mega-menu.jpg"},"Patterns":null},"menu-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/menu-1.jpg"},"Patterns":null},"misc-card-expand.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/misc-card-expand.jpg"},"Patterns":null},"misc-custom-cursor.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/misc-custom-cursor.jpg"},"Patterns":null},"misc-link.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/misc-link.jpg"},"Patterns":null},"misc-search.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/misc-search.jpg"},"Patterns":null},"misc-skeleton.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/misc-skeleton.jpg"},"Patterns":null},"misc-tooltip.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/misc-tooltip.jpg"},"Patterns":null},"morph-menu.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/morph-menu.jpg"},"Patterns":null},"nav-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/nav-1.jpg"},"Patterns":null},"navigation-expand.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/navigation-expand.jpg"},"Patterns":null},"onepage-dots.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/onepage-dots.jpg"},"Patterns":null},"opacity-on-hover.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/opacity-on-hover.jpg"},"Patterns":null},"order-tracking.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/order-tracking.jpg"},"Patterns":null},"otp-form.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/otp-form.jpg"},"Patterns":null},"overlay-menu.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/overlay-menu.jpg"},"Patterns":null},"popup-contact.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-contact.jpg"},"Patterns":null},"popup-coupon.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-coupon.jpg"},"Patterns":null},"popup-food.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-food.jpg"},"Patterns":null},"popup-furniture.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-furniture.jpg"},"Patterns":null},"popup-gym.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-gym.jpg"},"Patterns":null},"popup-recovery-email.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-recovery-email.jpg"},"Patterns":null},"popup-request.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-request.jpg"},"Patterns":null},"popup-sale.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-sale.jpg"},"Patterns":null},"popup-shop-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-shop-1.jpg"},"Patterns":null},"popup-spa.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-spa.jpg"},"Patterns":null},"Popup-ticket.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/Popup-ticket.jpg"},"Patterns":null},"popup-whats-new.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/popup-whats-new.jpg"},"Patterns":null},"Portfolio-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/Portfolio-1.jpg"},"Patterns":null},"portfolio-single-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/portfolio-single-full.jpg"},"Patterns":null},"portfolio-single-grid.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/portfolio-single-grid.jpg"},"Patterns":null},"portfolio-single.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/portfolio-single.jpg"},"Patterns":null},"pricing-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-1.jpg"},"Patterns":null},"pricing-10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-10.jpg"},"Patterns":null},"pricing-11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-11.jpg"},"Patterns":null},"pricing-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-2.jpg"},"Patterns":null},"pricing-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-3.jpg"},"Patterns":null},"pricing-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-4.jpg"},"Patterns":null},"pricing-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-5.jpg"},"Patterns":null},"pricing-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-6.jpg"},"Patterns":null},"pricing-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-7.jpg"},"Patterns":null},"pricing-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-8.jpg"},"Patterns":null},"pricing-9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/pricing-9.jpg"},"Patterns":null},"promo-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo-8.jpg"},"Patterns":null},"promo-box-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo-box-1.jpg"},"Patterns":null},"promo-box-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo-box-2.jpg"},"Patterns":null},"promo-box-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo-box-3.jpg"},"Patterns":null},"promo-box-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo-box-4.jpg"},"Patterns":null},"promo-box-5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo-box-5.jpg"},"Patterns":null},"promo-box-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo-box-6.jpg"},"Patterns":null},"promo-box-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo-box-7.jpg"},"Patterns":null},"promo.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/promo.jpg"},"Patterns":null},"rotate-onscroll.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/rotate-onscroll.jpg"},"Patterns":null},"rotating-text.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/rotating-text.jpg"},"Patterns":null},"share-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/share-1.jpg"},"Patterns":null},"shop-quatity.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/shop-quatity.jpg"},"Patterns":null},"shop-select.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/shop-select.jpg"},"Patterns":null},"shop-single-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/shop-single-2.jpg"},"Patterns":null},"shop-single.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/shop-single.jpg"},"Patterns":null},"slider-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/slider-1.jpg"},"Patterns":null},"slider-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/slider-2.jpg"},"Patterns":null},"slider-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/slider-4.jpg"},"Patterns":null},"slider-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/slider-6.jpg"},"Patterns":null},"slider-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/slider-7.jpg"},"Patterns":null},"slider-custom-cursor.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/slider-custom-cursor.jpg"},"Patterns":null},"slider-parallax.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/slider-parallax.jpg"},"Patterns":null},"slider-scrollbar.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/slider-scrollbar.jpg"},"Patterns":null},"social-icons-sidebar.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/social-icons-sidebar.jpg"},"Patterns":null},"social-icons-toggle.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/social-icons-toggle.jpg"},"Patterns":null},"social-icons.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/social-icons.jpg"},"Patterns":null},"sound-event.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/sound-event.jpg"},"Patterns":null},"steps-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/steps-1.jpg"},"Patterns":null},"steps-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/steps-2.jpg"},"Patterns":null},"steps-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/steps-3.jpg"},"Patterns":null},"steps-vertical.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/steps-vertical.jpg"},"Patterns":null},"sticky-cards.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/sticky-cards.jpg"},"Patterns":null},"sticky-page.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/sticky-page.jpg"},"Patterns":null},"sticky-scroll.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/sticky-scroll.jpg"},"Patterns":null},"svg_background.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/svg_background.jpg"},"Patterns":null},"tab-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/tab-1.jpg"},"Patterns":null},"tab-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/tab-2.jpg"},"Patterns":null},"tab-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/tab-3.jpg"},"Patterns":null},"tabs-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/tabs-4.jpg"},"Patterns":null},"team-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/team-1.jpg"},"Patterns":null},"team-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/team-2.jpg"},"Patterns":null},"testimonials-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/testimonials-1.jpg"},"Patterns":null},"testimonials-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/testimonials-2.jpg"},"Patterns":null},"testimonials-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/testimonials-3.jpg"},"Patterns":null},"testimonials-slide.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/testimonials-slide.jpg"},"Patterns":null},"Thumbs.db":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/Thumbs.db"},"Patterns":null},"ticker.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/ticker.jpg"},"Patterns":null},"vertical-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/vertical-2.jpg"},"Patterns":null},"video-gallery.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/video-gallery.jpg"},"Patterns":null},"video-onhover-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/video-onhover-2.jpg"},"Patterns":null},"video-onhover.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/video-onhover.jpg"},"Patterns":null},"video-section.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/video-section.jpg"},"Patterns":null},"with-sub-menu-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/with-sub-menu-2.jpg"},"Patterns":null},"with-sub-menu.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/intro/with-sub-menu.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"preview":{"Children":{"avatar":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/avatar/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/avatar/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/avatar/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/avatar/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/avatar/5.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"block-footer-4.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/block-footer-4.mp4"},"Patterns":null},"block-footer-4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/block-footer-4.png"},"Patterns":null},"card-10":{"Children":{"car.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-10/car.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"card-2":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-2/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-2/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-2/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"card-3":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-3/1.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"card-6":{"Children":{"1-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-6/1-thumb.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-6/1.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"card-9":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-9/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-9/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/card-9/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"cart-styles":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/14.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/15.jpg"},"Patterns":null},"16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/16.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/17.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cart-styles/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"cascading":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cascading/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cascading/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cascading/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"construction.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/construction.svg"},"Patterns":null},"countdown-2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/countdown-2.png"},"Patterns":null},"countdown.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/countdown.jpg"},"Patterns":null},"crypto":{"Children":{"1.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/1.svg"},"Patterns":null},"2.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/2.svg"},"Patterns":null},"2":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/2/1.jpg"},"Patterns":null},"1.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/2/1.svg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/2/2.jpg"},"Patterns":null},"2.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/2/2.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"3.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/3.svg"},"Patterns":null},"4.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/4.svg"},"Patterns":null},"bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/crypto/bg.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"cursor.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cursor.png"},"Patterns":null},"cursor.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/cursor.svg"},"Patterns":null},"dot-grid-light.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/dot-grid-light.svg"},"Patterns":null},"exp-cards":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/exp-cards/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/exp-cards/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/exp-cards/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/exp-cards/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/exp-cards/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/exp-cards/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/exp-cards/7.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"fbox-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/fbox-1.jpg"},"Patterns":null},"featured":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/featured/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/featured/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/featured/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/featured/4.jpg"},"Patterns":null},"Thumbs.db":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/featured/Thumbs.db"},"Patterns":null}},"Asset":null,"Patterns":null},"filter-dropdown":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/filter-dropdown/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"form-2.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/form-2.svg"},"Patterns":null},"form-3":{"Children":{"1.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/form-3/1.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"form-9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/form-9.jpg"},"Patterns":null},"form-booking-reservation.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/form-booking-reservation.jpg"},"Patterns":null},"form-fitness.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/form-fitness.jpg"},"Patterns":null},"gallery-1":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-1/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-1/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-1/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-1/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-1/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-1/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"gallery-2":{"Children":{"1-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/1-full.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/10.jpg"},"Patterns":null},"11-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/11-full.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/11.jpg"},"Patterns":null},"12-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/12-full.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/12.jpg"},"Patterns":null},"2-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/2-full.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/2.jpg"},"Patterns":null},"3-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/3-full.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/3.jpg"},"Patterns":null},"4-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/4-full.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/4.jpg"},"Patterns":null},"5-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/5-full.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/5.jpg"},"Patterns":null},"6-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/6-full.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/6.jpg"},"Patterns":null},"7-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/7-full.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/7.jpg"},"Patterns":null},"8-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/8-full.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/8.jpg"},"Patterns":null},"9-full.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/9-full.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-2/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"gallery-3":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-3/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-3/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-3/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-3/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"gallery-4":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-4/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-4/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-4/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-4/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-4/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-4/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-4/7.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"gallery-5":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-5/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-5/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-5/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-5/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"gallery-7":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-7/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-7/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-7/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-7/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-7/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-7/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-7/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-7/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"gallery-parallax":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-parallax/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-parallax/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-parallax/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-parallax/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-parallax/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/gallery-parallax/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"google-login.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/google-login.png"},"Patterns":null},"header-4":{"Children":{"bevarage.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-4/bevarage.svg"},"Patterns":null},"burgers.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-4/burgers.svg"},"Patterns":null},"chinese.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-4/chinese.svg"},"Patterns":null},"desserts.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-4/desserts.svg"},"Patterns":null},"indian.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-4/indian.svg"},"Patterns":null},"indonesian.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-4/indonesian.svg"},"Patterns":null},"pizza.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-4/pizza.svg"},"Patterns":null},"tacos.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-4/tacos.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"header-5":{"Children":{"camera.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-5/camera.jpg"},"Patterns":null},"games.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-5/games.jpg"},"Patterns":null},"ipad.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-5/ipad.jpg"},"Patterns":null},"notebook.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-5/notebook.jpg"},"Patterns":null},"ps4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-5/ps4.png"},"Patterns":null},"ps5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-5/ps5.jpg"},"Patterns":null},"tv.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-5/tv.jpg"},"Patterns":null},"xbox.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/header-5/xbox.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-1.jpg"},"Patterns":null},"hero-10":{"Children":{"1-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/1-thumb.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/1.jpg"},"Patterns":null},"2-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/2-thumb.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/2.jpg"},"Patterns":null},"3-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/3-thumb.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/3.jpg"},"Patterns":null},"4-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/4-thumb.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/4.jpg"},"Patterns":null},"5-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/5-thumb.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/5.jpg"},"Patterns":null},"main.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-10/main.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-11":{"Children":{"bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-11/bg.jpg"},"Patterns":null},"hanging-lamp.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-11/hanging-lamp.jpg"},"Patterns":null},"sofa.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-11/sofa.jpg"},"Patterns":null},"table-lamp.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-11/table-lamp.jpg"},"Patterns":null},"table.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-11/table.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-12.jpg"},"Patterns":null},"hero-13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-13.jpg"},"Patterns":null},"hero-14":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-14/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-14/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-14/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-16.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-16.svg"},"Patterns":null},"hero-18":{"Children":{"men.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-18/men.jpg"},"Patterns":null},"women.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-18/women.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-19.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-19.svg"},"Patterns":null},"hero-21":{"Children":{"1.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-21/1.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-22":{"Children":{"1-light.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-22/1-light.png"},"Patterns":null},"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-22/1.png"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-23":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-23/1.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-23/2.png"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-23/3.png"},"Patterns":null},"4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-23/4.png"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-24":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-24/1.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-25.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-25.jpg"},"Patterns":null},"hero-26":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-26/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-26/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-26/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-28":{"Children":{"Browser.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-28/Browser.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-2":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-2/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-2/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-2/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-30":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-30/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-30/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-30/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-30/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-30/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-30/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-30/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-30/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-4.jpg"},"Patterns":null},"hero-6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-6.jpg"},"Patterns":null},"hero-7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-7.jpg"},"Patterns":null},"hero-8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-8.jpg"},"Patterns":null},"hero-9":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-9/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-9/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hero-9/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"hotspot.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/hotspot.jpg"},"Patterns":null},"insta-bg.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/insta-bg.svg"},"Patterns":null},"instructor-2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/instructor-2.png"},"Patterns":null},"instructor-bg.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/instructor-bg.svg"},"Patterns":null},"instructor.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/instructor.png"},"Patterns":null},"iphone-wireframe.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/iphone-wireframe.png"},"Patterns":null},"iphone":{"Children":{"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/iphone/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/iphone/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/iphone/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/iphone/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/iphone/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"lazy-loading.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/lazy-loading.jpg"},"Patterns":null},"logo@footer-2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/logo@footer-2.png"},"Patterns":null},"map.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/map.png"},"Patterns":null},"mask-blob.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/mask-blob.svg"},"Patterns":null},"mask.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/mask.png"},"Patterns":null},"modal-health.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/modal-health.jpg"},"Patterns":null},"modal-subscribe-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/modal-subscribe-2.jpg"},"Patterns":null},"nav":{"Children":{"bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/nav/bg.jpg"},"Patterns":null},"bg.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/nav/bg.png"},"Patterns":null},"gr-bg":{"Children":{"2364720.ai":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/nav/gr-bg/2364720.ai"},"Patterns":null},"2364724.eps":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/nav/gr-bg/2364724.eps"},"Patterns":null},"2364726.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/nav/gr-bg/2364726.jpg"},"Patterns":null},"Fonts.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/nav/gr-bg/Fonts.txt"},"Patterns":null},"License free.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/nav/gr-bg/License free.txt"},"Patterns":null},"License premium.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/nav/gr-bg/License premium.txt"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"pattern.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/pattern.svg"},"Patterns":null},"popup-banner.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popup-banner.jpg"},"Patterns":null},"popups":{"Children":{"food":{"Children":{"bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/food/bg.jpg"},"Patterns":null},"bg.psd":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/food/bg.psd"},"Patterns":null},"offer.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/food/offer.png"},"Patterns":null}},"Asset":null,"Patterns":null},"furniture":{"Children":{"bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/furniture/bg.jpg"},"Patterns":null},"bg.psd":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/furniture/bg.psd"},"Patterns":null}},"Asset":null,"Patterns":null},"gym":{"Children":{"bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/gym/bg.jpg"},"Patterns":null},"mask.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/gym/mask.png"},"Patterns":null}},"Asset":null,"Patterns":null},"popup-contact.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/popup-contact.svg"},"Patterns":null},"popup-sale.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/popup-sale.jpg"},"Patterns":null},"popup-ticket.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/popup-ticket.jpg"},"Patterns":null},"recovery-email.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/recovery-email.svg"},"Patterns":null},"shop":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/shop/1.jpg"},"Patterns":null},"1.psd":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/shop/1.psd"},"Patterns":null}},"Asset":null,"Patterns":null},"spa":{"Children":{"spa-logo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/spa/spa-logo.png"},"Patterns":null},"spa.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/popups/spa/spa.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"portfolio-1":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-1/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-1/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-1/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-1/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-1/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-1/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"portfolio-full":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/8.jpg"},"Patterns":null},"thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/thumbs/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/thumbs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/thumbs/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/thumbs/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/thumbs/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/thumbs/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/thumbs/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-full/thumbs/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"portfolio-single":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-single/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-single/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-single/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-single/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-single/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/portfolio-single/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"pricing.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/pricing.svg"},"Patterns":null},"promo-box":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/promo-box/1.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"recipes":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/recipes/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/recipes/2.jpg"},"Patterns":null},"3.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/recipes/3.jpeg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/recipes/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/recipes/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/recipes/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/recipes/7.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"schedule.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/schedule.jpg"},"Patterns":null},"seperator.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/seperator.svg"},"Patterns":null},"shop-full":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-full/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-full/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-full/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-full/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-full/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-full/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-full/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-full/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"shop-select":{"Children":{"black.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-select/black.jpg"},"Patterns":null},"blue.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-select/blue.jpg"},"Patterns":null},"clear.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-select/clear.jpg"},"Patterns":null},"green.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-select/green.jpg"},"Patterns":null},"lightblue.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-select/lightblue.jpg"},"Patterns":null},"orange.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-select/orange.jpg"},"Patterns":null},"skyblue.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-select/skyblue.jpg"},"Patterns":null},"white.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/shop-select/white.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"slider-1":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-1/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-1/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-1/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"slider-2":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-2/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-2/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-2/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"slider-4":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-4/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-4/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-4/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-4/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-4/5.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"slider-parallax":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-parallax/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-parallax/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/slider-parallax/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"svg-bg":{"Children":{"animated_shape.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/animated_shape.svg"},"Patterns":null},"blob.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/blob.svg"},"Patterns":null},"colored.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/colored.svg"},"Patterns":null},"colored_patterns.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/colored_patterns.svg"},"Patterns":null},"gradient.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/gradient.svg"},"Patterns":null},"Meteor.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/Meteor.svg"},"Patterns":null},"polygon.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/polygon.svg"},"Patterns":null},"rect.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/rect.svg"},"Patterns":null},"Shiny.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/Shiny.svg"},"Patterns":null},"sprinkle.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/sprinkle.svg"},"Patterns":null},"wave.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/wave.svg"},"Patterns":null},"world_map.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/svg-bg/world_map.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"tab-3":{"Children":{"niche":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-3/niche/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-3/niche/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-3/niche/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-3/niche/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"onepages":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-3/onepages/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-3/onepages/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-3/onepages/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-3/onepages/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"tab-4":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-4/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-4/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-4/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-4/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-4/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-4/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/tab-4/7.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"team-2":{"Children":{"1-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team-2/1-1.jpg"},"Patterns":null},"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team-2/1.png"},"Patterns":null},"2-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team-2/2-1.jpg"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team-2/2.png"},"Patterns":null},"3-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team-2/3-1.jpg"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team-2/3.png"},"Patterns":null}},"Asset":null,"Patterns":null},"team":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blocks/preview/team/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"blog":{"Children":{"full":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/10.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/12-1.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/13.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/17.jpg"},"Patterns":null},"18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/18.jpg"},"Patterns":null},"19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/19.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/2.jpg"},"Patterns":null},"20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/20.jpg"},"Patterns":null},"21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/21.jpg"},"Patterns":null},"22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/22.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/3.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/full/6-2.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"grid":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/10.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/13.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/17.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/2.jpg"},"Patterns":null},"20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/20.jpg"},"Patterns":null},"21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/21.jpg"},"Patterns":null},"22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/22.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/grid/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"masonry":{"Children":{"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/masonry/10.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/masonry/12-1.jpg"},"Patterns":null},"20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/masonry/20.jpg"},"Patterns":null},"22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/masonry/22.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/masonry/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/masonry/6-2.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"small":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/10.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/12-1.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/13.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/17.jpg"},"Patterns":null},"18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/18.jpg"},"Patterns":null},"19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/19.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/2.jpg"},"Patterns":null},"20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/20.jpg"},"Patterns":null},"21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/21.jpg"},"Patterns":null},"22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/22.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/3.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/small/6-2.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"standard":{"Children":{".17~imageoptim.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/standard/.17~imageoptim.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/standard/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/standard/10.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/standard/17.jpg"},"Patterns":null},"20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/standard/20.jpg"},"Patterns":null},"21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/standard/21.jpg"},"Patterns":null},"22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/blog/standard/22.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"clients":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/1.png"},"Patterns":null},"10.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/10.png"},"Patterns":null},"11.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/11.png"},"Patterns":null},"12.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/12.png"},"Patterns":null},"13.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/13.png"},"Patterns":null},"14.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/14.png"},"Patterns":null},"15.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/15.png"},"Patterns":null},"16.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/16.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/2.png"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/3.png"},"Patterns":null},"4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/4.png"},"Patterns":null},"5.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/5.png"},"Patterns":null},"6.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/6.png"},"Patterns":null},"7.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/7.png"},"Patterns":null},"8.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/8.png"},"Patterns":null},"9.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/9.png"},"Patterns":null},"logo":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/1.png"},"Patterns":null},"10.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/10.png"},"Patterns":null},"11.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/11.png"},"Patterns":null},"12.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/12.png"},"Patterns":null},"13.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/13.png"},"Patterns":null},"14.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/14.png"},"Patterns":null},"15.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/15.png"},"Patterns":null},"16.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/16.png"},"Patterns":null},"17.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/17.png"},"Patterns":null},"18.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/18.png"},"Patterns":null},"19.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/19.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/2.png"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/3.png"},"Patterns":null},"4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/4.png"},"Patterns":null},"5.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/5.png"},"Patterns":null},"6.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/6.png"},"Patterns":null},"7.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/7.png"},"Patterns":null},"8.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/8.png"},"Patterns":null},"9.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/clients/logo/9.png"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"demo-parallax.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/demo-parallax.jpg"},"Patterns":null},"events":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/10.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/8.jpg"},"Patterns":null},"parallax":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/parallax/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/parallax/2.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/parallax/4.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/parallax/7.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/parallax/9.jpg"},"Patterns":null},"home.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/parallax/home.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/thumbs/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/thumbs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/thumbs/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/thumbs/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/thumbs/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/thumbs/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/thumbs/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/events/thumbs/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"extras":{"Children":{"200x200.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/extras/200x200.gif"},"Patterns":null}},"Asset":null,"Patterns":null},"footer-bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/footer-bg.jpg"},"Patterns":null},"footer-logo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/footer-logo.png"},"Patterns":null},"footer-logo@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/footer-logo@2x.png"},"Patterns":null},"footer-widget-logo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/footer-widget-logo.png"},"Patterns":null},"footer-widget-logo@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/footer-widget-logo@2x.png"},"Patterns":null},"forms":{"Children":{"billing-shipping.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/billing-shipping.jpg"},"Patterns":null},"booking-reservation.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/booking-reservation.jpg"},"Patterns":null},"car-rental.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/car-rental.jpg"},"Patterns":null},"car":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/car/1.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/car/2.png"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/car/3.png"},"Patterns":null},"4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/car/4.png"},"Patterns":null}},"Asset":null,"Patterns":null},"coming-soon.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/coming-soon.jpg"},"Patterns":null},"event-registration.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/event-registration.jpg"},"Patterns":null},"feedback.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/feedback.jpg"},"Patterns":null},"fitness.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/fitness.jpg"},"Patterns":null},"fixed-feedback.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/fixed-feedback.jpg"},"Patterns":null},"floating-contact.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/floating-contact.jpg"},"Patterns":null},"freelance-quote.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/freelance-quote.jpg"},"Patterns":null},"get-started.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/get-started.jpg"},"Patterns":null},"health.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/health.jpg"},"Patterns":null},"inline.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/inline.jpg"},"Patterns":null},"job.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/job.jpg"},"Patterns":null},"modal-feedback.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/modal-feedback.jpg"},"Patterns":null},"modal-subscribe-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/modal-subscribe-2.jpg"},"Patterns":null},"modal-subscribe-top.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/modal-subscribe-top.jpg"},"Patterns":null},"modal-subscribe.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/modal-subscribe.jpg"},"Patterns":null},"plan.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/plan.jpg"},"Patterns":null},"plan.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/plan.png"},"Patterns":null},"real-estate-enquiry.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/real-estate-enquiry.jpg"},"Patterns":null},"referral-bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/referral-bg.jpg"},"Patterns":null},"referral.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/referral.jpg"},"Patterns":null},"subscription.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/subscription.jpg"},"Patterns":null},"survey.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/survey.jpg"},"Patterns":null},"website-costing.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/website-costing.jpg"},"Patterns":null},"wedding.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/forms/wedding.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"grid.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/grid.png"},"Patterns":null},"header-bg.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/header-bg.png"},"Patterns":null},"icons":{"Children":{"avatar.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/avatar.jpg"},"Patterns":null},"close.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/close.png"},"Patterns":null},"dotted.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/dotted.png"},"Patterns":null},"features":{"Children":{"flag.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/flag.png"},"Patterns":null},"map.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/map.png"},"Patterns":null},"performance.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/performance.png"},"Patterns":null},"responsive.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/responsive.png"},"Patterns":null},"retina.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/retina.png"},"Patterns":null},"seo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/seo.png"},"Patterns":null},"support.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/support.png"},"Patterns":null},"tick.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/tick.png"},"Patterns":null},"tools.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/features/tools.png"},"Patterns":null}},"Asset":null,"Patterns":null},"flags":{"Children":{"french.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/flags/french.png"},"Patterns":null},"german.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/flags/german.png"},"Patterns":null},"italian.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/flags/italian.png"},"Patterns":null}},"Asset":null,"Patterns":null},"iconalt.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/iconalt.svg"},"Patterns":null},"image.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/image.png"},"Patterns":null},"macbook.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/macbook.png"},"Patterns":null},"map-icon-red.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/map-icon-red.png"},"Patterns":null},"map-icon.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/map-icon.png"},"Patterns":null},"play.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/play.png"},"Patterns":null},"restaurant":{"Children":{"cup-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/restaurant/cup-dark.png"},"Patterns":null},"cup.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/restaurant/cup.png"},"Patterns":null},"fork-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/restaurant/fork-dark.png"},"Patterns":null},"fork.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/restaurant/fork.png"},"Patterns":null},"glass-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/restaurant/glass-dark.png"},"Patterns":null},"glass.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/restaurant/glass.png"},"Patterns":null},"tea-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/restaurant/tea-dark.png"},"Patterns":null},"tea.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/restaurant/tea.png"},"Patterns":null}},"Asset":null,"Patterns":null},"svg":{"Children":{"library_add_FILL0_wght200_GRAD0_opsz40.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/svg/library_add_FILL0_wght200_GRAD0_opsz40.svg"},"Patterns":null},"queue.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/svg/queue.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"video-play.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/icons/video-play.png"},"Patterns":null}},"Asset":null,"Patterns":null},"ils":{"Children":{"404.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/404.svg"},"Patterns":null},"build-websites.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/build-websites.svg"},"Patterns":null},"building-websites.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/building-websites.svg"},"Patterns":null},"canvas-code.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/canvas-code.svg"},"Patterns":null},"canvas-support.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/canvas-support.svg"},"Patterns":null},"hero-chat.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/hero-chat.svg"},"Patterns":null},"hero-cms.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/hero-cms.svg"},"Patterns":null},"hero-family.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/hero-family.svg"},"Patterns":null},"hero-schedule.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/hero-schedule.svg"},"Patterns":null},"hero-social.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/hero-social.svg"},"Patterns":null},"layered-peaks.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/layered-peaks.svg"},"Patterns":null},"website-builder.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/ils/website-builder.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"intro":{"Children":{"bg-2.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/bg-2.jpeg"},"Patterns":null},"bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/bg.jpg"},"Patterns":null},"bg1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/bg1.jpg"},"Patterns":null},"blocks.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/blocks.jpg"},"Patterns":null},"blocks":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/blocks/1.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/blocks/2.png"},"Patterns":null}},"Asset":null,"Patterns":null},"hero-bg.webp":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/hero-bg.webp"},"Patterns":null},"icons.zip":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons.zip"},"Patterns":null},"icons":{"Children":{"ajax.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/ajax.svg"},"Patterns":null},"bootstrap-5.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/bootstrap-5.svg"},"Patterns":null},"css.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/css.svg"},"Patterns":null},"dark.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/dark.svg"},"Patterns":null},"gulp-js.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/gulp-js.svg"},"Patterns":null},"html-5.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/html-5.svg"},"Patterns":null},"js.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/js.svg"},"Patterns":null},"node-js.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/node-js.svg"},"Patterns":null},"rtl.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/rtl.svg"},"Patterns":null},"sass.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/icons/sass.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"latest":{"Children":{"niche-demos-1.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/latest/niche-demos-1.svg"},"Patterns":null},"niche-demos.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/latest/niche-demos.jpg"},"Patterns":null},"niche-demos.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/latest/niche-demos.png"},"Patterns":null},"niche-demos.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/latest/niche-demos.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"multipage":{"Children":{"homepage1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage1.jpg"},"Patterns":null},"homepage10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage10.jpg"},"Patterns":null},"homepage11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage11.jpg"},"Patterns":null},"homepage12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage12.jpg"},"Patterns":null},"homepage13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage13.jpg"},"Patterns":null},"homepage14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage14.jpg"},"Patterns":null},"homepage15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage15.jpg"},"Patterns":null},"homepage16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage16.jpg"},"Patterns":null},"homepage17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage17.jpg"},"Patterns":null},"homepage18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage18.jpg"},"Patterns":null},"homepage19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage19.jpg"},"Patterns":null},"homepage2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage2.jpg"},"Patterns":null},"homepage20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage20.jpg"},"Patterns":null},"homepage21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage21.jpg"},"Patterns":null},"homepage22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage22.jpg"},"Patterns":null},"homepage23.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage23.jpg"},"Patterns":null},"homepage24.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage24.jpg"},"Patterns":null},"homepage25.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage25.jpg"},"Patterns":null},"homepage26.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage26.jpg"},"Patterns":null},"homepage27.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage27.jpg"},"Patterns":null},"homepage28.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage28.jpg"},"Patterns":null},"homepage29.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage29.jpg"},"Patterns":null},"homepage3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage3.jpg"},"Patterns":null},"homepage30.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage30.jpg"},"Patterns":null},"homepage4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage4.jpg"},"Patterns":null},"homepage5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage5.jpg"},"Patterns":null},"homepage6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage6.jpg"},"Patterns":null},"homepage7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage7.jpg"},"Patterns":null},"homepage8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage8.jpg"},"Patterns":null},"homepage9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/multipage/homepage9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"new":{"Children":{"app-landing.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/app-landing.mp4"},"Patterns":null},"button.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/button.gif"},"Patterns":null},"canvas-forms-processor-old.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/canvas-forms-processor-old.mp4"},"Patterns":null},"canvas-forms-processor-poster.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/canvas-forms-processor-poster.jpg"},"Patterns":null},"canvas-forms-processor.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/canvas-forms-processor.mp4"},"Patterns":null},"demos":{"Children":{"barber.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/demos/barber.png"},"Patterns":null},"business.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/demos/business.png"},"Patterns":null},"car.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/demos/car.png"},"Patterns":null},"ecommerce.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/demos/ecommerce.png"},"Patterns":null},"music.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/demos/music.png"},"Patterns":null},"pet.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/demos/pet.png"},"Patterns":null},"resume.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/demos/resume.png"},"Patterns":null}},"Asset":null,"Patterns":null},"footer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/footer.jpg"},"Patterns":null},"hero-bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/hero-bg.jpg"},"Patterns":null},"hero-image.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/hero-image.jpg"},"Patterns":null},"hero-optim.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/hero-optim.jpg"},"Patterns":null},"hero-optimized.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/hero-optimized.jpeg"},"Patterns":null},"hero-v7-performance.webp":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/hero-v7-performance.webp"},"Patterns":null},"hero-v7.webp":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/hero-v7.webp"},"Patterns":null},"hero.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/hero.jpg"},"Patterns":null},"hero.webp":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/hero.webp"},"Patterns":null},"intro-hero-2.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/intro-hero-2.jpeg"},"Patterns":null},"intro-hero.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/intro-hero.jpg"},"Patterns":null},"ipad-p-screen.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/ipad-p-screen.gif"},"Patterns":null},"ipad-p.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/ipad-p.png"},"Patterns":null},"ipad-screen1.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/ipad-screen1.mp4"},"Patterns":null},"ipad.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/ipad.jpg"},"Patterns":null},"iphone.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/iphone.mp4"},"Patterns":null},"iphone7-screen.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/iphone7-screen.gif"},"Patterns":null},"iphone7-screen.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/iphone7-screen.jpg"},"Patterns":null},"iphone7.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/iphone7.png"},"Patterns":null},"macbook.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/macbook.png"},"Patterns":null},"multipages.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/multipages.jpg"},"Patterns":null},"niche.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/niche.jpg"},"Patterns":null},"onepages.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/onepages.jpg"},"Patterns":null},"p-generator.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/p-generator.mp4"},"Patterns":null},"p-generator.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/p-generator.png"},"Patterns":null},"rev-intro.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/rev-intro.jpg"},"Patterns":null},"rev-intro.webp":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/rev-intro.webp"},"Patterns":null},"rev-slider.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/rev-slider.jpg"},"Patterns":null},"rev.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/rev.jpg"},"Patterns":null},"rev.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/rev.png"},"Patterns":null},"video-button.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/video-button.jpg"},"Patterns":null},"video.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/video.gif"},"Patterns":null},"youtube.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/new/youtube.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"niche":{"Children":{"agency.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/agency.jpg"},"Patterns":null},"app-landing.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/app-landing.jpg"},"Patterns":null},"articles.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/articles.jpg"},"Patterns":null},"barber.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/barber.jpg"},"Patterns":null},"bike.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/bike.jpg"},"Patterns":null},"business.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/business.jpg"},"Patterns":null},"car.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/car.jpg"},"Patterns":null},"coffee.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/coffee.jpg"},"Patterns":null},"coming-soon.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/coming-soon.jpg"},"Patterns":null},"construction.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/construction.jpg"},"Patterns":null},"course.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/course.jpg"},"Patterns":null},"ecommerce.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/ecommerce.jpg"},"Patterns":null},"gym.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/gym.jpg"},"Patterns":null},"headphones.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/headphones.jpg"},"Patterns":null},"horizontal-blog.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/horizontal-blog.jpg"},"Patterns":null},"hosting.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/hosting.jpg"},"Patterns":null},"interior-design.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/interior-design.jpg"},"Patterns":null},"media-agency.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/media-agency.jpg"},"Patterns":null},"medical.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/medical.jpg"},"Patterns":null},"modern-blog.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/modern-blog.jpg"},"Patterns":null},"music.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/music.jpg"},"Patterns":null},"news.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/news.jpg"},"Patterns":null},"new":{"Children":{"academic.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/academic.jpg"},"Patterns":null},"agency.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/agency.jpg"},"Patterns":null},"app-landing.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/app-landing.jpg"},"Patterns":null},"article.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/article.jpg"},"Patterns":null},"barber.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/barber.jpg"},"Patterns":null},"beauty-kit.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/beauty-kit.jpg"},"Patterns":null},"beauty.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/beauty.jpg"},"Patterns":null},"bike.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/bike.jpg"},"Patterns":null},"blog.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/blog.jpg"},"Patterns":null},"burger.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/burger.jpg"},"Patterns":null},"burger.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/burger.png"},"Patterns":null},"business.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/business.jpg"},"Patterns":null},"cafe.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/cafe.jpg"},"Patterns":null},"car.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/car.jpg"},"Patterns":null},"classic.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/classic.jpg"},"Patterns":null},"cleaner.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/cleaner.jpg"},"Patterns":null},"conference.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/conference.jpg"},"Patterns":null},"construction.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/construction.jpg"},"Patterns":null},"course.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/course.jpg"},"Patterns":null},"covid-care.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/covid-care.jpg"},"Patterns":null},"coworking.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/coworking.jpg"},"Patterns":null},"crowdfunding.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/crowdfunding.jpg"},"Patterns":null},"drone.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/drone.jpg"},"Patterns":null},"ecommerce.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/ecommerce.jpg"},"Patterns":null},"finance.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/finance.jpg"},"Patterns":null},"football-club.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/football-club.jpg"},"Patterns":null},"forum.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/forum.jpg"},"Patterns":null},"freelancer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/freelancer.jpg"},"Patterns":null},"furniture.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/furniture.jpg"},"Patterns":null},"gym.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/gym.jpg"},"Patterns":null},"headphones.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/headphones.jpg"},"Patterns":null},"home.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/home.jpg"},"Patterns":null},"hostel.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/hostel.jpg"},"Patterns":null},"hosting.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/hosting.jpg"},"Patterns":null},"insurance.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/insurance.jpg"},"Patterns":null},"integro.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/integro.jpg"},"Patterns":null},"interior-design.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/interior-design.jpg"},"Patterns":null},"jewellery.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/jewellery.jpg"},"Patterns":null},"kindergarten.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/kindergarten.jpg"},"Patterns":null},"landing-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/landing-2.jpg"},"Patterns":null},"landing.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/landing.jpg"},"Patterns":null},"law-firm.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/law-firm.jpg"},"Patterns":null},"media-agency.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/media-agency.jpg"},"Patterns":null},"medical.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/medical.jpg"},"Patterns":null},"modern-blog.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/modern-blog.jpg"},"Patterns":null},"more.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/more.jpg"},"Patterns":null},"movers.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/movers.jpg"},"Patterns":null},"music.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/music.jpg"},"Patterns":null},"news.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/news.jpg"},"Patterns":null},"nft.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/nft.jpg"},"Patterns":null},"nonprofit.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/nonprofit.jpg"},"Patterns":null},"pet.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/pet.jpg"},"Patterns":null},"photographer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/photographer.jpg"},"Patterns":null},"photography.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/photography.jpg"},"Patterns":null},"podcasts.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/podcasts.jpg"},"Patterns":null},"portfolio.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/portfolio.jpg"},"Patterns":null},"project.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/project.jpg"},"Patterns":null},"real-estate.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/real-estate.jpg"},"Patterns":null},"real-estate1-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/real-estate1-thumb.jpg"},"Patterns":null},"real-estate1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/real-estate1.jpg"},"Patterns":null},"real-estate2-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/real-estate2-thumb.jpg"},"Patterns":null},"real-estate2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/real-estate2.jpg"},"Patterns":null},"real-estate3-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/real-estate3-thumb.jpg"},"Patterns":null},"real-estate3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/real-estate3.jpg"},"Patterns":null},"recipes.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/recipes.jpg"},"Patterns":null},"restaurant.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/restaurant.jpg"},"Patterns":null},"resume.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/resume.jpg"},"Patterns":null},"saas-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/saas-2.jpg"},"Patterns":null},"saas.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/saas.jpg"},"Patterns":null},"seo.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/seo.jpg"},"Patterns":null},"shop-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/shop-2.jpg"},"Patterns":null},"shop.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/shop.jpg"},"Patterns":null},"skincare.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/skincare.jpg"},"Patterns":null},"spa.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/spa.jpg"},"Patterns":null},"speaker.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/speaker.jpg"},"Patterns":null},"store.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/store.jpg"},"Patterns":null},"supplements.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/supplements.jpg"},"Patterns":null},"therapy.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/therapy.jpg"},"Patterns":null},"travel.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/travel.jpg"},"Patterns":null},"videographer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/videographer.jpg"},"Patterns":null},"wine.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/wine.jpg"},"Patterns":null},"writer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/writer.jpg"},"Patterns":null},"xmas.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/xmas.jpg"},"Patterns":null},"yoga.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/new/yoga.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"pet.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/pet.jpg"},"Patterns":null},"photographer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/photographer.jpg"},"Patterns":null},"photography.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/photography.jpg"},"Patterns":null},"photography1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/photography1.jpg"},"Patterns":null},"photography1.psd":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/photography1.psd"},"Patterns":null},"real-estate":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/real-estate/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/real-estate/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/real-estate/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"restaurant.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/restaurant.jpg"},"Patterns":null},"resume.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/resume.jpg"},"Patterns":null},"seo.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/seo.jpg"},"Patterns":null},"shop.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/shop.jpg"},"Patterns":null},"spa.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/spa.jpg"},"Patterns":null},"travel.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/travel.jpg"},"Patterns":null},"writer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/writer.jpg"},"Patterns":null},"xmas.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/niche/xmas.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"onepage":{"Children":{"apartment.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/apartment.jpg"},"Patterns":null},"articles.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/articles.jpg"},"Patterns":null},"designer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/designer.jpg"},"Patterns":null},"developer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/developer.jpg"},"Patterns":null},"frame.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/frame.jpg"},"Patterns":null},"homepage1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage1.jpg"},"Patterns":null},"homepage10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage10.jpg"},"Patterns":null},"homepage11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage11.jpg"},"Patterns":null},"homepage12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage12.jpg"},"Patterns":null},"homepage13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage13.jpg"},"Patterns":null},"homepage14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage14.jpg"},"Patterns":null},"homepage15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage15.jpg"},"Patterns":null},"homepage16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage16.jpg"},"Patterns":null},"homepage17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage17.jpg"},"Patterns":null},"homepage18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage18.jpg"},"Patterns":null},"homepage19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage19.jpg"},"Patterns":null},"homepage2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage2.jpg"},"Patterns":null},"homepage20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage20.jpg"},"Patterns":null},"homepage21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage21.jpg"},"Patterns":null},"homepage22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage22.jpg"},"Patterns":null},"homepage23.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage23.jpg"},"Patterns":null},"homepage24.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage24.jpg"},"Patterns":null},"homepage25.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage25.jpg"},"Patterns":null},"homepage26.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage26.jpg"},"Patterns":null},"homepage27.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage27.jpg"},"Patterns":null},"homepage28.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage28.jpg"},"Patterns":null},"homepage29.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage29.jpg"},"Patterns":null},"homepage3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage3.jpg"},"Patterns":null},"homepage30.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage30.jpg"},"Patterns":null},"homepage31.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage31.jpg"},"Patterns":null},"homepage32.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage32.jpg"},"Patterns":null},"homepage33.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage33.jpg"},"Patterns":null},"homepage34.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage34.jpg"},"Patterns":null},"homepage35.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage35.jpg"},"Patterns":null},"homepage36.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage36.jpg"},"Patterns":null},"homepage37.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage37.jpg"},"Patterns":null},"homepage38.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage38.jpg"},"Patterns":null},"homepage39.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage39.jpg"},"Patterns":null},"homepage4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage4.jpg"},"Patterns":null},"homepage40.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage40.jpg"},"Patterns":null},"homepage41.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage41.jpg"},"Patterns":null},"homepage42.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage42.jpg"},"Patterns":null},"homepage43.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage43.jpg"},"Patterns":null},"homepage44.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage44.jpg"},"Patterns":null},"homepage45.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage45.jpg"},"Patterns":null},"homepage5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage5.jpg"},"Patterns":null},"homepage6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage6.jpg"},"Patterns":null},"homepage7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage7.jpg"},"Patterns":null},"homepage8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage8.jpg"},"Patterns":null},"homepage9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/homepage9.jpg"},"Patterns":null},"interior.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/interior.jpg"},"Patterns":null},"outdoors.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/outdoors.jpg"},"Patterns":null},"parallax.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/parallax.jpg"},"Patterns":null},"pet.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/pet.jpg"},"Patterns":null},"plan-subscription.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/plan-subscription.jpg"},"Patterns":null},"portrait.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/portrait.jpg"},"Patterns":null},"product-showcase.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/product-showcase.jpg"},"Patterns":null},"subscription.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/subscription.jpg"},"Patterns":null},"tourism.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/tourism.jpg"},"Patterns":null},"watch.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/watch.jpg"},"Patterns":null},"yoga.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/onepage/yoga.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"targets":{"Children":{"blogs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/blogs/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/blogs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/blogs/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"features":{"Children":{"ajax.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/ajax.png"},"Patterns":null},"alternate-logo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/alternate-logo.png"},"Patterns":null},"bootstrap4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/bootstrap4.png"},"Patterns":null},"charts.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/charts.png"},"Patterns":null},"color.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/color.png"},"Patterns":null},"dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/dark.png"},"Patterns":null},"documentation.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/documentation.png"},"Patterns":null},"ecommerce.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/ecommerce.png"},"Patterns":null},"event-calendar.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/event-calendar.png"},"Patterns":null},"font.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/font.png"},"Patterns":null},"footer.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/footer.png"},"Patterns":null},"headers.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/headers.png"},"Patterns":null},"less.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/less.png"},"Patterns":null},"lightbox.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/lightbox.png"},"Patterns":null},"loader.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/loader.png"},"Patterns":null},"megamenu.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/megamenu.png"},"Patterns":null},"menu.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/menu.png"},"Patterns":null},"modal.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/modal.png"},"Patterns":null},"parallax.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/parallax.png"},"Patterns":null},"plugins.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/plugins.png"},"Patterns":null},"psd.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/psd.png"},"Patterns":null},"range-slider.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/range-slider.png"},"Patterns":null},"responsive.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/responsive.png"},"Patterns":null},"retina.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/retina.png"},"Patterns":null},"rtl.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/rtl.png"},"Patterns":null},"seo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/seo.png"},"Patterns":null},"side-panel.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/side-panel.png"},"Patterns":null},"sliders.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/sliders.png"},"Patterns":null},"sticky-sidebar.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/sticky-sidebar.png"},"Patterns":null},"templates.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/templates.png"},"Patterns":null},"updates.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/updates.png"},"Patterns":null},"videos.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/videos.png"},"Patterns":null},"wide-boxed.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/wide-boxed.png"},"Patterns":null},"widgets.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/features/widgets.png"},"Patterns":null}},"Asset":null,"Patterns":null},"headers":{"Children":{"1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/1.png"},"Patterns":null},"10.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/10.png"},"Patterns":null},"11.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/11.png"},"Patterns":null},"12.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/12.png"},"Patterns":null},"13.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/13.png"},"Patterns":null},"14.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/14.png"},"Patterns":null},"15.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/15.png"},"Patterns":null},"16.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/16.png"},"Patterns":null},"17.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/17.png"},"Patterns":null},"18.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/18.png"},"Patterns":null},"2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/2.png"},"Patterns":null},"20.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/20.png"},"Patterns":null},"21.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/21.png"},"Patterns":null},"22.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/22.png"},"Patterns":null},"23.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/23.png"},"Patterns":null},"24.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/24.png"},"Patterns":null},"25.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/25.png"},"Patterns":null},"26.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/26.png"},"Patterns":null},"27.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/27.png"},"Patterns":null},"28.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/28.png"},"Patterns":null},"29.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/29.png"},"Patterns":null},"3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/3.png"},"Patterns":null},"4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/4.png"},"Patterns":null},"5.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/5.png"},"Patterns":null},"6.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/6.png"},"Patterns":null},"7.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/7.png"},"Patterns":null},"8.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/8.png"},"Patterns":null},"9.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/headers/9.png"},"Patterns":null}},"Asset":null,"Patterns":null},"portfolio":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/portfolio/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/portfolio/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/portfolio/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/portfolio/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/portfolio/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/portfolio/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/portfolio/7.jpg"},"Patterns":null},"bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/portfolio/bg.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"shops":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shops/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shops/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shops/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"shortcodes":{"Children":{"alertboxes.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/alertboxes.png"},"Patterns":null},"animation.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/animation.png"},"Patterns":null},"blockquotes.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/blockquotes.png"},"Patterns":null},"button.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/button.png"},"Patterns":null},"calltoaction.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/calltoaction.png"},"Patterns":null},"carousel.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/carousel.png"},"Patterns":null},"chart.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/chart.png"},"Patterns":null},"clients.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/clients.png"},"Patterns":null},"columns.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/columns.png"},"Patterns":null},"counters.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/counters.png"},"Patterns":null},"datepicker.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/datepicker.png"},"Patterns":null},"dividers.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/dividers.png"},"Patterns":null},"dribbble.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/dribbble.png"},"Patterns":null},"event-calendar.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/event-calendar.png"},"Patterns":null},"faqs.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/faqs.png"},"Patterns":null},"fileupload.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/fileupload.png"},"Patterns":null},"flipcard.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/flipcard.png"},"Patterns":null},"forms.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/forms.png"},"Patterns":null},"galleries.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/galleries.png"},"Patterns":null},"google-fonts.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/google-fonts.png"},"Patterns":null},"headings.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/headings.png"},"Patterns":null},"icons.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/icons.png"},"Patterns":null},"icons8-close_all_tabs.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/icons8-close_all_tabs.png"},"Patterns":null},"image-hotspot.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/image-hotspot.png"},"Patterns":null},"infobox.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/infobox.png"},"Patterns":null},"instagram.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/instagram.png"},"Patterns":null},"labels.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/labels.png"},"Patterns":null},"lightbox.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/lightbox.png"},"Patterns":null},"map.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/map.png"},"Patterns":null},"mediaembed.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/mediaembed.png"},"Patterns":null},"modal.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/modal.png"},"Patterns":null},"navigation.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/navigation.png"},"Patterns":null},"pagination.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/pagination.png"},"Patterns":null},"parallax.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/parallax.png"},"Patterns":null},"pie.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/pie.png"},"Patterns":null},"portfolio.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/portfolio.png"},"Patterns":null},"posts.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/posts.png"},"Patterns":null},"price-calculator.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/price-calculator.png"},"Patterns":null},"pricing.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/pricing.png"},"Patterns":null},"process-steps.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/process-steps.png"},"Patterns":null},"progress-bars.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/progress-bars.png"},"Patterns":null},"promo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/promo.png"},"Patterns":null},"range.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/range.png"},"Patterns":null},"rating.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/rating.png"},"Patterns":null},"responsive.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/responsive.png"},"Patterns":null},"sections.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/sections.png"},"Patterns":null},"selectboxes.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/selectboxes.png"},"Patterns":null},"selectpicker.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/selectpicker.png"},"Patterns":null},"shop-product.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/shop-product.png"},"Patterns":null},"side-panel.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/side-panel.png"},"Patterns":null},"social.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/social.png"},"Patterns":null},"sticky-element.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/sticky-element.png"},"Patterns":null},"submenu.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/submenu.png"},"Patterns":null},"switches.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/switches.png"},"Patterns":null},"tables.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/tables.png"},"Patterns":null},"tabs.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/tabs.png"},"Patterns":null},"testimonials.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/testimonials.png"},"Patterns":null},"text-rotator.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/text-rotator.png"},"Patterns":null},"tooltip.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/tooltip.png"},"Patterns":null},"twitter.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/twitter.png"},"Patterns":null},"videos.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/targets/shortcodes/videos.png"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"templates-mega-menu.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/intro/templates-mega-menu.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"km_logo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/km_logo.png"},"Patterns":null},"landing":{"Children":{"bootstrap.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/landing/bootstrap.png"},"Patterns":null},"device1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/landing/device1.png"},"Patterns":null},"device2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/landing/device2.png"},"Patterns":null},"device3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/landing/device3.png"},"Patterns":null},"landing1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/landing/landing1.jpg"},"Patterns":null},"landing2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/landing/landing2.jpg"},"Patterns":null},"responsive.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/landing/responsive.png"},"Patterns":null},"static.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/landing/static.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"lightbox":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/14.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/9.jpg"},"Patterns":null},"full":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/14.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lightbox/full/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"loader-image.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/loader-image.gif"},"Patterns":null},"logo-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-dark.png"},"Patterns":null},"logo-dark@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-dark@2x.png"},"Patterns":null},"logo-resto-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-resto-dark.png"},"Patterns":null},"logo-resto-dark@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-resto-dark@2x.png"},"Patterns":null},"logo-resto.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-resto.png"},"Patterns":null},"logo-resto@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-resto@2x.png"},"Patterns":null},"logo-side-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-side-dark.png"},"Patterns":null},"logo-side-dark@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-side-dark@2x.png"},"Patterns":null},"logo-side.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-side.png"},"Patterns":null},"logo-side@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-side@2x.png"},"Patterns":null},"logo-v7.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo-v7.png"},"Patterns":null},"logo@2x.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo@2x.png"},"Patterns":null},"logos":{"Children":{"kms24.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logos/kms24.png"},"Patterns":null},"kms24w.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logos/kms24w.png"},"Patterns":null}},"Asset":null,"Patterns":null},"mac.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/mac.png"},"Patterns":null},"magazine":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/14.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/15.jpg"},"Patterns":null},"16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/16.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/17.jpg"},"Patterns":null},"18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/18.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/9.jpg"},"Patterns":null},"ad.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/ad.jpg"},"Patterns":null},"ad.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/ad.png"},"Patterns":null},"carousel":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/carousel/1.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/carousel/11.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/carousel/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/carousel/14.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/carousel/4.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/carousel/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"small":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/14.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/15.jpg"},"Patterns":null},"16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/16.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/9.jpg"},"Patterns":null},"movie":{"Children":{"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/movie/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/movie/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/movie/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/movie/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/movie/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/movie/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/small/movie/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"thumb":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/14.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/15.jpg"},"Patterns":null},"16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/16.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/magazine/thumb/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"modals":{"Children":{"modal1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/modals/modal1.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"others":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/others/1.jpg"},"Patterns":null},"hotspot":{"Children":{"blazer.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/others/hotspot/blazer.jpg"},"Patterns":null},"cap.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/others/hotspot/cap.jpg"},"Patterns":null},"cap.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/others/hotspot/cap.png"},"Patterns":null},"img-hotspot-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/others/hotspot/img-hotspot-1.jpg"},"Patterns":null},"img-hotspot-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/others/hotspot/img-hotspot-2.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"mac-phone.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/others/mac-phone.png"},"Patterns":null}},"Asset":null,"Patterns":null},"parallax":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/3.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/9.jpg"},"Patterns":null},"bgpattern.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/bgpattern.png"},"Patterns":null},"blur1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/blur1.jpg"},"Patterns":null},"blur2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/blur2.jpg"},"Patterns":null},"calendar.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/calendar.jpeg"},"Patterns":null},"calendar.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/calendar.jpg"},"Patterns":null},"home":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/11.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/2.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/7.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/home/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"parallax-bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/parallax-bg.jpg"},"Patterns":null},"Thumbs.db":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/parallax/Thumbs.db"},"Patterns":null}},"Asset":null,"Patterns":null},"pattern.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/pattern.png"},"Patterns":null},"pattern2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/pattern2.png"},"Patterns":null},"pattern3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/pattern3.png"},"Patterns":null},"portfolio":{"Children":{"1":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/7.jpg"},"Patterns":null},"full":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/1/full/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"2":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/2/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"3":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/8.jpg"},"Patterns":null},"9-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/9-1.jpg"},"Patterns":null},"9-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/9-2.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/3/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"4":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/11.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/12-1.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/12.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/8.jpg"},"Patterns":null},"9-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/9-1.jpg"},"Patterns":null},"9-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/9-2.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/9.jpg"},"Patterns":null},"mixed":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/11.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/12-1.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/12.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/8.jpg"},"Patterns":null},"9-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/9-1.jpg"},"Patterns":null},"9-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/9-2.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/4/mixed/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"extended":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/4.jpg"},"Patterns":null},"thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/thumbs/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/thumbs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/thumbs/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/thumbs/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/thumbs/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/thumbs/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/thumbs/7.jpg"},"Patterns":null},"big.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/extended/thumbs/big.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"full":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/11.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/12-1.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/12.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/8.jpg"},"Patterns":null},"9-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/9-1.jpg"},"Patterns":null},"9-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/9-2.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/full/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"masonry":{"Children":{"2":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/2/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"3":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/8.jpg"},"Patterns":null},"9-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/9-1.jpg"},"Patterns":null},"9-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/9-2.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/3/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"4":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/11.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/12-1.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/12.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/3.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/5.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/8.jpg"},"Patterns":null},"9-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/9-1.jpg"},"Patterns":null},"9-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/9-2.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/masonry/4/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"parallax":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/10.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/parallax/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"single":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/10.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/12.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/14.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/4.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/7.jpg"},"Patterns":null},"full-thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/10.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/12-1.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/14.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/3.jpg"},"Patterns":null},"6-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/6-1.jpg"},"Patterns":null},"6-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/6-2.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/6-3.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/7.jpg"},"Patterns":null},"9-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/9-2.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full-thumbs/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"fullwidth":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/fullwidth/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/fullwidth/10.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/fullwidth/7.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"full":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full/10.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/full/7.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"modal":{"Children":{"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/modal/4.jpg"},"Patterns":null},"6-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/modal/6-3.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/modal/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"slider-thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/slider-thumbs/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/slider-thumbs/10.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/portfolio/single/slider-thumbs/7.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"preloader-dark.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/preloader-dark.gif"},"Patterns":null},"preloader-dark@2x.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/preloader-dark@2x.gif"},"Patterns":null},"preloader.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/preloader.gif"},"Patterns":null},"preloader@2x.gif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/preloader@2x.gif"},"Patterns":null},"restaurant":{"Children":{"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/11.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/13.jpg"},"Patterns":null},"18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/18.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/2.jpg"},"Patterns":null},"20.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/20.png"},"Patterns":null},"21.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/21.png"},"Patterns":null},"22.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/22.png"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/4.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/7.jpg"},"Patterns":null},"slider":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/slider/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/slider/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/slider/3.jpg"},"Patterns":null},"thumb":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/slider/thumb/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/slider/thumb/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/slider/thumb/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"thumb":{"Children":{"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/10.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/12.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/15.jpg"},"Patterns":null},"16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/16.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/4.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/7.jpg"},"Patterns":null},"gallery":{"Children":{"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/13.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/3.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/restaurant/thumb/gallery/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"services":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/4.jpg"},"Patterns":null},"browser.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/browser.png"},"Patterns":null},"chrome.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/chrome.png"},"Patterns":null},"fbrowser.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/fbrowser.png"},"Patterns":null},"fbrowser2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/fbrowser2.png"},"Patterns":null},"fmobile.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/fmobile.png"},"Patterns":null},"home-testi-bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/home-testi-bg.jpg"},"Patterns":null},"imac.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/imac.png"},"Patterns":null},"imac2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/imac2.png"},"Patterns":null},"ipad.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/ipad.png"},"Patterns":null},"ipad2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/ipad2.png"},"Patterns":null},"ipad3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/ipad3.png"},"Patterns":null},"iphone.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/iphone.png"},"Patterns":null},"iphone2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/iphone2.png"},"Patterns":null},"iphone3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/iphone3.png"},"Patterns":null},"iphone6.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/iphone6.png"},"Patterns":null},"iphone7.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/iphone7.png"},"Patterns":null},"layouts.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/layouts.png"},"Patterns":null},"macbook.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/macbook.png"},"Patterns":null},"main-bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/main-bg.jpg"},"Patterns":null},"main-fbrowser.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/main-fbrowser.png"},"Patterns":null},"main-fmobile.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/main-fmobile.png"},"Patterns":null},"video.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/services/video.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"shape-divider":{"Children":{"1.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/1.jpeg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/10.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shape-divider/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"shop":{"Children":{"banners":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/12.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/banners/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"brand.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/brand.jpg"},"Patterns":null},"brand2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/brand2.jpg"},"Patterns":null},"category":{"Children":{"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/category/10.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/category/14.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/category/15.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/category/17.jpg"},"Patterns":null},"19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/category/19.jpg"},"Patterns":null},"21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/category/21.jpg"},"Patterns":null},"23.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/category/23.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/category/6.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"dress":{"Children":{"1-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/dress/1-1.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/dress/1.jpg"},"Patterns":null},"2-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/dress/2-1.jpg"},"Patterns":null},"2-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/dress/2-2.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/dress/2.jpg"},"Patterns":null},"3-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/dress/3-1.jpg"},"Patterns":null},"3-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/dress/3-2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/dress/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"pants":{"Children":{"1-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/pants/1-1.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/pants/1.jpg"},"Patterns":null},"5-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/pants/5-1.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/pants/5.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"shoes":{"Children":{"1-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shoes/1-1.jpg"},"Patterns":null},"1-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shoes/1-2.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shoes/1.jpg"},"Patterns":null},"2-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shoes/2-1.jpg"},"Patterns":null},"2-2-small.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shoes/2-2-small.jpg"},"Patterns":null},"2-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shoes/2-2.jpg"},"Patterns":null},"2-small.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shoes/2-small.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shoes/2.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"shop-menu.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/shop-menu.jpg"},"Patterns":null},"slider":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/slider/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/slider/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/slider/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/slider/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"small":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/12.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/small/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"sunglasses":{"Children":{"1-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/sunglasses/1-1.jpg"},"Patterns":null},"1-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/sunglasses/1-2.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/sunglasses/1.jpg"},"Patterns":null},"2-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/sunglasses/2-1.jpg"},"Patterns":null},"2-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/sunglasses/2-2.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/sunglasses/2.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"thumbs":{"Children":{"dress":{"Children":{"3-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/thumbs/dress/3-1.jpg"},"Patterns":null},"3-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/thumbs/dress/3-2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/thumbs/dress/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"small":{"Children":{"dress-3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/thumbs/small/dress-3.jpg"},"Patterns":null},"shoes-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/thumbs/small/shoes-2.jpg"},"Patterns":null},"tshirt-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/thumbs/small/tshirt-2.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"tshirts":{"Children":{"1-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/tshirts/1-1.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/tshirts/1.jpg"},"Patterns":null},"4-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/tshirts/4-1.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/tshirts/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"watches":{"Children":{"1-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/watches/1-1.jpg"},"Patterns":null},"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/shop/watches/1.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"slider":{"Children":{"boxed":{"Children":{"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/boxed/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/boxed/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/boxed/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/boxed/5.jpg"},"Patterns":null},"thumbs":{"Children":{"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/boxed/thumbs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/boxed/thumbs/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/boxed/thumbs/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/boxed/thumbs/5.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"full":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/4.jpg"},"Patterns":null},"5.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/5.jpeg"},"Patterns":null},"thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/thumbs/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/thumbs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/thumbs/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/full/thumbs/4.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"rev":{"Children":{"bg1-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/bg1-thumb.jpg"},"Patterns":null},"bg1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/bg1.jpg"},"Patterns":null},"bg2-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/bg2-thumb.jpg"},"Patterns":null},"bg2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/bg2.jpg"},"Patterns":null},"ken-1-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/ken-1-thumb.jpg"},"Patterns":null},"ken-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/ken-1.jpg"},"Patterns":null},"ken-2-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/ken-2-thumb.jpg"},"Patterns":null},"ken-2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/ken-2.jpg"},"Patterns":null},"main":{"Children":{"s1-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s1-thumb.jpg"},"Patterns":null},"s2-1.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-1.png"},"Patterns":null},"s2-2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-2.png"},"Patterns":null},"s2-3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-3.png"},"Patterns":null},"s2-4.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-4.png"},"Patterns":null},"s2-5.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-5.png"},"Patterns":null},"s2-6.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-6.png"},"Patterns":null},"s2-7.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-7.png"},"Patterns":null},"s2-8.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-8.png"},"Patterns":null},"s2-bg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-bg.jpg"},"Patterns":null},"s2-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s2-thumb.jpg"},"Patterns":null},"s3-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s3-thumb.jpg"},"Patterns":null},"s3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/main/s3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"shop":{"Children":{"bag.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/shop/bag.png"},"Patterns":null},"bag3.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/shop/bag3.png"},"Patterns":null},"girl1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/shop/girl1.jpg"},"Patterns":null},"tag.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/rev/shop/tag.png"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"swiper":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/13.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/3.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/9.jpg"},"Patterns":null},"sized":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/sized/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/sized/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/sized/3.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/10.jpg"},"Patterns":null},"11-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/11-1.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/11.jpg"},"Patterns":null},"12-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/12-1.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/12.jpg"},"Patterns":null},"13-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/13-1.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/14.jpg"},"Patterns":null},"15-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/15-1.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/15.jpg"},"Patterns":null},"16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/16.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/17.jpg"},"Patterns":null},"18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/18.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/6.jpg"},"Patterns":null},"7-1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/7-1.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/swiper/thumbs/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"thumbs":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/1.jpg"},"Patterns":null},"10.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/10.jpg"},"Patterns":null},"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/13.jpg"},"Patterns":null},"14.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/14.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/15.jpg"},"Patterns":null},"16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/16.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/17.jpg"},"Patterns":null},"18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/18.jpg"},"Patterns":null},"19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/19.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/2.jpg"},"Patterns":null},"20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/20.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/8.jpg"},"Patterns":null},"9.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/slider/thumbs/9.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"splash":{"Children":{"1.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/splash/1.jpeg"},"Patterns":null}},"Asset":null,"Patterns":null},"svg-icon.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/svg-icon.svg"},"Patterns":null},"svg":{"Children":{"arrow.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/svg/arrow.svg"},"Patterns":null}},"Asset":null,"Patterns":null},"team":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/team/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/team/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/team/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/team/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/team/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/team/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/team/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/team/8.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"testimonials":{"Children":{"1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/1.jpg"},"Patterns":null},"2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/2.jpg"},"Patterns":null},"3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/3.jpg"},"Patterns":null},"4.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/4.jpg"},"Patterns":null},"5.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/5.jpg"},"Patterns":null},"6.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/6.jpg"},"Patterns":null},"7.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/7.jpg"},"Patterns":null},"8.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/8.jpg"},"Patterns":null},"parallax.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/parallax.jpg"},"Patterns":null},"parallax2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/testimonials/parallax2.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"videos":{"Children":{"explore-poster-thumb.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/videos/explore-poster-thumb.jpg"},"Patterns":null},"explore-poster.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/videos/explore-poster.jpg"},"Patterns":null},"explore.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/videos/explore.mp4"},"Patterns":null},"explore.webm":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/videos/explore.webm"},"Patterns":null}},"Asset":null,"Patterns":null},"wedding":{"Children":{"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/11.jpg"},"Patterns":null},"12.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/12.jpg"},"Patterns":null},"13.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/13.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/15.jpg"},"Patterns":null},"16.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/16.jpg"},"Patterns":null},"17.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/17.jpg"},"Patterns":null},"18.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/18.jpg"},"Patterns":null},"19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/19.jpg"},"Patterns":null},"20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/20.jpg"},"Patterns":null},"21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/21.jpg"},"Patterns":null},"22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/22.jpg"},"Patterns":null},"23.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/23.jpg"},"Patterns":null},"24.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/24.jpg"},"Patterns":null},"25.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/25.jpg"},"Patterns":null},"26.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/26.jpg"},"Patterns":null},"27.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/27.jpg"},"Patterns":null},"28.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/28.jpg"},"Patterns":null},"events":{"Children":{"afterwedding.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/events/afterwedding.jpg"},"Patterns":null},"cocktail.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/events/cocktail.jpg"},"Patterns":null},"wedding.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/events/wedding.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"thumb":{"Children":{"11.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/11.jpg"},"Patterns":null},"15.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/15.jpg"},"Patterns":null},"19.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/19.jpg"},"Patterns":null},"20.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/20.jpg"},"Patterns":null},"21.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/21.jpg"},"Patterns":null},"22.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/22.jpg"},"Patterns":null},"23.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/23.jpg"},"Patterns":null},"24.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/24.jpg"},"Patterns":null},"25.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/25.jpg"},"Patterns":null},"26.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/26.jpg"},"Patterns":null},"27.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/27.jpg"},"Patterns":null},"28.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/wedding/thumb/28.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"world-map.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/world-map.png"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"bundle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/bundle.js"},"Patterns":null},"chart-utils.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/chart-utils.js"},"Patterns":null},"chart.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/chart.js"},"Patterns":null},"chartjs-plugin-zoom.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/chartjs-plugin-zoom.min.js"},"Patterns":null},"components":{"Children":{"bs-datatable.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/bs-datatable.js"},"Patterns":null},"bs-filestyle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/bs-filestyle.js"},"Patterns":null},"bs-select.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/bs-select.js"},"Patterns":null},"bs-select.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/bs-select.min.js"},"Patterns":null},"bs-switches.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/bs-switches.js"},"Patterns":null},"datepicker.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/datepicker.js"},"Patterns":null},"daterangepicker.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/daterangepicker.js"},"Patterns":null},"event.move.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/event.move.js"},"Patterns":null},"image-changer.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/image-changer.js"},"Patterns":null},"moment.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/moment.js"},"Patterns":null},"rangeslider.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/rangeslider.min.js"},"Patterns":null},"select-boxes.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/select-boxes.js"},"Patterns":null},"selectsplitter.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/selectsplitter.js"},"Patterns":null},"star-rating.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/star-rating.js"},"Patterns":null},"timepicker.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/timepicker.js"},"Patterns":null},"tinymce":{"Children":{"icons":{"Children":{"default":{"Children":{"icons.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/icons/default/icons.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"langs":{"Children":{"README.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/langs/README.md"},"Patterns":null}},"Asset":null,"Patterns":null},"license.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/license.txt"},"Patterns":null},"models":{"Children":{"dom":{"Children":{"model.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/models/dom/model.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"plugins":{"Children":{"accordion":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/accordion/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"advlist":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/advlist/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"anchor":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/anchor/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"autolink":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/autolink/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"autoresize":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/autoresize/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"autosave":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/autosave/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"charmap":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/charmap/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"codesample":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/codesample/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"code":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/code/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"directionality":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/directionality/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"emoticons":{"Children":{"js":{"Children":{"emojiimages.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/emoticons/js/emojiimages.js"},"Patterns":null},"emojiimages.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/emoticons/js/emojiimages.min.js"},"Patterns":null},"emojis.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/emoticons/js/emojis.js"},"Patterns":null},"emojis.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/emoticons/js/emojis.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/emoticons/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"fullscreen":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/fullscreen/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"help":{"Children":{"js":{"Children":{"i18n":{"Children":{"keynav":{"Children":{"ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/ar.js"},"Patterns":null},"bg_BG.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/bg_BG.js"},"Patterns":null},"ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/ca.js"},"Patterns":null},"cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/cs.js"},"Patterns":null},"da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/da.js"},"Patterns":null},"de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/de.js"},"Patterns":null},"el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/el.js"},"Patterns":null},"en.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/en.js"},"Patterns":null},"es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/es.js"},"Patterns":null},"eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/eu.js"},"Patterns":null},"fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/fa.js"},"Patterns":null},"fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/fi.js"},"Patterns":null},"fr_FR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/fr_FR.js"},"Patterns":null},"he_IL.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/he_IL.js"},"Patterns":null},"hi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/hi.js"},"Patterns":null},"hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/hr.js"},"Patterns":null},"hu_HU.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/hu_HU.js"},"Patterns":null},"id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/id.js"},"Patterns":null},"it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/it.js"},"Patterns":null},"ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/ja.js"},"Patterns":null},"kk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/kk.js"},"Patterns":null},"ko_KR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/ko_KR.js"},"Patterns":null},"ms.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/ms.js"},"Patterns":null},"nb_NO.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/nb_NO.js"},"Patterns":null},"nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/nl.js"},"Patterns":null},"pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/pl.js"},"Patterns":null},"pt_BR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/pt_BR.js"},"Patterns":null},"pt_PT.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/pt_PT.js"},"Patterns":null},"ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/ro.js"},"Patterns":null},"ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/ru.js"},"Patterns":null},"sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/sk.js"},"Patterns":null},"sl_SI.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/sl_SI.js"},"Patterns":null},"sv_SE.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/sv_SE.js"},"Patterns":null},"th_TH.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/th_TH.js"},"Patterns":null},"tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/tr.js"},"Patterns":null},"uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/uk.js"},"Patterns":null},"vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/vi.js"},"Patterns":null},"zh_CN.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/zh_CN.js"},"Patterns":null},"zh_TW.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/js/i18n/keynav/zh_TW.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/help/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"image":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/image/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"importcss":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/importcss/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"insertdatetime":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/insertdatetime/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"link":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/link/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"lists":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/lists/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"media":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/media/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"nonbreaking":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/nonbreaking/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"pagebreak":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/pagebreak/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"preview":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/preview/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"quickbars":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/quickbars/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"save":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/save/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"searchreplace":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/searchreplace/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"table":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/table/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"template":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/template/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"visualblocks":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/visualblocks/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"visualchars":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/visualchars/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"wordcount":{"Children":{"plugin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/plugins/wordcount/plugin.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"skins":{"Children":{"content":{"Children":{"dark":{"Children":{"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/content/dark/content.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"default":{"Children":{"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/content/default/content.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"document":{"Children":{"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/content/document/content.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"tinymce-5-dark":{"Children":{"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/content/tinymce-5-dark/content.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"tinymce-5":{"Children":{"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/content/tinymce-5/content.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"writer":{"Children":{"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/content/writer/content.min.css"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"ui":{"Children":{"oxide-dark":{"Children":{"content.inline.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/oxide-dark/content.inline.min.css"},"Patterns":null},"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/oxide-dark/content.min.css"},"Patterns":null},"skin.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/oxide-dark/skin.min.css"},"Patterns":null},"skin.shadowdom.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"oxide":{"Children":{"content.inline.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/oxide/content.inline.min.css"},"Patterns":null},"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/oxide/content.min.css"},"Patterns":null},"skin.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/oxide/skin.min.css"},"Patterns":null},"skin.shadowdom.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/oxide/skin.shadowdom.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"tinymce-5-dark":{"Children":{"content.inline.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css"},"Patterns":null},"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/tinymce-5-dark/content.min.css"},"Patterns":null},"skin.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/tinymce-5-dark/skin.min.css"},"Patterns":null},"skin.shadowdom.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"tinymce-5":{"Children":{"content.inline.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/tinymce-5/content.inline.min.css"},"Patterns":null},"content.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/tinymce-5/content.min.css"},"Patterns":null},"skin.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/tinymce-5/skin.min.css"},"Patterns":null},"skin.shadowdom.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"themes":{"Children":{"silver":{"Children":{"theme.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/themes/silver/theme.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"tinymce.d.ts":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/tinymce.d.ts"},"Patterns":null},"tinymce.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/tinymce/tinymce.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"typehead.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/components/typehead.js"},"Patterns":null}},"Asset":null,"Patterns":null},"events-data.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/events-data.js"},"Patterns":null},"functions.bundle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/functions.bundle.js"},"Patterns":null},"functions.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/functions.js"},"Patterns":null},"holder.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/holder.js"},"Patterns":null},"jquery.calendario.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/jquery.calendario.js"},"Patterns":null},"jquery.hotspot.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/jquery.hotspot.js"},"Patterns":null},"jquery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/jquery.js"},"Patterns":null},"jquery.mousewheel.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/jquery.mousewheel.min.js"},"Patterns":null},"modules":{"Children":{"accordion.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/accordion.js"},"Patterns":null},"adaptivecolorscheme.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/adaptivecolorscheme.js"},"Patterns":null},"ajaxform.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/ajaxform.js"},"Patterns":null},"ajaxtrigger.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/ajaxtrigger.js"},"Patterns":null},"animations.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/animations.js"},"Patterns":null},"bootstrap.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/bootstrap.js"},"Patterns":null},"bscomponents.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/bscomponents.js"},"Patterns":null},"buttons.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/buttons.js"},"Patterns":null},"canvasslider.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/canvasslider.js"},"Patterns":null},"carousel.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/carousel.js"},"Patterns":null},"clipboard.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/clipboard.js"},"Patterns":null},"codehighlight.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/codehighlight.js"},"Patterns":null},"conditional.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/conditional.js"},"Patterns":null},"cookies.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/cookies.js"},"Patterns":null},"countdown.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/countdown.js"},"Patterns":null},"counter.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/counter.js"},"Patterns":null},"cursor.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/cursor.js"},"Patterns":null},"dataclasses.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/dataclasses.js"},"Patterns":null},"dataheights.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/dataheights.js"},"Patterns":null},"easing.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/easing.js"},"Patterns":null},"filter.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/filter.js"},"Patterns":null},"flexslider.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/flexslider.js"},"Patterns":null},"flickr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/flickr.js"},"Patterns":null},"fontsizer.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/fontsizer.js"},"Patterns":null},"fullvideo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/fullvideo.js"},"Patterns":null},"googlemaps.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/googlemaps.js"},"Patterns":null},"gototop.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/gototop.js"},"Patterns":null},"grid.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/grid.js"},"Patterns":null},"headers.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/headers.js"},"Patterns":null},"hover3d.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/hover3d.js"},"Patterns":null},"hoveranimations.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/hoveranimations.js"},"Patterns":null},"instagram.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/instagram.js"},"Patterns":null},"lazyload.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/lazyload.js"},"Patterns":null},"lightbox.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/lightbox.js"},"Patterns":null},"logo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/logo.js"},"Patterns":null},"masonrythumbs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/masonrythumbs.js"},"Patterns":null},"mediaactions.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/mediaactions.js"},"Patterns":null},"menus.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/menus.js"},"Patterns":null},"modal.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/modal.js"},"Patterns":null},"navtree.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/navtree.js"},"Patterns":null},"notifications.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/notifications.js"},"Patterns":null},"onepage.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/onepage.js"},"Patterns":null},"pagemenu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/pagemenu.js"},"Patterns":null},"pagetransition.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/pagetransition.js"},"Patterns":null},"portfolioajax.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/portfolioajax.js"},"Patterns":null},"pricingswitcher.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/pricingswitcher.js"},"Patterns":null},"progress.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/progress.js"},"Patterns":null},"quantity.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/quantity.js"},"Patterns":null},"readmore.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/readmore.js"},"Patterns":null},"resizevideos.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/resizevideos.js"},"Patterns":null},"roundedskills.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/roundedskills.js"},"Patterns":null},"schemetoggle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/schemetoggle.js"},"Patterns":null},"scrolldetect.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/scrolldetect.js"},"Patterns":null},"shapedivider.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/shapedivider.js"},"Patterns":null},"sidepanel.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/sidepanel.js"},"Patterns":null},"sliderdimensions.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/sliderdimensions.js"},"Patterns":null},"slidermenuclass.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/slidermenuclass.js"},"Patterns":null},"sliderparallax.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/sliderparallax.js"},"Patterns":null},"stickfooteronsmall.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/stickfooteronsmall.js"},"Patterns":null},"stickysidebar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/stickysidebar.js"},"Patterns":null},"subscribe.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/subscribe.js"},"Patterns":null},"textrotator.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/textrotator.js"},"Patterns":null},"textsplitter.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/textsplitter.js"},"Patterns":null},"tips.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/tips.js"},"Patterns":null},"toggle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/toggle.js"},"Patterns":null},"topcart.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/topcart.js"},"Patterns":null},"topsearch.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/topsearch.js"},"Patterns":null},"twitter.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/twitter.js"},"Patterns":null},"videofacade.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/videofacade.js"},"Patterns":null},"viewportdetect.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/viewportdetect.js"},"Patterns":null},"youtubebg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/modules/youtubebg.js"},"Patterns":null}},"Asset":null,"Patterns":null},"particles":{"Children":{"particles-bubbles.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/particles/particles-bubbles.js"},"Patterns":null},"particles-line.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/particles/particles-line.js"},"Patterns":null},"particles-nasa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/particles/particles-nasa.js"},"Patterns":null},"particles-poly.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/particles/particles-poly.js"},"Patterns":null},"particles-snow.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/particles/particles-snow.js"},"Patterns":null},"particles.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/particles/particles.min.js"},"Patterns":null},"particlesjs-config.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/particles/particlesjs-config.json"},"Patterns":null}},"Asset":null,"Patterns":null},"plugins.bootstrap.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.bootstrap.js"},"Patterns":null},"plugins.carousel.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.carousel.js"},"Patterns":null},"plugins.clipboard.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.clipboard.js"},"Patterns":null},"plugins.countdown.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.countdown.js"},"Patterns":null},"plugins.counter.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.counter.js"},"Patterns":null},"plugins.dribbble.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.dribbble.js"},"Patterns":null},"plugins.easing.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.easing.js"},"Patterns":null},"plugins.fastdom.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.fastdom.js"},"Patterns":null},"plugins.fitvids.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.fitvids.js"},"Patterns":null},"plugins.flexslider.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.flexslider.js"},"Patterns":null},"plugins.flickrfeed.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.flickrfeed.js"},"Patterns":null},"plugins.form.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.form.js"},"Patterns":null},"plugins.gmap.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.gmap.js"},"Patterns":null},"plugins.hashchange.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.hashchange.js"},"Patterns":null},"plugins.imagesloaded.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.imagesloaded.js"},"Patterns":null},"plugins.infinitescroll.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.infinitescroll.js"},"Patterns":null},"plugins.isotope.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.isotope.js"},"Patterns":null},"plugins.jpaginate.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.jpaginate.js"},"Patterns":null},"plugins.lazyload.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.lazyload.js"},"Patterns":null},"plugins.lightbox.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.lightbox.js"},"Patterns":null},"plugins.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.min.js"},"Patterns":null},"plugins.packery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.packery.js"},"Patterns":null},"plugins.piechart.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.piechart.js"},"Patterns":null},"plugins.prism.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.prism.js"},"Patterns":null},"plugins.stickysidebar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.stickysidebar.js"},"Patterns":null},"plugins.swiper.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.swiper.js"},"Patterns":null},"plugins.textrotator.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.textrotator.js"},"Patterns":null},"plugins.youtube.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/plugins.youtube.js"},"Patterns":null}},"Asset":null,"Patterns":null},"style.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"style.css"},"Patterns":null},"style.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"style.css.map"},"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} \ No newline at end of file diff --git a/obj/Debug/net8.0/staticwebassets.pack.json b/obj/Debug/net8.0/staticwebassets.pack.json index a31a213..436c725 100644 --- a/obj/Debug/net8.0/staticwebassets.pack.json +++ b/obj/Debug/net8.0/staticwebassets.pack.json @@ -1,9447 +1,9483 @@ { "Files": [ { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\KeymailSpecials2.bundle.scp.css", - "PackagePath": "staticwebassets\\KeymailSpecials2.bundle.scp.css" - }, - { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\app.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\app.css", "PackagePath": "staticwebassets\\app.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\bootstrap\\bootstrap.min.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\bootstrap\\bootstrap.min.css", "PackagePath": "staticwebassets\\bootstrap\\bootstrap.min.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\bootstrap\\bootstrap.min.css.map", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\bootstrap\\bootstrap.min.css.map", "PackagePath": "staticwebassets\\bootstrap\\bootstrap.min.css.map" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\animate.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\animate.css", "PackagePath": "staticwebassets\\css\\animate.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\calendar.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\calendar.css", "PackagePath": "staticwebassets\\css\\calendar.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\bs-datatable.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\bs-datatable.css", "PackagePath": "staticwebassets\\css\\components\\bs-datatable.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\bs-filestyle.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\bs-filestyle.css", "PackagePath": "staticwebassets\\css\\components\\bs-filestyle.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\bs-rating.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\bs-rating.css", "PackagePath": "staticwebassets\\css\\components\\bs-rating.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\bs-select.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\bs-select.css", "PackagePath": "staticwebassets\\css\\components\\bs-select.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\bs-switches-vars.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\bs-switches-vars.css", "PackagePath": "staticwebassets\\css\\components\\bs-switches-vars.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\bs-switches.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\bs-switches.css", "PackagePath": "staticwebassets\\css\\components\\bs-switches.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\dark-components.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\dark-components.css", "PackagePath": "staticwebassets\\css\\components\\dark-components.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\datepicker.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\datepicker.css", "PackagePath": "staticwebassets\\css\\components\\datepicker.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\daterangepicker.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\daterangepicker.css", "PackagePath": "staticwebassets\\css\\components\\daterangepicker.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\ion.rangeslider-vars.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\ion.rangeslider-vars.css", "PackagePath": "staticwebassets\\css\\components\\ion.rangeslider-vars.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\ion.rangeslider.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\ion.rangeslider.css", "PackagePath": "staticwebassets\\css\\components\\ion.rangeslider.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\ion.rangeslider.css.map", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\ion.rangeslider.css.map", "PackagePath": "staticwebassets\\css\\components\\ion.rangeslider.css.map" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\pricing-table.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\pricing-table.css", "PackagePath": "staticwebassets\\css\\components\\pricing-table.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\prism.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\prism.css", "PackagePath": "staticwebassets\\css\\components\\prism.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\radio-checkbox-vars.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\radio-checkbox-vars.css", "PackagePath": "staticwebassets\\css\\components\\radio-checkbox-vars.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\radio-checkbox.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\radio-checkbox.css", "PackagePath": "staticwebassets\\css\\components\\radio-checkbox.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\rangeslider\\sprite-skin-nice.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\rangeslider\\sprite-skin-nice.png", "PackagePath": "staticwebassets\\css\\components\\rangeslider\\sprite-skin-nice.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\select-boxes.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\select-boxes.css", "PackagePath": "staticwebassets\\css\\components\\select-boxes.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\components\\timepicker.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\components\\timepicker.css", "PackagePath": "staticwebassets\\css\\components\\timepicker.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\custom.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\custom.css", "PackagePath": "staticwebassets\\css\\custom.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\font-icons.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\font-icons.css", "PackagePath": "staticwebassets\\css\\font-icons.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\bootstrap-icons.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\bootstrap-icons.css", "PackagePath": "staticwebassets\\css\\icons\\bootstrap-icons.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\bootstrap-icons\\bootstrap-icons.woff", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\bootstrap-icons\\bootstrap-icons.woff", "PackagePath": "staticwebassets\\css\\icons\\bootstrap-icons\\bootstrap-icons.woff" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\bootstrap-icons\\bootstrap-icons.woff2", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\bootstrap-icons\\bootstrap-icons.woff2", "PackagePath": "staticwebassets\\css\\icons\\bootstrap-icons\\bootstrap-icons.woff2" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome.css", "PackagePath": "staticwebassets\\css\\icons\\font-awesome.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome\\fa-brands-400.ttf", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome\\fa-brands-400.ttf", "PackagePath": "staticwebassets\\css\\icons\\font-awesome\\fa-brands-400.ttf" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome\\fa-brands-400.woff2", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome\\fa-brands-400.woff2", "PackagePath": "staticwebassets\\css\\icons\\font-awesome\\fa-brands-400.woff2" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome\\fa-regular-400.ttf", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome\\fa-regular-400.ttf", "PackagePath": "staticwebassets\\css\\icons\\font-awesome\\fa-regular-400.ttf" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome\\fa-regular-400.woff2", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome\\fa-regular-400.woff2", "PackagePath": "staticwebassets\\css\\icons\\font-awesome\\fa-regular-400.woff2" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome\\fa-solid-900.ttf", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome\\fa-solid-900.ttf", "PackagePath": "staticwebassets\\css\\icons\\font-awesome\\fa-solid-900.ttf" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome\\fa-solid-900.woff2", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome\\fa-solid-900.woff2", "PackagePath": "staticwebassets\\css\\icons\\font-awesome\\fa-solid-900.woff2" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome\\fa-v4compatibility.ttf", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome\\fa-v4compatibility.ttf", "PackagePath": "staticwebassets\\css\\icons\\font-awesome\\fa-v4compatibility.ttf" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome\\fa-v4compatibility.woff2", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\font-awesome\\fa-v4compatibility.woff2", "PackagePath": "staticwebassets\\css\\icons\\font-awesome\\fa-v4compatibility.woff2" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons.css", "PackagePath": "staticwebassets\\css\\icons\\unicons.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-0.woff", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-0.woff", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-0.woff" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-0.woff2", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-0.woff2", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-0.woff2" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-1.woff", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-1.woff", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-1.woff" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-1.woff2", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-1.woff2", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-1.woff2" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-10.woff", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-10.woff", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-10.woff" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-10.woff2", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-10.woff2", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-10.woff2" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-11.woff", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-11.woff", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-11.woff" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-11.woff2", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-11.woff2", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-11.woff2" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-12.woff", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-12.woff", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-12.woff" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-12.woff2", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-12.woff2", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-12.woff2" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-13.woff", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-13.woff", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-13.woff" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-13.woff2", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-13.woff2", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-13.woff2" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-14.woff", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-14.woff", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-14.woff" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-14.woff2", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-14.woff2", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-14.woff2" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-15.woff", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-15.woff", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-15.woff" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-15.woff2", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-15.woff2", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-15.woff2" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-16.woff", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-16.woff", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-16.woff" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-16.woff2", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-16.woff2", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-16.woff2" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-17.woff", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-17.woff", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-17.woff" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-17.woff2", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-17.woff2", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-17.woff2" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-18.woff", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-18.woff", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-18.woff" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-18.woff2", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-18.woff2", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-18.woff2" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-19.woff", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-19.woff", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-19.woff" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-19.woff2", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-19.woff2", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-19.woff2" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-2.woff", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-2.woff", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-2.woff" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-2.woff2", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-2.woff2", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-2.woff2" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-20.woff", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-20.woff", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-20.woff" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-20.woff2", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-20.woff2", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-20.woff2" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-3.woff", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-3.woff", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-3.woff" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-3.woff2", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-3.woff2", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-3.woff2" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-4.woff", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-4.woff", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-4.woff" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-4.woff2", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-4.woff2", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-4.woff2" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-5.woff", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-5.woff", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-5.woff" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-5.woff2", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-5.woff2", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-5.woff2" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-6.woff", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-6.woff", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-6.woff" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-6.woff2", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-6.woff2", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-6.woff2" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-7.woff", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-7.woff", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-7.woff" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-7.woff2", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-7.woff2", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-7.woff2" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-8.woff", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-8.woff", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-8.woff" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-8.woff2", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-8.woff2", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-8.woff2" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-9.woff", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-9.woff", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-9.woff" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-9.woff2", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\icons\\unicons\\unicons-9.woff2", "PackagePath": "staticwebassets\\css\\icons\\unicons\\unicons-9.woff2" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\magnific-popup.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\magnific-popup.css", "PackagePath": "staticwebassets\\css\\magnific-popup.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\css\\swiper.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\css\\swiper.css", "PackagePath": "staticwebassets\\css\\swiper.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\hosting.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\hosting.css", "PackagePath": "staticwebassets\\demos\\hosting\\hosting.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\1.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\1.png", "PackagePath": "staticwebassets\\demos\\hosting\\images\\1.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\2.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\2.png", "PackagePath": "staticwebassets\\demos\\hosting\\images\\2.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\3.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\3.png", "PackagePath": "staticwebassets\\demos\\hosting\\images\\3.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\1.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\1.png", "PackagePath": "staticwebassets\\demos\\hosting\\images\\clients\\1.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\10.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\10.png", "PackagePath": "staticwebassets\\demos\\hosting\\images\\clients\\10.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\11.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\11.png", "PackagePath": "staticwebassets\\demos\\hosting\\images\\clients\\11.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\12.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\12.png", "PackagePath": "staticwebassets\\demos\\hosting\\images\\clients\\12.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\2.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\2.png", "PackagePath": "staticwebassets\\demos\\hosting\\images\\clients\\2.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\3.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\3.png", "PackagePath": "staticwebassets\\demos\\hosting\\images\\clients\\3.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\4.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\4.png", "PackagePath": "staticwebassets\\demos\\hosting\\images\\clients\\4.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\5.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\5.png", "PackagePath": "staticwebassets\\demos\\hosting\\images\\clients\\5.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\6.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\6.png", "PackagePath": "staticwebassets\\demos\\hosting\\images\\clients\\6.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\7.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\7.png", "PackagePath": "staticwebassets\\demos\\hosting\\images\\clients\\7.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\8.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\8.png", "PackagePath": "staticwebassets\\demos\\hosting\\images\\clients\\8.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\9.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\clients\\9.png", "PackagePath": "staticwebassets\\demos\\hosting\\images\\clients\\9.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\au.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\au.png", "PackagePath": "staticwebassets\\demos\\hosting\\images\\flags\\au.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\br.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\br.png", "PackagePath": "staticwebassets\\demos\\hosting\\images\\flags\\br.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\ca.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\ca.png", "PackagePath": "staticwebassets\\demos\\hosting\\images\\flags\\ca.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\in.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\in.png", "PackagePath": "staticwebassets\\demos\\hosting\\images\\flags\\in.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\ja.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\ja.png", "PackagePath": "staticwebassets\\demos\\hosting\\images\\flags\\ja.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\sa.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\sa.png", "PackagePath": "staticwebassets\\demos\\hosting\\images\\flags\\sa.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\si.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\si.png", "PackagePath": "staticwebassets\\demos\\hosting\\images\\flags\\si.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\uk.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\uk.png", "PackagePath": "staticwebassets\\demos\\hosting\\images\\flags\\uk.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\us.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\flags\\us.png", "PackagePath": "staticwebassets\\demos\\hosting\\images\\flags\\us.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\pattern-dark.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\pattern-dark.png", "PackagePath": "staticwebassets\\demos\\hosting\\images\\pattern-dark.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\pattern.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\pattern.png", "PackagePath": "staticwebassets\\demos\\hosting\\images\\pattern.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\activation.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\activation.svg", "PackagePath": "staticwebassets\\demos\\hosting\\images\\svg\\activation.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\balancing.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\balancing.svg", "PackagePath": "staticwebassets\\demos\\hosting\\images\\svg\\balancing.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\checked.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\checked.svg", "PackagePath": "staticwebassets\\demos\\hosting\\images\\svg\\checked.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\cloud.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\cloud.svg", "PackagePath": "staticwebassets\\demos\\hosting\\images\\svg\\cloud.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\dedicated.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\dedicated.svg", "PackagePath": "staticwebassets\\demos\\hosting\\images\\svg\\dedicated.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\domain.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\domain.svg", "PackagePath": "staticwebassets\\demos\\hosting\\images\\svg\\domain.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\location.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\location.svg", "PackagePath": "staticwebassets\\demos\\hosting\\images\\svg\\location.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\map-light.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\map-light.svg", "PackagePath": "staticwebassets\\demos\\hosting\\images\\svg\\map-light.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\map.png", - "PackagePath": "staticwebassets\\demos\\hosting\\images\\svg\\map.png" + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\map.svg", + "PackagePath": "staticwebassets\\demos\\hosting\\images\\svg\\map.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\shared.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\shared.svg", "PackagePath": "staticwebassets\\demos\\hosting\\images\\svg\\shared.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\ssl.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\ssl.svg", "PackagePath": "staticwebassets\\demos\\hosting\\images\\svg\\ssl.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\support.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\support.svg", "PackagePath": "staticwebassets\\demos\\hosting\\images\\svg\\support.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\team.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\team.svg", "PackagePath": "staticwebassets\\demos\\hosting\\images\\svg\\team.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\web.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\svg\\web.svg", "PackagePath": "staticwebassets\\demos\\hosting\\images\\svg\\web.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\users\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\users\\1.jpg", "PackagePath": "staticwebassets\\demos\\hosting\\images\\users\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\users\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\users\\2.jpg", "PackagePath": "staticwebassets\\demos\\hosting\\images\\users\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\users\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\users\\3.jpg", "PackagePath": "staticwebassets\\demos\\hosting\\images\\users\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\users\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\users\\4.jpg", "PackagePath": "staticwebassets\\demos\\hosting\\images\\users\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\users\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\hosting\\images\\users\\5.jpg", "PackagePath": "staticwebassets\\demos\\hosting\\images\\users\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\2.svg", - "PackagePath": "staticwebassets\\demos\\movers\\images\\2.svg" + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\12w3qdaad2.svg.bak", + "PackagePath": "staticwebassets\\demos\\movers\\images\\12w3qdaad2.svg.bak" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\baggage.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\baggage.png", "PackagePath": "staticwebassets\\demos\\movers\\images\\baggage.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\bg-2.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\bg-2.png", "PackagePath": "staticwebassets\\demos\\movers\\images\\bg-2.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\blog\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\blog\\1.jpg", "PackagePath": "staticwebassets\\demos\\movers\\images\\blog\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\blog\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\blog\\2.jpg", "PackagePath": "staticwebassets\\demos\\movers\\images\\blog\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\blog\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\blog\\3.jpg", "PackagePath": "staticwebassets\\demos\\movers\\images\\blog\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\blog\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\blog\\4.jpg", "PackagePath": "staticwebassets\\demos\\movers\\images\\blog\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\blog\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\blog\\5.jpg", "PackagePath": "staticwebassets\\demos\\movers\\images\\blog\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\blog\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\blog\\6.jpg", "PackagePath": "staticwebassets\\demos\\movers\\images\\blog\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\amazon.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\amazon.svg", "PackagePath": "staticwebassets\\demos\\movers\\images\\clients\\amazon.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\cnn.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\cnn.svg", "PackagePath": "staticwebassets\\demos\\movers\\images\\clients\\cnn.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\github.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\github.svg", "PackagePath": "staticwebassets\\demos\\movers\\images\\clients\\github.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\google.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\google.svg", "PackagePath": "staticwebassets\\demos\\movers\\images\\clients\\google.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\jetblue.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\jetblue.svg", "PackagePath": "staticwebassets\\demos\\movers\\images\\clients\\jetblue.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\linkedin.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\linkedin.svg", "PackagePath": "staticwebassets\\demos\\movers\\images\\clients\\linkedin.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\nat-geo.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\nat-geo.svg", "PackagePath": "staticwebassets\\demos\\movers\\images\\clients\\nat-geo.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\paypal.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\paypal.svg", "PackagePath": "staticwebassets\\demos\\movers\\images\\clients\\paypal.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\vimeo.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\vimeo.svg", "PackagePath": "staticwebassets\\demos\\movers\\images\\clients\\vimeo.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\yahoo.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\yahoo.svg", "PackagePath": "staticwebassets\\demos\\movers\\images\\clients\\yahoo.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\zillow.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\clients\\zillow.svg", "PackagePath": "staticwebassets\\demos\\movers\\images\\clients\\zillow.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\dot-grid.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\dot-grid.svg", "PackagePath": "staticwebassets\\demos\\movers\\images\\dot-grid.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\featured-img\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\featured-img\\1.jpg", "PackagePath": "staticwebassets\\demos\\movers\\images\\featured-img\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\featured-img\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\featured-img\\2.jpg", "PackagePath": "staticwebassets\\demos\\movers\\images\\featured-img\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\featured-img\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\featured-img\\3.jpg", "PackagePath": "staticwebassets\\demos\\movers\\images\\featured-img\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\featured-img\\Thumbs.db", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\featured-img\\Thumbs.db", "PackagePath": "staticwebassets\\demos\\movers\\images\\featured-img\\Thumbs.db" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\others\\1.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\happy.svg", + "PackagePath": "staticwebassets\\demos\\movers\\images\\happy.svg" + }, + { + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\join.svg", + "PackagePath": "staticwebassets\\demos\\movers\\images\\join.svg" + }, + { + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\others\\1.png", "PackagePath": "staticwebassets\\demos\\movers\\images\\others\\1.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\others\\2.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\others\\2.png", "PackagePath": "staticwebassets\\demos\\movers\\images\\others\\2.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\others\\3.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\others\\3.png", "PackagePath": "staticwebassets\\demos\\movers\\images\\others\\3.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\others\\4.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\others\\4.png", "PackagePath": "staticwebassets\\demos\\movers\\images\\others\\4.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\section\\1.jpg", - "PackagePath": "staticwebassets\\demos\\movers\\images\\section\\1.jpg" + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\privacy.svg", + "PackagePath": "staticwebassets\\demos\\movers\\images\\privacy.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\section\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\section\\2.jpg", "PackagePath": "staticwebassets\\demos\\movers\\images\\section\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\section\\company.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\section\\backdrop.jpg", + "PackagePath": "staticwebassets\\demos\\movers\\images\\section\\backdrop.jpg" + }, + { + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\section\\collab.svg", + "PackagePath": "staticwebassets\\demos\\movers\\images\\section\\collab.svg" + }, + { + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\section\\company.jpg", "PackagePath": "staticwebassets\\demos\\movers\\images\\section\\company.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\slider\\1.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\section\\success.jpg", + "PackagePath": "staticwebassets\\demos\\movers\\images\\section\\success.jpg" + }, + { + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\slider\\1.png", "PackagePath": "staticwebassets\\demos\\movers\\images\\slider\\1.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\startae-team-7tXA8xwe4W4-unsplash.jpg", + "PackagePath": "staticwebassets\\demos\\movers\\images\\startae-team-7tXA8xwe4W4-unsplash.jpg" + }, + { + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\stats.svg", + "PackagePath": "staticwebassets\\demos\\movers\\images\\stats.svg" + }, + { + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\1.jpg", "PackagePath": "staticwebassets\\demos\\movers\\images\\team\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\2.jpg", "PackagePath": "staticwebassets\\demos\\movers\\images\\team\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\3.jpg", "PackagePath": "staticwebassets\\demos\\movers\\images\\team\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\4.jpg", "PackagePath": "staticwebassets\\demos\\movers\\images\\team\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\5.jpg", "PackagePath": "staticwebassets\\demos\\movers\\images\\team\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\6.jpg", "PackagePath": "staticwebassets\\demos\\movers\\images\\team\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\7.jpg", "PackagePath": "staticwebassets\\demos\\movers\\images\\team\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\8.jpg", "PackagePath": "staticwebassets\\demos\\movers\\images\\team\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\9.jpg", "PackagePath": "staticwebassets\\demos\\movers\\images\\team\\9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\section.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\team\\section.jpg", "PackagePath": "staticwebassets\\demos\\movers\\images\\team\\section.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\movers\\movers.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\images\\user_nums.svg", + "PackagePath": "staticwebassets\\demos\\movers\\images\\user_nums.svg" + }, + { + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\movers\\movers.css", "PackagePath": "staticwebassets\\demos\\movers\\movers.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\1.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\gallery\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\10.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\gallery\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\11.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\11.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\gallery\\11.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\12.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\12.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\gallery\\12.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\13.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\13.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\gallery\\13.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\14.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\14.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\gallery\\14.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\15.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\15.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\gallery\\15.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\2.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\gallery\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\3.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\gallery\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\4.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\gallery\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\5.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\gallery\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\6.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\gallery\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\7.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\gallery\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\8.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\gallery\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\9.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\gallery\\9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\1.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\gallery\\thumbs\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\10.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\gallery\\thumbs\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\11.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\11.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\gallery\\thumbs\\11.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\12.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\12.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\gallery\\thumbs\\12.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\13.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\13.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\gallery\\thumbs\\13.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\14.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\14.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\gallery\\thumbs\\14.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\15.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\15.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\gallery\\thumbs\\15.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\2.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\gallery\\thumbs\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\3.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\gallery\\thumbs\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\4.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\gallery\\thumbs\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\5.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\gallery\\thumbs\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\6.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\gallery\\thumbs\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\7.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\gallery\\thumbs\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\8.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\gallery\\thumbs\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\gallery\\thumbs\\9.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\gallery\\thumbs\\9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\help\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\help\\1.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\help\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\help\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\help\\2.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\help\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\help\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\help\\3.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\help\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\hero-image.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\hero-image.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\hero-image.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\logo-dark.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\logo-dark.png", "PackagePath": "staticwebassets\\demos\\pet\\images\\logo-dark.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\logo-dark@2x.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\logo-dark@2x.png", "PackagePath": "staticwebassets\\demos\\pet\\images\\logo-dark@2x.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\logo.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\logo.png", "PackagePath": "staticwebassets\\demos\\pet\\images\\logo.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\logo@2x.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\logo@2x.png", "PackagePath": "staticwebassets\\demos\\pet\\images\\logo@2x.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\others\\1.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\others\\1.png", "PackagePath": "staticwebassets\\demos\\pet\\images\\others\\1.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\others\\section-bg.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\others\\section-bg.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\others\\section-bg.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\products\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\products\\1.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\products\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\products\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\products\\2.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\products\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\products\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\products\\3.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\products\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\services\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\services\\1.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\services\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\services\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\services\\2.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\services\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\services\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\services\\3.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\services\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\services\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\services\\4.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\services\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\testimonials\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\testimonials\\1.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\testimonials\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\testimonials\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\testimonials\\2.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\testimonials\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\testimonials\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\testimonials\\3.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\testimonials\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\testimonials\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\images\\testimonials\\4.jpg", "PackagePath": "staticwebassets\\demos\\pet\\images\\testimonials\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\demos\\pet\\pet.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\demos\\pet\\pet.css", "PackagePath": "staticwebassets\\demos\\pet\\pet.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\favicon.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\favicon.png", "PackagePath": "staticwebassets\\favicon.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\01_preview.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\01_preview.jpg", "PackagePath": "staticwebassets\\images\\01_preview.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\about\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\about\\1.jpg", "PackagePath": "staticwebassets\\images\\about\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\about\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\about\\2.jpg", "PackagePath": "staticwebassets\\images\\about\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\about\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\about\\3.jpg", "PackagePath": "staticwebassets\\images\\about\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\about\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\about\\4.jpg", "PackagePath": "staticwebassets\\images\\about\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\about\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\about\\5.jpg", "PackagePath": "staticwebassets\\images\\about\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\about\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\about\\6.jpg", "PackagePath": "staticwebassets\\images\\about\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\about\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\about\\7.jpg", "PackagePath": "staticwebassets\\images\\about\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\about\\Thumbs.db", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\about\\Thumbs.db", "PackagePath": "staticwebassets\\images\\about\\Thumbs.db" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\about\\me-parallax.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\about\\me-parallax.jpg", "PackagePath": "staticwebassets\\images\\about\\me-parallax.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\about\\parallax.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\about\\parallax.jpg", "PackagePath": "staticwebassets\\images\\about\\parallax.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\appshowcase\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\appshowcase\\1.jpg", "PackagePath": "staticwebassets\\images\\appshowcase\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\appshowcase\\ipad-section.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\appshowcase\\ipad-section.png", "PackagePath": "staticwebassets\\images\\appshowcase\\ipad-section.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\appshowcase\\iphone-solid.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\appshowcase\\iphone-solid.png", "PackagePath": "staticwebassets\\images\\appshowcase\\iphone-solid.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\appshowcase\\s1.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\appshowcase\\s1.png", "PackagePath": "staticwebassets\\images\\appshowcase\\s1.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\appshowcase\\s4.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\appshowcase\\s4.png", "PackagePath": "staticwebassets\\images\\appshowcase\\s4.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\appshowcase\\s5.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\appshowcase\\s5.png", "PackagePath": "staticwebassets\\images\\appshowcase\\s5.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\appshowcase\\slider-iphone.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\appshowcase\\slider-iphone.png", "PackagePath": "staticwebassets\\images\\appshowcase\\slider-iphone.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\author\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\author\\1.jpg", "PackagePath": "staticwebassets\\images\\author\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\banner-curve.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\banner-curve.png", "PackagePath": "staticwebassets\\images\\banner-curve.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blank.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blank.svg", "PackagePath": "staticwebassets\\images\\blank.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\Gallery-6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\Gallery-6.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\Gallery-6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\Popup-ticket.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\Popup-ticket.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\Popup-ticket.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\Portfolio-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\Portfolio-1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\Portfolio-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\Thumbs.db", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\Thumbs.db", "PackagePath": "staticwebassets\\images\\blocks\\intro\\Thumbs.db" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\alert-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\alert-1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\alert-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\alert-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\alert-2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\alert-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\alert-3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\alert-3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\alert-3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\alert-4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\alert-4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\alert-4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\alert-5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\alert-5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\alert-5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\alert-custom-width.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\alert-custom-width.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\alert-custom-width.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\blog-grid-hover-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\blog-grid-hover-2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\blog-grid-hover-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\blog-grid-hover.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\blog-grid-hover.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\blog-grid-hover.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\blog-list-hover.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\blog-list-hover.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\blog-list-hover.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\blog-single-3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\blog-single-3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\blog-single-3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\blog-single-4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\blog-single-4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\blog-single-4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\blog-single-5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\blog-single-5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\blog-single-5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\blog-single-6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\blog-single-6.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\blog-single-6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\blog-single.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\blog-single.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\blog-single.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\buttons.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\buttons.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\buttons.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\cards-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-10.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\cards-10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\cards-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\cards-3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\cards-4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\cards-5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-6.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\cards-6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-7.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\cards-7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-8.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\cards-8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-9.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\cards-9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-switch.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\cards-switch.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\cards-switch.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\carousel-instagram.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\carousel-instagram.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\carousel-instagram.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\carousel-tab.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\carousel-tab.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\carousel-tab.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\checklists.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\checklists.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\checklists.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\clipboard.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\clipboard.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\clipboard.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\contact-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\contact-1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\contact-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\contact-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\contact-2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\contact-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\contact-3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\contact-3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\contact-3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\countdown-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\countdown-2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\countdown-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\countdown.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\countdown.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\countdown.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\counter-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\counter-1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\counter-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\counter-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\counter-2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\counter-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\counter-3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\counter-3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\counter-3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\counter-4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\counter-4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\counter-4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\counter-5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\counter-5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\counter-5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\crypto.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\crypto.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\crypto.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\currency-converter.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\currency-converter.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\currency-converter.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\custom-scroll.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\custom-scroll.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\custom-scroll.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\dashboard.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\dashboard.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\dashboard.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\event-schedule-scroll.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\event-schedule-scroll.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\event-schedule-scroll.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\event-schedule.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\event-schedule.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\event-schedule.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\faqs-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\faqs-1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\faqs-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\faqs-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\faqs-2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\faqs-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\faqs-3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\faqs-3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\faqs-3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-Images-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-Images-1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\featured-Images-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-boxes-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-boxes-1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\featured-boxes-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-boxes-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-boxes-2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\featured-boxes-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-boxes-3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-boxes-3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\featured-boxes-3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-boxes-4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-boxes-4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\featured-boxes-4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-boxes-5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-boxes-5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\featured-boxes-5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-boxes-6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-boxes-6.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\featured-boxes-6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-boxes-7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-boxes-7.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\featured-boxes-7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-boxes-8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\featured-boxes-8.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\featured-boxes-8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\filter-dropdown.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\filter-dropdown.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\filter-dropdown.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\filters-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\filters-1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\filters-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\floating-button.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\floating-button.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\floating-button.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\follow-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\follow-1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\follow-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\follow-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\follow-2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\follow-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\footer-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\footer-1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\footer-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\footer-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\footer-2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\footer-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\footer-3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\footer-3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\footer-3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\footer-4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\footer-4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\footer-4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\footer-5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\footer-5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\footer-5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\footer-8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\footer-8.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\footer-8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\form-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-10.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\form-10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\form-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\form-3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\form-4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\form-5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-6.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\form-6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-7.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\form-7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-8.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\form-8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-9.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\form-9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-profile.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-profile.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\form-profile.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-show-password.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\form-show-password.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\form-show-password.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\gallery-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-10.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\gallery-10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\gallery-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\gallery-3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\gallery-4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\gallery-5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-7.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\gallery-7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-8.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\gallery-8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-9.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\gallery-9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-instagram.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-instagram.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\gallery-instagram.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-parallax.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gallery-parallax.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\gallery-parallax.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gototop.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\gototop.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\gototop.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\header-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\header-2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\header-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\header-3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\header-3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\header-3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\header-4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\header-4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\header-4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\header-5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\header-5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\header-5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\header-inline.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\header-inline.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\header-inline.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\header.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\header.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\header.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\hero-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-10.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\hero-10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-11.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-11.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\hero-11.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-12.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-12.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\hero-12.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-13.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-13.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\hero-13.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-14.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-14.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\hero-14.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-15.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-15.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\hero-15.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-16.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-16.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\hero-16.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-17.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-17.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\hero-17.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-19.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-19.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\hero-19.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\hero-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-20.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-20.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\hero-20.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-21.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-21.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\hero-21.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-22.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-22.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\hero-22.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-23.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-23.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\hero-23.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-24.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-24.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\hero-24.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-25.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-25.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\hero-25.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-26.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-26.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\hero-26.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-27.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-27.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\hero-27.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-28.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-28.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\hero-28.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-29.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-29.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\hero-29.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\hero-3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-30.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-30.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\hero-30.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\hero-4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\hero-5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-6.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\hero-6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-7.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\hero-7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-8.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\hero-8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-9.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\hero-9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-instructor.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-instructor.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\hero-instructor.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-split.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\hero-split.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\hero-split.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\mega-menu-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\mega-menu-2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\mega-menu-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\mega-menu-3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\mega-menu-3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\mega-menu-3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\mega-menu-4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\mega-menu-4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\mega-menu-4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\mega-menu-5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\mega-menu-5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\mega-menu-5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\mega-menu.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\mega-menu.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\mega-menu.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\menu-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\menu-1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\menu-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\misc-card-expand.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\misc-card-expand.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\misc-card-expand.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\misc-custom-cursor.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\misc-custom-cursor.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\misc-custom-cursor.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\misc-link.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\misc-link.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\misc-link.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\misc-search.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\misc-search.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\misc-search.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\misc-skeleton.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\misc-skeleton.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\misc-skeleton.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\misc-tooltip.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\misc-tooltip.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\misc-tooltip.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\morph-menu.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\morph-menu.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\morph-menu.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\nav-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\nav-1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\nav-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\navigation-expand.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\navigation-expand.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\navigation-expand.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\onepage-dots.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\onepage-dots.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\onepage-dots.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\opacity-on-hover.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\opacity-on-hover.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\opacity-on-hover.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\order-tracking.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\order-tracking.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\order-tracking.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\otp-form.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\otp-form.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\otp-form.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\overlay-menu.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\overlay-menu.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\overlay-menu.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-contact.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-contact.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\popup-contact.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-coupon.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-coupon.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\popup-coupon.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-food.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-food.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\popup-food.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-furniture.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-furniture.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\popup-furniture.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-gym.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-gym.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\popup-gym.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-recovery-email.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-recovery-email.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\popup-recovery-email.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-request.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-request.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\popup-request.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-sale.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-sale.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\popup-sale.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-shop-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-shop-1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\popup-shop-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-spa.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-spa.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\popup-spa.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-whats-new.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\popup-whats-new.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\popup-whats-new.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\portfolio-single-full.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\portfolio-single-full.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\portfolio-single-full.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\portfolio-single-grid.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\portfolio-single-grid.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\portfolio-single-grid.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\portfolio-single.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\portfolio-single.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\portfolio-single.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\pricing-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-10.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\pricing-10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-11.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-11.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\pricing-11.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\pricing-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\pricing-3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\pricing-4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\pricing-5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-6.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\pricing-6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-7.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\pricing-7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-8.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\pricing-8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\pricing-9.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\pricing-9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo-8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo-8.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\promo-8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo-box-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo-box-1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\promo-box-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo-box-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo-box-2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\promo-box-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo-box-3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo-box-3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\promo-box-3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo-box-4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo-box-4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\promo-box-4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo-box-5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo-box-5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\promo-box-5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo-box-6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo-box-6.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\promo-box-6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo-box-7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo-box-7.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\promo-box-7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\promo.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\promo.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\rotate-onscroll.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\rotate-onscroll.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\rotate-onscroll.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\rotating-text.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\rotating-text.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\rotating-text.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\share-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\share-1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\share-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\shop-quatity.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\shop-quatity.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\shop-quatity.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\shop-select.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\shop-select.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\shop-select.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\shop-single-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\shop-single-2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\shop-single-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\shop-single.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\shop-single.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\shop-single.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\slider-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\slider-1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\slider-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\slider-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\slider-2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\slider-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\slider-4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\slider-4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\slider-4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\slider-6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\slider-6.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\slider-6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\slider-7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\slider-7.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\slider-7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\slider-custom-cursor.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\slider-custom-cursor.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\slider-custom-cursor.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\slider-parallax.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\slider-parallax.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\slider-parallax.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\slider-scrollbar.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\slider-scrollbar.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\slider-scrollbar.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\social-icons-sidebar.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\social-icons-sidebar.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\social-icons-sidebar.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\social-icons-toggle.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\social-icons-toggle.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\social-icons-toggle.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\social-icons.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\social-icons.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\social-icons.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\sound-event.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\sound-event.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\sound-event.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\steps-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\steps-1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\steps-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\steps-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\steps-2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\steps-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\steps-3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\steps-3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\steps-3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\steps-vertical.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\steps-vertical.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\steps-vertical.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\sticky-cards.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\sticky-cards.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\sticky-cards.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\sticky-page.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\sticky-page.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\sticky-page.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\sticky-scroll.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\sticky-scroll.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\sticky-scroll.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\svg_background.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\svg_background.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\svg_background.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\tab-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\tab-1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\tab-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\tab-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\tab-2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\tab-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\tab-3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\tab-3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\tab-3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\tabs-4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\tabs-4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\tabs-4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\team-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\team-1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\team-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\team-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\team-2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\team-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\testimonials-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\testimonials-1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\testimonials-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\testimonials-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\testimonials-2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\testimonials-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\testimonials-3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\testimonials-3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\testimonials-3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\testimonials-slide.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\testimonials-slide.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\testimonials-slide.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\ticker.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\ticker.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\ticker.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\vertical-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\vertical-2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\vertical-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\video-gallery.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\video-gallery.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\video-gallery.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\video-onhover-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\video-onhover-2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\video-onhover-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\video-onhover.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\video-onhover.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\video-onhover.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\video-section.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\video-section.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\video-section.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\with-sub-menu-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\with-sub-menu-2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\with-sub-menu-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\with-sub-menu.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\intro\\with-sub-menu.jpg", "PackagePath": "staticwebassets\\images\\blocks\\intro\\with-sub-menu.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\avatar\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\avatar\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\avatar\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\avatar\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\avatar\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\avatar\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\avatar\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\avatar\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\avatar\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\avatar\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\avatar\\4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\avatar\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\avatar\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\avatar\\5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\avatar\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\block-footer-4.mp4", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\block-footer-4.mp4", "PackagePath": "staticwebassets\\images\\blocks\\preview\\block-footer-4.mp4" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\block-footer-4.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\block-footer-4.png", "PackagePath": "staticwebassets\\images\\blocks\\preview\\block-footer-4.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-10\\car.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-10\\car.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\card-10\\car.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-2\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-2\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\card-2\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-2\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-2\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\card-2\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-2\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-2\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\card-2\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-3\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-3\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\card-3\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-6\\1-thumb.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-6\\1-thumb.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\card-6\\1-thumb.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-6\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-6\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\card-6\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-9\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-9\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\card-9\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-9\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-9\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\card-9\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-9\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\card-9\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\card-9\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\cart-styles\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\10.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\cart-styles\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\11.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\11.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\cart-styles\\11.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\12.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\12.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\cart-styles\\12.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\13.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\13.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\cart-styles\\13.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\14.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\14.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\cart-styles\\14.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\15.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\15.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\cart-styles\\15.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\16.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\16.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\cart-styles\\16.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\17.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\17.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\cart-styles\\17.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\cart-styles\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\cart-styles\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\cart-styles\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\cart-styles\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\6.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\cart-styles\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\7.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\cart-styles\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\8.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\cart-styles\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cart-styles\\9.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\cart-styles\\9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cascading\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cascading\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\cascading\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cascading\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cascading\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\cascading\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cascading\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cascading\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\cascading\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\construction.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\construction.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\construction.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\countdown-2.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\countdown-2.png", "PackagePath": "staticwebassets\\images\\blocks\\preview\\countdown-2.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\countdown.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\countdown.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\countdown.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\1.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\1.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\crypto\\1.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\2.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\2.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\crypto\\2.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\2\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\2\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\crypto\\2\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\2\\1.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\2\\1.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\crypto\\2\\1.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\2\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\2\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\crypto\\2\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\2\\2.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\2\\2.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\crypto\\2\\2.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\3.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\3.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\crypto\\3.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\4.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\4.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\crypto\\4.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\bg.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\crypto\\bg.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\crypto\\bg.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cursor.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cursor.png", "PackagePath": "staticwebassets\\images\\blocks\\preview\\cursor.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cursor.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\cursor.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\cursor.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\dot-grid-light.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\dot-grid-light.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\dot-grid-light.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\exp-cards\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\exp-cards\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\exp-cards\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\exp-cards\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\exp-cards\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\exp-cards\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\exp-cards\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\exp-cards\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\exp-cards\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\exp-cards\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\exp-cards\\4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\exp-cards\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\exp-cards\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\exp-cards\\5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\exp-cards\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\exp-cards\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\exp-cards\\6.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\exp-cards\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\exp-cards\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\exp-cards\\7.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\exp-cards\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\fbox-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\fbox-1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\fbox-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\featured\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\featured\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\featured\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\featured\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\featured\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\featured\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\featured\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\featured\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\featured\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\featured\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\featured\\4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\featured\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\featured\\Thumbs.db", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\featured\\Thumbs.db", "PackagePath": "staticwebassets\\images\\blocks\\preview\\featured\\Thumbs.db" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\filter-dropdown\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\filter-dropdown\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\filter-dropdown\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\filter-dropdown\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\filter-dropdown\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\6.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\filter-dropdown\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\7.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\filter-dropdown\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\8.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\filter-dropdown\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\filter-dropdown\\9.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\filter-dropdown\\9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\form-2.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\form-2.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\form-2.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\form-3\\1.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\form-3\\1.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\form-3\\1.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\form-9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\form-9.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\form-9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\form-booking-reservation.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\form-booking-reservation.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\form-booking-reservation.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\form-fitness.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\form-fitness.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\form-fitness.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-1\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-1\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-1\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-1\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-1\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-1\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-1\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-1\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-1\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-1\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-1\\4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-1\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-1\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-1\\5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-1\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-1\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-1\\6.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-1\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\1-full.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\1-full.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-2\\1-full.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-2\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\10.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-2\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\11-full.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\11-full.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-2\\11-full.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\11.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\11.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-2\\11.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\12-full.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\12-full.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-2\\12-full.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\12.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\12.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-2\\12.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\2-full.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\2-full.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-2\\2-full.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-2\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\3-full.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\3-full.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-2\\3-full.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-2\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\4-full.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\4-full.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-2\\4-full.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-2\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\5-full.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\5-full.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-2\\5-full.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-2\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\6-full.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\6-full.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-2\\6-full.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\6.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-2\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\7-full.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\7-full.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-2\\7-full.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\7.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-2\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\8-full.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\8-full.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-2\\8-full.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\8.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-2\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\9-full.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\9-full.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-2\\9-full.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-2\\9.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-2\\9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-3\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-3\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-3\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-3\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-3\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-3\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-3\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-3\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-3\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-3\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-3\\4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-3\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-4\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-4\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-4\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-4\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-4\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-4\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-4\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-4\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-4\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-4\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-4\\4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-4\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-4\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-4\\5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-4\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-4\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-4\\6.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-4\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-4\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-4\\7.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-4\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-5\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-5\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-5\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-5\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-5\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-5\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-5\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-5\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-5\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-5\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-5\\4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-5\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-7\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-7\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-7\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-7\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-7\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-7\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-7\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-7\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-7\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-7\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-7\\4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-7\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-7\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-7\\5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-7\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-7\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-7\\6.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-7\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-7\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-7\\7.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-7\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-7\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-7\\8.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-7\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-parallax\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-parallax\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-parallax\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-parallax\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-parallax\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-parallax\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-parallax\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-parallax\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-parallax\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-parallax\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-parallax\\4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-parallax\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-parallax\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-parallax\\5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-parallax\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-parallax\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\gallery-parallax\\6.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\gallery-parallax\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\google-login.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\google-login.png", "PackagePath": "staticwebassets\\images\\blocks\\preview\\google-login.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-4\\bevarage.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-4\\bevarage.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\header-4\\bevarage.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-4\\burgers.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-4\\burgers.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\header-4\\burgers.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-4\\chinese.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-4\\chinese.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\header-4\\chinese.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-4\\desserts.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-4\\desserts.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\header-4\\desserts.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-4\\indian.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-4\\indian.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\header-4\\indian.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-4\\indonesian.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-4\\indonesian.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\header-4\\indonesian.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-4\\pizza.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-4\\pizza.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\header-4\\pizza.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-4\\tacos.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-4\\tacos.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\header-4\\tacos.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-5\\camera.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-5\\camera.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\header-5\\camera.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-5\\games.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-5\\games.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\header-5\\games.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-5\\ipad.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-5\\ipad.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\header-5\\ipad.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-5\\notebook.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-5\\notebook.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\header-5\\notebook.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-5\\ps4.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-5\\ps4.png", "PackagePath": "staticwebassets\\images\\blocks\\preview\\header-5\\ps4.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-5\\ps5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-5\\ps5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\header-5\\ps5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-5\\tv.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-5\\tv.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\header-5\\tv.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-5\\xbox.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\header-5\\xbox.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\header-5\\xbox.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\1-thumb.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\1-thumb.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-10\\1-thumb.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-10\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\2-thumb.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\2-thumb.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-10\\2-thumb.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-10\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\3-thumb.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\3-thumb.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-10\\3-thumb.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-10\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\4-thumb.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\4-thumb.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-10\\4-thumb.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-10\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\5-thumb.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\5-thumb.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-10\\5-thumb.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-10\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\main.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-10\\main.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-10\\main.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-11\\bg.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-11\\bg.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-11\\bg.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-11\\hanging-lamp.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-11\\hanging-lamp.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-11\\hanging-lamp.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-11\\sofa.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-11\\sofa.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-11\\sofa.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-11\\table-lamp.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-11\\table-lamp.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-11\\table-lamp.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-11\\table.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-11\\table.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-11\\table.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-12.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-12.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-12.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-13.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-13.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-13.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-14\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-14\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-14\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-14\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-14\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-14\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-14\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-14\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-14\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-16.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-16.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-16.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-18\\men.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-18\\men.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-18\\men.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-18\\women.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-18\\women.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-18\\women.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-19.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-19.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-19.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-21\\1.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-21\\1.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-21\\1.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-22\\1-light.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-22\\1-light.png", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-22\\1-light.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-22\\1.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-22\\1.png", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-22\\1.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-23\\1.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-23\\1.png", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-23\\1.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-23\\2.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-23\\2.png", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-23\\2.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-23\\3.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-23\\3.png", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-23\\3.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-23\\4.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-23\\4.png", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-23\\4.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-24\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-24\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-24\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-25.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-25.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-25.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-26\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-26\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-26\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-26\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-26\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-26\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-26\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-26\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-26\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-28\\Browser.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-28\\Browser.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-28\\Browser.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-2\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-2\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-2\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-2\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-2\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-2\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-2\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-2\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-2\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-30\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-30\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-30\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-30\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-30\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-30\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-30\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-30\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-30\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-30\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-30\\4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-30\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-30\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-30\\5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-30\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-30\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-30\\6.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-30\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-30\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-30\\7.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-30\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-30\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-30\\8.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-30\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-6.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-7.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-8.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-9\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-9\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-9\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-9\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-9\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-9\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-9\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hero-9\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hero-9\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hotspot.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\hotspot.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\hotspot.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\insta-bg.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\insta-bg.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\insta-bg.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\instructor-2.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\instructor-2.png", "PackagePath": "staticwebassets\\images\\blocks\\preview\\instructor-2.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\instructor-bg.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\instructor-bg.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\instructor-bg.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\instructor.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\instructor.png", "PackagePath": "staticwebassets\\images\\blocks\\preview\\instructor.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\iphone-wireframe.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\iphone-wireframe.png", "PackagePath": "staticwebassets\\images\\blocks\\preview\\iphone-wireframe.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\iphone\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\iphone\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\iphone\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\iphone\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\iphone\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\iphone\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\iphone\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\iphone\\4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\iphone\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\iphone\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\iphone\\5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\iphone\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\iphone\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\iphone\\6.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\iphone\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\lazy-loading.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\lazy-loading.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\lazy-loading.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\logo@footer-2.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\logo@footer-2.png", "PackagePath": "staticwebassets\\images\\blocks\\preview\\logo@footer-2.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\map.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\map.png", "PackagePath": "staticwebassets\\images\\blocks\\preview\\map.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\mask-blob.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\mask-blob.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\mask-blob.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\mask.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\mask.png", "PackagePath": "staticwebassets\\images\\blocks\\preview\\mask.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\modal-health.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\modal-health.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\modal-health.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\modal-subscribe-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\modal-subscribe-2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\modal-subscribe-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\nav\\bg.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\nav\\bg.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\nav\\bg.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\nav\\bg.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\nav\\bg.png", "PackagePath": "staticwebassets\\images\\blocks\\preview\\nav\\bg.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\nav\\gr-bg\\2364720.ai", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\nav\\gr-bg\\2364720.ai", "PackagePath": "staticwebassets\\images\\blocks\\preview\\nav\\gr-bg\\2364720.ai" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\nav\\gr-bg\\2364724.eps", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\nav\\gr-bg\\2364724.eps", "PackagePath": "staticwebassets\\images\\blocks\\preview\\nav\\gr-bg\\2364724.eps" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\nav\\gr-bg\\2364726.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\nav\\gr-bg\\2364726.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\nav\\gr-bg\\2364726.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\nav\\gr-bg\\Fonts.txt", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\nav\\gr-bg\\Fonts.txt", "PackagePath": "staticwebassets\\images\\blocks\\preview\\nav\\gr-bg\\Fonts.txt" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\nav\\gr-bg\\License free.txt", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\nav\\gr-bg\\License free.txt", "PackagePath": "staticwebassets\\images\\blocks\\preview\\nav\\gr-bg\\License free.txt" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\nav\\gr-bg\\License premium.txt", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\nav\\gr-bg\\License premium.txt", "PackagePath": "staticwebassets\\images\\blocks\\preview\\nav\\gr-bg\\License premium.txt" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\pattern.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\pattern.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\pattern.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popup-banner.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popup-banner.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\popup-banner.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\food\\bg.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\food\\bg.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\popups\\food\\bg.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\food\\bg.psd", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\food\\bg.psd", "PackagePath": "staticwebassets\\images\\blocks\\preview\\popups\\food\\bg.psd" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\food\\offer.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\food\\offer.png", "PackagePath": "staticwebassets\\images\\blocks\\preview\\popups\\food\\offer.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\furniture\\bg.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\furniture\\bg.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\popups\\furniture\\bg.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\furniture\\bg.psd", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\furniture\\bg.psd", "PackagePath": "staticwebassets\\images\\blocks\\preview\\popups\\furniture\\bg.psd" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\gym\\bg.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\gym\\bg.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\popups\\gym\\bg.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\gym\\mask.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\gym\\mask.png", "PackagePath": "staticwebassets\\images\\blocks\\preview\\popups\\gym\\mask.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\popup-contact.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\popup-contact.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\popups\\popup-contact.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\popup-sale.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\popup-sale.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\popups\\popup-sale.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\popup-ticket.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\popup-ticket.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\popups\\popup-ticket.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\recovery-email.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\recovery-email.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\popups\\recovery-email.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\shop\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\shop\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\popups\\shop\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\shop\\1.psd", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\shop\\1.psd", "PackagePath": "staticwebassets\\images\\blocks\\preview\\popups\\shop\\1.psd" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\spa\\spa-logo.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\spa\\spa-logo.png", "PackagePath": "staticwebassets\\images\\blocks\\preview\\popups\\spa\\spa-logo.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\spa\\spa.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\popups\\spa\\spa.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\popups\\spa\\spa.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-1\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-1\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\portfolio-1\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-1\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-1\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\portfolio-1\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-1\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-1\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\portfolio-1\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-1\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-1\\4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\portfolio-1\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-1\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-1\\5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\portfolio-1\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-1\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-1\\6.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\portfolio-1\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\portfolio-full\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\portfolio-full\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\portfolio-full\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\portfolio-full\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\portfolio-full\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\6.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\portfolio-full\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\7.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\portfolio-full\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\8.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\portfolio-full\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\portfolio-full\\thumbs\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\portfolio-full\\thumbs\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\portfolio-full\\thumbs\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\portfolio-full\\thumbs\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\portfolio-full\\thumbs\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\6.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\portfolio-full\\thumbs\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\7.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\portfolio-full\\thumbs\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-full\\thumbs\\8.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\portfolio-full\\thumbs\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-single\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-single\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\portfolio-single\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-single\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-single\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\portfolio-single\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-single\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-single\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\portfolio-single\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-single\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-single\\4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\portfolio-single\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-single\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-single\\5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\portfolio-single\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-single\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\portfolio-single\\6.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\portfolio-single\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\pricing.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\pricing.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\pricing.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\promo-box\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\promo-box\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\promo-box\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\recipes\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\recipes\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\recipes\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\recipes\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\recipes\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\recipes\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\recipes\\3.jpeg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\recipes\\3.jpeg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\recipes\\3.jpeg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\recipes\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\recipes\\4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\recipes\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\recipes\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\recipes\\5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\recipes\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\recipes\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\recipes\\6.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\recipes\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\recipes\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\recipes\\7.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\recipes\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\schedule.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\schedule.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\schedule.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\seperator.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\seperator.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\seperator.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-full\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-full\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\shop-full\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-full\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-full\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\shop-full\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-full\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-full\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\shop-full\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-full\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-full\\4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\shop-full\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-full\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-full\\5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\shop-full\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-full\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-full\\6.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\shop-full\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-full\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-full\\7.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\shop-full\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-full\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-full\\8.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\shop-full\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-select\\black.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-select\\black.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\shop-select\\black.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-select\\blue.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-select\\blue.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\shop-select\\blue.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-select\\clear.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-select\\clear.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\shop-select\\clear.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-select\\green.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-select\\green.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\shop-select\\green.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-select\\lightblue.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-select\\lightblue.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\shop-select\\lightblue.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-select\\orange.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-select\\orange.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\shop-select\\orange.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-select\\skyblue.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-select\\skyblue.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\shop-select\\skyblue.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-select\\white.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\shop-select\\white.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\shop-select\\white.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-1\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-1\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\slider-1\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-1\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-1\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\slider-1\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-1\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-1\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\slider-1\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-2\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-2\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\slider-2\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-2\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-2\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\slider-2\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-2\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-2\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\slider-2\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-4\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-4\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\slider-4\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-4\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-4\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\slider-4\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-4\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-4\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\slider-4\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-4\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-4\\4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\slider-4\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-4\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-4\\5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\slider-4\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-parallax\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-parallax\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\slider-parallax\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-parallax\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-parallax\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\slider-parallax\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-parallax\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\slider-parallax\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\slider-parallax\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\Meteor.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\Meteor.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\svg-bg\\Meteor.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\Shiny.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\Shiny.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\svg-bg\\Shiny.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\animated_shape.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\animated_shape.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\svg-bg\\animated_shape.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\blob.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\blob.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\svg-bg\\blob.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\colored.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\colored.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\svg-bg\\colored.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\colored_patterns.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\colored_patterns.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\svg-bg\\colored_patterns.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\gradient.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\gradient.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\svg-bg\\gradient.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\polygon.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\polygon.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\svg-bg\\polygon.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\rect.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\rect.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\svg-bg\\rect.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\sprinkle.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\sprinkle.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\svg-bg\\sprinkle.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\wave.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\wave.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\svg-bg\\wave.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\world_map.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\svg-bg\\world_map.svg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\svg-bg\\world_map.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-3\\niche\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-3\\niche\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\tab-3\\niche\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-3\\niche\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-3\\niche\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\tab-3\\niche\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-3\\niche\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-3\\niche\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\tab-3\\niche\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-3\\niche\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-3\\niche\\4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\tab-3\\niche\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-3\\onepages\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-3\\onepages\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\tab-3\\onepages\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-3\\onepages\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-3\\onepages\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\tab-3\\onepages\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-3\\onepages\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-3\\onepages\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\tab-3\\onepages\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-3\\onepages\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-3\\onepages\\4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\tab-3\\onepages\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-4\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-4\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\tab-4\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-4\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-4\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\tab-4\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-4\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-4\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\tab-4\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-4\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-4\\4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\tab-4\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-4\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-4\\5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\tab-4\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-4\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-4\\6.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\tab-4\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-4\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\tab-4\\7.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\tab-4\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team-2\\1-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team-2\\1-1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\team-2\\1-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team-2\\1.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team-2\\1.png", "PackagePath": "staticwebassets\\images\\blocks\\preview\\team-2\\1.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team-2\\2-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team-2\\2-1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\team-2\\2-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team-2\\2.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team-2\\2.png", "PackagePath": "staticwebassets\\images\\blocks\\preview\\team-2\\2.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team-2\\3-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team-2\\3-1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\team-2\\3-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team-2\\3.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team-2\\3.png", "PackagePath": "staticwebassets\\images\\blocks\\preview\\team-2\\3.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team\\1.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\team\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team\\2.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\team\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team\\3.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\team\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team\\4.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\team\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team\\5.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\team\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blocks\\preview\\team\\6.jpg", "PackagePath": "staticwebassets\\images\\blocks\\preview\\team\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\1.jpg", "PackagePath": "staticwebassets\\images\\blog\\full\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\10.jpg", "PackagePath": "staticwebassets\\images\\blog\\full\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\12-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\12-1.jpg", "PackagePath": "staticwebassets\\images\\blog\\full\\12-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\12.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\12.jpg", "PackagePath": "staticwebassets\\images\\blog\\full\\12.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\13.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\13.jpg", "PackagePath": "staticwebassets\\images\\blog\\full\\13.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\17.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\17.jpg", "PackagePath": "staticwebassets\\images\\blog\\full\\17.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\18.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\18.jpg", "PackagePath": "staticwebassets\\images\\blog\\full\\18.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\19.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\19.jpg", "PackagePath": "staticwebassets\\images\\blog\\full\\19.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\2.jpg", "PackagePath": "staticwebassets\\images\\blog\\full\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\20.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\20.jpg", "PackagePath": "staticwebassets\\images\\blog\\full\\20.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\21.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\21.jpg", "PackagePath": "staticwebassets\\images\\blog\\full\\21.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\22.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\22.jpg", "PackagePath": "staticwebassets\\images\\blog\\full\\22.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\3.jpg", "PackagePath": "staticwebassets\\images\\blog\\full\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\6-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\6-1.jpg", "PackagePath": "staticwebassets\\images\\blog\\full\\6-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\6-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\full\\6-2.jpg", "PackagePath": "staticwebassets\\images\\blog\\full\\6-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\1.jpg", "PackagePath": "staticwebassets\\images\\blog\\grid\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\10.jpg", "PackagePath": "staticwebassets\\images\\blog\\grid\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\12.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\12.jpg", "PackagePath": "staticwebassets\\images\\blog\\grid\\12.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\13.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\13.jpg", "PackagePath": "staticwebassets\\images\\blog\\grid\\13.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\17.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\17.jpg", "PackagePath": "staticwebassets\\images\\blog\\grid\\17.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\2.jpg", "PackagePath": "staticwebassets\\images\\blog\\grid\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\20.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\20.jpg", "PackagePath": "staticwebassets\\images\\blog\\grid\\20.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\21.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\21.jpg", "PackagePath": "staticwebassets\\images\\blog\\grid\\21.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\22.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\22.jpg", "PackagePath": "staticwebassets\\images\\blog\\grid\\22.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\grid\\3.jpg", "PackagePath": "staticwebassets\\images\\blog\\grid\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\masonry\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\masonry\\10.jpg", "PackagePath": "staticwebassets\\images\\blog\\masonry\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\masonry\\12-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\masonry\\12-1.jpg", "PackagePath": "staticwebassets\\images\\blog\\masonry\\12-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\masonry\\20.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\masonry\\20.jpg", "PackagePath": "staticwebassets\\images\\blog\\masonry\\20.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\masonry\\22.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\masonry\\22.jpg", "PackagePath": "staticwebassets\\images\\blog\\masonry\\22.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\masonry\\6-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\masonry\\6-1.jpg", "PackagePath": "staticwebassets\\images\\blog\\masonry\\6-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\masonry\\6-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\masonry\\6-2.jpg", "PackagePath": "staticwebassets\\images\\blog\\masonry\\6-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\1.jpg", "PackagePath": "staticwebassets\\images\\blog\\small\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\10.jpg", "PackagePath": "staticwebassets\\images\\blog\\small\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\12-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\12-1.jpg", "PackagePath": "staticwebassets\\images\\blog\\small\\12-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\12.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\12.jpg", "PackagePath": "staticwebassets\\images\\blog\\small\\12.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\13.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\13.jpg", "PackagePath": "staticwebassets\\images\\blog\\small\\13.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\17.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\17.jpg", "PackagePath": "staticwebassets\\images\\blog\\small\\17.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\18.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\18.jpg", "PackagePath": "staticwebassets\\images\\blog\\small\\18.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\19.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\19.jpg", "PackagePath": "staticwebassets\\images\\blog\\small\\19.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\2.jpg", "PackagePath": "staticwebassets\\images\\blog\\small\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\20.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\20.jpg", "PackagePath": "staticwebassets\\images\\blog\\small\\20.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\21.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\21.jpg", "PackagePath": "staticwebassets\\images\\blog\\small\\21.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\22.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\22.jpg", "PackagePath": "staticwebassets\\images\\blog\\small\\22.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\3.jpg", "PackagePath": "staticwebassets\\images\\blog\\small\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\6-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\6-1.jpg", "PackagePath": "staticwebassets\\images\\blog\\small\\6-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\6-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\small\\6-2.jpg", "PackagePath": "staticwebassets\\images\\blog\\small\\6-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\standard\\.17~imageoptim.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\standard\\.17~imageoptim.jpg", "PackagePath": "staticwebassets\\images\\blog\\standard\\.17~imageoptim.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\standard\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\standard\\1.jpg", "PackagePath": "staticwebassets\\images\\blog\\standard\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\standard\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\standard\\10.jpg", "PackagePath": "staticwebassets\\images\\blog\\standard\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\standard\\17.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\standard\\17.jpg", "PackagePath": "staticwebassets\\images\\blog\\standard\\17.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\standard\\20.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\standard\\20.jpg", "PackagePath": "staticwebassets\\images\\blog\\standard\\20.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\standard\\21.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\standard\\21.jpg", "PackagePath": "staticwebassets\\images\\blog\\standard\\21.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\blog\\standard\\22.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\blog\\standard\\22.jpg", "PackagePath": "staticwebassets\\images\\blog\\standard\\22.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\1.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\1.png", "PackagePath": "staticwebassets\\images\\clients\\1.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\10.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\10.png", "PackagePath": "staticwebassets\\images\\clients\\10.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\11.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\11.png", "PackagePath": "staticwebassets\\images\\clients\\11.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\12.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\12.png", "PackagePath": "staticwebassets\\images\\clients\\12.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\13.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\13.png", "PackagePath": "staticwebassets\\images\\clients\\13.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\14.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\14.png", "PackagePath": "staticwebassets\\images\\clients\\14.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\15.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\15.png", "PackagePath": "staticwebassets\\images\\clients\\15.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\16.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\16.png", "PackagePath": "staticwebassets\\images\\clients\\16.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\2.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\2.png", "PackagePath": "staticwebassets\\images\\clients\\2.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\3.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\3.png", "PackagePath": "staticwebassets\\images\\clients\\3.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\4.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\4.png", "PackagePath": "staticwebassets\\images\\clients\\4.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\5.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\5.png", "PackagePath": "staticwebassets\\images\\clients\\5.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\6.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\6.png", "PackagePath": "staticwebassets\\images\\clients\\6.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\7.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\7.png", "PackagePath": "staticwebassets\\images\\clients\\7.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\8.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\8.png", "PackagePath": "staticwebassets\\images\\clients\\8.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\9.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\9.png", "PackagePath": "staticwebassets\\images\\clients\\9.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\1.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\1.png", "PackagePath": "staticwebassets\\images\\clients\\logo\\1.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\10.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\10.png", "PackagePath": "staticwebassets\\images\\clients\\logo\\10.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\11.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\11.png", "PackagePath": "staticwebassets\\images\\clients\\logo\\11.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\12.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\12.png", "PackagePath": "staticwebassets\\images\\clients\\logo\\12.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\13.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\13.png", "PackagePath": "staticwebassets\\images\\clients\\logo\\13.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\14.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\14.png", "PackagePath": "staticwebassets\\images\\clients\\logo\\14.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\15.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\15.png", "PackagePath": "staticwebassets\\images\\clients\\logo\\15.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\16.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\16.png", "PackagePath": "staticwebassets\\images\\clients\\logo\\16.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\17.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\17.png", "PackagePath": "staticwebassets\\images\\clients\\logo\\17.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\18.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\18.png", "PackagePath": "staticwebassets\\images\\clients\\logo\\18.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\19.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\19.png", "PackagePath": "staticwebassets\\images\\clients\\logo\\19.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\2.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\2.png", "PackagePath": "staticwebassets\\images\\clients\\logo\\2.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\3.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\3.png", "PackagePath": "staticwebassets\\images\\clients\\logo\\3.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\4.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\4.png", "PackagePath": "staticwebassets\\images\\clients\\logo\\4.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\5.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\5.png", "PackagePath": "staticwebassets\\images\\clients\\logo\\5.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\6.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\6.png", "PackagePath": "staticwebassets\\images\\clients\\logo\\6.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\7.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\7.png", "PackagePath": "staticwebassets\\images\\clients\\logo\\7.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\8.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\8.png", "PackagePath": "staticwebassets\\images\\clients\\logo\\8.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\9.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\clients\\logo\\9.png", "PackagePath": "staticwebassets\\images\\clients\\logo\\9.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\demo-parallax.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\demo-parallax.jpg", "PackagePath": "staticwebassets\\images\\demo-parallax.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\1.jpg", "PackagePath": "staticwebassets\\images\\events\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\10.jpg", "PackagePath": "staticwebassets\\images\\events\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\2.jpg", "PackagePath": "staticwebassets\\images\\events\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\3.jpg", "PackagePath": "staticwebassets\\images\\events\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\4.jpg", "PackagePath": "staticwebassets\\images\\events\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\5.jpg", "PackagePath": "staticwebassets\\images\\events\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\6.jpg", "PackagePath": "staticwebassets\\images\\events\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\7.jpg", "PackagePath": "staticwebassets\\images\\events\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\8.jpg", "PackagePath": "staticwebassets\\images\\events\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\parallax\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\parallax\\1.jpg", "PackagePath": "staticwebassets\\images\\events\\parallax\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\parallax\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\parallax\\2.jpg", "PackagePath": "staticwebassets\\images\\events\\parallax\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\parallax\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\parallax\\4.jpg", "PackagePath": "staticwebassets\\images\\events\\parallax\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\parallax\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\parallax\\7.jpg", "PackagePath": "staticwebassets\\images\\events\\parallax\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\parallax\\9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\parallax\\9.jpg", "PackagePath": "staticwebassets\\images\\events\\parallax\\9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\parallax\\home.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\parallax\\home.jpg", "PackagePath": "staticwebassets\\images\\events\\parallax\\home.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\thumbs\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\thumbs\\1.jpg", "PackagePath": "staticwebassets\\images\\events\\thumbs\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\thumbs\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\thumbs\\2.jpg", "PackagePath": "staticwebassets\\images\\events\\thumbs\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\thumbs\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\thumbs\\3.jpg", "PackagePath": "staticwebassets\\images\\events\\thumbs\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\thumbs\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\thumbs\\4.jpg", "PackagePath": "staticwebassets\\images\\events\\thumbs\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\thumbs\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\thumbs\\5.jpg", "PackagePath": "staticwebassets\\images\\events\\thumbs\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\thumbs\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\thumbs\\6.jpg", "PackagePath": "staticwebassets\\images\\events\\thumbs\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\thumbs\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\thumbs\\7.jpg", "PackagePath": "staticwebassets\\images\\events\\thumbs\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\events\\thumbs\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\events\\thumbs\\8.jpg", "PackagePath": "staticwebassets\\images\\events\\thumbs\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\extras\\200x200.gif", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\extras\\200x200.gif", "PackagePath": "staticwebassets\\images\\extras\\200x200.gif" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\footer-bg.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\footer-bg.jpg", "PackagePath": "staticwebassets\\images\\footer-bg.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\footer-logo.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\footer-logo.png", "PackagePath": "staticwebassets\\images\\footer-logo.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\footer-logo@2x.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\footer-logo@2x.png", "PackagePath": "staticwebassets\\images\\footer-logo@2x.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\footer-widget-logo.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\footer-widget-logo.png", "PackagePath": "staticwebassets\\images\\footer-widget-logo.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\footer-widget-logo@2x.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\footer-widget-logo@2x.png", "PackagePath": "staticwebassets\\images\\footer-widget-logo@2x.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\billing-shipping.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\billing-shipping.jpg", "PackagePath": "staticwebassets\\images\\forms\\billing-shipping.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\booking-reservation.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\booking-reservation.jpg", "PackagePath": "staticwebassets\\images\\forms\\booking-reservation.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\car-rental.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\car-rental.jpg", "PackagePath": "staticwebassets\\images\\forms\\car-rental.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\car\\1.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\car\\1.png", "PackagePath": "staticwebassets\\images\\forms\\car\\1.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\car\\2.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\car\\2.png", "PackagePath": "staticwebassets\\images\\forms\\car\\2.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\car\\3.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\car\\3.png", "PackagePath": "staticwebassets\\images\\forms\\car\\3.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\car\\4.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\car\\4.png", "PackagePath": "staticwebassets\\images\\forms\\car\\4.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\coming-soon.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\coming-soon.jpg", "PackagePath": "staticwebassets\\images\\forms\\coming-soon.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\event-registration.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\event-registration.jpg", "PackagePath": "staticwebassets\\images\\forms\\event-registration.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\feedback.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\feedback.jpg", "PackagePath": "staticwebassets\\images\\forms\\feedback.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\fitness.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\fitness.jpg", "PackagePath": "staticwebassets\\images\\forms\\fitness.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\fixed-feedback.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\fixed-feedback.jpg", "PackagePath": "staticwebassets\\images\\forms\\fixed-feedback.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\floating-contact.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\floating-contact.jpg", "PackagePath": "staticwebassets\\images\\forms\\floating-contact.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\freelance-quote.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\freelance-quote.jpg", "PackagePath": "staticwebassets\\images\\forms\\freelance-quote.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\get-started.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\get-started.jpg", "PackagePath": "staticwebassets\\images\\forms\\get-started.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\health.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\health.jpg", "PackagePath": "staticwebassets\\images\\forms\\health.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\inline.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\inline.jpg", "PackagePath": "staticwebassets\\images\\forms\\inline.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\job.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\job.jpg", "PackagePath": "staticwebassets\\images\\forms\\job.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\modal-feedback.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\modal-feedback.jpg", "PackagePath": "staticwebassets\\images\\forms\\modal-feedback.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\modal-subscribe-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\modal-subscribe-2.jpg", "PackagePath": "staticwebassets\\images\\forms\\modal-subscribe-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\modal-subscribe-top.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\modal-subscribe-top.jpg", "PackagePath": "staticwebassets\\images\\forms\\modal-subscribe-top.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\modal-subscribe.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\modal-subscribe.jpg", "PackagePath": "staticwebassets\\images\\forms\\modal-subscribe.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\plan.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\plan.jpg", "PackagePath": "staticwebassets\\images\\forms\\plan.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\plan.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\plan.png", "PackagePath": "staticwebassets\\images\\forms\\plan.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\real-estate-enquiry.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\real-estate-enquiry.jpg", "PackagePath": "staticwebassets\\images\\forms\\real-estate-enquiry.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\referral-bg.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\referral-bg.jpg", "PackagePath": "staticwebassets\\images\\forms\\referral-bg.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\referral.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\referral.jpg", "PackagePath": "staticwebassets\\images\\forms\\referral.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\subscription.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\subscription.jpg", "PackagePath": "staticwebassets\\images\\forms\\subscription.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\survey.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\survey.jpg", "PackagePath": "staticwebassets\\images\\forms\\survey.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\website-costing.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\website-costing.jpg", "PackagePath": "staticwebassets\\images\\forms\\website-costing.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\forms\\wedding.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\forms\\wedding.jpg", "PackagePath": "staticwebassets\\images\\forms\\wedding.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\grid.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\grid.png", "PackagePath": "staticwebassets\\images\\grid.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\header-bg.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\header-bg.png", "PackagePath": "staticwebassets\\images\\header-bg.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\avatar.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\avatar.jpg", "PackagePath": "staticwebassets\\images\\icons\\avatar.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\close.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\close.png", "PackagePath": "staticwebassets\\images\\icons\\close.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\dotted.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\dotted.png", "PackagePath": "staticwebassets\\images\\icons\\dotted.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\flag.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\flag.png", "PackagePath": "staticwebassets\\images\\icons\\features\\flag.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\map.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\map.png", "PackagePath": "staticwebassets\\images\\icons\\features\\map.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\performance.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\performance.png", "PackagePath": "staticwebassets\\images\\icons\\features\\performance.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\responsive.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\responsive.png", "PackagePath": "staticwebassets\\images\\icons\\features\\responsive.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\retina.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\retina.png", "PackagePath": "staticwebassets\\images\\icons\\features\\retina.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\seo.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\seo.png", "PackagePath": "staticwebassets\\images\\icons\\features\\seo.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\support.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\support.png", "PackagePath": "staticwebassets\\images\\icons\\features\\support.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\tick.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\tick.png", "PackagePath": "staticwebassets\\images\\icons\\features\\tick.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\tools.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\features\\tools.png", "PackagePath": "staticwebassets\\images\\icons\\features\\tools.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\flags\\french.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\flags\\french.png", "PackagePath": "staticwebassets\\images\\icons\\flags\\french.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\flags\\german.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\flags\\german.png", "PackagePath": "staticwebassets\\images\\icons\\flags\\german.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\flags\\italian.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\flags\\italian.png", "PackagePath": "staticwebassets\\images\\icons\\flags\\italian.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\iconalt.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\iconalt.svg", "PackagePath": "staticwebassets\\images\\icons\\iconalt.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\image.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\image.png", "PackagePath": "staticwebassets\\images\\icons\\image.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\macbook.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\macbook.png", "PackagePath": "staticwebassets\\images\\icons\\macbook.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\map-icon-red.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\map-icon-red.png", "PackagePath": "staticwebassets\\images\\icons\\map-icon-red.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\map-icon.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\map-icon.png", "PackagePath": "staticwebassets\\images\\icons\\map-icon.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\play.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\play.png", "PackagePath": "staticwebassets\\images\\icons\\play.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\restaurant\\cup-dark.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\restaurant\\cup-dark.png", "PackagePath": "staticwebassets\\images\\icons\\restaurant\\cup-dark.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\restaurant\\cup.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\restaurant\\cup.png", "PackagePath": "staticwebassets\\images\\icons\\restaurant\\cup.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\restaurant\\fork-dark.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\restaurant\\fork-dark.png", "PackagePath": "staticwebassets\\images\\icons\\restaurant\\fork-dark.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\restaurant\\fork.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\restaurant\\fork.png", "PackagePath": "staticwebassets\\images\\icons\\restaurant\\fork.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\restaurant\\glass-dark.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\restaurant\\glass-dark.png", "PackagePath": "staticwebassets\\images\\icons\\restaurant\\glass-dark.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\restaurant\\glass.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\restaurant\\glass.png", "PackagePath": "staticwebassets\\images\\icons\\restaurant\\glass.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\restaurant\\tea-dark.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\restaurant\\tea-dark.png", "PackagePath": "staticwebassets\\images\\icons\\restaurant\\tea-dark.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\restaurant\\tea.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\restaurant\\tea.png", "PackagePath": "staticwebassets\\images\\icons\\restaurant\\tea.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\svg\\library_add_FILL0_wght200_GRAD0_opsz40.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\svg\\library_add_FILL0_wght200_GRAD0_opsz40.svg", "PackagePath": "staticwebassets\\images\\icons\\svg\\library_add_FILL0_wght200_GRAD0_opsz40.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\svg\\queue.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\svg\\queue.svg", "PackagePath": "staticwebassets\\images\\icons\\svg\\queue.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\icons\\video-play.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\icons\\video-play.png", "PackagePath": "staticwebassets\\images\\icons\\video-play.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\ils\\404.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\ils\\404.svg", "PackagePath": "staticwebassets\\images\\ils\\404.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\ils\\build-websites.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\ils\\build-websites.svg", "PackagePath": "staticwebassets\\images\\ils\\build-websites.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\ils\\building-websites.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\ils\\building-websites.svg", "PackagePath": "staticwebassets\\images\\ils\\building-websites.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\ils\\canvas-code.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\ils\\canvas-code.svg", "PackagePath": "staticwebassets\\images\\ils\\canvas-code.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\ils\\canvas-support.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\ils\\canvas-support.svg", "PackagePath": "staticwebassets\\images\\ils\\canvas-support.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\ils\\hero-chat.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\ils\\hero-chat.svg", "PackagePath": "staticwebassets\\images\\ils\\hero-chat.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\ils\\hero-cms.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\ils\\hero-cms.svg", "PackagePath": "staticwebassets\\images\\ils\\hero-cms.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\ils\\hero-family.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\ils\\hero-family.svg", "PackagePath": "staticwebassets\\images\\ils\\hero-family.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\ils\\hero-schedule.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\ils\\hero-schedule.svg", "PackagePath": "staticwebassets\\images\\ils\\hero-schedule.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\ils\\hero-social.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\ils\\hero-social.svg", "PackagePath": "staticwebassets\\images\\ils\\hero-social.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\ils\\layered-peaks.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\ils\\layered-peaks.svg", "PackagePath": "staticwebassets\\images\\ils\\layered-peaks.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\ils\\website-builder.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\ils\\website-builder.svg", "PackagePath": "staticwebassets\\images\\ils\\website-builder.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\bg-2.jpeg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\bg-2.jpeg", "PackagePath": "staticwebassets\\images\\intro\\bg-2.jpeg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\bg.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\bg.jpg", "PackagePath": "staticwebassets\\images\\intro\\bg.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\bg1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\bg1.jpg", "PackagePath": "staticwebassets\\images\\intro\\bg1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\blocks.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\blocks.jpg", "PackagePath": "staticwebassets\\images\\intro\\blocks.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\blocks\\1.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\blocks\\1.png", "PackagePath": "staticwebassets\\images\\intro\\blocks\\1.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\blocks\\2.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\blocks\\2.png", "PackagePath": "staticwebassets\\images\\intro\\blocks\\2.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\hero-bg.webp", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\hero-bg.webp", "PackagePath": "staticwebassets\\images\\intro\\hero-bg.webp" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\icons.zip", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\icons.zip", "PackagePath": "staticwebassets\\images\\intro\\icons.zip" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\ajax.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\ajax.svg", "PackagePath": "staticwebassets\\images\\intro\\icons\\ajax.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\bootstrap-5.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\bootstrap-5.svg", "PackagePath": "staticwebassets\\images\\intro\\icons\\bootstrap-5.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\css.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\css.svg", "PackagePath": "staticwebassets\\images\\intro\\icons\\css.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\dark.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\dark.svg", "PackagePath": "staticwebassets\\images\\intro\\icons\\dark.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\gulp-js.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\gulp-js.svg", "PackagePath": "staticwebassets\\images\\intro\\icons\\gulp-js.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\html-5.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\html-5.svg", "PackagePath": "staticwebassets\\images\\intro\\icons\\html-5.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\js.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\js.svg", "PackagePath": "staticwebassets\\images\\intro\\icons\\js.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\node-js.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\node-js.svg", "PackagePath": "staticwebassets\\images\\intro\\icons\\node-js.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\rtl.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\rtl.svg", "PackagePath": "staticwebassets\\images\\intro\\icons\\rtl.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\sass.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\icons\\sass.svg", "PackagePath": "staticwebassets\\images\\intro\\icons\\sass.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\latest\\niche-demos-1.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\latest\\niche-demos-1.svg", "PackagePath": "staticwebassets\\images\\intro\\latest\\niche-demos-1.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\latest\\niche-demos.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\latest\\niche-demos.jpg", "PackagePath": "staticwebassets\\images\\intro\\latest\\niche-demos.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\latest\\niche-demos.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\latest\\niche-demos.png", "PackagePath": "staticwebassets\\images\\intro\\latest\\niche-demos.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\latest\\niche-demos.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\latest\\niche-demos.svg", "PackagePath": "staticwebassets\\images\\intro\\latest\\niche-demos.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage1.jpg", "PackagePath": "staticwebassets\\images\\intro\\multipage\\homepage1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage10.jpg", "PackagePath": "staticwebassets\\images\\intro\\multipage\\homepage10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage11.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage11.jpg", "PackagePath": "staticwebassets\\images\\intro\\multipage\\homepage11.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage12.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage12.jpg", "PackagePath": "staticwebassets\\images\\intro\\multipage\\homepage12.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage13.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage13.jpg", "PackagePath": "staticwebassets\\images\\intro\\multipage\\homepage13.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage14.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage14.jpg", "PackagePath": "staticwebassets\\images\\intro\\multipage\\homepage14.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage15.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage15.jpg", "PackagePath": "staticwebassets\\images\\intro\\multipage\\homepage15.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage16.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage16.jpg", "PackagePath": "staticwebassets\\images\\intro\\multipage\\homepage16.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage17.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage17.jpg", "PackagePath": "staticwebassets\\images\\intro\\multipage\\homepage17.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage18.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage18.jpg", "PackagePath": "staticwebassets\\images\\intro\\multipage\\homepage18.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage19.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage19.jpg", "PackagePath": "staticwebassets\\images\\intro\\multipage\\homepage19.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage2.jpg", "PackagePath": "staticwebassets\\images\\intro\\multipage\\homepage2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage20.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage20.jpg", "PackagePath": "staticwebassets\\images\\intro\\multipage\\homepage20.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage21.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage21.jpg", "PackagePath": "staticwebassets\\images\\intro\\multipage\\homepage21.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage22.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage22.jpg", "PackagePath": "staticwebassets\\images\\intro\\multipage\\homepage22.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage23.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage23.jpg", "PackagePath": "staticwebassets\\images\\intro\\multipage\\homepage23.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage24.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage24.jpg", "PackagePath": "staticwebassets\\images\\intro\\multipage\\homepage24.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage25.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage25.jpg", "PackagePath": "staticwebassets\\images\\intro\\multipage\\homepage25.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage26.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage26.jpg", "PackagePath": "staticwebassets\\images\\intro\\multipage\\homepage26.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage27.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage27.jpg", "PackagePath": "staticwebassets\\images\\intro\\multipage\\homepage27.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage28.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage28.jpg", "PackagePath": "staticwebassets\\images\\intro\\multipage\\homepage28.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage29.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage29.jpg", "PackagePath": "staticwebassets\\images\\intro\\multipage\\homepage29.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage3.jpg", "PackagePath": "staticwebassets\\images\\intro\\multipage\\homepage3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage30.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage30.jpg", "PackagePath": "staticwebassets\\images\\intro\\multipage\\homepage30.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage4.jpg", "PackagePath": "staticwebassets\\images\\intro\\multipage\\homepage4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage5.jpg", "PackagePath": "staticwebassets\\images\\intro\\multipage\\homepage5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage6.jpg", "PackagePath": "staticwebassets\\images\\intro\\multipage\\homepage6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage7.jpg", "PackagePath": "staticwebassets\\images\\intro\\multipage\\homepage7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage8.jpg", "PackagePath": "staticwebassets\\images\\intro\\multipage\\homepage8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\multipage\\homepage9.jpg", "PackagePath": "staticwebassets\\images\\intro\\multipage\\homepage9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\app-landing.mp4", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\app-landing.mp4", "PackagePath": "staticwebassets\\images\\intro\\new\\app-landing.mp4" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\button.gif", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\button.gif", "PackagePath": "staticwebassets\\images\\intro\\new\\button.gif" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\canvas-forms-processor-old.mp4", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\canvas-forms-processor-old.mp4", "PackagePath": "staticwebassets\\images\\intro\\new\\canvas-forms-processor-old.mp4" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\canvas-forms-processor-poster.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\canvas-forms-processor-poster.jpg", "PackagePath": "staticwebassets\\images\\intro\\new\\canvas-forms-processor-poster.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\canvas-forms-processor.mp4", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\canvas-forms-processor.mp4", "PackagePath": "staticwebassets\\images\\intro\\new\\canvas-forms-processor.mp4" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\demos\\barber.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\demos\\barber.png", "PackagePath": "staticwebassets\\images\\intro\\new\\demos\\barber.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\demos\\business.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\demos\\business.png", "PackagePath": "staticwebassets\\images\\intro\\new\\demos\\business.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\demos\\car.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\demos\\car.png", "PackagePath": "staticwebassets\\images\\intro\\new\\demos\\car.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\demos\\ecommerce.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\demos\\ecommerce.png", "PackagePath": "staticwebassets\\images\\intro\\new\\demos\\ecommerce.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\demos\\music.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\demos\\music.png", "PackagePath": "staticwebassets\\images\\intro\\new\\demos\\music.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\demos\\pet.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\demos\\pet.png", "PackagePath": "staticwebassets\\images\\intro\\new\\demos\\pet.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\demos\\resume.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\demos\\resume.png", "PackagePath": "staticwebassets\\images\\intro\\new\\demos\\resume.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\footer.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\footer.jpg", "PackagePath": "staticwebassets\\images\\intro\\new\\footer.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\hero-bg.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\hero-bg.jpg", "PackagePath": "staticwebassets\\images\\intro\\new\\hero-bg.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\hero-image.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\hero-image.jpg", "PackagePath": "staticwebassets\\images\\intro\\new\\hero-image.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\hero-optim.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\hero-optim.jpg", "PackagePath": "staticwebassets\\images\\intro\\new\\hero-optim.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\hero-optimized.jpeg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\hero-optimized.jpeg", "PackagePath": "staticwebassets\\images\\intro\\new\\hero-optimized.jpeg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\hero-v7-performance.webp", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\hero-v7-performance.webp", "PackagePath": "staticwebassets\\images\\intro\\new\\hero-v7-performance.webp" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\hero-v7.webp", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\hero-v7.webp", "PackagePath": "staticwebassets\\images\\intro\\new\\hero-v7.webp" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\hero.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\hero.jpg", "PackagePath": "staticwebassets\\images\\intro\\new\\hero.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\hero.webp", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\hero.webp", "PackagePath": "staticwebassets\\images\\intro\\new\\hero.webp" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\intro-hero-2.jpeg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\intro-hero-2.jpeg", "PackagePath": "staticwebassets\\images\\intro\\new\\intro-hero-2.jpeg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\intro-hero.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\intro-hero.jpg", "PackagePath": "staticwebassets\\images\\intro\\new\\intro-hero.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\ipad-p-screen.gif", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\ipad-p-screen.gif", "PackagePath": "staticwebassets\\images\\intro\\new\\ipad-p-screen.gif" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\ipad-p.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\ipad-p.png", "PackagePath": "staticwebassets\\images\\intro\\new\\ipad-p.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\ipad-screen1.mp4", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\ipad-screen1.mp4", "PackagePath": "staticwebassets\\images\\intro\\new\\ipad-screen1.mp4" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\ipad.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\ipad.jpg", "PackagePath": "staticwebassets\\images\\intro\\new\\ipad.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\iphone.mp4", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\iphone.mp4", "PackagePath": "staticwebassets\\images\\intro\\new\\iphone.mp4" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\iphone7-screen.gif", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\iphone7-screen.gif", "PackagePath": "staticwebassets\\images\\intro\\new\\iphone7-screen.gif" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\iphone7-screen.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\iphone7-screen.jpg", "PackagePath": "staticwebassets\\images\\intro\\new\\iphone7-screen.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\iphone7.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\iphone7.png", "PackagePath": "staticwebassets\\images\\intro\\new\\iphone7.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\macbook.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\macbook.png", "PackagePath": "staticwebassets\\images\\intro\\new\\macbook.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\multipages.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\multipages.jpg", "PackagePath": "staticwebassets\\images\\intro\\new\\multipages.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\niche.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\niche.jpg", "PackagePath": "staticwebassets\\images\\intro\\new\\niche.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\onepages.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\onepages.jpg", "PackagePath": "staticwebassets\\images\\intro\\new\\onepages.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\p-generator.mp4", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\p-generator.mp4", "PackagePath": "staticwebassets\\images\\intro\\new\\p-generator.mp4" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\p-generator.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\p-generator.png", "PackagePath": "staticwebassets\\images\\intro\\new\\p-generator.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\rev-intro.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\rev-intro.jpg", "PackagePath": "staticwebassets\\images\\intro\\new\\rev-intro.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\rev-intro.webp", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\rev-intro.webp", "PackagePath": "staticwebassets\\images\\intro\\new\\rev-intro.webp" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\rev-slider.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\rev-slider.jpg", "PackagePath": "staticwebassets\\images\\intro\\new\\rev-slider.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\rev.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\rev.jpg", "PackagePath": "staticwebassets\\images\\intro\\new\\rev.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\rev.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\rev.png", "PackagePath": "staticwebassets\\images\\intro\\new\\rev.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\video-button.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\video-button.jpg", "PackagePath": "staticwebassets\\images\\intro\\new\\video-button.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\video.gif", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\video.gif", "PackagePath": "staticwebassets\\images\\intro\\new\\video.gif" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\youtube.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\new\\youtube.jpg", "PackagePath": "staticwebassets\\images\\intro\\new\\youtube.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\agency.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\agency.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\agency.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\app-landing.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\app-landing.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\app-landing.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\articles.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\articles.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\articles.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\barber.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\barber.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\barber.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\bike.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\bike.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\bike.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\business.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\business.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\business.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\car.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\car.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\car.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\coffee.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\coffee.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\coffee.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\coming-soon.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\coming-soon.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\coming-soon.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\construction.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\construction.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\construction.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\course.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\course.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\course.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\ecommerce.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\ecommerce.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\ecommerce.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\gym.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\gym.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\gym.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\headphones.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\headphones.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\headphones.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\horizontal-blog.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\horizontal-blog.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\horizontal-blog.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\hosting.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\hosting.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\hosting.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\interior-design.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\interior-design.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\interior-design.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\media-agency.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\media-agency.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\media-agency.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\medical.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\medical.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\medical.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\modern-blog.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\modern-blog.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\modern-blog.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\music.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\music.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\music.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\academic.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\academic.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\academic.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\agency.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\agency.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\agency.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\app-landing.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\app-landing.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\app-landing.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\article.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\article.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\article.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\barber.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\barber.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\barber.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\beauty-kit.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\beauty-kit.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\beauty-kit.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\beauty.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\beauty.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\beauty.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\bike.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\bike.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\bike.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\blog.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\blog.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\blog.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\burger.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\burger.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\burger.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\burger.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\burger.png", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\burger.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\business.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\business.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\business.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\cafe.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\cafe.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\cafe.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\car.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\car.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\car.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\classic.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\classic.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\classic.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\cleaner.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\cleaner.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\cleaner.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\conference.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\conference.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\conference.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\construction.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\construction.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\construction.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\course.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\course.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\course.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\covid-care.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\covid-care.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\covid-care.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\coworking.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\coworking.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\coworking.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\crowdfunding.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\crowdfunding.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\crowdfunding.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\drone.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\drone.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\drone.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\ecommerce.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\ecommerce.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\ecommerce.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\finance.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\finance.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\finance.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\football-club.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\football-club.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\football-club.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\forum.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\forum.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\forum.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\freelancer.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\freelancer.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\freelancer.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\furniture.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\furniture.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\furniture.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\gym.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\gym.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\gym.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\headphones.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\headphones.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\headphones.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\home.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\home.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\home.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\hostel.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\hostel.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\hostel.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\hosting.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\hosting.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\hosting.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\insurance.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\insurance.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\insurance.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\integro.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\integro.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\integro.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\interior-design.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\interior-design.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\interior-design.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\jewellery.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\jewellery.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\jewellery.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\kindergarten.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\kindergarten.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\kindergarten.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\landing-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\landing-2.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\landing-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\landing.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\landing.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\landing.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\law-firm.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\law-firm.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\law-firm.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\media-agency.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\media-agency.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\media-agency.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\medical.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\medical.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\medical.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\modern-blog.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\modern-blog.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\modern-blog.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\more.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\more.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\more.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\movers.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\movers.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\movers.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\music.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\music.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\music.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\news.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\news.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\news.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\nft.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\nft.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\nft.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\nonprofit.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\nonprofit.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\nonprofit.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\pet.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\pet.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\pet.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\photographer.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\photographer.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\photographer.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\photography.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\photography.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\photography.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\podcasts.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\podcasts.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\podcasts.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\portfolio.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\portfolio.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\portfolio.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\project.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\project.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\project.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\real-estate.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\real-estate.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\real-estate.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\real-estate1-thumb.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\real-estate1-thumb.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\real-estate1-thumb.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\real-estate1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\real-estate1.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\real-estate1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\real-estate2-thumb.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\real-estate2-thumb.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\real-estate2-thumb.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\real-estate2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\real-estate2.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\real-estate2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\real-estate3-thumb.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\real-estate3-thumb.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\real-estate3-thumb.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\real-estate3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\real-estate3.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\real-estate3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\recipes.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\recipes.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\recipes.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\restaurant.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\restaurant.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\restaurant.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\resume.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\resume.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\resume.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\saas-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\saas-2.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\saas-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\saas.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\saas.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\saas.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\seo.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\seo.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\seo.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\shop-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\shop-2.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\shop-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\shop.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\shop.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\shop.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\skincare.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\skincare.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\skincare.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\spa.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\spa.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\spa.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\speaker.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\speaker.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\speaker.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\store.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\store.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\store.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\supplements.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\supplements.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\supplements.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\therapy.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\therapy.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\therapy.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\travel.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\travel.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\travel.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\videographer.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\videographer.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\videographer.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\wine.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\wine.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\wine.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\writer.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\writer.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\writer.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\xmas.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\xmas.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\xmas.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\yoga.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\new\\yoga.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\new\\yoga.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\news.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\news.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\news.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\pet.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\pet.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\pet.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\photographer.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\photographer.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\photographer.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\photography.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\photography.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\photography.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\photography1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\photography1.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\photography1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\photography1.psd", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\photography1.psd", "PackagePath": "staticwebassets\\images\\intro\\niche\\photography1.psd" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\real-estate\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\real-estate\\1.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\real-estate\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\real-estate\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\real-estate\\2.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\real-estate\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\real-estate\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\real-estate\\3.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\real-estate\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\restaurant.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\restaurant.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\restaurant.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\resume.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\resume.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\resume.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\seo.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\seo.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\seo.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\shop.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\shop.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\shop.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\spa.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\spa.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\spa.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\travel.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\travel.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\travel.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\writer.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\writer.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\writer.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\xmas.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\niche\\xmas.jpg", "PackagePath": "staticwebassets\\images\\intro\\niche\\xmas.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\apartment.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\apartment.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\apartment.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\articles.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\articles.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\articles.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\designer.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\designer.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\designer.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\developer.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\developer.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\developer.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\frame.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\frame.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\frame.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage1.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage10.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage11.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage11.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage11.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage12.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage12.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage12.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage13.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage13.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage13.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage14.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage14.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage14.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage15.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage15.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage15.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage16.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage16.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage16.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage17.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage17.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage17.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage18.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage18.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage18.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage19.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage19.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage19.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage2.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage20.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage20.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage20.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage21.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage21.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage21.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage22.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage22.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage22.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage23.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage23.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage23.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage24.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage24.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage24.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage25.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage25.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage25.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage26.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage26.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage26.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage27.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage27.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage27.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage28.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage28.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage28.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage29.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage29.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage29.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage3.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage30.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage30.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage30.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage31.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage31.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage31.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage32.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage32.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage32.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage33.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage33.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage33.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage34.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage34.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage34.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage35.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage35.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage35.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage36.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage36.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage36.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage37.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage37.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage37.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage38.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage38.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage38.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage39.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage39.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage39.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage4.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage40.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage40.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage40.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage41.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage41.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage41.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage42.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage42.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage42.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage43.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage43.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage43.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage44.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage44.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage44.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage45.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage45.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage45.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage5.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage6.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage7.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage8.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\homepage9.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\homepage9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\interior.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\interior.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\interior.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\outdoors.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\outdoors.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\outdoors.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\parallax.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\parallax.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\parallax.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\pet.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\pet.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\pet.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\plan-subscription.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\plan-subscription.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\plan-subscription.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\portrait.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\portrait.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\portrait.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\product-showcase.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\product-showcase.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\product-showcase.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\subscription.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\subscription.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\subscription.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\tourism.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\tourism.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\tourism.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\watch.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\watch.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\watch.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\yoga.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\onepage\\yoga.jpg", "PackagePath": "staticwebassets\\images\\intro\\onepage\\yoga.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\blogs\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\blogs\\1.jpg", "PackagePath": "staticwebassets\\images\\intro\\targets\\blogs\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\blogs\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\blogs\\2.jpg", "PackagePath": "staticwebassets\\images\\intro\\targets\\blogs\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\blogs\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\blogs\\3.jpg", "PackagePath": "staticwebassets\\images\\intro\\targets\\blogs\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\ajax.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\ajax.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\ajax.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\alternate-logo.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\alternate-logo.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\alternate-logo.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\bootstrap4.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\bootstrap4.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\bootstrap4.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\charts.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\charts.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\charts.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\color.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\color.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\color.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\dark.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\dark.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\dark.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\documentation.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\documentation.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\documentation.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\ecommerce.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\ecommerce.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\ecommerce.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\event-calendar.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\event-calendar.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\event-calendar.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\font.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\font.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\font.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\footer.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\footer.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\footer.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\headers.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\headers.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\headers.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\less.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\less.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\less.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\lightbox.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\lightbox.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\lightbox.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\loader.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\loader.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\loader.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\megamenu.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\megamenu.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\megamenu.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\menu.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\menu.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\menu.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\modal.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\modal.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\modal.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\parallax.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\parallax.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\parallax.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\plugins.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\plugins.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\plugins.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\psd.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\psd.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\psd.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\range-slider.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\range-slider.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\range-slider.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\responsive.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\responsive.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\responsive.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\retina.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\retina.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\retina.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\rtl.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\rtl.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\rtl.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\seo.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\seo.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\seo.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\side-panel.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\side-panel.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\side-panel.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\sliders.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\sliders.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\sliders.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\sticky-sidebar.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\sticky-sidebar.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\sticky-sidebar.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\templates.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\templates.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\templates.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\updates.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\updates.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\updates.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\videos.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\videos.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\videos.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\wide-boxed.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\wide-boxed.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\wide-boxed.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\widgets.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\features\\widgets.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\features\\widgets.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\1.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\1.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\headers\\1.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\10.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\10.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\headers\\10.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\11.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\11.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\headers\\11.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\12.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\12.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\headers\\12.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\13.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\13.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\headers\\13.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\14.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\14.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\headers\\14.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\15.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\15.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\headers\\15.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\16.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\16.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\headers\\16.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\17.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\17.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\headers\\17.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\18.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\18.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\headers\\18.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\2.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\2.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\headers\\2.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\20.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\20.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\headers\\20.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\21.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\21.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\headers\\21.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\22.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\22.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\headers\\22.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\23.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\23.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\headers\\23.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\24.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\24.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\headers\\24.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\25.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\25.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\headers\\25.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\26.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\26.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\headers\\26.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\27.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\27.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\headers\\27.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\28.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\28.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\headers\\28.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\29.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\29.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\headers\\29.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\3.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\3.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\headers\\3.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\4.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\4.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\headers\\4.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\5.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\5.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\headers\\5.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\6.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\6.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\headers\\6.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\7.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\7.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\headers\\7.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\8.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\8.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\headers\\8.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\9.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\headers\\9.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\headers\\9.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\portfolio\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\portfolio\\1.jpg", "PackagePath": "staticwebassets\\images\\intro\\targets\\portfolio\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\portfolio\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\portfolio\\2.jpg", "PackagePath": "staticwebassets\\images\\intro\\targets\\portfolio\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\portfolio\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\portfolio\\3.jpg", "PackagePath": "staticwebassets\\images\\intro\\targets\\portfolio\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\portfolio\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\portfolio\\4.jpg", "PackagePath": "staticwebassets\\images\\intro\\targets\\portfolio\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\portfolio\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\portfolio\\5.jpg", "PackagePath": "staticwebassets\\images\\intro\\targets\\portfolio\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\portfolio\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\portfolio\\6.jpg", "PackagePath": "staticwebassets\\images\\intro\\targets\\portfolio\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\portfolio\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\portfolio\\7.jpg", "PackagePath": "staticwebassets\\images\\intro\\targets\\portfolio\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\portfolio\\bg.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\portfolio\\bg.jpg", "PackagePath": "staticwebassets\\images\\intro\\targets\\portfolio\\bg.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shops\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shops\\1.jpg", "PackagePath": "staticwebassets\\images\\intro\\targets\\shops\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shops\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shops\\2.jpg", "PackagePath": "staticwebassets\\images\\intro\\targets\\shops\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shops\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shops\\3.jpg", "PackagePath": "staticwebassets\\images\\intro\\targets\\shops\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\alertboxes.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\alertboxes.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\alertboxes.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\animation.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\animation.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\animation.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\blockquotes.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\blockquotes.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\blockquotes.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\button.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\button.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\button.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\calltoaction.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\calltoaction.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\calltoaction.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\carousel.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\carousel.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\carousel.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\chart.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\chart.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\chart.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\clients.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\clients.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\clients.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\columns.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\columns.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\columns.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\counters.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\counters.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\counters.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\datepicker.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\datepicker.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\datepicker.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\dividers.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\dividers.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\dividers.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\dribbble.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\dribbble.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\dribbble.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\event-calendar.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\event-calendar.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\event-calendar.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\faqs.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\faqs.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\faqs.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\fileupload.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\fileupload.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\fileupload.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\flipcard.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\flipcard.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\flipcard.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\forms.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\forms.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\forms.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\galleries.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\galleries.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\galleries.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\google-fonts.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\google-fonts.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\google-fonts.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\headings.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\headings.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\headings.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\icons.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\icons.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\icons.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\icons8-close_all_tabs.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\icons8-close_all_tabs.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\icons8-close_all_tabs.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\image-hotspot.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\image-hotspot.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\image-hotspot.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\infobox.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\infobox.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\infobox.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\instagram.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\instagram.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\instagram.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\labels.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\labels.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\labels.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\lightbox.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\lightbox.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\lightbox.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\map.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\map.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\map.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\mediaembed.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\mediaembed.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\mediaembed.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\modal.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\modal.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\modal.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\navigation.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\navigation.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\navigation.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\pagination.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\pagination.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\pagination.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\parallax.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\parallax.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\parallax.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\pie.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\pie.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\pie.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\portfolio.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\portfolio.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\portfolio.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\posts.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\posts.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\posts.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\price-calculator.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\price-calculator.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\price-calculator.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\pricing.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\pricing.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\pricing.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\process-steps.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\process-steps.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\process-steps.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\progress-bars.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\progress-bars.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\progress-bars.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\promo.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\promo.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\promo.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\range.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\range.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\range.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\rating.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\rating.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\rating.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\responsive.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\responsive.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\responsive.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\sections.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\sections.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\sections.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\selectboxes.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\selectboxes.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\selectboxes.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\selectpicker.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\selectpicker.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\selectpicker.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\shop-product.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\shop-product.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\shop-product.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\side-panel.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\side-panel.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\side-panel.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\social.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\social.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\social.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\sticky-element.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\sticky-element.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\sticky-element.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\submenu.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\submenu.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\submenu.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\switches.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\switches.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\switches.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\tables.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\tables.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\tables.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\tabs.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\tabs.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\tabs.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\testimonials.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\testimonials.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\testimonials.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\text-rotator.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\text-rotator.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\text-rotator.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\tooltip.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\tooltip.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\tooltip.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\twitter.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\twitter.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\twitter.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\videos.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\targets\\shortcodes\\videos.png", "PackagePath": "staticwebassets\\images\\intro\\targets\\shortcodes\\videos.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\intro\\templates-mega-menu.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\intro\\templates-mega-menu.jpg", "PackagePath": "staticwebassets\\images\\intro\\templates-mega-menu.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\landing\\bootstrap.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\km_logo.png", + "PackagePath": "staticwebassets\\images\\km_logo.png" + }, + { + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\landing\\bootstrap.png", "PackagePath": "staticwebassets\\images\\landing\\bootstrap.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\landing\\device1.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\landing\\device1.png", "PackagePath": "staticwebassets\\images\\landing\\device1.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\landing\\device2.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\landing\\device2.png", "PackagePath": "staticwebassets\\images\\landing\\device2.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\landing\\device3.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\landing\\device3.png", "PackagePath": "staticwebassets\\images\\landing\\device3.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\landing\\landing1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\landing\\landing1.jpg", "PackagePath": "staticwebassets\\images\\landing\\landing1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\landing\\landing2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\landing\\landing2.jpg", "PackagePath": "staticwebassets\\images\\landing\\landing2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\landing\\responsive.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\landing\\responsive.png", "PackagePath": "staticwebassets\\images\\landing\\responsive.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\landing\\static.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\landing\\static.jpg", "PackagePath": "staticwebassets\\images\\landing\\static.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\1.jpg", "PackagePath": "staticwebassets\\images\\lightbox\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\10.jpg", "PackagePath": "staticwebassets\\images\\lightbox\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\11.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\11.jpg", "PackagePath": "staticwebassets\\images\\lightbox\\11.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\12.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\12.jpg", "PackagePath": "staticwebassets\\images\\lightbox\\12.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\13.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\13.jpg", "PackagePath": "staticwebassets\\images\\lightbox\\13.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\14.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\14.jpg", "PackagePath": "staticwebassets\\images\\lightbox\\14.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\2.jpg", "PackagePath": "staticwebassets\\images\\lightbox\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\3.jpg", "PackagePath": "staticwebassets\\images\\lightbox\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\4.jpg", "PackagePath": "staticwebassets\\images\\lightbox\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\5.jpg", "PackagePath": "staticwebassets\\images\\lightbox\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\6.jpg", "PackagePath": "staticwebassets\\images\\lightbox\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\7.jpg", "PackagePath": "staticwebassets\\images\\lightbox\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\8.jpg", "PackagePath": "staticwebassets\\images\\lightbox\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\9.jpg", "PackagePath": "staticwebassets\\images\\lightbox\\9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\1.jpg", "PackagePath": "staticwebassets\\images\\lightbox\\full\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\10.jpg", "PackagePath": "staticwebassets\\images\\lightbox\\full\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\11.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\11.jpg", "PackagePath": "staticwebassets\\images\\lightbox\\full\\11.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\12.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\12.jpg", "PackagePath": "staticwebassets\\images\\lightbox\\full\\12.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\13.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\13.jpg", "PackagePath": "staticwebassets\\images\\lightbox\\full\\13.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\14.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\14.jpg", "PackagePath": "staticwebassets\\images\\lightbox\\full\\14.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\2.jpg", "PackagePath": "staticwebassets\\images\\lightbox\\full\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\3.jpg", "PackagePath": "staticwebassets\\images\\lightbox\\full\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\4.jpg", "PackagePath": "staticwebassets\\images\\lightbox\\full\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\5.jpg", "PackagePath": "staticwebassets\\images\\lightbox\\full\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\6.jpg", "PackagePath": "staticwebassets\\images\\lightbox\\full\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\7.jpg", "PackagePath": "staticwebassets\\images\\lightbox\\full\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\8.jpg", "PackagePath": "staticwebassets\\images\\lightbox\\full\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\lightbox\\full\\9.jpg", "PackagePath": "staticwebassets\\images\\lightbox\\full\\9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\loader-image.gif", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\loader-image.gif", "PackagePath": "staticwebassets\\images\\loader-image.gif" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\logo-dark.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logo-dark.png", "PackagePath": "staticwebassets\\images\\logo-dark.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\logo-dark@2x.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logo-dark@2x.png", "PackagePath": "staticwebassets\\images\\logo-dark@2x.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\logo-resto-dark.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logo-resto-dark.png", "PackagePath": "staticwebassets\\images\\logo-resto-dark.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\logo-resto-dark@2x.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logo-resto-dark@2x.png", "PackagePath": "staticwebassets\\images\\logo-resto-dark@2x.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\logo-resto.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logo-resto.png", "PackagePath": "staticwebassets\\images\\logo-resto.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\logo-resto@2x.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logo-resto@2x.png", "PackagePath": "staticwebassets\\images\\logo-resto@2x.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\logo-side-dark.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logo-side-dark.png", "PackagePath": "staticwebassets\\images\\logo-side-dark.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\logo-side-dark@2x.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logo-side-dark@2x.png", "PackagePath": "staticwebassets\\images\\logo-side-dark@2x.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\logo-side.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logo-side.png", "PackagePath": "staticwebassets\\images\\logo-side.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\logo-side@2x.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logo-side@2x.png", "PackagePath": "staticwebassets\\images\\logo-side@2x.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\logo-v7.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logo-v7.png", "PackagePath": "staticwebassets\\images\\logo-v7.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\logo.png", - "PackagePath": "staticwebassets\\images\\logo.png" - }, - { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\logo@2x.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logo@2x.png", "PackagePath": "staticwebassets\\images\\logo@2x.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\mac.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logos\\kms24.png", + "PackagePath": "staticwebassets\\images\\logos\\kms24.png" + }, + { + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logos\\kms24w.png", + "PackagePath": "staticwebassets\\images\\logos\\kms24w.png" + }, + { + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\mac.png", "PackagePath": "staticwebassets\\images\\mac.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\1.jpg", "PackagePath": "staticwebassets\\images\\magazine\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\10.jpg", "PackagePath": "staticwebassets\\images\\magazine\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\11.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\11.jpg", "PackagePath": "staticwebassets\\images\\magazine\\11.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\12.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\12.jpg", "PackagePath": "staticwebassets\\images\\magazine\\12.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\13.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\13.jpg", "PackagePath": "staticwebassets\\images\\magazine\\13.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\14.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\14.jpg", "PackagePath": "staticwebassets\\images\\magazine\\14.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\15.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\15.jpg", "PackagePath": "staticwebassets\\images\\magazine\\15.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\16.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\16.jpg", "PackagePath": "staticwebassets\\images\\magazine\\16.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\17.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\17.jpg", "PackagePath": "staticwebassets\\images\\magazine\\17.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\18.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\18.jpg", "PackagePath": "staticwebassets\\images\\magazine\\18.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\2.jpg", "PackagePath": "staticwebassets\\images\\magazine\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\3.jpg", "PackagePath": "staticwebassets\\images\\magazine\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\4.jpg", "PackagePath": "staticwebassets\\images\\magazine\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\5.jpg", "PackagePath": "staticwebassets\\images\\magazine\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\6.jpg", "PackagePath": "staticwebassets\\images\\magazine\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\7.jpg", "PackagePath": "staticwebassets\\images\\magazine\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\8.jpg", "PackagePath": "staticwebassets\\images\\magazine\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\9.jpg", "PackagePath": "staticwebassets\\images\\magazine\\9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\ad.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\ad.jpg", "PackagePath": "staticwebassets\\images\\magazine\\ad.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\ad.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\ad.png", "PackagePath": "staticwebassets\\images\\magazine\\ad.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\carousel\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\carousel\\1.jpg", "PackagePath": "staticwebassets\\images\\magazine\\carousel\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\carousel\\11.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\carousel\\11.jpg", "PackagePath": "staticwebassets\\images\\magazine\\carousel\\11.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\carousel\\13.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\carousel\\13.jpg", "PackagePath": "staticwebassets\\images\\magazine\\carousel\\13.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\carousel\\14.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\carousel\\14.jpg", "PackagePath": "staticwebassets\\images\\magazine\\carousel\\14.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\carousel\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\carousel\\4.jpg", "PackagePath": "staticwebassets\\images\\magazine\\carousel\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\carousel\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\carousel\\6.jpg", "PackagePath": "staticwebassets\\images\\magazine\\carousel\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\1.jpg", "PackagePath": "staticwebassets\\images\\magazine\\small\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\10.jpg", "PackagePath": "staticwebassets\\images\\magazine\\small\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\11.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\11.jpg", "PackagePath": "staticwebassets\\images\\magazine\\small\\11.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\12.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\12.jpg", "PackagePath": "staticwebassets\\images\\magazine\\small\\12.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\13.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\13.jpg", "PackagePath": "staticwebassets\\images\\magazine\\small\\13.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\14.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\14.jpg", "PackagePath": "staticwebassets\\images\\magazine\\small\\14.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\15.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\15.jpg", "PackagePath": "staticwebassets\\images\\magazine\\small\\15.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\16.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\16.jpg", "PackagePath": "staticwebassets\\images\\magazine\\small\\16.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\2.jpg", "PackagePath": "staticwebassets\\images\\magazine\\small\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\3.jpg", "PackagePath": "staticwebassets\\images\\magazine\\small\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\4.jpg", "PackagePath": "staticwebassets\\images\\magazine\\small\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\5.jpg", "PackagePath": "staticwebassets\\images\\magazine\\small\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\6.jpg", "PackagePath": "staticwebassets\\images\\magazine\\small\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\7.jpg", "PackagePath": "staticwebassets\\images\\magazine\\small\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\8.jpg", "PackagePath": "staticwebassets\\images\\magazine\\small\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\9.jpg", "PackagePath": "staticwebassets\\images\\magazine\\small\\9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\movie\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\movie\\2.jpg", "PackagePath": "staticwebassets\\images\\magazine\\small\\movie\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\movie\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\movie\\3.jpg", "PackagePath": "staticwebassets\\images\\magazine\\small\\movie\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\movie\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\movie\\4.jpg", "PackagePath": "staticwebassets\\images\\magazine\\small\\movie\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\movie\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\movie\\5.jpg", "PackagePath": "staticwebassets\\images\\magazine\\small\\movie\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\movie\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\movie\\6.jpg", "PackagePath": "staticwebassets\\images\\magazine\\small\\movie\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\movie\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\movie\\7.jpg", "PackagePath": "staticwebassets\\images\\magazine\\small\\movie\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\movie\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\small\\movie\\8.jpg", "PackagePath": "staticwebassets\\images\\magazine\\small\\movie\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\1.jpg", "PackagePath": "staticwebassets\\images\\magazine\\thumb\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\10.jpg", "PackagePath": "staticwebassets\\images\\magazine\\thumb\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\11.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\11.jpg", "PackagePath": "staticwebassets\\images\\magazine\\thumb\\11.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\12.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\12.jpg", "PackagePath": "staticwebassets\\images\\magazine\\thumb\\12.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\13.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\13.jpg", "PackagePath": "staticwebassets\\images\\magazine\\thumb\\13.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\14.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\14.jpg", "PackagePath": "staticwebassets\\images\\magazine\\thumb\\14.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\15.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\15.jpg", "PackagePath": "staticwebassets\\images\\magazine\\thumb\\15.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\16.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\16.jpg", "PackagePath": "staticwebassets\\images\\magazine\\thumb\\16.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\2.jpg", "PackagePath": "staticwebassets\\images\\magazine\\thumb\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\3.jpg", "PackagePath": "staticwebassets\\images\\magazine\\thumb\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\4.jpg", "PackagePath": "staticwebassets\\images\\magazine\\thumb\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\5.jpg", "PackagePath": "staticwebassets\\images\\magazine\\thumb\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\6.jpg", "PackagePath": "staticwebassets\\images\\magazine\\thumb\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\7.jpg", "PackagePath": "staticwebassets\\images\\magazine\\thumb\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\8.jpg", "PackagePath": "staticwebassets\\images\\magazine\\thumb\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\magazine\\thumb\\9.jpg", "PackagePath": "staticwebassets\\images\\magazine\\thumb\\9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\modals\\modal1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\modals\\modal1.jpg", "PackagePath": "staticwebassets\\images\\modals\\modal1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\others\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\others\\1.jpg", "PackagePath": "staticwebassets\\images\\others\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\others\\hotspot\\blazer.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\others\\hotspot\\blazer.jpg", "PackagePath": "staticwebassets\\images\\others\\hotspot\\blazer.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\others\\hotspot\\cap.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\others\\hotspot\\cap.jpg", "PackagePath": "staticwebassets\\images\\others\\hotspot\\cap.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\others\\hotspot\\cap.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\others\\hotspot\\cap.png", "PackagePath": "staticwebassets\\images\\others\\hotspot\\cap.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\others\\hotspot\\img-hotspot-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\others\\hotspot\\img-hotspot-1.jpg", "PackagePath": "staticwebassets\\images\\others\\hotspot\\img-hotspot-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\others\\hotspot\\img-hotspot-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\others\\hotspot\\img-hotspot-2.jpg", "PackagePath": "staticwebassets\\images\\others\\hotspot\\img-hotspot-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\others\\mac-phone.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\others\\mac-phone.png", "PackagePath": "staticwebassets\\images\\others\\mac-phone.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\1.jpg", "PackagePath": "staticwebassets\\images\\parallax\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\2.jpg", "PackagePath": "staticwebassets\\images\\parallax\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\3.jpg", "PackagePath": "staticwebassets\\images\\parallax\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\7.jpg", "PackagePath": "staticwebassets\\images\\parallax\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\8.jpg", "PackagePath": "staticwebassets\\images\\parallax\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\9.jpg", "PackagePath": "staticwebassets\\images\\parallax\\9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\Thumbs.db", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\Thumbs.db", "PackagePath": "staticwebassets\\images\\parallax\\Thumbs.db" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\bgpattern.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\bgpattern.png", "PackagePath": "staticwebassets\\images\\parallax\\bgpattern.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\blur1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\blur1.jpg", "PackagePath": "staticwebassets\\images\\parallax\\blur1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\blur2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\blur2.jpg", "PackagePath": "staticwebassets\\images\\parallax\\blur2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\calendar.jpeg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\calendar.jpeg", "PackagePath": "staticwebassets\\images\\parallax\\calendar.jpeg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\calendar.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\calendar.jpg", "PackagePath": "staticwebassets\\images\\parallax\\calendar.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\1.jpg", "PackagePath": "staticwebassets\\images\\parallax\\home\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\10.jpg", "PackagePath": "staticwebassets\\images\\parallax\\home\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\11.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\11.jpg", "PackagePath": "staticwebassets\\images\\parallax\\home\\11.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\2.jpg", "PackagePath": "staticwebassets\\images\\parallax\\home\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\4.jpg", "PackagePath": "staticwebassets\\images\\parallax\\home\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\5.jpg", "PackagePath": "staticwebassets\\images\\parallax\\home\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\6.jpg", "PackagePath": "staticwebassets\\images\\parallax\\home\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\7.jpg", "PackagePath": "staticwebassets\\images\\parallax\\home\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\home\\9.jpg", "PackagePath": "staticwebassets\\images\\parallax\\home\\9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\parallax\\parallax-bg.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\parallax\\parallax-bg.jpg", "PackagePath": "staticwebassets\\images\\parallax\\parallax-bg.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\pattern.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\pattern.png", "PackagePath": "staticwebassets\\images\\pattern.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\pattern2.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\pattern2.png", "PackagePath": "staticwebassets\\images\\pattern2.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\pattern3.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\pattern3.png", "PackagePath": "staticwebassets\\images\\pattern3.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\1\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\2.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\1\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\3.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\1\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\4-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\4-1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\1\\4-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\4.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\1\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\5.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\1\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\6-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\6-1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\1\\6-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\6-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\6-2.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\1\\6-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\6-3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\6-3.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\1\\6-3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\6.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\1\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\7.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\1\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\1\\full\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\2.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\1\\full\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\3.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\1\\full\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\4-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\4-1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\1\\full\\4-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\4.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\1\\full\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\5.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\1\\full\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\6-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\6-1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\1\\full\\6-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\6-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\6-2.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\1\\full\\6-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\6-3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\6-3.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\1\\full\\6-3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\6.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\1\\full\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\7.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\1\\full\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\1\\full\\8.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\1\\full\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\2\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\2.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\2\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\3.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\2\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\4-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\4-1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\2\\4-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\4.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\2\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\5.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\2\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\6-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\6-1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\2\\6-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\6-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\6-2.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\2\\6-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\6-3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\6-3.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\2\\6-3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\6.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\2\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\7.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\2\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\2\\8.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\2\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\3\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\2.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\3\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\3.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\3\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\4-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\4-1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\3\\4-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\4.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\3\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\5.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\3\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\6-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\6-1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\3\\6-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\6-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\6-2.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\3\\6-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\6-3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\6-3.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\3\\6-3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\6.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\3\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\7.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\3\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\8.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\3\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\9-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\9-1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\3\\9-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\9-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\9-2.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\3\\9-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\3\\9.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\3\\9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\10.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\11.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\11.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\11.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\12-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\12-1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\12-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\12.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\12.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\12.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\2.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\3.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\4-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\4-1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\4-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\4.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\5.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\6-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\6-1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\6-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\6-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\6-2.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\6-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\6-3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\6-3.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\6-3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\6.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\7.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\8.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\9-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\9-1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\9-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\9-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\9-2.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\9-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\9.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\mixed\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\10.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\mixed\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\11.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\11.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\mixed\\11.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\12-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\12-1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\mixed\\12-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\12.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\12.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\mixed\\12.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\2.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\mixed\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\3.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\mixed\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\4-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\4-1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\mixed\\4-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\4.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\mixed\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\5.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\mixed\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\6-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\6-1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\mixed\\6-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\6-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\6-2.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\mixed\\6-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\6-3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\6-3.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\mixed\\6-3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\6.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\mixed\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\7.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\mixed\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\8.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\mixed\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\9-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\9-1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\mixed\\9-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\9-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\9-2.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\mixed\\9-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\4\\mixed\\9.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\4\\mixed\\9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\extended\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\2.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\extended\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\3.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\extended\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\4.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\extended\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\thumbs\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\thumbs\\1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\extended\\thumbs\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\thumbs\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\thumbs\\2.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\extended\\thumbs\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\thumbs\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\thumbs\\3.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\extended\\thumbs\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\thumbs\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\thumbs\\4.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\extended\\thumbs\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\thumbs\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\thumbs\\5.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\extended\\thumbs\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\thumbs\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\thumbs\\6.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\extended\\thumbs\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\thumbs\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\thumbs\\7.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\extended\\thumbs\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\thumbs\\big.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\extended\\thumbs\\big.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\extended\\thumbs\\big.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\full\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\10.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\full\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\11.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\11.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\full\\11.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\12-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\12-1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\full\\12-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\12.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\12.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\full\\12.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\2.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\full\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\3.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\full\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\4-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\4-1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\full\\4-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\4.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\full\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\5.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\full\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\6-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\6-1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\full\\6-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\6-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\6-2.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\full\\6-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\6-3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\6-3.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\full\\6-3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\6.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\full\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\7.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\full\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\8.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\full\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\9-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\9-1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\full\\9-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\9-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\9-2.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\full\\9-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\full\\9.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\full\\9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\2\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\2.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\2\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\3.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\2\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\4-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\4-1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\2\\4-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\4.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\2\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\5.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\2\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\6-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\6-1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\2\\6-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\6-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\6-2.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\2\\6-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\6-3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\6-3.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\2\\6-3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\6.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\2\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\7.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\2\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\2\\8.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\2\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\3\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\2.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\3\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\3.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\3\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\4-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\4-1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\3\\4-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\4.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\3\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\5.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\3\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\6-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\6-1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\3\\6-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\6-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\6-2.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\3\\6-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\6-3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\6-3.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\3\\6-3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\6.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\3\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\7.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\3\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\8.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\3\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\9-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\9-1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\3\\9-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\9-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\9-2.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\3\\9-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\3\\9.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\3\\9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\4\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\10.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\4\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\11.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\11.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\4\\11.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\12-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\12-1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\4\\12-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\12.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\12.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\4\\12.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\2.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\4\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\3.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\4\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\4-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\4-1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\4\\4-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\4.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\4\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\5.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\4\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\6-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\6-1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\4\\6-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\6-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\6-2.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\4\\6-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\6-3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\6-3.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\4\\6-3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\6.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\4\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\7.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\4\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\8.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\4\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\9-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\9-1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\4\\9-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\9-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\9-2.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\4\\9-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\masonry\\4\\9.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\masonry\\4\\9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\parallax\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\10.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\parallax\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\2.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\parallax\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\3.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\parallax\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\4.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\parallax\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\5.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\parallax\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\6.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\parallax\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\7.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\parallax\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\8.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\parallax\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\parallax\\9.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\parallax\\9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\10.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\12.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\12.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\12.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\14.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\14.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\14.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\3.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\4.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\6.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\7.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\full-thumbs\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\10.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\full-thumbs\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\12-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\12-1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\full-thumbs\\12-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\12.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\12.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\full-thumbs\\12.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\13.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\13.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\full-thumbs\\13.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\14.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\14.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\full-thumbs\\14.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\2.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\full-thumbs\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\3.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\full-thumbs\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\6-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\6-1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\full-thumbs\\6-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\6-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\6-2.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\full-thumbs\\6-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\6-3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\6-3.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\full-thumbs\\6-3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\6.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\full-thumbs\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\7.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\full-thumbs\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\9-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\9-2.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\full-thumbs\\9-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full-thumbs\\9.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\full-thumbs\\9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full\\1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\full\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full\\10.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\full\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\full\\7.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\full\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\fullwidth\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\fullwidth\\1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\fullwidth\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\fullwidth\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\fullwidth\\10.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\fullwidth\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\fullwidth\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\fullwidth\\7.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\fullwidth\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\modal\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\modal\\4.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\modal\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\modal\\6-3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\modal\\6-3.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\modal\\6-3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\modal\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\modal\\8.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\modal\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\slider-thumbs\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\slider-thumbs\\1.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\slider-thumbs\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\slider-thumbs\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\slider-thumbs\\10.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\slider-thumbs\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\slider-thumbs\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\portfolio\\single\\slider-thumbs\\7.jpg", "PackagePath": "staticwebassets\\images\\portfolio\\single\\slider-thumbs\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\preloader-dark.gif", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\preloader-dark.gif", "PackagePath": "staticwebassets\\images\\preloader-dark.gif" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\preloader-dark@2x.gif", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\preloader-dark@2x.gif", "PackagePath": "staticwebassets\\images\\preloader-dark@2x.gif" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\preloader.gif", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\preloader.gif", "PackagePath": "staticwebassets\\images\\preloader.gif" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\preloader@2x.gif", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\preloader@2x.gif", "PackagePath": "staticwebassets\\images\\preloader@2x.gif" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\11.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\11.jpg", "PackagePath": "staticwebassets\\images\\restaurant\\11.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\13.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\13.jpg", "PackagePath": "staticwebassets\\images\\restaurant\\13.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\18.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\18.jpg", "PackagePath": "staticwebassets\\images\\restaurant\\18.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\2.jpg", "PackagePath": "staticwebassets\\images\\restaurant\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\20.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\20.png", "PackagePath": "staticwebassets\\images\\restaurant\\20.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\21.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\21.png", "PackagePath": "staticwebassets\\images\\restaurant\\21.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\22.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\22.png", "PackagePath": "staticwebassets\\images\\restaurant\\22.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\3.jpg", "PackagePath": "staticwebassets\\images\\restaurant\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\4.jpg", "PackagePath": "staticwebassets\\images\\restaurant\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\6.jpg", "PackagePath": "staticwebassets\\images\\restaurant\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\7.jpg", "PackagePath": "staticwebassets\\images\\restaurant\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\slider\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\slider\\1.jpg", "PackagePath": "staticwebassets\\images\\restaurant\\slider\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\slider\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\slider\\2.jpg", "PackagePath": "staticwebassets\\images\\restaurant\\slider\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\slider\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\slider\\3.jpg", "PackagePath": "staticwebassets\\images\\restaurant\\slider\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\slider\\thumb\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\slider\\thumb\\1.jpg", "PackagePath": "staticwebassets\\images\\restaurant\\slider\\thumb\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\slider\\thumb\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\slider\\thumb\\2.jpg", "PackagePath": "staticwebassets\\images\\restaurant\\slider\\thumb\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\slider\\thumb\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\slider\\thumb\\3.jpg", "PackagePath": "staticwebassets\\images\\restaurant\\slider\\thumb\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\10.jpg", "PackagePath": "staticwebassets\\images\\restaurant\\thumb\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\12.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\12.jpg", "PackagePath": "staticwebassets\\images\\restaurant\\thumb\\12.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\15.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\15.jpg", "PackagePath": "staticwebassets\\images\\restaurant\\thumb\\15.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\16.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\16.jpg", "PackagePath": "staticwebassets\\images\\restaurant\\thumb\\16.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\3.jpg", "PackagePath": "staticwebassets\\images\\restaurant\\thumb\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\4.jpg", "PackagePath": "staticwebassets\\images\\restaurant\\thumb\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\7.jpg", "PackagePath": "staticwebassets\\images\\restaurant\\thumb\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\10.jpg", "PackagePath": "staticwebassets\\images\\restaurant\\thumb\\gallery\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\11.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\11.jpg", "PackagePath": "staticwebassets\\images\\restaurant\\thumb\\gallery\\11.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\12.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\12.jpg", "PackagePath": "staticwebassets\\images\\restaurant\\thumb\\gallery\\12.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\13.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\13.jpg", "PackagePath": "staticwebassets\\images\\restaurant\\thumb\\gallery\\13.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\3.jpg", "PackagePath": "staticwebassets\\images\\restaurant\\thumb\\gallery\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\5.jpg", "PackagePath": "staticwebassets\\images\\restaurant\\thumb\\gallery\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\6.jpg", "PackagePath": "staticwebassets\\images\\restaurant\\thumb\\gallery\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\7.jpg", "PackagePath": "staticwebassets\\images\\restaurant\\thumb\\gallery\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\restaurant\\thumb\\gallery\\8.jpg", "PackagePath": "staticwebassets\\images\\restaurant\\thumb\\gallery\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\1.jpg", "PackagePath": "staticwebassets\\images\\services\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\2.jpg", "PackagePath": "staticwebassets\\images\\services\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\3.jpg", "PackagePath": "staticwebassets\\images\\services\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\4.jpg", "PackagePath": "staticwebassets\\images\\services\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\browser.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\browser.png", "PackagePath": "staticwebassets\\images\\services\\browser.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\chrome.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\chrome.png", "PackagePath": "staticwebassets\\images\\services\\chrome.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\fbrowser.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\fbrowser.png", "PackagePath": "staticwebassets\\images\\services\\fbrowser.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\fbrowser2.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\fbrowser2.png", "PackagePath": "staticwebassets\\images\\services\\fbrowser2.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\fmobile.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\fmobile.png", "PackagePath": "staticwebassets\\images\\services\\fmobile.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\home-testi-bg.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\home-testi-bg.jpg", "PackagePath": "staticwebassets\\images\\services\\home-testi-bg.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\imac.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\imac.png", "PackagePath": "staticwebassets\\images\\services\\imac.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\imac2.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\imac2.png", "PackagePath": "staticwebassets\\images\\services\\imac2.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\ipad.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\ipad.png", "PackagePath": "staticwebassets\\images\\services\\ipad.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\ipad2.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\ipad2.png", "PackagePath": "staticwebassets\\images\\services\\ipad2.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\ipad3.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\ipad3.png", "PackagePath": "staticwebassets\\images\\services\\ipad3.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\iphone.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\iphone.png", "PackagePath": "staticwebassets\\images\\services\\iphone.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\iphone2.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\iphone2.png", "PackagePath": "staticwebassets\\images\\services\\iphone2.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\iphone3.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\iphone3.png", "PackagePath": "staticwebassets\\images\\services\\iphone3.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\iphone6.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\iphone6.png", "PackagePath": "staticwebassets\\images\\services\\iphone6.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\iphone7.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\iphone7.png", "PackagePath": "staticwebassets\\images\\services\\iphone7.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\layouts.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\layouts.png", "PackagePath": "staticwebassets\\images\\services\\layouts.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\macbook.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\macbook.png", "PackagePath": "staticwebassets\\images\\services\\macbook.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\main-bg.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\main-bg.jpg", "PackagePath": "staticwebassets\\images\\services\\main-bg.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\main-fbrowser.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\main-fbrowser.png", "PackagePath": "staticwebassets\\images\\services\\main-fbrowser.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\main-fmobile.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\main-fmobile.png", "PackagePath": "staticwebassets\\images\\services\\main-fmobile.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\services\\video.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\services\\video.jpg", "PackagePath": "staticwebassets\\images\\services\\video.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\1.jpeg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\1.jpeg", "PackagePath": "staticwebassets\\images\\shape-divider\\1.jpeg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\10.jpg", "PackagePath": "staticwebassets\\images\\shape-divider\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\2.jpg", "PackagePath": "staticwebassets\\images\\shape-divider\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\3.jpg", "PackagePath": "staticwebassets\\images\\shape-divider\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\4.jpg", "PackagePath": "staticwebassets\\images\\shape-divider\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\5.jpg", "PackagePath": "staticwebassets\\images\\shape-divider\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\6.jpg", "PackagePath": "staticwebassets\\images\\shape-divider\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\7.jpg", "PackagePath": "staticwebassets\\images\\shape-divider\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\8.jpg", "PackagePath": "staticwebassets\\images\\shape-divider\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shape-divider\\9.jpg", "PackagePath": "staticwebassets\\images\\shape-divider\\9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\1.jpg", "PackagePath": "staticwebassets\\images\\shop\\banners\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\10.jpg", "PackagePath": "staticwebassets\\images\\shop\\banners\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\11.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\11.jpg", "PackagePath": "staticwebassets\\images\\shop\\banners\\11.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\12.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\12.jpg", "PackagePath": "staticwebassets\\images\\shop\\banners\\12.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\2.jpg", "PackagePath": "staticwebassets\\images\\shop\\banners\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\3.jpg", "PackagePath": "staticwebassets\\images\\shop\\banners\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\4.jpg", "PackagePath": "staticwebassets\\images\\shop\\banners\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\5.jpg", "PackagePath": "staticwebassets\\images\\shop\\banners\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\6.jpg", "PackagePath": "staticwebassets\\images\\shop\\banners\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\7.jpg", "PackagePath": "staticwebassets\\images\\shop\\banners\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\8.jpg", "PackagePath": "staticwebassets\\images\\shop\\banners\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\banners\\9.jpg", "PackagePath": "staticwebassets\\images\\shop\\banners\\9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\brand.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\brand.jpg", "PackagePath": "staticwebassets\\images\\shop\\brand.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\brand2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\brand2.jpg", "PackagePath": "staticwebassets\\images\\shop\\brand2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\category\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\category\\10.jpg", "PackagePath": "staticwebassets\\images\\shop\\category\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\category\\14.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\category\\14.jpg", "PackagePath": "staticwebassets\\images\\shop\\category\\14.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\category\\15.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\category\\15.jpg", "PackagePath": "staticwebassets\\images\\shop\\category\\15.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\category\\17.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\category\\17.jpg", "PackagePath": "staticwebassets\\images\\shop\\category\\17.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\category\\19.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\category\\19.jpg", "PackagePath": "staticwebassets\\images\\shop\\category\\19.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\category\\21.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\category\\21.jpg", "PackagePath": "staticwebassets\\images\\shop\\category\\21.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\category\\23.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\category\\23.jpg", "PackagePath": "staticwebassets\\images\\shop\\category\\23.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\category\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\category\\6.jpg", "PackagePath": "staticwebassets\\images\\shop\\category\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\dress\\1-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\dress\\1-1.jpg", "PackagePath": "staticwebassets\\images\\shop\\dress\\1-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\dress\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\dress\\1.jpg", "PackagePath": "staticwebassets\\images\\shop\\dress\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\dress\\2-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\dress\\2-1.jpg", "PackagePath": "staticwebassets\\images\\shop\\dress\\2-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\dress\\2-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\dress\\2-2.jpg", "PackagePath": "staticwebassets\\images\\shop\\dress\\2-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\dress\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\dress\\2.jpg", "PackagePath": "staticwebassets\\images\\shop\\dress\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\dress\\3-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\dress\\3-1.jpg", "PackagePath": "staticwebassets\\images\\shop\\dress\\3-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\dress\\3-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\dress\\3-2.jpg", "PackagePath": "staticwebassets\\images\\shop\\dress\\3-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\dress\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\dress\\3.jpg", "PackagePath": "staticwebassets\\images\\shop\\dress\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\pants\\1-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\pants\\1-1.jpg", "PackagePath": "staticwebassets\\images\\shop\\pants\\1-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\pants\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\pants\\1.jpg", "PackagePath": "staticwebassets\\images\\shop\\pants\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\pants\\5-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\pants\\5-1.jpg", "PackagePath": "staticwebassets\\images\\shop\\pants\\5-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\pants\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\pants\\5.jpg", "PackagePath": "staticwebassets\\images\\shop\\pants\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\shoes\\1-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\shoes\\1-1.jpg", "PackagePath": "staticwebassets\\images\\shop\\shoes\\1-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\shoes\\1-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\shoes\\1-2.jpg", "PackagePath": "staticwebassets\\images\\shop\\shoes\\1-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\shoes\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\shoes\\1.jpg", "PackagePath": "staticwebassets\\images\\shop\\shoes\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\shoes\\2-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\shoes\\2-1.jpg", "PackagePath": "staticwebassets\\images\\shop\\shoes\\2-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\shoes\\2-2-small.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\shoes\\2-2-small.jpg", "PackagePath": "staticwebassets\\images\\shop\\shoes\\2-2-small.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\shoes\\2-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\shoes\\2-2.jpg", "PackagePath": "staticwebassets\\images\\shop\\shoes\\2-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\shoes\\2-small.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\shoes\\2-small.jpg", "PackagePath": "staticwebassets\\images\\shop\\shoes\\2-small.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\shoes\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\shoes\\2.jpg", "PackagePath": "staticwebassets\\images\\shop\\shoes\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\shop-menu.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\shop-menu.jpg", "PackagePath": "staticwebassets\\images\\shop\\shop-menu.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\slider\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\slider\\1.jpg", "PackagePath": "staticwebassets\\images\\shop\\slider\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\slider\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\slider\\2.jpg", "PackagePath": "staticwebassets\\images\\shop\\slider\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\slider\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\slider\\3.jpg", "PackagePath": "staticwebassets\\images\\shop\\slider\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\slider\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\slider\\4.jpg", "PackagePath": "staticwebassets\\images\\shop\\slider\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\1.jpg", "PackagePath": "staticwebassets\\images\\shop\\small\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\10.jpg", "PackagePath": "staticwebassets\\images\\shop\\small\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\11.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\11.jpg", "PackagePath": "staticwebassets\\images\\shop\\small\\11.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\12.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\12.jpg", "PackagePath": "staticwebassets\\images\\shop\\small\\12.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\2.jpg", "PackagePath": "staticwebassets\\images\\shop\\small\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\3.jpg", "PackagePath": "staticwebassets\\images\\shop\\small\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\4.jpg", "PackagePath": "staticwebassets\\images\\shop\\small\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\5.jpg", "PackagePath": "staticwebassets\\images\\shop\\small\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\6.jpg", "PackagePath": "staticwebassets\\images\\shop\\small\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\7.jpg", "PackagePath": "staticwebassets\\images\\shop\\small\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\8.jpg", "PackagePath": "staticwebassets\\images\\shop\\small\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\small\\9.jpg", "PackagePath": "staticwebassets\\images\\shop\\small\\9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\sunglasses\\1-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\sunglasses\\1-1.jpg", "PackagePath": "staticwebassets\\images\\shop\\sunglasses\\1-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\sunglasses\\1-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\sunglasses\\1-2.jpg", "PackagePath": "staticwebassets\\images\\shop\\sunglasses\\1-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\sunglasses\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\sunglasses\\1.jpg", "PackagePath": "staticwebassets\\images\\shop\\sunglasses\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\sunglasses\\2-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\sunglasses\\2-1.jpg", "PackagePath": "staticwebassets\\images\\shop\\sunglasses\\2-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\sunglasses\\2-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\sunglasses\\2-2.jpg", "PackagePath": "staticwebassets\\images\\shop\\sunglasses\\2-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\sunglasses\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\sunglasses\\2.jpg", "PackagePath": "staticwebassets\\images\\shop\\sunglasses\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\thumbs\\dress\\3-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\thumbs\\dress\\3-1.jpg", "PackagePath": "staticwebassets\\images\\shop\\thumbs\\dress\\3-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\thumbs\\dress\\3-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\thumbs\\dress\\3-2.jpg", "PackagePath": "staticwebassets\\images\\shop\\thumbs\\dress\\3-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\thumbs\\dress\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\thumbs\\dress\\3.jpg", "PackagePath": "staticwebassets\\images\\shop\\thumbs\\dress\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\thumbs\\small\\dress-3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\thumbs\\small\\dress-3.jpg", "PackagePath": "staticwebassets\\images\\shop\\thumbs\\small\\dress-3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\thumbs\\small\\shoes-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\thumbs\\small\\shoes-2.jpg", "PackagePath": "staticwebassets\\images\\shop\\thumbs\\small\\shoes-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\thumbs\\small\\tshirt-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\thumbs\\small\\tshirt-2.jpg", "PackagePath": "staticwebassets\\images\\shop\\thumbs\\small\\tshirt-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\tshirts\\1-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\tshirts\\1-1.jpg", "PackagePath": "staticwebassets\\images\\shop\\tshirts\\1-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\tshirts\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\tshirts\\1.jpg", "PackagePath": "staticwebassets\\images\\shop\\tshirts\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\tshirts\\4-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\tshirts\\4-1.jpg", "PackagePath": "staticwebassets\\images\\shop\\tshirts\\4-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\tshirts\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\tshirts\\4.jpg", "PackagePath": "staticwebassets\\images\\shop\\tshirts\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\watches\\1-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\watches\\1-1.jpg", "PackagePath": "staticwebassets\\images\\shop\\watches\\1-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\shop\\watches\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\shop\\watches\\1.jpg", "PackagePath": "staticwebassets\\images\\shop\\watches\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\boxed\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\boxed\\2.jpg", "PackagePath": "staticwebassets\\images\\slider\\boxed\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\boxed\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\boxed\\3.jpg", "PackagePath": "staticwebassets\\images\\slider\\boxed\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\boxed\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\boxed\\4.jpg", "PackagePath": "staticwebassets\\images\\slider\\boxed\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\boxed\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\boxed\\5.jpg", "PackagePath": "staticwebassets\\images\\slider\\boxed\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\boxed\\thumbs\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\boxed\\thumbs\\2.jpg", "PackagePath": "staticwebassets\\images\\slider\\boxed\\thumbs\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\boxed\\thumbs\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\boxed\\thumbs\\3.jpg", "PackagePath": "staticwebassets\\images\\slider\\boxed\\thumbs\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\boxed\\thumbs\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\boxed\\thumbs\\4.jpg", "PackagePath": "staticwebassets\\images\\slider\\boxed\\thumbs\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\boxed\\thumbs\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\boxed\\thumbs\\5.jpg", "PackagePath": "staticwebassets\\images\\slider\\boxed\\thumbs\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\1.jpg", "PackagePath": "staticwebassets\\images\\slider\\full\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\2.jpg", "PackagePath": "staticwebassets\\images\\slider\\full\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\3.jpg", "PackagePath": "staticwebassets\\images\\slider\\full\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\4.jpg", "PackagePath": "staticwebassets\\images\\slider\\full\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\5.jpeg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\5.jpeg", "PackagePath": "staticwebassets\\images\\slider\\full\\5.jpeg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\thumbs\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\thumbs\\1.jpg", "PackagePath": "staticwebassets\\images\\slider\\full\\thumbs\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\thumbs\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\thumbs\\2.jpg", "PackagePath": "staticwebassets\\images\\slider\\full\\thumbs\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\thumbs\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\thumbs\\3.jpg", "PackagePath": "staticwebassets\\images\\slider\\full\\thumbs\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\thumbs\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\full\\thumbs\\4.jpg", "PackagePath": "staticwebassets\\images\\slider\\full\\thumbs\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\bg1-thumb.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\bg1-thumb.jpg", "PackagePath": "staticwebassets\\images\\slider\\rev\\bg1-thumb.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\bg1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\bg1.jpg", "PackagePath": "staticwebassets\\images\\slider\\rev\\bg1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\bg2-thumb.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\bg2-thumb.jpg", "PackagePath": "staticwebassets\\images\\slider\\rev\\bg2-thumb.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\bg2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\bg2.jpg", "PackagePath": "staticwebassets\\images\\slider\\rev\\bg2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\ken-1-thumb.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\ken-1-thumb.jpg", "PackagePath": "staticwebassets\\images\\slider\\rev\\ken-1-thumb.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\ken-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\ken-1.jpg", "PackagePath": "staticwebassets\\images\\slider\\rev\\ken-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\ken-2-thumb.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\ken-2-thumb.jpg", "PackagePath": "staticwebassets\\images\\slider\\rev\\ken-2-thumb.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\ken-2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\ken-2.jpg", "PackagePath": "staticwebassets\\images\\slider\\rev\\ken-2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s1-thumb.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s1-thumb.jpg", "PackagePath": "staticwebassets\\images\\slider\\rev\\main\\s1-thumb.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-1.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-1.png", "PackagePath": "staticwebassets\\images\\slider\\rev\\main\\s2-1.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-2.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-2.png", "PackagePath": "staticwebassets\\images\\slider\\rev\\main\\s2-2.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-3.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-3.png", "PackagePath": "staticwebassets\\images\\slider\\rev\\main\\s2-3.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-4.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-4.png", "PackagePath": "staticwebassets\\images\\slider\\rev\\main\\s2-4.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-5.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-5.png", "PackagePath": "staticwebassets\\images\\slider\\rev\\main\\s2-5.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-6.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-6.png", "PackagePath": "staticwebassets\\images\\slider\\rev\\main\\s2-6.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-7.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-7.png", "PackagePath": "staticwebassets\\images\\slider\\rev\\main\\s2-7.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-8.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-8.png", "PackagePath": "staticwebassets\\images\\slider\\rev\\main\\s2-8.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-bg.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-bg.jpg", "PackagePath": "staticwebassets\\images\\slider\\rev\\main\\s2-bg.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-thumb.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s2-thumb.jpg", "PackagePath": "staticwebassets\\images\\slider\\rev\\main\\s2-thumb.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s3-thumb.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s3-thumb.jpg", "PackagePath": "staticwebassets\\images\\slider\\rev\\main\\s3-thumb.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\main\\s3.jpg", "PackagePath": "staticwebassets\\images\\slider\\rev\\main\\s3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\shop\\bag.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\shop\\bag.png", "PackagePath": "staticwebassets\\images\\slider\\rev\\shop\\bag.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\shop\\bag3.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\shop\\bag3.png", "PackagePath": "staticwebassets\\images\\slider\\rev\\shop\\bag3.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\shop\\girl1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\shop\\girl1.jpg", "PackagePath": "staticwebassets\\images\\slider\\rev\\shop\\girl1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\shop\\tag.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\rev\\shop\\tag.png", "PackagePath": "staticwebassets\\images\\slider\\rev\\shop\\tag.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\1.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\10.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\11.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\11.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\11.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\12.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\12.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\12.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\13.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\13.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\13.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\2.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\3.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\5.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\6.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\7.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\8.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\9.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\sized\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\sized\\1.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\sized\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\sized\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\sized\\2.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\sized\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\sized\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\sized\\3.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\sized\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\1.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\thumbs\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\10.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\thumbs\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\11-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\11-1.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\thumbs\\11-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\11.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\11.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\thumbs\\11.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\12-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\12-1.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\thumbs\\12-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\12.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\12.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\thumbs\\12.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\13-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\13-1.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\thumbs\\13-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\13.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\13.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\thumbs\\13.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\14.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\14.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\thumbs\\14.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\15-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\15-1.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\thumbs\\15-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\15.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\15.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\thumbs\\15.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\16.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\16.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\thumbs\\16.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\17.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\17.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\thumbs\\17.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\18.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\18.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\thumbs\\18.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\2.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\thumbs\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\3.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\thumbs\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\4.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\thumbs\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\5.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\thumbs\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\6.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\thumbs\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\7-1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\7-1.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\thumbs\\7-1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\7.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\thumbs\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\8.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\thumbs\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\swiper\\thumbs\\9.jpg", "PackagePath": "staticwebassets\\images\\slider\\swiper\\thumbs\\9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\1.jpg", "PackagePath": "staticwebassets\\images\\slider\\thumbs\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\10.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\10.jpg", "PackagePath": "staticwebassets\\images\\slider\\thumbs\\10.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\11.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\11.jpg", "PackagePath": "staticwebassets\\images\\slider\\thumbs\\11.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\12.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\12.jpg", "PackagePath": "staticwebassets\\images\\slider\\thumbs\\12.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\13.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\13.jpg", "PackagePath": "staticwebassets\\images\\slider\\thumbs\\13.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\14.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\14.jpg", "PackagePath": "staticwebassets\\images\\slider\\thumbs\\14.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\15.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\15.jpg", "PackagePath": "staticwebassets\\images\\slider\\thumbs\\15.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\16.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\16.jpg", "PackagePath": "staticwebassets\\images\\slider\\thumbs\\16.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\17.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\17.jpg", "PackagePath": "staticwebassets\\images\\slider\\thumbs\\17.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\18.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\18.jpg", "PackagePath": "staticwebassets\\images\\slider\\thumbs\\18.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\19.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\19.jpg", "PackagePath": "staticwebassets\\images\\slider\\thumbs\\19.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\2.jpg", "PackagePath": "staticwebassets\\images\\slider\\thumbs\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\20.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\20.jpg", "PackagePath": "staticwebassets\\images\\slider\\thumbs\\20.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\3.jpg", "PackagePath": "staticwebassets\\images\\slider\\thumbs\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\4.jpg", "PackagePath": "staticwebassets\\images\\slider\\thumbs\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\5.jpg", "PackagePath": "staticwebassets\\images\\slider\\thumbs\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\6.jpg", "PackagePath": "staticwebassets\\images\\slider\\thumbs\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\7.jpg", "PackagePath": "staticwebassets\\images\\slider\\thumbs\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\8.jpg", "PackagePath": "staticwebassets\\images\\slider\\thumbs\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\9.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\slider\\thumbs\\9.jpg", "PackagePath": "staticwebassets\\images\\slider\\thumbs\\9.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\splash\\1.jpeg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\splash\\1.jpeg", "PackagePath": "staticwebassets\\images\\splash\\1.jpeg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\svg-icon.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\svg-icon.svg", "PackagePath": "staticwebassets\\images\\svg-icon.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\svg\\arrow.svg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\svg\\arrow.svg", "PackagePath": "staticwebassets\\images\\svg\\arrow.svg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\team\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\team\\1.jpg", "PackagePath": "staticwebassets\\images\\team\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\team\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\team\\2.jpg", "PackagePath": "staticwebassets\\images\\team\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\team\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\team\\3.jpg", "PackagePath": "staticwebassets\\images\\team\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\team\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\team\\4.jpg", "PackagePath": "staticwebassets\\images\\team\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\team\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\team\\5.jpg", "PackagePath": "staticwebassets\\images\\team\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\team\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\team\\6.jpg", "PackagePath": "staticwebassets\\images\\team\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\team\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\team\\7.jpg", "PackagePath": "staticwebassets\\images\\team\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\team\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\team\\8.jpg", "PackagePath": "staticwebassets\\images\\team\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\testimonials\\1.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\testimonials\\1.jpg", "PackagePath": "staticwebassets\\images\\testimonials\\1.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\testimonials\\2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\testimonials\\2.jpg", "PackagePath": "staticwebassets\\images\\testimonials\\2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\testimonials\\3.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\testimonials\\3.jpg", "PackagePath": "staticwebassets\\images\\testimonials\\3.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\testimonials\\4.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\testimonials\\4.jpg", "PackagePath": "staticwebassets\\images\\testimonials\\4.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\testimonials\\5.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\testimonials\\5.jpg", "PackagePath": "staticwebassets\\images\\testimonials\\5.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\testimonials\\6.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\testimonials\\6.jpg", "PackagePath": "staticwebassets\\images\\testimonials\\6.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\testimonials\\7.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\testimonials\\7.jpg", "PackagePath": "staticwebassets\\images\\testimonials\\7.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\testimonials\\8.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\testimonials\\8.jpg", "PackagePath": "staticwebassets\\images\\testimonials\\8.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\testimonials\\parallax.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\testimonials\\parallax.jpg", "PackagePath": "staticwebassets\\images\\testimonials\\parallax.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\testimonials\\parallax2.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\testimonials\\parallax2.jpg", "PackagePath": "staticwebassets\\images\\testimonials\\parallax2.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\videos\\explore-poster-thumb.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\videos\\explore-poster-thumb.jpg", "PackagePath": "staticwebassets\\images\\videos\\explore-poster-thumb.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\videos\\explore-poster.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\videos\\explore-poster.jpg", "PackagePath": "staticwebassets\\images\\videos\\explore-poster.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\videos\\explore.mp4", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\videos\\explore.mp4", "PackagePath": "staticwebassets\\images\\videos\\explore.mp4" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\videos\\explore.webm", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\videos\\explore.webm", "PackagePath": "staticwebassets\\images\\videos\\explore.webm" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\11.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\11.jpg", "PackagePath": "staticwebassets\\images\\wedding\\11.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\12.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\12.jpg", "PackagePath": "staticwebassets\\images\\wedding\\12.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\13.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\13.jpg", "PackagePath": "staticwebassets\\images\\wedding\\13.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\15.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\15.jpg", "PackagePath": "staticwebassets\\images\\wedding\\15.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\16.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\16.jpg", "PackagePath": "staticwebassets\\images\\wedding\\16.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\17.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\17.jpg", "PackagePath": "staticwebassets\\images\\wedding\\17.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\18.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\18.jpg", "PackagePath": "staticwebassets\\images\\wedding\\18.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\19.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\19.jpg", "PackagePath": "staticwebassets\\images\\wedding\\19.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\20.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\20.jpg", "PackagePath": "staticwebassets\\images\\wedding\\20.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\21.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\21.jpg", "PackagePath": "staticwebassets\\images\\wedding\\21.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\22.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\22.jpg", "PackagePath": "staticwebassets\\images\\wedding\\22.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\23.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\23.jpg", "PackagePath": "staticwebassets\\images\\wedding\\23.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\24.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\24.jpg", "PackagePath": "staticwebassets\\images\\wedding\\24.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\25.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\25.jpg", "PackagePath": "staticwebassets\\images\\wedding\\25.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\26.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\26.jpg", "PackagePath": "staticwebassets\\images\\wedding\\26.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\27.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\27.jpg", "PackagePath": "staticwebassets\\images\\wedding\\27.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\28.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\28.jpg", "PackagePath": "staticwebassets\\images\\wedding\\28.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\events\\afterwedding.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\events\\afterwedding.jpg", "PackagePath": "staticwebassets\\images\\wedding\\events\\afterwedding.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\events\\cocktail.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\events\\cocktail.jpg", "PackagePath": "staticwebassets\\images\\wedding\\events\\cocktail.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\events\\wedding.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\events\\wedding.jpg", "PackagePath": "staticwebassets\\images\\wedding\\events\\wedding.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\11.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\11.jpg", "PackagePath": "staticwebassets\\images\\wedding\\thumb\\11.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\15.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\15.jpg", "PackagePath": "staticwebassets\\images\\wedding\\thumb\\15.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\19.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\19.jpg", "PackagePath": "staticwebassets\\images\\wedding\\thumb\\19.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\20.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\20.jpg", "PackagePath": "staticwebassets\\images\\wedding\\thumb\\20.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\21.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\21.jpg", "PackagePath": "staticwebassets\\images\\wedding\\thumb\\21.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\22.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\22.jpg", "PackagePath": "staticwebassets\\images\\wedding\\thumb\\22.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\23.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\23.jpg", "PackagePath": "staticwebassets\\images\\wedding\\thumb\\23.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\24.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\24.jpg", "PackagePath": "staticwebassets\\images\\wedding\\thumb\\24.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\25.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\25.jpg", "PackagePath": "staticwebassets\\images\\wedding\\thumb\\25.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\26.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\26.jpg", "PackagePath": "staticwebassets\\images\\wedding\\thumb\\26.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\27.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\27.jpg", "PackagePath": "staticwebassets\\images\\wedding\\thumb\\27.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\28.jpg", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\wedding\\thumb\\28.jpg", "PackagePath": "staticwebassets\\images\\wedding\\thumb\\28.jpg" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\images\\world-map.png", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\world-map.png", "PackagePath": "staticwebassets\\images\\world-map.png" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\bundle.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\bundle.js", "PackagePath": "staticwebassets\\js\\bundle.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\chart-utils.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\chart-utils.js", "PackagePath": "staticwebassets\\js\\chart-utils.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\chart.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\chart.js", "PackagePath": "staticwebassets\\js\\chart.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\chartjs-plugin-zoom.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\chartjs-plugin-zoom.min.js", "PackagePath": "staticwebassets\\js\\chartjs-plugin-zoom.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\bs-datatable.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\bs-datatable.js", "PackagePath": "staticwebassets\\js\\components\\bs-datatable.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\bs-filestyle.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\bs-filestyle.js", "PackagePath": "staticwebassets\\js\\components\\bs-filestyle.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\bs-select.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\bs-select.js", "PackagePath": "staticwebassets\\js\\components\\bs-select.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\bs-select.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\bs-select.min.js", "PackagePath": "staticwebassets\\js\\components\\bs-select.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\bs-switches.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\bs-switches.js", "PackagePath": "staticwebassets\\js\\components\\bs-switches.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\datepicker.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\datepicker.js", "PackagePath": "staticwebassets\\js\\components\\datepicker.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\daterangepicker.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\daterangepicker.js", "PackagePath": "staticwebassets\\js\\components\\daterangepicker.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\event.move.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\event.move.js", "PackagePath": "staticwebassets\\js\\components\\event.move.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\image-changer.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\image-changer.js", "PackagePath": "staticwebassets\\js\\components\\image-changer.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\moment.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\moment.js", "PackagePath": "staticwebassets\\js\\components\\moment.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\rangeslider.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\rangeslider.min.js", "PackagePath": "staticwebassets\\js\\components\\rangeslider.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\select-boxes.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\select-boxes.js", "PackagePath": "staticwebassets\\js\\components\\select-boxes.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\selectsplitter.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\selectsplitter.js", "PackagePath": "staticwebassets\\js\\components\\selectsplitter.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\star-rating.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\star-rating.js", "PackagePath": "staticwebassets\\js\\components\\star-rating.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\timepicker.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\timepicker.js", "PackagePath": "staticwebassets\\js\\components\\timepicker.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\icons\\default\\icons.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\icons\\default\\icons.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\icons\\default\\icons.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\langs\\README.md", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\langs\\README.md", "PackagePath": "staticwebassets\\js\\components\\tinymce\\langs\\README.md" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\license.txt", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\license.txt", "PackagePath": "staticwebassets\\js\\components\\tinymce\\license.txt" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\models\\dom\\model.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\models\\dom\\model.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\models\\dom\\model.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\accordion\\plugin.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\accordion\\plugin.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\accordion\\plugin.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\advlist\\plugin.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\advlist\\plugin.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\advlist\\plugin.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\anchor\\plugin.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\anchor\\plugin.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\anchor\\plugin.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\autolink\\plugin.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\autolink\\plugin.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\autolink\\plugin.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\autoresize\\plugin.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\autoresize\\plugin.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\autoresize\\plugin.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\autosave\\plugin.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\autosave\\plugin.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\autosave\\plugin.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\charmap\\plugin.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\charmap\\plugin.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\charmap\\plugin.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\code\\plugin.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\code\\plugin.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\code\\plugin.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\codesample\\plugin.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\codesample\\plugin.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\codesample\\plugin.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\directionality\\plugin.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\directionality\\plugin.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\directionality\\plugin.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\emoticons\\js\\emojiimages.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\emoticons\\js\\emojiimages.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\emoticons\\js\\emojiimages.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\emoticons\\js\\emojiimages.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\emoticons\\js\\emojiimages.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\emoticons\\js\\emojiimages.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\emoticons\\js\\emojis.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\emoticons\\js\\emojis.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\emoticons\\js\\emojis.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\emoticons\\js\\emojis.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\emoticons\\js\\emojis.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\emoticons\\js\\emojis.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\emoticons\\plugin.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\emoticons\\plugin.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\emoticons\\plugin.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\fullscreen\\plugin.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\fullscreen\\plugin.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\fullscreen\\plugin.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ar.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ar.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ar.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\bg_BG.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\bg_BG.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\bg_BG.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ca.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ca.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ca.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\cs.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\cs.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\cs.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\da.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\da.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\da.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\de.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\de.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\de.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\el.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\el.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\el.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\en.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\en.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\en.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\es.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\es.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\es.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\eu.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\eu.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\eu.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\fa.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\fa.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\fa.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\fi.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\fi.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\fi.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\fr_FR.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\fr_FR.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\fr_FR.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\he_IL.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\he_IL.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\he_IL.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\hi.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\hi.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\hi.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\hr.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\hr.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\hr.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\hu_HU.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\hu_HU.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\hu_HU.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\id.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\id.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\id.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\it.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\it.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\it.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ja.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ja.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ja.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\kk.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\kk.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\kk.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ko_KR.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ko_KR.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ko_KR.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ms.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ms.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ms.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\nb_NO.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\nb_NO.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\nb_NO.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\nl.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\nl.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\nl.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\pl.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\pl.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\pl.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\pt_BR.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\pt_BR.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\pt_BR.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\pt_PT.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\pt_PT.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\pt_PT.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ro.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ro.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ro.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ru.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ru.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\ru.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\sk.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\sk.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\sk.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\sl_SI.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\sl_SI.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\sl_SI.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\sv_SE.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\sv_SE.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\sv_SE.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\th_TH.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\th_TH.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\th_TH.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\tr.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\tr.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\tr.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\uk.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\uk.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\uk.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\vi.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\vi.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\vi.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\zh_CN.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\zh_CN.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\zh_CN.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\zh_TW.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\zh_TW.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\js\\i18n\\keynav\\zh_TW.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\plugin.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\help\\plugin.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\help\\plugin.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\image\\plugin.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\image\\plugin.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\image\\plugin.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\importcss\\plugin.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\importcss\\plugin.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\importcss\\plugin.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\insertdatetime\\plugin.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\insertdatetime\\plugin.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\insertdatetime\\plugin.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\link\\plugin.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\link\\plugin.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\link\\plugin.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\lists\\plugin.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\lists\\plugin.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\lists\\plugin.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\media\\plugin.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\media\\plugin.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\media\\plugin.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\nonbreaking\\plugin.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\nonbreaking\\plugin.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\nonbreaking\\plugin.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\pagebreak\\plugin.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\pagebreak\\plugin.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\pagebreak\\plugin.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\preview\\plugin.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\preview\\plugin.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\preview\\plugin.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\quickbars\\plugin.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\quickbars\\plugin.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\quickbars\\plugin.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\save\\plugin.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\save\\plugin.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\save\\plugin.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\searchreplace\\plugin.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\searchreplace\\plugin.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\searchreplace\\plugin.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\table\\plugin.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\table\\plugin.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\table\\plugin.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\template\\plugin.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\template\\plugin.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\template\\plugin.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\visualblocks\\plugin.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\visualblocks\\plugin.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\visualblocks\\plugin.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\visualchars\\plugin.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\visualchars\\plugin.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\visualchars\\plugin.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\wordcount\\plugin.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\plugins\\wordcount\\plugin.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\plugins\\wordcount\\plugin.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\content\\dark\\content.min.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\content\\dark\\content.min.css", "PackagePath": "staticwebassets\\js\\components\\tinymce\\skins\\content\\dark\\content.min.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\content\\default\\content.min.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\content\\default\\content.min.css", "PackagePath": "staticwebassets\\js\\components\\tinymce\\skins\\content\\default\\content.min.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\content\\document\\content.min.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\content\\document\\content.min.css", "PackagePath": "staticwebassets\\js\\components\\tinymce\\skins\\content\\document\\content.min.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\content\\tinymce-5-dark\\content.min.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\content\\tinymce-5-dark\\content.min.css", "PackagePath": "staticwebassets\\js\\components\\tinymce\\skins\\content\\tinymce-5-dark\\content.min.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\content\\tinymce-5\\content.min.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\content\\tinymce-5\\content.min.css", "PackagePath": "staticwebassets\\js\\components\\tinymce\\skins\\content\\tinymce-5\\content.min.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\content\\writer\\content.min.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\content\\writer\\content.min.css", "PackagePath": "staticwebassets\\js\\components\\tinymce\\skins\\content\\writer\\content.min.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide-dark\\content.inline.min.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide-dark\\content.inline.min.css", "PackagePath": "staticwebassets\\js\\components\\tinymce\\skins\\ui\\oxide-dark\\content.inline.min.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide-dark\\content.min.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide-dark\\content.min.css", "PackagePath": "staticwebassets\\js\\components\\tinymce\\skins\\ui\\oxide-dark\\content.min.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide-dark\\skin.min.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide-dark\\skin.min.css", "PackagePath": "staticwebassets\\js\\components\\tinymce\\skins\\ui\\oxide-dark\\skin.min.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide-dark\\skin.shadowdom.min.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide-dark\\skin.shadowdom.min.css", "PackagePath": "staticwebassets\\js\\components\\tinymce\\skins\\ui\\oxide-dark\\skin.shadowdom.min.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide\\content.inline.min.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide\\content.inline.min.css", "PackagePath": "staticwebassets\\js\\components\\tinymce\\skins\\ui\\oxide\\content.inline.min.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide\\content.min.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide\\content.min.css", "PackagePath": "staticwebassets\\js\\components\\tinymce\\skins\\ui\\oxide\\content.min.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide\\skin.min.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide\\skin.min.css", "PackagePath": "staticwebassets\\js\\components\\tinymce\\skins\\ui\\oxide\\skin.min.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide\\skin.shadowdom.min.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\oxide\\skin.shadowdom.min.css", "PackagePath": "staticwebassets\\js\\components\\tinymce\\skins\\ui\\oxide\\skin.shadowdom.min.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5-dark\\content.inline.min.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5-dark\\content.inline.min.css", "PackagePath": "staticwebassets\\js\\components\\tinymce\\skins\\ui\\tinymce-5-dark\\content.inline.min.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5-dark\\content.min.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5-dark\\content.min.css", "PackagePath": "staticwebassets\\js\\components\\tinymce\\skins\\ui\\tinymce-5-dark\\content.min.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5-dark\\skin.min.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5-dark\\skin.min.css", "PackagePath": "staticwebassets\\js\\components\\tinymce\\skins\\ui\\tinymce-5-dark\\skin.min.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5-dark\\skin.shadowdom.min.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5-dark\\skin.shadowdom.min.css", "PackagePath": "staticwebassets\\js\\components\\tinymce\\skins\\ui\\tinymce-5-dark\\skin.shadowdom.min.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5\\content.inline.min.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5\\content.inline.min.css", "PackagePath": "staticwebassets\\js\\components\\tinymce\\skins\\ui\\tinymce-5\\content.inline.min.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5\\content.min.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5\\content.min.css", "PackagePath": "staticwebassets\\js\\components\\tinymce\\skins\\ui\\tinymce-5\\content.min.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5\\skin.min.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5\\skin.min.css", "PackagePath": "staticwebassets\\js\\components\\tinymce\\skins\\ui\\tinymce-5\\skin.min.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5\\skin.shadowdom.min.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\skins\\ui\\tinymce-5\\skin.shadowdom.min.css", "PackagePath": "staticwebassets\\js\\components\\tinymce\\skins\\ui\\tinymce-5\\skin.shadowdom.min.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\themes\\silver\\theme.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\themes\\silver\\theme.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\themes\\silver\\theme.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\tinymce.d.ts", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\tinymce.d.ts", "PackagePath": "staticwebassets\\js\\components\\tinymce\\tinymce.d.ts" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\tinymce.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\tinymce\\tinymce.min.js", "PackagePath": "staticwebassets\\js\\components\\tinymce\\tinymce.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\components\\typehead.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\components\\typehead.js", "PackagePath": "staticwebassets\\js\\components\\typehead.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\events-data.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\events-data.js", "PackagePath": "staticwebassets\\js\\events-data.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\functions.bundle.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\functions.bundle.js", "PackagePath": "staticwebassets\\js\\functions.bundle.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\functions.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\functions.js", "PackagePath": "staticwebassets\\js\\functions.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\holder.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\holder.js", "PackagePath": "staticwebassets\\js\\holder.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\jquery.calendario.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\jquery.calendario.js", "PackagePath": "staticwebassets\\js\\jquery.calendario.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\jquery.hotspot.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\jquery.hotspot.js", "PackagePath": "staticwebassets\\js\\jquery.hotspot.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\jquery.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\jquery.js", "PackagePath": "staticwebassets\\js\\jquery.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\jquery.mousewheel.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\jquery.mousewheel.min.js", "PackagePath": "staticwebassets\\js\\jquery.mousewheel.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\accordion.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\accordion.js", "PackagePath": "staticwebassets\\js\\modules\\accordion.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\adaptivecolorscheme.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\adaptivecolorscheme.js", "PackagePath": "staticwebassets\\js\\modules\\adaptivecolorscheme.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\ajaxform.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\ajaxform.js", "PackagePath": "staticwebassets\\js\\modules\\ajaxform.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\ajaxtrigger.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\ajaxtrigger.js", "PackagePath": "staticwebassets\\js\\modules\\ajaxtrigger.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\animations.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\animations.js", "PackagePath": "staticwebassets\\js\\modules\\animations.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\bootstrap.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\bootstrap.js", "PackagePath": "staticwebassets\\js\\modules\\bootstrap.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\bscomponents.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\bscomponents.js", "PackagePath": "staticwebassets\\js\\modules\\bscomponents.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\buttons.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\buttons.js", "PackagePath": "staticwebassets\\js\\modules\\buttons.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\canvasslider.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\canvasslider.js", "PackagePath": "staticwebassets\\js\\modules\\canvasslider.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\carousel.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\carousel.js", "PackagePath": "staticwebassets\\js\\modules\\carousel.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\clipboard.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\clipboard.js", "PackagePath": "staticwebassets\\js\\modules\\clipboard.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\codehighlight.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\codehighlight.js", "PackagePath": "staticwebassets\\js\\modules\\codehighlight.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\conditional.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\conditional.js", "PackagePath": "staticwebassets\\js\\modules\\conditional.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\cookies.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\cookies.js", "PackagePath": "staticwebassets\\js\\modules\\cookies.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\countdown.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\countdown.js", "PackagePath": "staticwebassets\\js\\modules\\countdown.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\counter.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\counter.js", "PackagePath": "staticwebassets\\js\\modules\\counter.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\cursor.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\cursor.js", "PackagePath": "staticwebassets\\js\\modules\\cursor.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\dataclasses.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\dataclasses.js", "PackagePath": "staticwebassets\\js\\modules\\dataclasses.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\dataheights.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\dataheights.js", "PackagePath": "staticwebassets\\js\\modules\\dataheights.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\easing.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\easing.js", "PackagePath": "staticwebassets\\js\\modules\\easing.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\filter.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\filter.js", "PackagePath": "staticwebassets\\js\\modules\\filter.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\flexslider.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\flexslider.js", "PackagePath": "staticwebassets\\js\\modules\\flexslider.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\flickr.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\flickr.js", "PackagePath": "staticwebassets\\js\\modules\\flickr.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\fontsizer.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\fontsizer.js", "PackagePath": "staticwebassets\\js\\modules\\fontsizer.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\fullvideo.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\fullvideo.js", "PackagePath": "staticwebassets\\js\\modules\\fullvideo.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\googlemaps.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\googlemaps.js", "PackagePath": "staticwebassets\\js\\modules\\googlemaps.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\gototop.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\gototop.js", "PackagePath": "staticwebassets\\js\\modules\\gototop.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\grid.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\grid.js", "PackagePath": "staticwebassets\\js\\modules\\grid.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\headers.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\headers.js", "PackagePath": "staticwebassets\\js\\modules\\headers.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\hover3d.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\hover3d.js", "PackagePath": "staticwebassets\\js\\modules\\hover3d.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\hoveranimations.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\hoveranimations.js", "PackagePath": "staticwebassets\\js\\modules\\hoveranimations.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\instagram.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\instagram.js", "PackagePath": "staticwebassets\\js\\modules\\instagram.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\lazyload.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\lazyload.js", "PackagePath": "staticwebassets\\js\\modules\\lazyload.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\lightbox.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\lightbox.js", "PackagePath": "staticwebassets\\js\\modules\\lightbox.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\logo.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\logo.js", "PackagePath": "staticwebassets\\js\\modules\\logo.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\masonrythumbs.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\masonrythumbs.js", "PackagePath": "staticwebassets\\js\\modules\\masonrythumbs.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\mediaactions.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\mediaactions.js", "PackagePath": "staticwebassets\\js\\modules\\mediaactions.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\menus.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\menus.js", "PackagePath": "staticwebassets\\js\\modules\\menus.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\modal.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\modal.js", "PackagePath": "staticwebassets\\js\\modules\\modal.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\navtree.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\navtree.js", "PackagePath": "staticwebassets\\js\\modules\\navtree.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\notifications.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\notifications.js", "PackagePath": "staticwebassets\\js\\modules\\notifications.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\onepage.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\onepage.js", "PackagePath": "staticwebassets\\js\\modules\\onepage.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\pagemenu.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\pagemenu.js", "PackagePath": "staticwebassets\\js\\modules\\pagemenu.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\pagetransition.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\pagetransition.js", "PackagePath": "staticwebassets\\js\\modules\\pagetransition.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\portfolioajax.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\portfolioajax.js", "PackagePath": "staticwebassets\\js\\modules\\portfolioajax.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\pricingswitcher.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\pricingswitcher.js", "PackagePath": "staticwebassets\\js\\modules\\pricingswitcher.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\progress.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\progress.js", "PackagePath": "staticwebassets\\js\\modules\\progress.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\quantity.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\quantity.js", "PackagePath": "staticwebassets\\js\\modules\\quantity.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\readmore.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\readmore.js", "PackagePath": "staticwebassets\\js\\modules\\readmore.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\resizevideos.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\resizevideos.js", "PackagePath": "staticwebassets\\js\\modules\\resizevideos.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\roundedskills.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\roundedskills.js", "PackagePath": "staticwebassets\\js\\modules\\roundedskills.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\schemetoggle.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\schemetoggle.js", "PackagePath": "staticwebassets\\js\\modules\\schemetoggle.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\scrolldetect.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\scrolldetect.js", "PackagePath": "staticwebassets\\js\\modules\\scrolldetect.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\shapedivider.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\shapedivider.js", "PackagePath": "staticwebassets\\js\\modules\\shapedivider.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\sidepanel.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\sidepanel.js", "PackagePath": "staticwebassets\\js\\modules\\sidepanel.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\sliderdimensions.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\sliderdimensions.js", "PackagePath": "staticwebassets\\js\\modules\\sliderdimensions.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\slidermenuclass.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\slidermenuclass.js", "PackagePath": "staticwebassets\\js\\modules\\slidermenuclass.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\sliderparallax.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\sliderparallax.js", "PackagePath": "staticwebassets\\js\\modules\\sliderparallax.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\stickfooteronsmall.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\stickfooteronsmall.js", "PackagePath": "staticwebassets\\js\\modules\\stickfooteronsmall.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\stickysidebar.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\stickysidebar.js", "PackagePath": "staticwebassets\\js\\modules\\stickysidebar.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\subscribe.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\subscribe.js", "PackagePath": "staticwebassets\\js\\modules\\subscribe.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\textrotator.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\textrotator.js", "PackagePath": "staticwebassets\\js\\modules\\textrotator.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\textsplitter.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\textsplitter.js", "PackagePath": "staticwebassets\\js\\modules\\textsplitter.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\tips.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\tips.js", "PackagePath": "staticwebassets\\js\\modules\\tips.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\toggle.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\toggle.js", "PackagePath": "staticwebassets\\js\\modules\\toggle.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\topcart.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\topcart.js", "PackagePath": "staticwebassets\\js\\modules\\topcart.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\topsearch.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\topsearch.js", "PackagePath": "staticwebassets\\js\\modules\\topsearch.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\twitter.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\twitter.js", "PackagePath": "staticwebassets\\js\\modules\\twitter.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\videofacade.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\videofacade.js", "PackagePath": "staticwebassets\\js\\modules\\videofacade.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\viewportdetect.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\viewportdetect.js", "PackagePath": "staticwebassets\\js\\modules\\viewportdetect.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\modules\\youtubebg.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\modules\\youtubebg.js", "PackagePath": "staticwebassets\\js\\modules\\youtubebg.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\particles\\particles-bubbles.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\particles\\particles-bubbles.js", "PackagePath": "staticwebassets\\js\\particles\\particles-bubbles.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\particles\\particles-line.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\particles\\particles-line.js", "PackagePath": "staticwebassets\\js\\particles\\particles-line.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\particles\\particles-nasa.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\particles\\particles-nasa.js", "PackagePath": "staticwebassets\\js\\particles\\particles-nasa.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\particles\\particles-poly.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\particles\\particles-poly.js", "PackagePath": "staticwebassets\\js\\particles\\particles-poly.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\particles\\particles-snow.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\particles\\particles-snow.js", "PackagePath": "staticwebassets\\js\\particles\\particles-snow.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\particles\\particles.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\particles\\particles.min.js", "PackagePath": "staticwebassets\\js\\particles\\particles.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\particles\\particlesjs-config.json", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\particles\\particlesjs-config.json", "PackagePath": "staticwebassets\\js\\particles\\particlesjs-config.json" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.bootstrap.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.bootstrap.js", "PackagePath": "staticwebassets\\js\\plugins.bootstrap.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.carousel.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.carousel.js", "PackagePath": "staticwebassets\\js\\plugins.carousel.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.clipboard.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.clipboard.js", "PackagePath": "staticwebassets\\js\\plugins.clipboard.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.countdown.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.countdown.js", "PackagePath": "staticwebassets\\js\\plugins.countdown.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.counter.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.counter.js", "PackagePath": "staticwebassets\\js\\plugins.counter.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.dribbble.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.dribbble.js", "PackagePath": "staticwebassets\\js\\plugins.dribbble.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.easing.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.easing.js", "PackagePath": "staticwebassets\\js\\plugins.easing.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.fastdom.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.fastdom.js", "PackagePath": "staticwebassets\\js\\plugins.fastdom.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.fitvids.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.fitvids.js", "PackagePath": "staticwebassets\\js\\plugins.fitvids.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.flexslider.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.flexslider.js", "PackagePath": "staticwebassets\\js\\plugins.flexslider.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.flickrfeed.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.flickrfeed.js", "PackagePath": "staticwebassets\\js\\plugins.flickrfeed.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.form.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.form.js", "PackagePath": "staticwebassets\\js\\plugins.form.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.gmap.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.gmap.js", "PackagePath": "staticwebassets\\js\\plugins.gmap.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.hashchange.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.hashchange.js", "PackagePath": "staticwebassets\\js\\plugins.hashchange.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.imagesloaded.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.imagesloaded.js", "PackagePath": "staticwebassets\\js\\plugins.imagesloaded.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.infinitescroll.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.infinitescroll.js", "PackagePath": "staticwebassets\\js\\plugins.infinitescroll.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.isotope.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.isotope.js", "PackagePath": "staticwebassets\\js\\plugins.isotope.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.jpaginate.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.jpaginate.js", "PackagePath": "staticwebassets\\js\\plugins.jpaginate.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.lazyload.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.lazyload.js", "PackagePath": "staticwebassets\\js\\plugins.lazyload.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.lightbox.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.lightbox.js", "PackagePath": "staticwebassets\\js\\plugins.lightbox.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.min.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.min.js", "PackagePath": "staticwebassets\\js\\plugins.min.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.packery.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.packery.js", "PackagePath": "staticwebassets\\js\\plugins.packery.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.piechart.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.piechart.js", "PackagePath": "staticwebassets\\js\\plugins.piechart.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.prism.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.prism.js", "PackagePath": "staticwebassets\\js\\plugins.prism.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.stickysidebar.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.stickysidebar.js", "PackagePath": "staticwebassets\\js\\plugins.stickysidebar.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.swiper.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.swiper.js", "PackagePath": "staticwebassets\\js\\plugins.swiper.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.textrotator.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.textrotator.js", "PackagePath": "staticwebassets\\js\\plugins.textrotator.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\js\\plugins.youtube.js", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\js\\plugins.youtube.js", "PackagePath": "staticwebassets\\js\\plugins.youtube.js" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\style.css", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\style.css", "PackagePath": "staticwebassets\\style.css" }, { - "Id": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\wwwroot\\style.css.map", + "Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\style.css.map", "PackagePath": "staticwebassets\\style.css.map" }, { diff --git a/obj/Debug/net8.0/staticwebassets/msbuild.KeymailSpecials2.Microsoft.AspNetCore.StaticWebAssets.props b/obj/Debug/net8.0/staticwebassets/msbuild.KeymailSpecials2.Microsoft.AspNetCore.StaticWebAssets.props index 576c232..caa95ab 100644 --- a/obj/Debug/net8.0/staticwebassets/msbuild.KeymailSpecials2.Microsoft.AspNetCore.StaticWebAssets.props +++ b/obj/Debug/net8.0/staticwebassets/msbuild.KeymailSpecials2.Microsoft.AspNetCore.StaticWebAssets.props @@ -1888,12 +1888,12 @@ PreserveNewest $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\demos\hosting\images\svg\map-light.svg)) - + Package KeymailSpecials2 $(MSBuildThisFileDirectory)..\staticwebassets\ _content/KeymailSpecials2 - demos/hosting/images/svg/map.png + demos/hosting/images/svg/map.svg All All Primary @@ -1902,7 +1902,7 @@ Never PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\demos\hosting\images\svg\map.png)) + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\demos\hosting\images\svg\map.svg)) Package @@ -2064,12 +2064,12 @@ PreserveNewest $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\demos\hosting\images\users\5.jpg)) - + Package KeymailSpecials2 $(MSBuildThisFileDirectory)..\staticwebassets\ _content/KeymailSpecials2 - demos/movers/images/2.svg + demos/movers/images/12w3qdaad2.svg.bak All All Primary @@ -2078,7 +2078,7 @@ Never PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\demos\movers\images\2.svg)) + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\demos\movers\images\12w3qdaad2.svg.bak)) Package @@ -2464,6 +2464,38 @@ PreserveNewest $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\demos\movers\images\featured-img\Thumbs.db)) + + Package + KeymailSpecials2 + $(MSBuildThisFileDirectory)..\staticwebassets\ + _content/KeymailSpecials2 + demos/movers/images/happy.svg + All + All + Primary + + + + Never + PreserveNewest + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\demos\movers\images\happy.svg)) + + + Package + KeymailSpecials2 + $(MSBuildThisFileDirectory)..\staticwebassets\ + _content/KeymailSpecials2 + demos/movers/images/join.svg + All + All + Primary + + + + Never + PreserveNewest + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\demos\movers\images\join.svg)) + Package KeymailSpecials2 @@ -2528,12 +2560,12 @@ PreserveNewest $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\demos\movers\images\others\4.png)) - + Package KeymailSpecials2 $(MSBuildThisFileDirectory)..\staticwebassets\ _content/KeymailSpecials2 - demos/movers/images/section/1.jpg + demos/movers/images/privacy.svg All All Primary @@ -2542,7 +2574,7 @@ Never PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\demos\movers\images\section\1.jpg)) + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\demos\movers\images\privacy.svg)) Package @@ -2560,6 +2592,38 @@ PreserveNewest $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\demos\movers\images\section\2.jpg)) + + Package + KeymailSpecials2 + $(MSBuildThisFileDirectory)..\staticwebassets\ + _content/KeymailSpecials2 + demos/movers/images/section/backdrop.jpg + All + All + Primary + + + + Never + PreserveNewest + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\demos\movers\images\section\backdrop.jpg)) + + + Package + KeymailSpecials2 + $(MSBuildThisFileDirectory)..\staticwebassets\ + _content/KeymailSpecials2 + demos/movers/images/section/collab.svg + All + All + Primary + + + + Never + PreserveNewest + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\demos\movers\images\section\collab.svg)) + Package KeymailSpecials2 @@ -2576,6 +2640,22 @@ PreserveNewest $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\demos\movers\images\section\company.jpg)) + + Package + KeymailSpecials2 + $(MSBuildThisFileDirectory)..\staticwebassets\ + _content/KeymailSpecials2 + demos/movers/images/section/success.jpg + All + All + Primary + + + + Never + PreserveNewest + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\demos\movers\images\section\success.jpg)) + Package KeymailSpecials2 @@ -2592,6 +2672,38 @@ PreserveNewest $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\demos\movers\images\slider\1.png)) + + Package + KeymailSpecials2 + $(MSBuildThisFileDirectory)..\staticwebassets\ + _content/KeymailSpecials2 + demos/movers/images/startae-team-7tXA8xwe4W4-unsplash.jpg + All + All + Primary + + + + Never + PreserveNewest + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\demos\movers\images\startae-team-7tXA8xwe4W4-unsplash.jpg)) + + + Package + KeymailSpecials2 + $(MSBuildThisFileDirectory)..\staticwebassets\ + _content/KeymailSpecials2 + demos/movers/images/stats.svg + All + All + Primary + + + + Never + PreserveNewest + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\demos\movers\images\stats.svg)) + Package KeymailSpecials2 @@ -2752,6 +2864,22 @@ PreserveNewest $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\demos\movers\images\team\section.jpg)) + + Package + KeymailSpecials2 + $(MSBuildThisFileDirectory)..\staticwebassets\ + _content/KeymailSpecials2 + demos/movers/images/user_nums.svg + All + All + Primary + + + + Never + PreserveNewest + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\demos\movers\images\user_nums.svg)) + Package KeymailSpecials2 @@ -23280,6 +23408,22 @@ PreserveNewest $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\images\intro\templates-mega-menu.jpg)) + + Package + KeymailSpecials2 + $(MSBuildThisFileDirectory)..\staticwebassets\ + _content/KeymailSpecials2 + images/km_logo.png + All + All + Primary + + + + Never + PreserveNewest + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\images\km_logo.png)) + Package KeymailSpecials2 @@ -24048,22 +24192,6 @@ PreserveNewest $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\images\logo-v7.png)) - - Package - KeymailSpecials2 - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/KeymailSpecials2 - images/logo.png - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\images\logo.png)) - Package KeymailSpecials2 @@ -24080,6 +24208,38 @@ PreserveNewest $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\images\logo@2x.png)) + + Package + KeymailSpecials2 + $(MSBuildThisFileDirectory)..\staticwebassets\ + _content/KeymailSpecials2 + images/logos/kms24.png + All + All + Primary + + + + Never + PreserveNewest + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\images\logos\kms24.png)) + + + Package + KeymailSpecials2 + $(MSBuildThisFileDirectory)..\staticwebassets\ + _content/KeymailSpecials2 + images/logos/kms24w.png + All + All + Primary + + + + Never + PreserveNewest + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\images\logos\kms24w.png)) + Package KeymailSpecials2 @@ -37728,22 +37888,6 @@ PreserveNewest $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\js\plugins.youtube.js)) - - Package - KeymailSpecials2 - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/KeymailSpecials2 - KeymailSpecials2.bundle.scp.css - All - Reference - Primary - - ScopedCss - ProjectBundle - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\KeymailSpecials2.bundle.scp.css)) - Package KeymailSpecials2 diff --git a/obj/KeymailSpecials2.csproj.nuget.dgspec.json b/obj/KeymailSpecials2.csproj.nuget.dgspec.json index e8b2b01..66bd02e 100644 --- a/obj/KeymailSpecials2.csproj.nuget.dgspec.json +++ b/obj/KeymailSpecials2.csproj.nuget.dgspec.json @@ -1,23 +1,23 @@ { "format": 1, "restore": { - "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\KeymailSpecials2.csproj": {} + "C:\\Repos\\KeymailSpecials2\\KeymailSpecials2.csproj": {} }, "projects": { - "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\KeymailSpecials2.csproj": { + "C:\\Repos\\KeymailSpecials2\\KeymailSpecials2.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\KeymailSpecials2.csproj", + "projectUniqueName": "C:\\Repos\\KeymailSpecials2\\KeymailSpecials2.csproj", "projectName": "KeymailSpecials2", - "projectPath": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\KeymailSpecials2.csproj", - "packagesPath": "C:\\Users\\joshdeck.KEYMTV\\.nuget\\packages\\", - "outputPath": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\obj\\", + "projectPath": "C:\\Repos\\KeymailSpecials2\\KeymailSpecials2.csproj", + "packagesPath": "C:\\Users\\RDeck.KEYMTV\\.nuget\\packages\\", + "outputPath": "C:\\Repos\\KeymailSpecials2\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "C:\\Users\\joshdeck.KEYMTV\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Users\\RDeck.KEYMTV\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" ], @@ -27,7 +27,8 @@ "sources": { "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} + "https://api.nuget.org/v3/index.json": {}, + "https://nuget.telerik.com/v3/index.json": {} }, "frameworks": { "net8.0": { @@ -39,6 +40,11 @@ "warnAsError": [ "NU1605" ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" } }, "frameworks": { @@ -63,7 +69,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.101/PortableRuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json" } } } diff --git a/obj/KeymailSpecials2.csproj.nuget.g.props b/obj/KeymailSpecials2.csproj.nuget.g.props index 9f5c585..f12f399 100644 --- a/obj/KeymailSpecials2.csproj.nuget.g.props +++ b/obj/KeymailSpecials2.csproj.nuget.g.props @@ -5,12 +5,12 @@ NuGet $(MSBuildThisFileDirectory)project.assets.json $(UserProfile)\.nuget\packages\ - C:\Users\joshdeck.KEYMTV\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages + C:\Users\RDeck.KEYMTV\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages PackageReference - 6.8.0 + 6.9.1 - + \ No newline at end of file diff --git a/obj/Release/net8.0/KeymailSpecials2.AssemblyInfo.cs b/obj/Release/net8.0/KeymailSpecials2.AssemblyInfo.cs index 4373678..1f18d85 100644 --- a/obj/Release/net8.0/KeymailSpecials2.AssemblyInfo.cs +++ b/obj/Release/net8.0/KeymailSpecials2.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("KeymailSpecials2")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b882befbc379facedc69bd3651c4fff409b0a9d2")] [assembly: System.Reflection.AssemblyProductAttribute("KeymailSpecials2")] [assembly: System.Reflection.AssemblyTitleAttribute("KeymailSpecials2")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/obj/Release/net8.0/KeymailSpecials2.AssemblyInfoInputs.cache b/obj/Release/net8.0/KeymailSpecials2.AssemblyInfoInputs.cache index b188ea8..a6a271d 100644 --- a/obj/Release/net8.0/KeymailSpecials2.AssemblyInfoInputs.cache +++ b/obj/Release/net8.0/KeymailSpecials2.AssemblyInfoInputs.cache @@ -1 +1 @@ -a4b1ba513a750d2ada915061d50cbda53a50d32c212d28e14187eee0c851695b +7941920a16e6f6b50352f929d5202d72e5d639bfee7eed5cfddaff3cf89ac2f2 diff --git a/obj/Release/net8.0/KeymailSpecials2.GeneratedMSBuildEditorConfig.editorconfig b/obj/Release/net8.0/KeymailSpecials2.GeneratedMSBuildEditorConfig.editorconfig index f256fd9..ee65033 100644 --- a/obj/Release/net8.0/KeymailSpecials2.GeneratedMSBuildEditorConfig.editorconfig +++ b/obj/Release/net8.0/KeymailSpecials2.GeneratedMSBuildEditorConfig.editorconfig @@ -9,55 +9,51 @@ build_property.EnforceExtendedAnalyzerRules = build_property._SupportedPlatformList = Linux,macOS,Windows build_property.RootNamespace = KeymailSpecials2 build_property.RootNamespace = KeymailSpecials2 -build_property.ProjectDir = C:\Users\joshdeck.KEYMTV\Documents\Playground\KeymailSpecials2\ +build_property.ProjectDir = C:\Repos\KeymailSpecials2\ build_property.EnableComHosting = build_property.EnableGeneratedComInterfaceComImportInterop = build_property.RazorLangVersion = 8.0 build_property.SupportLocalizedComponentNames = build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = C:\Users\joshdeck.KEYMTV\Documents\Playground\KeymailSpecials2 +build_property.MSBuildProjectDirectory = C:\Repos\KeymailSpecials2 build_property._RazorSourceGeneratorDebug = -[C:/Users/joshdeck.KEYMTV/Documents/Playground/KeymailSpecials2/Components/App.razor] +[C:/Repos/KeymailSpecials2/Components/App.razor] build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xBcHAucmF6b3I= build_metadata.AdditionalFiles.CssScope = -[C:/Users/joshdeck.KEYMTV/Documents/Playground/KeymailSpecials2/Components/Layout/NoNav.razor] -build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xMYXlvdXRcTm9OYXYucmF6b3I= +[C:/Repos/KeymailSpecials2/Components/Components/CanvasHomePage.razor] +build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xDb21wb25lbnRzXENhbnZhc0hvbWVQYWdlLnJhem9y build_metadata.AdditionalFiles.CssScope = -[C:/Users/joshdeck.KEYMTV/Documents/Playground/KeymailSpecials2/Components/Pages/Counter.razor] -build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xDb3VudGVyLnJhem9y +[C:/Repos/KeymailSpecials2/Components/Components/Header1.razor] +build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xDb21wb25lbnRzXEhlYWRlcjEucmF6b3I= build_metadata.AdditionalFiles.CssScope = -[C:/Users/joshdeck.KEYMTV/Documents/Playground/KeymailSpecials2/Components/Pages/Error.razor] -build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xFcnJvci5yYXpvcg== +[C:/Repos/KeymailSpecials2/Components/Layout/DefaultLayout.razor] +build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xMYXlvdXRcRGVmYXVsdExheW91dC5yYXpvcg== build_metadata.AdditionalFiles.CssScope = -[C:/Users/joshdeck.KEYMTV/Documents/Playground/KeymailSpecials2/Components/Pages/Home.razor] -build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xIb21lLnJhem9y +[C:/Repos/KeymailSpecials2/Components/Pages/About.razor] +build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xBYm91dC5yYXpvcg== build_metadata.AdditionalFiles.CssScope = -[C:/Users/joshdeck.KEYMTV/Documents/Playground/KeymailSpecials2/Components/Pages/Movers.razor] -build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xNb3ZlcnMucmF6b3I= +[C:/Repos/KeymailSpecials2/Components/Pages/Contact.razor] +build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xDb250YWN0LnJhem9y build_metadata.AdditionalFiles.CssScope = -[C:/Users/joshdeck.KEYMTV/Documents/Playground/KeymailSpecials2/Components/Pages/Weather.razor] -build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xXZWF0aGVyLnJhem9y +[C:/Repos/KeymailSpecials2/Components/Pages/Index.razor] +build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xJbmRleC5yYXpvcg== build_metadata.AdditionalFiles.CssScope = -[C:/Users/joshdeck.KEYMTV/Documents/Playground/KeymailSpecials2/Components/Routes.razor] +[C:/Repos/KeymailSpecials2/Components/Pages/Privacy.razor] +build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xQcml2YWN5LnJhem9y +build_metadata.AdditionalFiles.CssScope = + +[C:/Repos/KeymailSpecials2/Components/Routes.razor] build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xSb3V0ZXMucmF6b3I= build_metadata.AdditionalFiles.CssScope = -[C:/Users/joshdeck.KEYMTV/Documents/Playground/KeymailSpecials2/Components/_Imports.razor] +[C:/Repos/KeymailSpecials2/Components/_Imports.razor] build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xfSW1wb3J0cy5yYXpvcg== build_metadata.AdditionalFiles.CssScope = - -[C:/Users/joshdeck.KEYMTV/Documents/Playground/KeymailSpecials2/Components/Layout/MainLayout.razor] -build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xMYXlvdXRcTWFpbkxheW91dC5yYXpvcg== -build_metadata.AdditionalFiles.CssScope = b-fazdk3iuyr - -[C:/Users/joshdeck.KEYMTV/Documents/Playground/KeymailSpecials2/Components/Layout/NavMenu.razor] -build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xMYXlvdXRcTmF2TWVudS5yYXpvcg== -build_metadata.AdditionalFiles.CssScope = b-q5015zael5 diff --git a/obj/Release/net8.0/KeymailSpecials2.assets.cache b/obj/Release/net8.0/KeymailSpecials2.assets.cache index 31b4fae..356f2af 100644 Binary files a/obj/Release/net8.0/KeymailSpecials2.assets.cache and b/obj/Release/net8.0/KeymailSpecials2.assets.cache differ diff --git a/obj/project.assets.json b/obj/project.assets.json index f213467..aaf5e54 100644 --- a/obj/project.assets.json +++ b/obj/project.assets.json @@ -8,23 +8,23 @@ "net8.0": [] }, "packageFolders": { - "C:\\Users\\joshdeck.KEYMTV\\.nuget\\packages\\": {}, + "C:\\Users\\RDeck.KEYMTV\\.nuget\\packages\\": {}, "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} }, "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\KeymailSpecials2.csproj", + "projectUniqueName": "C:\\Repos\\KeymailSpecials2\\KeymailSpecials2.csproj", "projectName": "KeymailSpecials2", - "projectPath": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\KeymailSpecials2.csproj", - "packagesPath": "C:\\Users\\joshdeck.KEYMTV\\.nuget\\packages\\", - "outputPath": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\obj\\", + "projectPath": "C:\\Repos\\KeymailSpecials2\\KeymailSpecials2.csproj", + "packagesPath": "C:\\Users\\RDeck.KEYMTV\\.nuget\\packages\\", + "outputPath": "C:\\Repos\\KeymailSpecials2\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "C:\\Users\\joshdeck.KEYMTV\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Users\\RDeck.KEYMTV\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" ], @@ -34,7 +34,8 @@ "sources": { "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} + "https://api.nuget.org/v3/index.json": {}, + "https://nuget.telerik.com/v3/index.json": {} }, "frameworks": { "net8.0": { @@ -46,6 +47,11 @@ "warnAsError": [ "NU1605" ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" } }, "frameworks": { @@ -70,7 +76,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.101/PortableRuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json" } } } diff --git a/obj/project.nuget.cache b/obj/project.nuget.cache index 642e99c..81f543b 100644 --- a/obj/project.nuget.cache +++ b/obj/project.nuget.cache @@ -1,8 +1,8 @@ { "version": 2, - "dgSpecHash": "/R+oHBLNm/Igl7KyeR6wTs8+nFFqjgP19xheg9A2WzJTSf5unLksnAKdzPw52Ztfywr35w0tfIFhsFwjQB1ncw==", + "dgSpecHash": "Agtvjp0J5GZIGoQ8e7I1nfum3ajQhVf/czwRhntO6PXxI0neBscuov1EDbzrF9cvmNtPY+XYxgqNWbhmeU54KA==", "success": true, - "projectFilePath": "C:\\Users\\joshdeck.KEYMTV\\Documents\\Playground\\KeymailSpecials2\\KeymailSpecials2.csproj", + "projectFilePath": "C:\\Repos\\KeymailSpecials2\\KeymailSpecials2.csproj", "expectedPackageFiles": [], "logs": [] } \ No newline at end of file diff --git a/wwwroot/images/logos/kms24.png b/wwwroot/images/logos/kms24.png new file mode 100644 index 0000000..d6dd32c Binary files /dev/null and b/wwwroot/images/logos/kms24.png differ diff --git a/wwwroot/images/logos/kms24w.png b/wwwroot/images/logos/kms24w.png new file mode 100644 index 0000000..c2f6d73 Binary files /dev/null and b/wwwroot/images/logos/kms24w.png differ