1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-30 11:24:21 +01:00
fab-manager/app/frontend/templates/shared/about.html

34 lines
1.5 KiB
HTML
Raw Normal View History

2015-05-05 03:10:25 +02:00
<div class="about-fablab scrollable">
<div class="row padder">
<header class="about-picture">
<div class="col-sm-offset-2 col-md-offset-3 col-sm-10 col-md-8">
2016-03-23 18:39:41 +01:00
<h1 class="about-title text-u-c" ng-bind-html="aboutTitle.value"></h1>
2015-05-05 03:10:25 +02:00
</div>
</header>
</div>
<div class="row padder">
<div ng-class="{'col-sm-10 col-md-6 col-lg-6':!aboutContacts.value, 'col-sm-7 col-md-5 col-lg-4':aboutContacts.value}"
class="col-sm-offset-1 col-md-offset-3 col-sm-7 col-md-5 col-lg-4 m-b-lg">
2016-03-23 18:39:41 +01:00
<span ng-bind-html="aboutBody.value"></span>
<p ng-show="cgu">
<a href="{{cgu.custom_asset_file_attributes.attachment_url}}" target="_blank" translate>{{ 'app.public.about.read_the_fablab_policy' }}</a>
2016-03-31 12:59:29 +02:00
</p>
<p ng-show="cgv">
<a href="{{cgv.custom_asset_file_attributes.attachment_url}}" target="_blank" translate>{{ 'app.public.about.read_the_fablab_s_general_terms_and_conditions' }}</a>
2019-04-18 12:00:57 +02:00
</p>
<p ng-show="privacyPolicy.value">
<a ui-sref="app.public.privacy" translate>{{ 'app.public.about.privacy_policy' }}</a>
2015-05-05 03:10:25 +02:00
</p>
</div>
<div class="col-sm-offset-0 col-md-offset-0 col-lg-offset-1 col-sm-4 col-md-4" ng-show="aboutContacts.value">
2022-04-29 17:22:52 +02:00
<h2 class="about-title-aside" translate>{{ 'app.public.about.your_fablab_s_contacts' }}</h2>
2016-03-23 18:39:41 +01:00
<span ng-bind-html="aboutContacts.value"></span>
2022-04-29 17:22:52 +02:00
<div class="m-t-xl">
2022-05-03 18:05:30 +02:00
<fab-socials show="true" />
2022-04-29 17:22:52 +02:00
</div>
2015-05-05 03:10:25 +02:00
</div>
</div>
2016-03-23 18:39:41 +01:00
</div>