mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
19 lines
1,011 B
Text
19 lines
1,011 B
Text
|
|
extends ./layout
|
||
|
|
|
||
|
|
block vars
|
||
|
|
- var layoutEnv = env
|
||
|
|
- var menuItem = 'about'
|
||
|
|
|
||
|
|
block title
|
||
|
|
title=env.t('companyAbout')
|
||
|
|
|
||
|
|
block content
|
||
|
|
.row
|
||
|
|
.col-md-12#aboutPage
|
||
|
|
iframe(src='//player.vimeo.com/video/76557040', width='100%', height='539', frameborder='0', webkitallowfullscreen='', mozallowfullscreen='', allowfullscreen='')
|
||
|
|
iframe(src='//player.vimeo.com/video/57654086', width='100%', height='539', frameborder='0', webkitallowfullscreen='', mozallowfullscreen='', allowfullscreen='')
|
||
|
|
iframe(src='//player.vimeo.com/video/79172253', width='100%', height='539', frameborder='0', webkitallowfullscreen='', mozallowfullscreen='', allowfullscreen='')
|
||
|
|
iframe(src='//player.vimeo.com/video/79172327', width='100%', height='539', frameborder='0', webkitallowfullscreen='', mozallowfullscreen='', allowfullscreen='')
|
||
|
|
iframe(src='//player.vimeo.com/video/79172363', width='100%', height='539', frameborder='0', webkitallowfullscreen='', mozallowfullscreen='', allowfullscreen='')
|
||
|
|
|