Skip to content

Commit

Permalink
Merge pull request #189 from newfold-labs/add/PRESS2-662-crazydomains…
Browse files Browse the repository at this point in the history
…-branding

Add Crazy Domains Data and Branding
  • Loading branch information
arunshenoy99 authored Mar 8, 2023
2 parents d6c8cfc + 2fbf1a8 commit 5cda1ce
Show file tree
Hide file tree
Showing 56 changed files with 566 additions and 379 deletions.
63 changes: 63 additions & 0 deletions includes/Data/Brands.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public static function get_brands() {
'utm_medium' => 'brand-plugin',
),
),
'config' => array(),
),
'bluehost-india' => array(
'brand' => 'bluehost-india',
Expand Down Expand Up @@ -114,6 +115,7 @@ public static function get_brands() {
'utm_medium' => 'brand-plugin',
),
),
'config' => array(),
),
'webcom' => array(
'brand' => 'webcom',
Expand Down Expand Up @@ -165,6 +167,67 @@ public static function get_brands() {
'utm_medium' => '',
),
),
'config' => array(),
),
'crazy-domains' => array(
'brand' => 'crazy-domains',
'name' => 'Crazy Domains',
'url' => 'https://www.crazydomains.com',
'knowledgeBaseUrl' => 'https://www.crazydomains.com/learn/online-academy/',
'helpUrl' => 'https://www.crazydomains.com/help',
'blogUrl' => 'https://www.crazydomains.com/learn/',
'facebookUrl' => 'https://www.facebook.com/crazydomains/',
'twitterName' => '@crazydomains',
'twitterUrl' => 'https://twitter.com/crazydomains',
'youtubeUrl' => 'https://www.youtube.com/user/CrazyDomains',
'linkedinUrl' => '',
'accountUrl' => 'https://www.crazydomains.com/my-account/home/',
'domainsUrl' => '',
'emailUrl' => 'https://www.crazydomains.com/contact/',
'pluginDashboardPage' => \admin_url( 'admin.php?page=crazy-domains' ),
'phoneNumbers' => array(
'support' => '2135592459',
),
'hireExpertsInfo' => array(
'defaultLink' => 'https://www.crazydomains.com/help/',
'fragment' => '',
'queryParameters' => array(
'utm_source' => 'wp-onboarding',
'utm_medium' => 'brand-plugin',
'utm_campaign' => 'wp-setup',
),
),
'expertsInfo' => array(
'defaultLink' => 'https://www.crazydomains.com/help/',
'queryParams' => array(
'utm_source' => 'wp-onboarding',
'utm_medium' => 'brand-plugin',
),
),
'fullServiceCreativeTeamInfo' => array(
'defaultLink' => 'https://www.crazydomains.com/help/',
'fragment' => '',
'queryParams' => array(
'utm_source' => 'wp-onboarding',
'utm_medium' => 'brand-plugin',
),
),
'techSupportInfo' => array(
'defaultLink' => 'https://www.crazydomains.com/contact/',
'queryParams' => array(
'utm_source' => 'wp-onboarding',
'utm_medium' => 'brand-plugin',
),
),
'config' => array(
'views' => array(
'sidebar' => array(
'illustration' => array(
'shown' => false,
),
),
),
),
),
);
}
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added src/Brands/crazy-domains/full-service.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/Brands/crazy-domains/icon-z.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/Brands/crazy-domains/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/Brands/crazy-domains/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5cda1ce

Please sign in to comment.