Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveStatistics/sources/HeuristicLab.Services.WebApp/3.3/WebApp/plugins/about/about.cshtml @ 12560

Last change on this file since 12560 was 12560, checked in by dglaser, 9 years ago

#2388:

HeuristicLab.Services.WebApp-3.3:

  • updated about page

HeuristicLab.Services.WebApp.Statistics-3.3:

  • added missing files
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.