Video conf based on SimpleWebRTC https://vroom.fws.fr/documentation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
885 B

% title $self->l('ABOUT');
11 years ago
%= include 'header'
%= include 'public_toolbar'
<div class="container-fluid">
<div class="row">
<div class="col-md-12 column">
<h3>
<%=l 'ABOUT' %>
</h3>
<p>
<%==l 'ABOUT_VROOM' %>
</p>
<h3>
<%=l 'HOW_IT_WORKS' %>
</h3>
<p>
<%==l 'ABOUT_HOW_IT_WORKS' %>
</p>
<h3>
<%=l 'SERVERLESS' %>
</h3>
<p>
<%==l 'ABOUT_SERVERLESS' %>
</p>
<h3>
<%=l 'THANKS' %>
</h3>
<p>
<%==l 'ABOUT_THANKS' %>
<ul>
<% foreach my $component (sort keys %{$components}) { %>
<li>
<a href="<%= $components->{$component}->{url} %>"><%= $component %></a>
</li>
<% } %>
</ul>
</p>
</div>
</div>
</div>
%= include 'js_common'
11 years ago
%= include 'footer'