-
Notifications
You must be signed in to change notification settings - Fork 481
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2257 from Ram-Kumaar-ML/main
Add Xoriant as new partner
- Loading branch information
Showing
3 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
--- | ||
# Partner name used on the partners collection page (/partners). | ||
name: Xoriant | ||
|
||
# name_long is used on the extended partner details page. | ||
name_long: 'Xoriant' | ||
|
||
# The partner logo is used on the partners collection page (/partners). | ||
# upload your logo to the following directory - must be square | ||
logo: '/assets/media/partners/xoriant.png' | ||
|
||
# URL to the partner's website. | ||
link: 'https://www.xoriant.com' | ||
|
||
# logo_large is used on the extended partner details page. | ||
# It is normative to upload all extended partner page images to a subdirectory of /assets/media/partners/ with the name of the partner as the directory name. | ||
# For example given a partner named "SampleCompany" the logo_large image would be uploaded to /assets/media/partners/samplecompany/logo_large.png | ||
logo_large: '/assets/media/partners/xoriant/xoriant.png' | ||
|
||
# Large image displayed in the top right of the extended partner details page. | ||
product_image: '/assets/media/partners/xoriant/xoriant.png' | ||
# Partner company description used on the extended partner details page. | ||
description: Xoriant is a global digital engineering services company, enabling innovation & accelerating time to market for clients by building digital products and platforms. We are driven by our product engineering DNA, culture of innovation, and technology capabilities in Cloud, Security, Data & AI. | ||
|
||
|
||
# Comma delimited list of business types used on the extended partner details page in the side panel. | ||
business_type: OpenSearch Services | ||
|
||
# Comma delimited list of geographic regions used on the extended partner details page in the side panel. | ||
region: North America, Europe, Asia | ||
|
||
# Comma delimited list of one or more of email addresses, phone numbers, and web URLs that can be used to contat the partner. | ||
contact: [email protected] | ||
|
||
# Comma delimited list of one or more feature areas of the OpenSearch platform that the partner specializes in. | ||
opensearch_tech: Search, Analytics, Observability, Migration | ||
|
||
# Comma delimited list of one or more industries that the partner specializes in serving. | ||
industries: Manufacturing and Automotive, Supply Chain, Consumer Services, Education, Energy and Utilities, Financial Services, Healthcare, Media and Entertainment, Public sector, Retail and e-commerce, Software and Technology | ||
|
||
# If the partner only has one office location then use the main_office_location key | ||
# otherwise use the multiple_office_locations key. | ||
# In the template rendering multiple_office_locations takes precedent, | ||
# and if both are used only the multiple_office_locations data will be rendered | ||
# in the template omitting the main_office_location data. | ||
main_office_location: |- | ||
1248 Reamwood Avenue | ||
Sunnyvale, CA 94089 | ||
+1 408 743 4400 | ||
# Collection of social links that the partner wishes to promote on their extended partner details page. Supported types are 'twitter', 'linkedin', 'facebook', and 'github'. | ||
social_links: | ||
- url: 'https://twitter.com/xoriant' | ||
icon: 'twitter' | ||
- url: 'https://www.linkedin.com/company/xoriant' | ||
icon: 'linkedin' | ||
- url: 'https://facebook.com/Xoriant' | ||
icon: 'facebook' | ||
|
||
|
||
# Collection of products that the partner wishes to promote on their extended partner details page. Each product should have a url, name, and description. | ||
# The product listing is rendered below the partner description on the extended partner details page and above the resources. | ||
products: | ||
- url: 'https://example-product.example' | ||
name: 'Example Product Name' | ||
description: 'Example Product Description' | ||
- url: 'https://another-example-product.example' | ||
name: 'Another Example Product Name' | ||
description: 'Another example product description.' | ||
--- |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.