-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
124 lines (112 loc) · 5.5 KB
/
about.html
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
<!DOCTYPE HTML>
<!--
Urban by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>GISLAB</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="libraries/v6.1.1/css/ol.css">
<script src="libraries/v6.1.1/build/ol.js"></script>
<script src="https://unpkg.com/[email protected]"></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/src/ol-layerswitcher.css">
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="libraries/v6.1.1/apidoc/scripts/bootstrap.min.js"></script>
</head>
<body>
<!-- Header -->
<header id="header">
<div class="logo"><a href="index.html">GISLAB</a></div>
<nav>
<ul>
<li><a href="PLOS.html">WEBGIS</a></li>
<li><a href="considerations.html">Data Collection</a></li>
<li><a href="process.html">Data Processing</a></li>
<li><a href="about.html">About us</a></li>
</ul>
</nav>
</header>
<div class="col align-center">
<header class="align-center">
<h1 style="padding-top: 80px;">About us</h1>
</header>
<p>We are a group of students of Geoinformatics Enginnering at Politecnico di Milano.</p>
<img src="images/group.jpg" alt="" height="500"/>
</div>
<!-- Section -->
<section class="wrapper style1">
<div class="inner">
<br style="margin: 20px" />
<div class="flex flex-2">
<div class="col col1">
<div class="align-center" >
<img src="images/images/angi.jpeg" alt="" height="200" />
</div>
</div>
<div class="col col2">
<h4 class="align-center">Angelly Pugliese</h4>
<p>Angelly Pugliese is a double degree student of Systems Engineering and Computing from Universidad del Norte (Colombia). She decided to study Geoinformatics Engineering to apply her knowledge in Computer Science into Geospatial data.</p>
</div>
</div>
<br />
<div class="flex flex-2">
<div class="col col2">
<h4 class="align-center">Rodrigo Cedeño</h4>
<p>Rodrigo Cedeño is a Mechatronics Engineer with educational background in Data Science. Previous to beginning his Master’s studies at Politecnico di Milano, he worked for 7 years at FCA Engineering department for the Vehicle Dynamics and Vehicle Crash Test teams. Alongside his work in FCA he developed several projects involving Data Science and Data Automation. He is very interested in Big Data for Geographical purposes alongside with AI intelligence tools for geospatial analysis.</p>
</div>
<div class="col col1">
<div class="align-center" >
<img src="images/rod.jpeg" alt="300" height="250" />
</div>
</div>
</div>
</div>
<br />
<div class="inner">
<div class="flex flex-2">
<div class="col col1">
<div class="align-center" >
<img src="images/images/dilara.jpeg" alt="300" height="200" />
</div>
</div>
<div class="col col2">
<h4 class="align-center">Ruken Dilara Zaf</h4>
<p>Ruken Dilara Zaf has her Bachelor and Master’s degrees in Environmental Engineering Department from Middle East Technical University(Turkey). She had been working as a teaching assistant in this department between the years 2015 and 2019. After, she decided to improve her career by the knowledge of informatics which she can use also in environmental engineering area. Now, she is a master’s student in Geoinformatics Engineering Department at Politecnico Di Milano(Italy). </p>
</div>
</div>
<br />
<div class="flex flex-2">
<div class="col col2">
<h4 class="align-center">Alessandro Zacchera</h4>
<p>Alessandro Zacchera has a bachelor’s degree in Physics Engineering from Politecnico di Milano. He has worked for 5 years as business analyst and financial controller for a mid-cap agropharmaceutical company and, later, as an IoT proposition manager for Vodafone, one of the world’s largest mobile network operators. Prior to that, from 2005 to 2010, he studied finance and economics at Università Bocconi. Now, he is a master’s student in Geoinformatics Engineering at Politecnico di Milano and vice-president of PoliMappers. </p>
</div>
<div class="col col1">
<div class="align-center">
<img src="images/ale1.jpeg" alt="" height="250" />
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="copyright">
<p>© GIS Polimi. All rights reserved. Design: <a href="https://templated.co">TEMPLATED</a></p>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/map.js"></script>
</body>
</html>