|
| 1 | +<h2>Table of Contents</h2> |
| 2 | +<nav class="c-nav"> |
| 3 | + <ul> |
| 4 | + <li><a href="#section--null">Section (Default)</a></li> |
| 5 | + <li><a href="#section--light">Section - Light</a></li> |
| 6 | + <li><a href="#section--muted">Section - Muted</a></li> |
| 7 | + <li><a href="#section--dark">Section - Dark</a></li> |
| 8 | + </ul> |
| 9 | +</nav> |
| 10 | + |
1 | 11 | <h2 id="section--null">Section (Default a.k.a Unstyled a.k.a Transparent)</h2>
|
2 | 12 | <section class="o-section">
|
3 | 13 | <h3>Transparent Card Image</h3>
|
|
7 | 17 | {{> @c-card--image position="right" tall=true variant="transparent" }}
|
8 | 18 | {{> @c-card--image position="left" tall=true variant="transparent" }}
|
9 | 19 | </section>
|
| 20 | + <h3>Transparent Card Image with Link</h3> |
| 21 | + <section class="o-section s-image-grid"> |
| 22 | + {{> @c-card--image position="top" wide=true variant="transparent" image-link="#" }} |
| 23 | + {{> @c-card--image position="bottom" wide=true variant="transparent" image-link="#" }} |
| 24 | + {{> @c-card--image position="right" tall=true variant="transparent" image-link="#" }} |
| 25 | + {{> @c-card--image position="left" tall=true variant="transparent" image-link="#" }} |
| 26 | + </section> |
10 | 27 | <h3>Contact Card with Image - Transparent</h3>
|
11 | 28 | <section class="o-section s-image-grid">
|
12 | 29 | {{> @c-card--image position="top" wide=true variant="transparent" is-staff=true }}
|
| 30 | + {{> @c-card--image position="top" wide=true variant="transparent" is-staff=true image-link="#" }} |
13 | 31 | </section>
|
14 | 32 |
|
15 | 33 | <h3>Plain Card Image</h3>
|
|
19 | 37 | {{> @c-card--image position="right" tall=true variant="plain" }}
|
20 | 38 | {{> @c-card--image position="left" tall=true variant="plain" }}
|
21 | 39 | </section>
|
| 40 | + <h3>Plain Card Image with Link</h3> |
| 41 | + <section class="o-section s-image-grid"> |
| 42 | + {{> @c-card--image position="top" wide=true variant="plain" image-link="#" }} |
| 43 | + {{> @c-card--image position="bottom" wide=true variant="plain" image-link="#"}} |
| 44 | + {{> @c-card--image position="right" tall=true variant="plain" image-link="#" }} |
| 45 | + {{> @c-card--image position="left" tall=true variant="plain" image-link="#" }} |
| 46 | + </section> |
22 | 47 | <h3>Contact Card with Image - Plain</h3>
|
23 | 48 | <section class="o-section s-image-grid">
|
24 | 49 | {{> @c-card--image position="top" wide=true variant="plain" is-staff=true }}
|
| 50 | + {{> @c-card--image position="top" wide=true variant="plain" is-staff=true image-link="#" }} |
25 | 51 | </section>
|
26 | 52 | </section>
|
27 | 53 | <hr>
|
28 |
| -<h2 id="section--null">Section - Light</h2> |
| 54 | +<h2 id="section--light">Section - Light</h2> |
29 | 55 | <section class="o-section o-section--style-light">
|
30 | 56 | <h3>Transparent Card Image</h3>
|
31 | 57 | <section class="o-section s-image-grid">
|
|
34 | 60 | {{> @c-card--image position="right" tall=true variant="transparent" }}
|
35 | 61 | {{> @c-card--image position="left" tall=true variant="transparent" }}
|
36 | 62 | </section>
|
| 63 | + <h3>Transparent Card Image with Link</h3> |
| 64 | + <section class="o-section s-image-grid"> |
| 65 | + {{> @c-card--image position="top" wide=true variant="transparent" image-link="#" }} |
| 66 | + {{> @c-card--image position="bottom" wide=true variant="transparent" image-link="#" }} |
| 67 | + {{> @c-card--image position="right" tall=true variant="transparent" image-link="#" }} |
| 68 | + {{> @c-card--image position="left" tall=true variant="transparent" image-link="#" }} |
| 69 | + </section> |
37 | 70 | <h3>Contact Card with Image - Transparent</h3>
|
38 | 71 | <section class="o-section s-image-grid">
|
39 | 72 | {{> @c-card--image position="top" wide=true variant="transparent" is-staff=true }}
|
| 73 | + {{> @c-card--image position="top" wide=true variant="transparent" is-staff=true image-link="#" }} |
40 | 74 | </section>
|
41 | 75 |
|
42 | 76 | <h3>Plain Card Image</h3>
|
|
46 | 80 | {{> @c-card--image position="right" tall=true variant="plain" }}
|
47 | 81 | {{> @c-card--image position="left" tall=true variant="plain" }}
|
48 | 82 | </section>
|
| 83 | + <h3>Plain Card Image with Link</h3> |
| 84 | + <section class="o-section s-image-grid"> |
| 85 | + {{> @c-card--image position="top" wide=true variant="plain" image-link="#" }} |
| 86 | + {{> @c-card--image position="bottom" wide=true variant="plain" image-link="#" }} |
| 87 | + {{> @c-card--image position="right" tall=true variant="plain" image-link="#" }} |
| 88 | + {{> @c-card--image position="left" tall=true variant="plain" image-link="#" }} |
| 89 | + </section> |
49 | 90 | <h3>Contact Card with Image - Plain</h3>
|
50 | 91 | <section class="o-section s-image-grid">
|
51 | 92 | {{> @c-card--image position="top" wide=true variant="plain" is-staff=true }}
|
| 93 | + {{> @c-card--image position="top" wide=true variant="plain" is-staff=true image-link="#" }} |
52 | 94 | </section>
|
53 | 95 | </section>
|
54 | 96 | <hr>
|
55 |
| -<h2 id="section--null">Section - Muted</h2> |
| 97 | +<h2 id="section--muted">Section - Muted</h2> |
56 | 98 | <section class="o-section o-section--style-muted">
|
57 | 99 | <h3>Transparent Card Image</h3>
|
58 | 100 | <section class="o-section s-image-grid">
|
|
61 | 103 | {{> @c-card--image position="right" tall=true variant="transparent" }}
|
62 | 104 | {{> @c-card--image position="left" tall=true variant="transparent" }}
|
63 | 105 | </section>
|
| 106 | + <h3>Transparent Card Image with Link</h3> |
| 107 | + <section class="o-section s-image-grid"> |
| 108 | + {{> @c-card--image position="top" wide=true variant="transparent" image-link="#" }} |
| 109 | + {{> @c-card--image position="bottom" wide=true variant="transparent" image-link="#" }} |
| 110 | + {{> @c-card--image position="right" tall=true variant="transparent" image-link="#" }} |
| 111 | + {{> @c-card--image position="left" tall=true variant="transparent" image-link="#" }} |
| 112 | + </section> |
64 | 113 | <h3>Contact Card with Image - Transparent</h3>
|
65 | 114 | <section class="o-section s-image-grid">
|
66 | 115 | {{> @c-card--image position="top" wide=true variant="transparent" is-staff=true }}
|
| 116 | + {{> @c-card--image position="top" wide=true variant="transparent" is-staff=true image-link="#" }} |
67 | 117 | </section>
|
68 | 118 |
|
69 | 119 | <h3>Plain Card Image</h3>
|
|
73 | 123 | {{> @c-card--image position="right" tall=true variant="plain" }}
|
74 | 124 | {{> @c-card--image position="left" tall=true variant="plain" }}
|
75 | 125 | </section>
|
| 126 | + <h3>Plain Card Image with Link</h3> |
| 127 | + <section class="o-section s-image-grid"> |
| 128 | + {{> @c-card--image position="top" wide=true variant="plain" image-link="#" }} |
| 129 | + {{> @c-card--image position="bottom" wide=true variant="plain" image-link="#" }} |
| 130 | + {{> @c-card--image position="right" tall=true variant="plain" image-link="#" }} |
| 131 | + {{> @c-card--image position="left" tall=true variant="plain" image-link="#" }} |
| 132 | + </section> |
76 | 133 | <h3>Contact Card with Image - Plain</h3>
|
77 | 134 | <section class="o-section s-image-grid">
|
78 | 135 | {{> @c-card--image position="top" wide=true variant="plain" is-staff=true }}
|
| 136 | + {{> @c-card--image position="top" wide=true variant="plain" is-staff=true image-link="#" }} |
79 | 137 | </section>
|
80 | 138 | </section>
|
81 | 139 | <hr>
|
82 |
| -<h2 id="section--null">Section - Dark</h2> |
| 140 | +<h2 id="section--dark">Section - Dark</h2> |
83 | 141 | <section class="o-section o-section--style-dark">
|
84 | 142 | <h3>Transparent Card Image</h3>
|
85 | 143 | <section class="o-section s-image-grid">
|
|
88 | 146 | {{> @c-card--image position="right" tall=true variant="transparent" }}
|
89 | 147 | {{> @c-card--image position="left" tall=true variant="transparent" }}
|
90 | 148 | </section>
|
| 149 | + <h3>Transparent Card Image with Link</h3> |
| 150 | + <section class="o-section s-image-grid"> |
| 151 | + {{> @c-card--image position="top" wide=true variant="transparent" image-link="#" }} |
| 152 | + {{> @c-card--image position="bottom" wide=true variant="transparent" image-link="#" }} |
| 153 | + {{> @c-card--image position="right" tall=true variant="transparent" image-link="#" }} |
| 154 | + {{> @c-card--image position="left" tall=true variant="transparent" image-link="#" }} |
| 155 | + </section> |
91 | 156 | <h3>Contact Card with Image - Transparent</h3>
|
92 | 157 | <section class="o-section s-image-grid">
|
93 | 158 | {{> @c-card--image position="top" wide=true variant="transparent" is-staff=true }}
|
| 159 | + {{> @c-card--image position="top" wide=true variant="transparent" is-staff=true image-link="#" }} |
94 | 160 | </section>
|
95 | 161 |
|
96 | 162 | <h3>Plain Card Image</h3>
|
|
100 | 166 | {{> @c-card--image position="right" tall=true variant="plain" }}
|
101 | 167 | {{> @c-card--image position="left" tall=true variant="plain" }}
|
102 | 168 | </section>
|
| 169 | + <h3>Plain Card Image with Link</h3> |
| 170 | + <section class="o-section s-image-grid"> |
| 171 | + {{> @c-card--image position="top" wide=true variant="plain" image-link="#" }} |
| 172 | + {{> @c-card--image position="bottom" wide=true variant="plain" image-link="#" }} |
| 173 | + {{> @c-card--image position="right" tall=true variant="plain" image-link="#" }} |
| 174 | + {{> @c-card--image position="left" tall=true variant="plain" image-link="#" }} |
| 175 | + </section> |
103 | 176 | <h3>Contact Card with Image - Plain</h3>
|
104 | 177 | <section class="o-section s-image-grid">
|
105 | 178 | {{> @c-card--image position="top" wide=true variant="plain" is-staff=true }}
|
| 179 | + {{> @c-card--image position="top" wide=true variant="plain" is-staff=true image-link="#" }} |
106 | 180 | </section>
|
107 | 181 | </section>
|
0 commit comments