-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
55 lines (49 loc) · 2.32 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css_documentation.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-12">
<h1>The project</h1>
<p>Typo is a trans-historical theming tour-de-force aimed to visualize texts through different themes inspired from historical periods.<br>
The visualizer is intended to recall one of the most iconic revolution in graphic design history: the <b>typewriter</b>.</p>
</div>
</div>
<div class="row">
<div class="col-12">
<h1>About Us</h1>
</div>
</div>
<div class="row">
<div class="col-12 col-md-6">
<figure class="figure about">
<img src="maria_chiara_frangipane.jpg" class="figure-img img-fluid rounded" alt="A generic square placeholder image with rounded corners in a figure.">
<figcaption class="figure-caption">Maria Chiara Frangipane
<br>
Graduated in the communication science bachelor degree of Bologna University she is now student of Digital Humanities and Digital Knowledge in Bologna. She is the author of Art Deco and '80s styles and the main contributor to the style of homepage and secondary pages.
<br>
<a href="https://www.linkedin.com/in/maria-chiara-frangipane-92853b15b/" target="_blank">Linkedin contact</a>
</figcaption>
</figure>
</div>
<div class="col-12 col-md-6">
<figure class="figure about">
<img src="mattia_spadoni.jpg" class="figure-img img-fluid rounded" alt="A generic square placeholder image with rounded corners in a figure.">
<figcaption class="figure-caption">
Mattia Spadoni
<br>
Graduate in the history bachelor degree of Bologna University, he is now student of Digital Humanities and Digital Knowledge. He created the late medieval (or humanistic) and the futuristic styles. He is the main contributor to the scripts used inside the website.
<br>
<a href="https://www.linkedin.com/in/mattia-spadoni-5a7b90142/" target="_blank">Linkedin contact</a>
</figcaption>
</figure>
</div>
</div>
</div>
</body>
</html>