| 1 |
<?php |
| 2 |
/** |
| 3 |
* Extansion version |
| 4 |
* |
| 5 |
* @package Wow_Plugin |
| 6 |
* @subpackage |
| 7 |
* @copyright Copyright (c) 2018, Dmytro Lobov |
| 8 |
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
| 9 |
* @since 1.0 |
| 10 |
*/ |
| 11 |
if ( ! defined( 'ABSPATH' ) ) { |
| 12 |
exit; |
| 13 |
} |
| 14 |
$pro_url = 'https://wow-estore.com/item/float-menu-pro/'; |
| 15 |
$demo_url = 'https://wow-company.com/wp-float-menu-pro/'; |
| 16 |
?> |
| 17 |
|
| 18 |
<section class="section has-background-light is-medium" id="features"> |
| 19 |
<div class="container"> |
| 20 |
<div class="block has-text-centered ds-title"> |
| 21 |
<p class="subtitle is-5 is-uppercase has-text-danger">what you get</p> |
| 22 |
<h3 class="title is-2">Awesome Features </h3> |
| 23 |
<div class="button-group"> |
| 24 |
<a href="<?php echo esc_url( $pro_url ); ?>" class="like-button pro-button" target="_blank">Get More |
| 25 |
with Pro</a> |
| 26 |
<a href="<?php echo esc_url( $demo_url ); ?>" class="like-button demo-button" target="_blank">Demo</a> |
| 27 |
</div> |
| 28 |
</div> |
| 29 |
|
| 30 |
<div class="block py-5"> |
| 31 |
<h3 class="features-title">Customize:</h3> |
| 32 |
</div> |
| 33 |
|
| 34 |
<div class="features-content"> |
| 35 |
|
| 36 |
<div class="is-flex"> |
| 37 |
<div class="mr-4"> |
| 38 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 39 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 40 |
<i class="fas fa-swatchbook fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 41 |
</div> |
| 42 |
</div> |
| 43 |
<div class="block"> |
| 44 |
<h4 class="features-title">Beautiful Animations</h4> |
| 45 |
<p>7 animations for showing button label</p> |
| 46 |
</div> |
| 47 |
</div> |
| 48 |
|
| 49 |
<div class="is-flex"> |
| 50 |
<div class="mr-4"> |
| 51 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 52 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 53 |
<i class="fas fa-shapes fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 54 |
</div> |
| 55 |
</div> |
| 56 |
<div class="block"> |
| 57 |
<h4 class="features-title">4 Different Shapes</h4> |
| 58 |
<p>Choose different types of shapes for the menu: Square, Round, |
| 59 |
Rounded, Rounded-out.</p> |
| 60 |
</div> |
| 61 |
</div> |
| 62 |
|
| 63 |
<div class="is-flex"> |
| 64 |
<div class="mr-4"> |
| 65 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 66 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 67 |
<i class="far fa-plus-square fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 68 |
</div> |
| 69 |
</div> |
| 70 |
<div class="block"> |
| 71 |
<h4 class="features-title">Sub Menu</h4> |
| 72 |
<p>Add submenu to first menu item.</p> |
| 73 |
</div> |
| 74 |
</div> |
| 75 |
|
| 76 |
<div class="is-flex"> |
| 77 |
<div class="mr-4"> |
| 78 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 79 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 80 |
<i class="fas fa-text-height fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 81 |
</div> |
| 82 |
</div> |
| 83 |
<div class="block"> |
| 84 |
<h4 class="features-title">Size control</h4> |
| 85 |
<p>Set the custom size for texts and icons.</p> |
| 86 |
</div> |
| 87 |
</div> |
| 88 |
|
| 89 |
<div class="is-flex"> |
| 90 |
<div class="mr-4"> |
| 91 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 92 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 93 |
<i class="fas fa-arrows-alt-h fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 94 |
</div> |
| 95 |
</div> |
| 96 |
<div class="block"> |
| 97 |
<h4 class="features-title">Different Positions</h4> |
| 98 |
<p>Can be positioned at right or left side of the screen.</p> |
| 99 |
</div> |
| 100 |
</div> |
| 101 |
|
| 102 |
<div class="is-flex"> |
| 103 |
<div class="mr-4"> |
| 104 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 105 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 106 |
<i class="fas fa-arrows-alt-v fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 107 |
</div> |
| 108 |
</div> |
| 109 |
<div class="block"> |
| 110 |
<h4 class="features-title">Align</h4> |
| 111 |
<p>Align the menu vertically.</p> |
| 112 |
</div> |
| 113 |
</div> |
| 114 |
|
| 115 |
<div class="is-flex"> |
| 116 |
<div class="mr-4"> |
| 117 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 118 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 119 |
<i class="fas fa-flag fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 120 |
</div> |
| 121 |
</div> |
| 122 |
<div class="block"> |
| 123 |
<h4 class="features-title">1600+ Icons</h4> |
| 124 |
<p>The current version of the plugin has 1500+ Font Awesome Icon.</p> |
| 125 |
</div> |
| 126 |
</div> |
| 127 |
|
| 128 |
<div class="is-flex"> |
| 129 |
<div class="mr-4"> |
| 130 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 131 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 132 |
<i class="far fa-image fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 133 |
</div> |
| 134 |
</div> |
| 135 |
<div class="block"> |
| 136 |
<h4 class="features-title">Custom Icon</h4> |
| 137 |
<p>Add your own icon for the menu item.</p> |
| 138 |
</div> |
| 139 |
</div> |
| 140 |
|
| 141 |
<div class="is-flex"> |
| 142 |
<div class="mr-4"> |
| 143 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 144 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 145 |
<i class="far fa-smile fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 146 |
</div> |
| 147 |
</div> |
| 148 |
<div class="block"> |
| 149 |
<h4 class="features-title">Emoji</h4> |
| 150 |
<p>Add emoji as icon for menu item and to the label text.</p> |
| 151 |
</div> |
| 152 |
</div> |
| 153 |
|
| 154 |
<div class="is-flex"> |
| 155 |
<div class="mr-4"> |
| 156 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 157 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 158 |
<i class="far fa-paragraph fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 159 |
</div> |
| 160 |
</div> |
| 161 |
<div class="block"> |
| 162 |
<h4 class="features-title">Extra text</h4> |
| 163 |
<p>Add the long text to the menu item.</p> |
| 164 |
</div> |
| 165 |
</div> |
| 166 |
|
| 167 |
<div class="is-flex"> |
| 168 |
<div class="mr-4"> |
| 169 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 170 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 171 |
<i class="fas fa-font fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 172 |
</div> |
| 173 |
</div> |
| 174 |
<div class="block"> |
| 175 |
<h4 class="features-title">Label Font</h4> |
| 176 |
<p>Change the font style for label and Extra text</p> |
| 177 |
</div> |
| 178 |
</div> |
| 179 |
|
| 180 |
<div class="is-flex"> |
| 181 |
<div class="mr-4"> |
| 182 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 183 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 184 |
<i class="fas fa-plus fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 185 |
</div> |
| 186 |
</div> |
| 187 |
<div class="block"> |
| 188 |
<h4 class="features-title">Add Attributes</h4> |
| 189 |
<p>Add custom values to attributes such as CLASS and ID to each menu |
| 190 |
item.</p> |
| 191 |
</div> |
| 192 |
</div> |
| 193 |
|
| 194 |
|
| 195 |
</div> |
| 196 |
|
| 197 |
<div class="block py-5"> |
| 198 |
<h3 class="features-title">Functionality:</h3> |
| 199 |
</div> |
| 200 |
|
| 201 |
<div class="features-content"> |
| 202 |
|
| 203 |
<div class="is-flex"> |
| 204 |
<div class="mr-4"> |
| 205 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 206 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 207 |
<i class="fas fa-toggle-off fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 208 |
</div> |
| 209 |
</div> |
| 210 |
<div class="block"> |
| 211 |
<h4 class="features-title">Show/Hide menu</h4> |
| 212 |
<p>Show or Hide menu after scrolling the page.</p> |
| 213 |
</div> |
| 214 |
</div> |
| 215 |
|
| 216 |
<div class="is-flex"> |
| 217 |
<div class="mr-4"> |
| 218 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 219 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 220 |
<i class="fas fa-language fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 221 |
</div> |
| 222 |
</div> |
| 223 |
<div class="block"> |
| 224 |
<h4 class="features-title">Translate</h4> |
| 225 |
<p>Translate page on different languages.</p> |
| 226 |
</div> |
| 227 |
</div> |
| 228 |
|
| 229 |
<div class="is-flex"> |
| 230 |
<div class="mr-4"> |
| 231 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 232 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 233 |
<i class="fas fa-share-alt fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 234 |
</div> |
| 235 |
</div> |
| 236 |
<div class="block"> |
| 237 |
<h4 class="features-title">33 Social Share</h4> |
| 238 |
<p>33 Easy Social Share Buttons for WordPress.</p> |
| 239 |
</div> |
| 240 |
</div> |
| 241 |
|
| 242 |
<div class="is-flex"> |
| 243 |
<div class="mr-4"> |
| 244 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 245 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 246 |
<i class="fas fa-exchange-alt fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 247 |
</div> |
| 248 |
</div> |
| 249 |
<div class="block"> |
| 250 |
<h4 class="features-title">Next, Previous post</h4> |
| 251 |
<p>Set the link to the link of the next and previous post.</p> |
| 252 |
</div> |
| 253 |
</div> |
| 254 |
|
| 255 |
<div class="is-flex"> |
| 256 |
<div class="mr-4"> |
| 257 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 258 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 259 |
<i class="fas fa-search fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 260 |
</div> |
| 261 |
</div> |
| 262 |
<div class="block"> |
| 263 |
<h4 class="features-title">Search field</h4> |
| 264 |
<p>Set the search field to the menu item.</p> |
| 265 |
</div> |
| 266 |
</div> |
| 267 |
|
| 268 |
<div class="is-flex"> |
| 269 |
<div class="mr-4"> |
| 270 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 271 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 272 |
<i class="fas fa-at fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 273 |
</div> |
| 274 |
</div> |
| 275 |
<div class="block"> |
| 276 |
<h4 class="features-title">Email field</h4> |
| 277 |
<p>Set the menu item with the email link.</p> |
| 278 |
</div> |
| 279 |
</div> |
| 280 |
|
| 281 |
<div class="is-flex"> |
| 282 |
<div class="mr-4"> |
| 283 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 284 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 285 |
<i class="fas fa-phone-alt fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 286 |
</div> |
| 287 |
</div> |
| 288 |
<div class="block"> |
| 289 |
<h4 class="features-title">Email telephone</h4> |
| 290 |
<p>Set the menu item with the telephone link.</p> |
| 291 |
</div> |
| 292 |
</div> |
| 293 |
|
| 294 |
<div class="is-flex"> |
| 295 |
<div class="mr-4"> |
| 296 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 297 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 298 |
<i class="fas fa-arrows-alt-v fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 299 |
</div> |
| 300 |
</div> |
| 301 |
<div class="block"> |
| 302 |
<h4 class="features-title">Smooth Scroll</h4> |
| 303 |
<p>Create a smooth scrolling effect to the page anchors.</p> |
| 304 |
</div> |
| 305 |
</div> |
| 306 |
|
| 307 |
<div class="is-flex"> |
| 308 |
<div class="mr-4"> |
| 309 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 310 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 311 |
<i class="fas fa-long-arrow-alt-up fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 312 |
</div> |
| 313 |
</div> |
| 314 |
<div class="block"> |
| 315 |
<h4 class="features-title">Go To Top</h4> |
| 316 |
<p>Create a button that will take the user to the top of the page |
| 317 |
when clicked on.</p> |
| 318 |
</div> |
| 319 |
</div> |
| 320 |
|
| 321 |
<div class="is-flex"> |
| 322 |
<div class="mr-4"> |
| 323 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 324 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 325 |
<i class="fas fa-long-arrow-alt-down fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 326 |
</div> |
| 327 |
</div> |
| 328 |
<div class="block"> |
| 329 |
<h4 class="features-title">Go To Bottom</h4> |
| 330 |
<p>Create a button that will take the user to the bottom of the page |
| 331 |
when clicked on.</p> |
| 332 |
</div> |
| 333 |
</div> |
| 334 |
|
| 335 |
<div class="is-flex"> |
| 336 |
<div class="mr-4"> |
| 337 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 338 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 339 |
<i class="fas fa-long-arrow-alt-left fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 340 |
</div> |
| 341 |
</div> |
| 342 |
<div class="block"> |
| 343 |
<h4 class="features-title">Go Back</h4> |
| 344 |
<p>Create a button that will take the user to the previous URL in the |
| 345 |
history list.</p> |
| 346 |
</div> |
| 347 |
</div> |
| 348 |
|
| 349 |
<div class="is-flex"> |
| 350 |
<div class="mr-4"> |
| 351 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 352 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 353 |
<i class="fas fa-long-arrow-alt-right fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 354 |
</div> |
| 355 |
</div> |
| 356 |
<div class="block"> |
| 357 |
<h4 class="features-title">Go Forward</h4> |
| 358 |
<p>Create a button that will take the user to the next URL in the |
| 359 |
history list.</p> |
| 360 |
</div> |
| 361 |
</div> |
| 362 |
|
| 363 |
<div class="is-flex"> |
| 364 |
<div class="mr-4"> |
| 365 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 366 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 367 |
<i class="fas fa-window-maximize fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 368 |
</div> |
| 369 |
</div> |
| 370 |
<div class="block"> |
| 371 |
<h4 class="features-title">Popup</h4> |
| 372 |
<p>Set and customize the popup for the menu item and open it by click |
| 373 |
on the item.</p> |
| 374 |
</div> |
| 375 |
</div> |
| 376 |
|
| 377 |
<div class="is-flex"> |
| 378 |
<div class="mr-4"> |
| 379 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 380 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 381 |
<i class="fas fa-print fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 382 |
</div> |
| 383 |
</div> |
| 384 |
<div class="block"> |
| 385 |
<h4 class="features-title">Print</h4> |
| 386 |
<p>Function for print the page via a click on the item.</p> |
| 387 |
</div> |
| 388 |
</div> |
| 389 |
|
| 390 |
<div class="is-flex"> |
| 391 |
<div class="mr-4"> |
| 392 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 393 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 394 |
<i class="fas fa-users-cog fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 395 |
</div> |
| 396 |
</div> |
| 397 |
<div class="block"> |
| 398 |
<h4 class="features-title">User links</h4> |
| 399 |
<p>Built-in user links: LogIn, LogOut, Register, Lostpassword.</p> |
| 400 |
</div> |
| 401 |
</div> |
| 402 |
|
| 403 |
<div class="is-flex"> |
| 404 |
<div class="mr-4"> |
| 405 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 406 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 407 |
<i class="fas fa-window-restore fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 408 |
</div> |
| 409 |
</div> |
| 410 |
<div class="block"> |
| 411 |
<h4 class="features-title">New Window</h4> |
| 412 |
<p>Opening link in new window.</p> |
| 413 |
</div> |
| 414 |
</div> |
| 415 |
|
| 416 |
</div> |
| 417 |
|
| 418 |
<div class="block py-5"> |
| 419 |
<h3 class="features-title">Display:</h3> |
| 420 |
</div> |
| 421 |
|
| 422 |
<div class="features-content"> |
| 423 |
|
| 424 |
<div class="is-flex"> |
| 425 |
<div class="mr-4"> |
| 426 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 427 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 428 |
<i class="fas fa-tablet-alt fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 429 |
</div> |
| 430 |
</div> |
| 431 |
<div class="block"> |
| 432 |
<h4 class="features-title">Show on devices</h4> |
| 433 |
<p>Control over the display of the menu on different devices.</p> |
| 434 |
</div> |
| 435 |
</div> |
| 436 |
|
| 437 |
<div class="is-flex"> |
| 438 |
<div class="mr-4"> |
| 439 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 440 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 441 |
<i class="fas fa-users fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 442 |
</div> |
| 443 |
</div> |
| 444 |
<div class="block"> |
| 445 |
<h4 class="features-title">Show for users</h4> |
| 446 |
<p>Show menu depending on user (for all users, only for logged-in users, only for not logged-in users).</p> |
| 447 |
</div> |
| 448 |
</div> |
| 449 |
|
| 450 |
|
| 451 |
<div class="is-flex"> |
| 452 |
<div class="mr-4"> |
| 453 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 454 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 455 |
<i class="fas fa-language fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 456 |
</div> |
| 457 |
</div> |
| 458 |
<div class="block"> |
| 459 |
<h4 class="features-title">Language dependence</h4> |
| 460 |
<p>Show menu depending on language.</p> |
| 461 |
</div> |
| 462 |
</div> |
| 463 |
|
| 464 |
<div class="is-flex"> |
| 465 |
<div class="mr-4"> |
| 466 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 467 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 468 |
<i class="far fa-calendar-alt fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 469 |
</div> |
| 470 |
</div> |
| 471 |
<div class="block"> |
| 472 |
<h4 class="features-title">Schedule</h4> |
| 473 |
<p>Show your menu according to the schedule, indicating the date, day of the week, and hours |
| 474 |
.</p> |
| 475 |
</div> |
| 476 |
</div> |
| 477 |
|
| 478 |
<div class="is-flex"> |
| 479 |
<div class="mr-4"> |
| 480 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 481 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 482 |
<i class="fas fa-globe fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 483 |
</div> |
| 484 |
</div> |
| 485 |
<div class="block"> |
| 486 |
<h4 class="features-title">Browsers</h4> |
| 487 |
<p>Ability to deactivate the display of popups in selected browsers.</p> |
| 488 |
</div> |
| 489 |
</div> |
| 490 |
|
| 491 |
<div class="is-flex"> |
| 492 |
<div class="mr-4"> |
| 493 |
<div class="fa-stack fa-2x has-text-orange-light"> |
| 494 |
<i class="fas fa-circle fa-stack-2x"></i> |
| 495 |
<i class="far fa-file-alt fa-stack-1x fa-inverse has-text-orange-dark"></i> |
| 496 |
</div> |
| 497 |
</div> |
| 498 |
<div class="block"> |
| 499 |
<h4 class="features-title">Specific pages</h4> |
| 500 |
<p>Show the menu on the specific pages.</p> |
| 501 |
</div> |
| 502 |
</div> |
| 503 |
</div> |
| 504 |
|
| 505 |
|
| 506 |
</div> |
| 507 |
|
| 508 |
</section> |
| 509 |
|
| 510 |
|