-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
180 lines (155 loc) · 8.08 KB
/
contact.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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!doctype html>
<html lang="en">
<head>
<title>CoSMO - Contact</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="author" content="Carlo Teo Pedretti, Francesca Mangialardo, Mattia Spadoni">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<!-- Fonts and icons -->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:400,700|Material+Icons" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css">
<!-- Material Kit CSS -->
<link href="assets/css/material-kit.css?v=2.0.5" rel="stylesheet" />
<link rel="icon" href="images/logo.png">
</head>
<body>
<nav class="navbar fixed-top navbar-expand-lg" id="opaque">
<div class="container">
<div class="navbar-translate">
<a class="navbar-brand" href="index.html">
<img src="images/logo.png" id="logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="sr-only">Toggle navigation</span>
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="collapse navbar-collapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="index.html" class="nav-link">
Home
</a>
</li>
<li class="dropdown nav-item">
<a href="#" class="dropdown-toggle nav-link" data-toggle="dropdown" aria-expanded="false">
<i class="material-icons">apps</i> Project
</a>
<div class="dropdown-menu">
<a href="domain.html" class="dropdown-item">
The Domain
</a>
<a href="extraction.html" class="dropdown-item">
Knowledge Extraction
</a>
<a href="ontology.html" class="dropdown-item">
CoSMO - The Ontology
</a>
<div class="dropdown-divider"></div>
<a href="overview.html" class="dropdown-item">
Project Overview
</a>
</div>
</li>
<li class="nav-item">
<a href="contact.html" class="nav-link">
Contact
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="main main-raised-alt">
<div class="container">
<div class="section">
<h2 class="title">Our team</h2>
<!-- fine main content -->
<!-- griglia icone 1 -->
<div class="features">
<div class="row">
<div class="col-md-4 text-center">
<div class="info">
<img src="images/mangia.jpg" alt="Francesca Mangialardo" class="img-raised rounded-circle img-fluid contatti">
<h4 class="info-title text-center">Francesca Mangialardo</h4>
<p>Francesca Mangialardo is currently attending the Digital Humanities and Digital Knowledge Master at the University of Bologna, where she also earned a previous Bachelor in Humanities. Open minded and curious learner, she is interested in linguistics and psychology. She enjoys the gym, the outdoors and the good food and mostly spends her time listening to people or bothering dogs.</p>
<button class="btn btn-social btn-link btn-github">
<a href="https://github.com/mangiafrangette" target="_blank"><i class="fa fa-github"></i></a>
</button><br>
</div>
</div>
<div class="col-md-4 text-center">
<div class="info">
<img src="images/pedretti.jpg" alt="Carlo Teo Pedretti" class="img-raised rounded-circle img-fluid contatti">
<h4 class="info-title text-center">Carlo Teo Pedretti</h4>
<p>Carlo Teo is currently attending the Digital Humanities and Digital Knowledge course at the University of Bologna. A graduate in Philosophy (B.A.) and Philosophical Sciences (M.A.) in the same university, he thinks we are all gnostics and eats rhizomes at breakfast while staring at a holy picture of Spinoza. His interests range from medieval theology to cultural studies and literary theory but he still doesn't understand Python. He works in a publishing house and is editor of some role-playing games. When he grows up he wants to be a writer and have a Volvo Polar.</p>
<button class="btn btn-social btn-link btn-github">
<a href="https://github.com/friendlynihilist" target="_blank"><i class="fa fa-github"></i></a>
</button><br>
</div>
</div>
<div class="col-md-4 text-center">
<div class="info">
<img src="images/spadoni.jpg" alt="Mattia Spadoni" class="img-raised rounded-circle img-fluid contatti">
<h4 class="info-title text-center">Mattia Spadoni</h4>
<p>Mattia is a student of Digital Humanities with a three-year degree in history. He is interested in the digital world and its possible intersections with the humanistic one. In particular, he would like to deepen the use of technologies in museums and computational methods related to the study of history. He is an archer in a re-enactment group and loves to tap (and drink) beer.
P.S. He can't do any of the above things well (except for drinking)</p>
<button class="btn btn-social btn-link btn-github">
<a href="https://github.com/MattiaSpadoni" target="_blank"><i class="fa fa-github"></i></a>
</button><br>
</div>
</div>
</div>
</div>
<!-- fine griglia icone 1 -->
<hr>
<!-- inizio griglia icone 2 -->
<p class="text-center"><a href="https://www.unibo.it/it">Università di Bologna</a> /
Via Zamboni 33
40126 Bologna, Italy /
+39 051-2099349</p>
<!-- fine griglia icone 2 -->
</div>
</div>
</div>
<!-- INIZIO FOOTER -->
<footer class="footer footer-default">
<div class="container">
<nav class="float-left">
<ul>
<li>
<a href="https://creativecommons.org/licenses/by-sa/4.0/">
Copyright Creative Commons
</a>
</li>
</ul>
</nav>
<div class="copyright float-right">
<script>
document.write(new Date().getFullYear())
</script>, Visions of Gutenberg has been implemented with <i class="material-icons">favorite</i> by
Francesca Mangialardo, Carlo Teo Pedretti and Mattia Spadoni.
</div>
</div>
</footer>
<!-- FINE FOOTER -->
<!-- Core JS Files -->
<script src="assets/js/core/jquery.min.js" type="text/javascript"></script>
<script src="assets/js/core/popper.min.js" type="text/javascript"></script>
<script src="assets/js/core/bootstrap-material-design.min.js" type="text/javascript"></script>
<script src="assets/js/plugins/moment.min.js"></script>
<!-- Plugin for the Datepicker, full documentation here: https://github.com/Eonasdan/bootstrap-datetimepicker -->
<script src="assets/js/plugins/bootstrap-datetimepicker.js" type="text/javascript"></script>
<!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ -->
<script src="assets/js/plugins/nouislider.min.js" type="text/javascript"></script>
<!-- Google Maps Plugin -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=YOUR_KEY_HERE"></script>
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<!-- Control Center for Material Kit: parallax effects, scripts for the example pages etc -->
<script src="assets/js/material-kit.js?v=2.0.5" type="text/javascript"></script></body>
</html>