Commit c7707d70 authored by Alexandre Burgoni's avatar Alexandre Burgoni
Browse files

chore(homepage): update buttons links

parent f6204ae4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -379,3 +379,7 @@ javascript
salesforce
schemas
Jenkinsfile
Hotjar
Hotjar's
pseudonymized
de
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ extra:

  # Landing page
  landing_page:
    title: 'Create powerful CI/CD pipelines, easily'
    title: 'With R2Devops, create your CI/CD pipeline in 3 clicks'
    description: 'Benefit from our collection of ready-to-use jobs to quickly create amazing pipelines for your projects. The setup will only take you 3 clicks: just select the jobs and enjoy your CI/CD !'

  social:
+11 −3
Original line number Diff line number Diff line
@@ -18,10 +18,18 @@
          <h1>{{ config.extra.landing_page.title }}</h1>
          <p>{{ config.extra.landing_page.description }}</p>
          <div class="tx-hero_buttons">
            <a href="{{ page.next_page.url | url }}" title="{{ page.next_page.title | e }}" class="md-button md-button--primary">
              Get started
            <a
                    href="https://pipeline.r2devops.io/" title="R2Devops Pipeline" class="md-button md-button&#45;&#45;primary"
                    style="padding-left: 12px; padding-right: 12px; border-radius: 10px"
                    target="_blank"
            >
              Try our generator
            </a>
            <a href="https://discord.gg/5QKpGqR" title="{{ page.next_page.title | e }}" class="md-button">
            <!--<a href="{{ page.next_page.url | url }}" title="{{ page.next_page.title | e }}" class="md-button md-button&#45;&#45;primary">
              Get started
            </a>-->
            <a target="_blank"
               href="https://discord.gg/5QKpGqR" title="Join R2Devops community on discord" class="md-button" style="border-radius: 10px">
                <span class="twemoji">{% include ".icons/fontawesome/brands/discord.svg" %}</span> Join Community
            </a>
          </div>