|
8 | 8 |
|
9 | 9 | <section class='section container-fluid mt-n3 pb-3'> |
10 | 10 | <div class='row justify-content-center'> |
11 | | - <div class='col-lg-12 text-center' data-aos="fade-up"> |
12 | | - <h1 class='mt-0'>WAHA</h1> |
13 | | - </div> |
14 | | - <div class='col-lg-9 col-xl-9 text-center' data-aos="fade-up"> |
15 | | - <div class='mb-4'> |
16 | | - <img src='/images/logo.svg' title='WhatsApp API' alt='logo' style='border-radius: 50%; width: 10rem'/> |
| 11 | + <div class='col-12 text-center' data-aos="fade-up"> |
| 12 | + <div class='home-hero-box'> |
| 13 | + <h1 class='mt-0'>WAHA</h1> |
| 14 | + <div class='mb-4'> |
| 15 | + <img src='/images/logo.svg' title='WhatsApp API' alt='logo' style='border-radius: 50%; width: 10rem'/> |
| 16 | + </div> |
| 17 | + <p class='lead'>{{ .Params.lead | safeHTML }}</p> |
| 18 | + |
| 19 | + <a class='btn btn-primary btn-lg px-4 mb-2' |
| 20 | + href='/docs/{{ if .Site.Params.options.docsVersioning }}{{ .Site.Params.docsVersion }}/{{ end }}overview/introduction/' |
| 21 | + role='button'>Get Started</a> |
| 22 | + <p class='meta'> |
| 23 | + <a href='https://github.com/devlikeapro/waha'>Source code in GitHub.</a> |
| 24 | + <br/> |
| 25 | + <a href='https://hub.docker.com/r/devlikeapro/waha'> |
| 26 | + <img alt='Docker Pulls' src='https://img.shields.io/docker/pulls/devlikeapro/waha'> |
| 27 | + </a> |
| 28 | + <a href='{{ relref . "/docs/overview/changelog" }}'> |
| 29 | + <img alt='GitHub Release' src='https://img.shields.io/github/v/release/devlikeapro/waha'> |
| 30 | + </a> |
| 31 | + </p> |
17 | 32 | </div> |
18 | | - <p class='lead'>{{ .Params.lead | safeHTML }}</p> |
19 | | - |
20 | | - <a class='btn btn-primary btn-lg px-4 mb-2' |
21 | | - href='/docs/{{ if .Site.Params.options.docsVersioning }}{{ .Site.Params.docsVersion }}/{{ end }}overview/introduction/' |
22 | | - role='button'>Get Started</a> |
23 | | - <p class='meta'> |
24 | | - <a href='https://github.com/devlikeapro/waha'>Source code in GitHub.</a> |
25 | | - <br/> |
26 | | - <a href='https://hub.docker.com/r/devlikeapro/waha'> |
27 | | - <img alt='Docker Pulls' src='https://img.shields.io/docker/pulls/devlikeapro/waha'> |
28 | | - </a> |
29 | | - <a href='{{ relref . "/docs/overview/changelog" }}'> |
30 | | - <img alt='GitHub Release' src='https://img.shields.io/github/v/release/devlikeapro/waha'> |
31 | | - </a> |
32 | | - </p> |
33 | 33 | </div> |
34 | 34 | </div> |
35 | 35 | </section> |
|
0 commit comments