|
13 | 13 | {% block band_content %}
|
14 | 14 | {% grid "o-bolt-grid--flex o-bolt-grid--large o-bolt-grid--middle o-bolt-grid--matrix" %}
|
15 | 15 | {% cell 'u-bolt-width-1/1 u-bolt-width-2/3@medium' %}
|
16 |
| - {% include "@bolt/headline.twig" with { |
17 |
| - text: "Pega Events", |
18 |
| - size: "xsmall", |
19 |
| - tag: "span", |
20 |
| - url: "/events", |
21 |
| - icon: { |
22 |
| - name: "arrow-left", |
23 |
| - position: "before" |
24 |
| - } |
25 |
| - } only %} |
| 16 | + {% include "@bolt/headline.twig" with { |
| 17 | + text: "Pega Events", |
| 18 | + size: "xsmall", |
| 19 | + tag: "span", |
| 20 | + url: "/events", |
| 21 | + icon: { |
| 22 | + name: "arrow-left", |
| 23 | + position: "before" |
| 24 | + } |
| 25 | + } only %} |
26 | 26 |
|
27 |
| - {% include "@bolt/headline.twig" with { |
28 |
| - text: "CRM Applications for Real-Time Engagement", |
29 |
| - size: "xxxlarge", |
30 |
| - tag: "h1", |
31 |
| - } only %} |
| 27 | + {% include "@bolt/headline.twig" with { |
| 28 | + text: "CRM Applications for Real-Time Engagement", |
| 29 | + size: "xxxlarge", |
| 30 | + tag: "h1", |
| 31 | + } only %} |
32 | 32 |
|
33 |
| - {% include "@bolt/subheadline.twig" with { |
34 |
| - text: "Pega’s AI powered CRM Suite is transforming the way enterprises drive greater engagement across the entire customer journey.", |
35 |
| - size: "xlarge", |
36 |
| - tag: "p", |
37 |
| - } only %} |
38 |
| - {% grid %} |
39 |
| - {% cell 'u-bolt-width-1/1 u-bolt-width-1/3@small u-bolt-margin-bottom-small' %} |
40 |
| - {% include "@bolt/headline.twig" with { |
| 33 | + {% include "@bolt/subheadline.twig" with { |
| 34 | + text: "Pega’s AI powered CRM Suite is transforming the way enterprises drive greater engagement across the entire customer journey.", |
| 35 | + size: "xlarge", |
| 36 | + tag: "p", |
| 37 | + } only %} |
| 38 | + |
| 39 | + <ul class="o-bolt-inline-list o-bolt-inline-list--medium"> |
| 40 | + <li class="o-bolt-inline-list__item"> |
| 41 | + {% include "@bolt/headline.twig" with { |
41 | 42 | text: "January 25, 2018",
|
42 | 43 | size: "large",
|
43 | 44 | tag: "span",
|
44 | 45 | url: "#",
|
45 | 46 | icon: {
|
46 | 47 | name: "calendar",
|
47 |
| - position: "before" |
| 48 | + position: "before", |
| 49 | + size: "medium" |
48 | 50 | },
|
49 | 51 | } only %}
|
50 |
| - {% endcell %} |
51 |
| - {% cell 'u-bolt-width-1/1 u-bolt-width-1/3@small u-bolt-margin-bottom-small' %} |
52 |
| - {% include "@bolt/headline.twig" with { |
| 52 | + </li> |
| 53 | + <li class="o-bolt-inline-list__item"> |
| 54 | + {% include "@bolt/headline.twig" with { |
53 | 55 | text: "10:00 AM EST",
|
54 | 56 | size: "large",
|
55 | 57 | tag: "span",
|
56 | 58 | url: "#",
|
57 | 59 | icon: {
|
58 | 60 | name: "watch",
|
59 |
| - position: "before" |
| 61 | + position: "before", |
| 62 | + size: "medium" |
60 | 63 | }
|
61 | 64 | } only %}
|
62 |
| - {% endcell %} |
63 |
| - {% cell 'u-bolt-width-1/1 u-bolt-width-1/3@small u-bolt-margin-bottom-small' %} |
64 |
| - {% include "@bolt/headline.twig" with { |
| 65 | + </li> |
| 66 | + <li class="o-bolt-inline-list__item"> |
| 67 | + {% include "@bolt/headline.twig" with { |
65 | 68 | text: "New York, NY",
|
66 | 69 | size: "large",
|
67 | 70 | tag: "span",
|
68 |
| - url: "#", |
| 71 | + url: "#", |
69 | 72 | icon: {
|
70 | 73 | name: "map-pin",
|
71 |
| - position: "before" |
| 74 | + position: "before", |
| 75 | + size: "medium" |
72 | 76 | }
|
73 | 77 | } only %}
|
74 |
| - {% endcell %} |
75 |
| - {% endgrid %} |
| 78 | + </li> |
| 79 | + </ul> |
76 | 80 | {% endcell %}
|
77 | 81 | {% endgrid %}
|
78 | 82 | {% endblock %}
|
|
0 commit comments