|
| 1 | +<h1 class="tutorial-title">Start building your App</h1> |
| 2 | + |
| 3 | +<div class="block-about-app"> |
| 4 | + <div class="block-about-app-title">Need to learn more about Apps?</div> |
| 5 | + <div class="block-about-app-row"> |
| 6 | + <div class="block-about-app-text"> |
| 7 | + <div>Let's first take a look <span class="block-link"><a href="https://apps.akeneo.com/">how apps are discovered.</a></span></div> |
| 8 | + <div>Then, <span class="block-link"><a href="/api-reference-index.html">get acquainted with our APIs.</a></span></div> |
| 9 | + <div>Finally, understand <span class="block-link"><a href="/apps/overview.html#whats-an-akeneo-app">what's an Akeneo app</a></span> and <span class="block-link"><a href="/apps/overview.html#how-apps-fit-into-akeneo-pxm-studio">how it fits into Akeneo PXM Studio.</a></span></div> |
| 10 | + </div> |
| 11 | + <div class="block-about-app-img"> |
| 12 | + <img src="/img/illustrations/illus--Coding.svg" width="140px"> |
| 13 | + </div> |
| 14 | + </div> |
| 15 | +</div> |
| 16 | + |
| 17 | +<div class="block-create-app"> |
| 18 | + <img class="block-create-app-views" src="/img/illustrations/illus--Views.svg"> |
| 19 | + <div class="block-create-app-title">Follow the steps below to create your App easily!</div> |
| 20 | + <div class="block-create-app-row"> |
| 21 | + <a href="/tutorials/how-to-get-your-app-token.html" class="next-steps-button"> |
| 22 | + <div class="next-steps-button-number">1</div> |
| 23 | + <div class="next-steps-button-text"> |
| 24 | + Get your<br> |
| 25 | + App token |
| 26 | + </div> |
| 27 | + </a> |
| 28 | + <div class="arrow-back"> |
| 29 | + <img src="/img/icons/icon--arrow-back.svg"> |
| 30 | + </div> |
| 31 | + <a href="/tutorials/homepage.html#tags=App Workflow" class="next-steps-button"> |
| 32 | + <div class="next-steps-button-number">2</div> |
| 33 | + <div class="next-steps-button-text"> |
| 34 | + Develop<br> |
| 35 | + your App |
| 36 | + </div> |
| 37 | + </a> |
| 38 | + </div> |
| 39 | + <div class="block-create-app-row block-create-app-text"> |
| 40 | + <img class="block-create-app-github" src="/img/icons/icon--github.png" /> |
| 41 | + Interested by the big picture? Check a <span class="block-link"><a href="https://github.com/akeneo/demo-app">PHP App example.</a></span> |
| 42 | + </div> |
| 43 | +</div> |
0 commit comments