Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
index.phtml
Go to the documentation of this file.
1 <?php
7 // @codingStandardsIgnoreFile
8 ?>
9 
10 <section class="page-partners">
11  <h2 class="page-sub-title"><?= /* @escapeNotVerified */ __('Platinum Partners') ?></h2>
12  <p class="partners-description">
13  <?php /* @escapeNotVerified */
14  echo __(
15  'Representing Magento\'s highest level of partner engagement, Magento Platinum Partners have established themselves as leaders and innovators of key products and services designed to help merchants and brands grow their business. ' .
16  'Magento reserves the Platinum level for select trusted partners that are committed to offering integrations of commerce features, functions, and tools, as well as back-end systems and operations, to extend and enhance the power of the Magento commerce platform.'
17  ); ?>
18  </p>
19  <h3 class="page-sub-sub-title"><?= /* @escapeNotVerified */ __('Featured Platinum Partners') ?></h3>
20  <div data-role="partners-block" class="partners-block">
21  <div data-role="spinner" class="admin__data-grid-loading-mask">
22  <div class="spinner">
23  <span></span><span></span><span></span><span></span>
24  <span></span><span></span><span></span><span></span>
25  </div>
26  </div>
27  </div>
28  <hr class="page-separator" />
29  <div class="row row-gutter partners-footer">
30  <div class="col-m-5">
31  <div class="partners-search">
32  <h2 class="page-sub-title"><?= /* @escapeNotVerified */ __('Partner search') ?></h2>
33  <p>
34  <?php /* @escapeNotVerified */
35  echo __(
36  'Magento has a thriving ecosystem of technology partners to help merchants and brands deliver the best possible customer experiences. ' .
37  'They are recognized as experts in eCommerce, search, email marketing, payments, tax, fraud, optimization and analytics, fulfillment, and more. ' .
38  'Visit the Magento Partner Directory to see all of our trusted partners.'
39  ); ?>
40  </p>
41  <a class="action-secondary" target="_blank"
42  href="http://partners.magento.com/partner_locator/search.aspx">
43  <?= /* @escapeNotVerified */ __('More Partners') ?>
44  </a>
45  </div>
46  </div>
47  <div class="col-m-3">
48  <img
49  class="magento-marketplace-logo"
50  src="<?php /* @escapeNotVerified */ echo $block
51  ->getViewFileUrl('Magento_Marketplace::partners/images/magento-marketplace.svg');
52  ?>"
53  alt="Partner"/>
54  </div>
55  <div class="col-m-4">
56  <h2 class="page-sub-title"><?= /* @escapeNotVerified */ __('Magento Marketplace') ?></h2>
57  <p class="partner-description">
58  <?php /* @escapeNotVerified */ echo __(
59  'Extensions and Themes are an essential component of the Magento Ecosystem. ' .
60  'Please visit the Magento Marketplace to see the latest innovations that developers have created to enhance your Magento Store.'
61  ); ?>
62  </p>
63  <a class="action-secondary" target="_blank"
64  href="https://marketplace.magento.com/">
65  <?= /* @escapeNotVerified */ __('Visit Magento Marketplaces') ?>
66  </a>
67  </div>
68  </div>
69 </section>
70 
71 
72 <script type="text/x-magento-init">
73  {
74  "*": {
75  "Magento_Marketplace/default": {
76  "url": "<?= $block->getUrl('marketplace/partners/index',
77  ['_current' => true, 'block' => '', 'period' => '']) ?>"
78  }
79  }
80  }
81 </script>
__()
Definition: __.php:13