-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
198 lines (161 loc) · 7.12 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
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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<!DOCTYPE HTML>
<!--
Spectral by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Linked open data</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/custom.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<style>
.card {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 40%;
margin-right:30px;
margin-top: 20px;
}
.card img {
max-width: 100%;
max-height: 100%;
display: block;
}
.card:hover {
box-shadow: 0 16px 21px 0 rgba(0,0,0,0.5);
}
.container {
padding: 2px 10px;
}
.card{
display:inline-block;
}
</style>
</head>
<body class="landing is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<section class="wrapper style5">
<div class="inner">
<!-- Header -->
<!-- <header id="header" class="alt">
<h1><a href="index.html">Spectral</a></h1>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"><span>Menu</span></a>
<div id="menu">
<a href="index.html">Home</a>
<a href="generic.html">Generic</a>
<a href="elements.html">Elements</a>
<a href="#">Sign Up</a>
<a href="#">Log In</a>
</div>
</li>
</ul>
</nav>
</header> -->
<header id="header" class="alt" style="background-color: #3E3E22;">
<h1 style="opacity:1; pointer-events: initial;"><a href="index.html">HOME</a></h1>
<div class='myNav' id="NavigationBar">
<ul style="color:white;">
<li class="dropdown"><a href="domain.html" class="dropbtn">Domain</a>
<div class="dropdown-content">
<a href="domain.html#idea">Idea</a>
<a href="domain.html#items">Items</a>
</div>
</li>
<li class="dropdown"><a href="knowledge-organization.html" class="dropbtn">Knowledge organization</a>
<div class="dropdown-content">
<a href="modello-er.html">E/R Model</a>
<a href="metadata-analysis.html">Metadata Analysis</a>
<a href="metadata-alignment.html">Metadata Alignment</a>
<a href="theoretical_model.html">Theoretical Model</a>
<a href="conceptual.html">Conceptual Model</a>
</div>
</li>
<li class="dropdown"><a href="knowledge-representation.html" class="dropbtn">Knowledge representation</a>
<div class="dropdown-content">
<a href="knowledge-representation.html#data">Data Description</a>
<a href="knowledge-representation.html#rdf">RDF</a>
</div>
</li>
<li><a href="about.html" class="about">About</a></li>
</ul>
</div>
</header>
<script type="text/javascript">
if (window.innerWidth < 400){
var newHTML = "<h1><a href='index.html'>HOME</a></h1> ";
newHTML += "<nav id='nav'>";
newHTML += "<ul id='nav'>";
newHTML += "<li class='special'>";
newHTML += "<a href='#menu' class='menuToggle'><span>Menu</span></a>";
newHTML += "<div id='menu'>";
newHTML += "<a href='index.html'>Home</a>";
newHTML += "<a href='domain.html'>Domain</a>";
newHTML += "<a href='knowledge-organization.html'>Knowledge Organization</a>";
newHTML += "<a href='knowledge-representation.html'>Knowledge Representation</a>";
newHTML += "<a href='about.html'>About</a>";
newHTML += "</div>";
newHTML += "</li>";
newHTML += "</ul>";
newHTML += "</nav> ";
document.getElementById('header').innerHTML = newHTML;
}
</script>
<h2></h2
<div style="text-align: center;">
<div class="card">
<img src="images/foto-gemma.png" alt="Avatar" style="width:100%">
<div class="container">
<h4><b>Gemma Centrone</b></h4>
<p>Graduated in Communication Science at the University of Siena. I'm currently attending the Digital Humanities and Digital Knowledge Master Degree course at the University of Bologna. Contacts: gemma.centrone@studio.unibo.it</p>
</div>
</div>
<div class="card">
<img src="images/IMG_7811.jpeg" alt="Avatar" style="width:100%">
<div class="container">
<h4><b>Alessia Cioffi</b></h4>
<p>Graduated in Classical Literature at the University of Bologna. I'm currently attending the Digital Humanities and Digital Knowledge Master Degree course at the same University. Contacts: alessia.cioffi@studio.unibo.it</p>
</div>
</div>
<div class="card">
<img src="images/foto-Sara.jpeg" alt="Avatar" style="width:100%">
<div class="container">
<h4><b>Sara Coppini</b></h4>
<p>Graduated in Philosophy at the University of Bologna. I'm currently attending the Digital Humanities and Digital Knowledge Master Degree course at the same University. Contacts: sara.coppini@studio.unibo.it</p>
</div>
</div>
<div class="card">
<img src="images/foto-Francesca.jpg" alt="Avatar" style="width:100%">
<div class="container">
<h4><b>Francesca Genovese</b></h4>
<p>Graduated in Communication Science at the University of Bologna. I'm currently attending the Digital Humanities and Digital Knowledge Master Degree course at the same University. Contacts: francesca.genovese2@studio.unibo.it</p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="copyright">
<li>Created by Gemma Centrone, Alessia Cioffi, Sara Coppini and Francesca Genovese for the final project of the course <a href="https://www.unibo.it/en/teaching/course-unit-catalogue/course-unit/2019/424639">Knowledge Organization and Digital Methods in the Cultural Heritage Domain</a> within the master degree course <a href="https://corsi.unibo.it/2cycle/DigitalHumanitiesKnowledge">Digital Humanities and Digital Knowledge</a> at the <a href="https://www.unibo.it/en/homepage">University of Bologna</a>.</li>
<li>Some photographs were kindly given by <a href="http://www.cinetecadibologna.it/en/">Fondazione Cineteca di Bologna</a>, which owns them.</li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>