Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Services.WebApp/3.3/WebApp/plugins/about/about.cshtml @ 12563

Last change on this file since 12563 was 12563, checked in by ascheibe, 9 years ago

#2394 merged r12428, r12429, r12430, r12435, r12442, r12443, r12445, r12514, r12517, r12519, r12520, r12521, r12523, r12532, r12542, r12546, r12552, r12553, r12556, r12557, r12559, r12561, r12146, r12457 into stable

File size: 3.0 KB
Line 
1<div class="default-view-container">
2    <div class="row">
3        <div class="col-lg-12">
4            <div class="panel panel-default">
5                <div class="panel-heading">
6                    <h3 class="panel-title">Responsible for Contents and Editing of Pages</h3>
7                </div>
8                <div class="panel-body">
9                    <p>
10                        <strong>Heuristic and Evolutionary Algorithms Laboratory (HEAL)</strong><br />
11                        School of Informatics, Communications and Media<br />
12                        University of Applied Sciences Upper Austria<br />
13                        Softwarepark 11<br />
14                        A-4232 Hagenberg, Austria<br />
15                        (media owner and editor for the purposes of the Austrian Media Act)<br />
16                    </p>
17                </div>
18            </div>
19        </div>
20    </div>
21
22    <div class="row">
23        <div class="col-lg-12">
24            <div class="panel panel-default">
25                <div class="panel-heading">
26                    <h3 class="panel-title">Contact</h3>
27                </div>
28                <div class="panel-body">
29                    <p><strong>Support and Inquiries</strong>: ​<a href="mailto:support@heuristiclab.com">support@heuristiclab.com</a></p>
30                    <p><strong>Heuristic and Evolutionary Algorithms Laboratory (HEAL)</strong>: <a href="App/RedirectUrl?url=http://heal.heuristiclab.com">​http://heal.heuristiclab.com</a></p>
31                    <p><strong>HeuristicLab development site</strong>: <a href="App/RedirectUrl?url=http://dev.heuristiclab.com">http://dev.heuristiclab.com</a></p>
32                    <p>
33                        <strong>Head of HeuristicLab</strong>: <br />
34                        FH-Prof. DI Dr. Stefan Wagner<br />
35                        <span class="glyphicon glyphicon-phone-alt"></span> +43 50804 22030<br />
36                        <span class="glyphicon glyphicon-print"></span> +43 50804 21599<br />
37                        <span class="glyphicon glyphicon-envelope"></span> <a href="mailto:stefan.wagner@heuristiclab.com">stefan.wagner@heuristiclab.com</a><br />
38                    </p>
39                </div>
40            </div>
41        </div>
42    </div>
43
44    <div class="row">
45        <div class="col-lg-12">
46            <div class="panel panel-default">
47                <div class="panel-heading">
48                    <h3 class="panel-title">Disclaimer</h3>
49                </div>
50                <div class="panel-body">
51                    <p style="text-align: justify">HeuristicLab, Hive and HeuristicLab WebApp are distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details (<a href="App/RedirectUrl?url=http://www.gnu.org/licenses">http://www.gnu.org/licenses</a>). </p>
52                </div>
53            </div>
54        </div>
55    </div>
56</div>
Note: See TracBrowser for help on using the repository browser.