CodeCommitsIssuesPull requestsActionsInsightsSecurity
40e30f425de2ab2bf6281a1ec306b90b88f031c4

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

app/components/steps/intro/intro.pug

28lines · modepreview

section.step.padded(data-step="intro" data-flow="column")
  header.header(data-flow="column")
    .content
      h1
        div Your JavaScript embed code,
        div now accessible to 74.6 million users.
      :marked

        Many WordPress users may find that pasting a `<script>` tag is too technical.
        WordPress plugins allow these non-technical users to use more tools with a few clicks.

        But creating a plugin by hand can be time consuming.
        IWP wraps your embed code and creates a plugin that is ready for the WordPress Plugin Directory.

    .navigation-actions
      button.button.primary(data-ref="startButton")
        span.label Start
        span.icon
          include ../../../assets/right-arrow.svg

  footer.footer
    a.made-by.button.secondary(
      href="https://github.com/EagerIO/InstantPlugin"
      tabindex="-1"
      target="_blank")
      span.label Made by
      include ../../../assets/eager-logo.svg