|
14 | 14 | a(:href="slide.link" target="_blank") {{ slide.content.substring(9) }} |
15 | 15 | template(v-slot:loader) |
16 | 16 | w-progress(circle color="primary" indeterminate) |
17 | | - span.mt3.primary--text.title Loading... |
| 17 | + span.mt3.primary--text.title2 Loading... |
18 | 18 |
|
19 | 19 | h2 |
20 | 20 | a(href="#features" v-scroll-to="'#features'") Features |
21 | 21 | a(id="features" name="features") |
22 | 22 | div.max-widthed.mb5.features |
23 | | - w-icon.pr2(color="secondary") material-icons check |
| 23 | + w-icon.pr2(color="secondary" lg) material-icons check |
24 | 24 | strong SUPPORTS VUE 3. |
25 | 25 | br |
26 | | - w-icon.pr2(color="secondary") material-icons check |
| 26 | + w-icon.pr2(color="secondary" lg) material-icons check |
27 | 27 | strong Supports Videos with customizable attributes. |
28 | 28 | br |
29 | | - w-icon.pr2(color="secondary") material-icons check |
| 29 | + w-icon.pr2(color="secondary" lg) material-icons check |
30 | 30 | | #[strong Fully responsive] and scales with its container.#[br] |
31 | | - w-icon.pr2(color="secondary") material-icons check |
| 31 | + w-icon.pr2(color="secondary" lg) material-icons check |
32 | 32 | | #[strong Touch ready] & mouse dragging for desktop.#[br] |
33 | | - w-icon.pr2(color="secondary") material-icons check |
| 33 | + w-icon.pr2(color="secondary" lg) material-icons check |
34 | 34 | | #[strong Accessibility friendly] & keyboard navigation.#[br] |
35 | | - w-icon.pr2(color="secondary") material-icons check |
| 35 | + w-icon.pr2(color="secondary" lg) material-icons check |
36 | 36 | | #[strong Highly customizable].#[br] |
37 | | - w-icon.pr2(color="secondary") material-icons check |
| 37 | + w-icon.pr2(color="secondary" lg) material-icons check |
38 | 38 | | #[strong Lazy loading].#[br] |
39 | | - w-icon.pr2(color="secondary") material-icons check |
| 39 | + w-icon.pr2(color="secondary" lg) material-icons check |
40 | 40 | | Show multiple items per slides.#[br] |
41 | | - w-icon.pr2(color="secondary") material-icons check |
| 41 | + w-icon.pr2(color="secondary" lg) material-icons check |
42 | 42 | | #[strong Infinite looping], customizable arrows or disable arrow on a slideshow end, autoplay.#[br] |
43 | | - w-icon.pr2(color="secondary") material-icons check |
| 43 | + w-icon.pr2(color="secondary" lg) material-icons check |
44 | 44 | | Built-in #[strong parallax] effect & #[strong 3D rotation].#[br] |
45 | | - w-icon.pr2(color="secondary") material-icons check |
| 45 | + w-icon.pr2(color="secondary" lg) material-icons check |
46 | 46 | | #[strong Breakpoints] with different configuration.#[br] |
47 | | - w-icon.pr2(color="secondary") material-icons check |
| 47 | + w-icon.pr2(color="secondary" lg) material-icons check |
48 | 48 | | Slide content supports #[strong title & description, inside OR outside] the current slide.#[br] |
49 | | - w-icon.pr2(color="secondary") material-icons check |
| 49 | + w-icon.pr2(color="secondary" lg) material-icons check |
50 | 50 | | #[strong Add or remove slides] on the fly, #[strong disable or enable the slideshow].#[br] |
51 | | - w-icon.pr2(color="secondary") material-icons check |
| 51 | + w-icon.pr2(color="secondary" lg) material-icons check |
52 | 52 | | Uses #[strong CSS animations] & comes with a minimum of styles (using the #[i BEM] convention).#[br] |
53 | | - w-icon.pr2(color="secondary") material-icons check |
| 53 | + w-icon.pr2(color="secondary" lg) material-icons check |
54 | 54 | | #[strong Emitted events] for callbacks, etc...#[br] |
55 | | - w-icon.pr2(color="secondary") material-icons check |
| 55 | + w-icon.pr2(color="secondary" lg) material-icons check |
56 | 56 | | #[strong Supports RTL] direction |
57 | 57 |
|
58 | | - .max-widthed.mt8.mb3.title Github project |
| 58 | + .max-widthed.mt8.mb3.title2 Github project |
59 | 59 | w-flex.max-widthed.mb5(align-center shrink) |
60 | 60 | w-icon.pr5.lightgrey--text(size="46") fab fa-github |
61 | 61 | a(href="https://github.com/antoniandre/vueper-slides" target="_blank") //github.com/antoniandre/vueper-slides #[w-icon(color="primary") material-icons open_in_new] |
|
522 | 522 | vueper-slide(v-for="(slide, i) in lazyloadSlides" :key="i" :image="slide.image") |
523 | 523 | template(v-slot:loader) |
524 | 524 | w-progress(circle color="primary" indeterminate) |
525 | | - span.mt3.primary--text.title Loading... |
| 525 | + span.mt3.primary--text.title2 Loading... |
526 | 526 |
|
527 | 527 | ssh-pre(language="html-vue" label="HTML Vue Template"). |
528 | 528 | <vueper-slides lazy lazy-load-on-drag> |
|
2158 | 2158 |
|
2159 | 2159 | ul.max-widthed.mt8 |
2160 | 2160 | li.mb5 |
2161 | | - .title.mr3 Version 3.0 |
| 2161 | + .title2.mr3 Version 3.0 |
2162 | 2162 | | Supports Vue 3. This version is not compatible with Vue 2.x. |
2163 | 2163 |
|
2164 | 2164 | li.mb2 |
@@ -2519,6 +2519,7 @@ export default { |
2519 | 2519 | //=================================================// |
2520 | 2520 | a { |
2521 | 2521 | text-decoration: none; |
| 2522 | + color: #ff5252; |
2522 | 2523 |
|
2523 | 2524 | &[name] { |
2524 | 2525 | position: relative; |
@@ -2560,15 +2561,8 @@ ul, ol { |
2560 | 2561 |
|
2561 | 2562 | // APPLICATION |
2562 | 2563 | //=================================================// |
2563 | | -.v-application { |
2564 | | - font-family: 'Avenir', Helvetica, Arial, sans-serif; |
2565 | | - -webkit-font-smoothing: antialiased; |
2566 | | - -moz-osx-font-smoothing: grayscale; |
2567 | | - background-color: #fff !important; |
2568 | | - padding-top: 8em; |
2569 | | -} |
2570 | 2564 |
|
2571 | | -.v-application--wrap { |
| 2565 | +.w-app { |
2572 | 2566 | padding-top: 12em; |
2573 | 2567 | overflow-x: hidden; |
2574 | 2568 | } |
|
0 commit comments