-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathlegal.html
More file actions
129 lines (112 loc) · 5.2 KB
/
Copy pathlegal.html
File metadata and controls
129 lines (112 loc) · 5.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE HTML>
<!--
Twenty by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<!--<a class="image featured"><img src="index/ADA_black.png" alt="" /></a>-->
<title>ADA</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<link rel="shortcut icon" href="index/A-sqr.png" type="image/ico"/>
<link href='assets/css/simplelightbox.min.css' rel='stylesheet' type='text/css'/>
</head>
<body class="index">
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<!-- <h1 id="logo"><a href="index.html" class="image"><img src="index/ADA_black.png" alt="" width="60"/></a></h1> -->
<h1 id="logo"><a href="index.html" class="image"><img src="index/ADA_grey1.png" alt="" width="50"/></a></h1>
<nav id="nav">
<ul>
<li><a href="index.html" class="mobile-only">ADA</a></li>
<li class="submenu">
<a href="#">Expertise</a>
<ul>
<li><a href="expertise/modelling.html">Modelling</a></li>
<li><a href="expertise/visualization.html">Visualization</a></li>
<li><a href="expertise/analysis.html">Analysis</a></li>
<li><a href="expertise/optimization.html">Optimization</a></li>
<li><a href="expertise/fabrication.html">Fabrication</a></li>
<li><a href="expertise/education.html">Education</a></li>
</ul>
</li>
<li><a href="tools.html">Tools</a></li>
<li class="submenu">
<a href="#">Research</a>
<ul>
<li><a href="research/talks.html">Talks</a></li>
<li><a href="research/awards.html">Awards</a></li>
<li><a href="research/posters.html">Posters</a></li>
<li><a href="research/projects.html">Projects</a></li>
</ul>
</li>
<li class="submenu">
<a href="#">Publications</a>
<ul>
<li><a href="publications/journals.html">Journals</a></li>
<li><a href="publications/bookchapt.html">Book Chapters</a></li>
<li><a href="publications/conferences.html">Conferences</a></li>
<li><a href="publications/theses.html">Theses</a></li>
</ul>
</li>
<li><a href="team.html">Team</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<article id="main">
<header class="special container">
<h2>Legal Notice</h2>
<!-- <pcenter>
Here you may find ...
</pcenter> -->
</header>
<!--_______________TOOLS_______________-->
<section class="wrapper style4 container special">
<h3>Trademarks</h3>
<p> All product names, logos, and brands are property of their respective owners.
All company, product and service names used in this website are for identification
purposes only. Use of these names, logos, and brands does not imply endorsement.
</p>
<h3>FastColoredTextBox License</h3>
<p>License: GNU Lesser General Public License (LGPLv3)
<br /> Email: pavel_torgashov@ukr.net.
<br /> Copyright (C) Pavel Torgashov, 2011-2016.
</p>
</section>
</article>
<!-- Footer -->
<footer id="footer">
<ul class="copyright">
<img src="index/inesc_white.png" alt="" width="200" />
<img src="index/IST_white.png" alt="" width="200"/>
</ul>
<ul class="copyright">
<li>2024 © Algorithmic Design for Architecture</li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollgress.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="../assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
<script type="text/javascript" src="assets/js/simple-lightbox.js"></script>
<script>
$(function(){
var $gallery = $('.gallery a').simpleLightbox();});
</script>
</body>
</html>