-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
246 lines (199 loc) · 13.2 KB
/
index.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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link id="pagestyle" rel="stylesheet" href="stili.css" type="text/css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Satisfy&display=swap" rel="stylesheet">
<link rel="icon" href="LOGOMTM.png">
<title>MetaTheatre</title>
</head>
<body class="home">
<nav class="navbar navbar-custom navbar-expand-md navbar-light justify-content-md-center justify-content-start fixed-top">
<div class="container-fluid">
<div class="navbar-header justify-align-center">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="collapse navbar-collapse justify-content-center" id="navbarSupportedContent">
<ul class="navbar-nav nav justify-content-center">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item dropdown">
<a href="issues.html" class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Issues
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="unusualTheatre.html">Unusual Theatre</a>
<a class="dropdown-item" href="livingTheStage.html">Living The Stage</a>
<a class="dropdown-item" href="auditoriumSound.html">Auditorium's Sounds</a>
<a class="dropdown-item" href="curtainToday.html">Curtain Today</a>
</div>
</li>
<li class="nav-item active">
<a class="nav-link" href="aboutUs.html">About Us</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="project.html">Project</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="rights.html">Rights</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container-fluid" id="item">
<div class="col text-center" id="butcontainer">
<div class="btn-group flex-wrap row" role="group" id="butrow" data-toggle="buttons">
<button type="button" class="btn btn-secondary" onclick="swapStyleSheet('stili.css')">Default</button>
<button type="button" class="btn btn-secondary" onclick="swapStyleSheet('gospel.css')">Gospel</button>
<button type="button" class="btn btn-secondary" onclick="swapStyleSheet('galilei.css')">Galilei</button>
<button type="button" class="btn btn-secondary" onclick="swapStyleSheet('artn.css')">Art Nouveau</button>
<button type="button" class="btn btn-secondary" onclick="swapStyleSheet('bauhaus.css')">Bauhaus</button>
<button type="button" class="btn btn-secondary" onclick="swapStyleSheet('teletext.css')" >Teletext</button>
<button type="button" class="btn btn-secondary" onclick="swapStyleSheet('millennium.css')">Millennium Bug</button>
<button type="button" class="btn btn-secondary" onclick="swapStyleSheet('2025.css')">2025</button>
<button type="button" class="btn btn-secondary" onclick="swapStyleSheet('2040.css')">2040</button>
</div>
</div>
<div class="container-fluid" id="covertextbox">
<h1 id="covertitle">Meta Theatre Magazine</h1>
<div class="container-fluid" id="subtitlecontainer">
<p id="coversubtitle"><a href="issues.html">“Welcome to the Theatre. <br>
Where everything is fake but nothing is false”
</a></p>
</div>
</div>
</div>
<div class="container-fluid" id="divfacciata">
<p>Theatre is a unique form of art and expression which has accompanied the humankind since the first manifestations of civilization until present days. We are here to share this amazing story,looking forward to seeing its further evolutions. Enjoy the show! </p>
</div>
<!--<div class="container-fluid" id="item2">
<div class="row">
<div class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-3 ";>
<div id="cardUT">
<div class="card-body text-center">
<p class="card-text"><a href="unusualTheatre.html" class="btn stretched-link">Unusual Theatre</a></p>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-3 ";>
<div id="cardLTS">
<div class="card-body text-center">
<p class="card-text"><a href="livingTheStage.html" class="btn stretched-link">Living The Stage</a></p>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-3 ";>
<div id="cardAS">
<div class="card-body text-center">
<p class="card-text"><a href="auditoriumSound.html" class="btn stretched-link">Auditorium's Sounds</a></p>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-3 ";>
<div id="cardCT">
<div class="card-body text-center">
<p class="card-text"><a href="curtainToday.html" class="btn stretched-link">Curtain Today</a></p>
</div>
</div>
</div>
</div>
</div>-->
<div class="container-fluid">
</div>
<div class="container-fluid pagesubtitlecontainer">
<h1 class="pagesubtitle">MetaTheatreIssues</h1>
</div>
<div class="container-fluid" id="item1">
<div class="row">
<div class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-3 ";>
<div class="card" id="cardAndrea">
<img class="card-img-top" src="unusual.png" alt="Card image">
<div class="card-body text-center">
<h4 class="card-title"><a href="unusualTheatre.html" class="btn stretched-link">Unusual Theatre</a></h4>
<p class="card-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas laoreet scelerisque aliquam. Donec laoreet eget felis non euismod. Donec eros risus, maximus a purus eget, consectetur finibus lacus. </p>
<a href="#"></a>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-3 ";>
<div class="card" id="cardArianna">
<img class="card-img-top" src="living.png" alt="Card image">
<div class="card-body text-center">
<h4 class="card-title"><a href="livingTheStage.html" class="btn stretched-link">Living The Stage</a></h4>
<p class="card-text">In ornare pulvinar velit at luctus. Praesent quis diam et velit consequat elementum. Vestibulum maximus a lorem eget interdum. Fusce non nibh sed turpis semper pellentesque.</p>
<a href="#"></a>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-3 ";>
<div class="card" id="cardBenedetta">
<img class="card-img-top" src="sound.png" alt="Card image">
<div class="card-body text-center">
<h4 class="card-title"><a href="auditoriumSound.html" class="btn stretched-link">Auditorium's <br> Sounds</a></h4>
<p class="card-text">Nulla nec sapien eu mi dapibus accumsan vitae in sapien. Nulla id aliquam nisi. Aenean congue, ipsum nec tincidunt imperdiet, magna dolor ullamcorper ante, sit amet tristique velit metus ut odio.</p>
<a href="#"></a>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-3 ";>
<div class="card" id="cardAmanda">
<img class="card-img-top" src="today.png" alt="Card image">
<div class="card-body text-center">
<h4 class="card-title"><a href="curtainToday.html" class="btn stretched-link">Curtain Today</a></h4>
<p class="card-text">Vivamus molestie sapien magna, sed hendrerit dui lobortis id. Sed rhoncus, risus quis tempus tincidunt, mauris nibh laoreet lectus, sed dignissim mauris tellus sodales metus. </p>
<a href="https://www.facebook.com/arianna.moretti.35/"></a>
</div>
</div>
</div>
</div>
</div>
<div class="container homepage" style="margin: auto">
<!--<h2 id="provaissues"><a href="issues.html">Discover our Issues</a></h2>-->
<p>What is Lorem Ipsum?
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<p>Why do we use it?
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).
</p>
<p>What is Lorem Ipsum?
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
<footer class="row text-center pagefoot">
<div class="container-fluid row" id="footerdiv">
<div class="col-lg-4 col-xl-4 col-md-4 col-sm-12 col-12">
<div class="container-flex" id="footercol1">
<img src="LOGOMTM1.png" alt="MetaTheatre" id="logo">
<p class="crnotice">MetaTheatreMagazine©2021</p>
</div>
</div>
<div class="col-lg-4 col-xl-4 col-md-4 col-sm-12 col-12">
<div class="container-flex" id="footercol2">
<h4 class="footersectionheader">Contacts</h4>
<p class="footercoltext">
<a href="mailto:[email protected]">[email protected]</a><br>
<a href="mailto:[email protected]">[email protected]</a><br>
<a href="mailto:[email protected]">[email protected]</a><br>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
<div class="col-lg-4 col-xl-4 col-md-4 col-sm-12 col-12">
<div class="container-flex" id="footercol3">
<h4 class="footersectionheader">Affiliations</h4>
<p class="footercoltext">Digital Humanities and Digital Knowledge - DHDK Second cycle degree; Classical Philology and Italian Studies - FICLIT Department; University of Bologna</p>
</div>
</div>
</div>
</footer>
<script type="text/javascript" src="jsswap.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>