-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfeatures.html
More file actions
306 lines (295 loc) · 12 KB
/
Copy pathfeatures.html
File metadata and controls
306 lines (295 loc) · 12 KB
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
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>Features - Edition Visualization Technology</title>
<meta content="" name="description" />
<meta content="" name="keywords" />
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon" />
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon" />
<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect" />
<link crossorigin="" href="https://fonts.gstatic.com" rel="preconnect" />
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet" />
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet" />
<link href="assets/vendor/aos/aos.css" rel="stylesheet" />
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet" />
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet" />
<!-- Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet" />
<link href="assets/css/custom.css" rel="stylesheet" />
<!-- =======================================================
* Template Name: Eterna
* Template URL: https://bootstrapmade.com/eterna-free-multipurpose-bootstrap-template/
* Updated: Jun 29 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
<style>
/* Footer refinements */
.footer.dark-background {
padding-bottom: 2.5rem;
}
.footer.dark-background .footer-top {
padding-bottom: 1.5rem;
}
.footer.dark-background a,
.footer.dark-background .footer-links a {
color: #9ecbff;
}
.footer.dark-background a:hover {
color: #cfe6ff;
}
.footer.dark-background .bi {
color: #9ecbff;
}
.footer.dark-background p,
.footer.dark-background li {
color: #e0e0e0;
}
</style>
</head>
<body class="features-page">
<header class="header sticky-top" id="header">
<!-- End Top Bar -->
<div class="branding">
<div class="container position-relative d-flex align-items-center justify-content-between">
<a class="logo d-flex align-items-center" href="index.html"><img alt="EVT" class="evt-brand-mark"
src="assets/img/brand/evt-logo-full.svg" /></a>
<nav class="navmenu" id="navmenu">
<ul>
<li>
<a href="index.html">
Home
</a>
</li>
<li>
<a href="about.html">
About
</a>
</li>
<li>
<a class="active" href="features.html">
Features
</a>
</li>
<li><a href="start.html">Let’s start!</a></li>
<li>
<a href="portfolio.html">
Portfolio
</a>
</li>
<li>
<a href="team.html">
Team
</a>
</li>
<li>
<a href="blog.html">
Blog
</a>
</li>
<li>
<a href="contact.html">
Contact
</a>
</li>
</ul>
<i class="mobile-nav-toggle d-xl-none bi bi-list">
</i>
</nav>
</div>
</div>
</header>
<main class="main">
<!-- Page Title -->
<div class="page-title" data-aos="fade">
<div class="container">
<nav class="breadcrumbs">
<ol>
<li><a href="index.html">Home</a></li>
<li class="current">Features</li>
</ol>
</nav>
<h1>Features</h1>
</div>
</div><!-- End Page Title -->
<!-- Services Section -->
<section class="evt-features-section section services" id="services">
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="evt-feature-grid">
<article class="evt-feature-card">
<div class="evt-feature-media">
<img alt="Feature placeholder 1" loading="lazy" src="assets/img/placeholders/feature-1.jpg" />
</div>
<div class="evt-feature-body">
<h3 class="evt-feature-title"><a class="evt-feature-title-link" href="start.html#documentation">Document
formats</a></h3>
<p class="evt-feature-desc">Support for TEI-based document formats and editorial models.</p>
</div>
</article>
<article class="evt-feature-card">
<div class="evt-feature-media">
<img alt="Feature placeholder 2" loading="lazy" src="assets/img/placeholders/feature-2.jpg" />
</div>
<div class="evt-feature-body">
<h3 class="evt-feature-title"><a class="evt-feature-title-link" href="start.html#documentation">Navigation
& visualization</a></h3>
<p class="evt-feature-desc">Advanced navigation tools and synchronized visualizations.</p>
</div>
</article>
<article class="evt-feature-card">
<div class="evt-feature-media">
<img alt="Feature placeholder 3" loading="lazy" src="assets/img/placeholders/feature-3.jpg" />
</div>
<div class="evt-feature-body">
<h3 class="evt-feature-title"><a class="evt-feature-title-link"
href="start.html#documentation">Comparative editions</a></h3>
<p class="evt-feature-desc">Parallel views and tools for critical and comparative editions.</p>
</div>
</article>
<article class="evt-feature-card">
<div class="evt-feature-media">
<img alt="Feature placeholder 4" loading="lazy" src="assets/img/placeholders/feature-4.jpg" />
</div>
<div class="evt-feature-body">
<h3 class="evt-feature-title"><a class="evt-feature-title-link"
href="start.html#documentation">Customization</a></h3>
<p class="evt-feature-desc">Configurable layouts and presentation layers.</p>
</div>
</article>
<article class="evt-feature-card">
<div class="evt-feature-media">
<img alt="Feature placeholder 5" loading="lazy" src="assets/img/placeholders/feature-5.jpg" />
</div>
<div class="evt-feature-body">
<h3 class="evt-feature-title"><a class="evt-feature-title-link"
href="start.html#documentation">Interoperability</a></h3>
<p class="evt-feature-desc">Integration with external resources and standards.</p>
</div>
</article>
<article class="evt-feature-card">
<div class="evt-feature-media">
<img alt="Feature placeholder 6" loading="lazy" src="assets/img/placeholders/feature-6.jpg" />
</div>
<div class="evt-feature-body">
<h3 class="evt-feature-title"><a class="evt-feature-title-link"
href="start.html#documentation">Extensibility</a></h3>
<p class="evt-feature-desc">Modular architecture for project-specific extensions.</p>
</div>
</article>
</div>
</div>
</section><!-- /Services Section -->
<!-- Skills Section -->
<section class="skills section" id="skills">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Technologies used</h2>
<p>Standards and technologies underlying EVT development</p>
</div><!-- End Section Title -->
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row">
<div class="col-lg-6 d-flex align-items-center">
<img alt="" class="img-fluid" src="assets/img/skills.jpg" />
</div>
<div class="col-lg-6 pt-4 pt-lg-0 content">
<h3>Standards and tools</h3>
<ul>
<li>TEI / XML for text encoding</li>
<li>XSLT for document transformation</li>
<li>JavaScript for client-side interaction</li>
<li>HTML5 and CSS for presentation</li>
<li>Modular architecture for extensibility</li>
</ul>
</div>
</div>
</div>
</section><!-- /Skills Section -->
</main>
<footer class="footer dark-background" id="footer">
<div class="footer-top">
<div class="container">
<div class="row gy-4">
<div class="col-lg-4 col-md-6 footer-info">
<h4>Edition Visualization Technology</h4>
<p>Open platform for the visualization of scholarly digital editions.</p>
<p>
<a href="contact.html">Contact</a><br />
<a href="team.html">Team</a>
</p>
</div>
<div class="col-lg-4 col-md-6 footer-links">
<h4>Development / Source code</h4>
<ul>
<li>
<i class="bi bi-github"></i>
<a href="https://github.com/evt-project/evt-viewer-angular/" rel="noopener" target="_blank">
Source code repository
</a>
</li>
<li>
<i class="bi bi-github"></i>
<a href="https://github.com/evt-project/evt-viewer-angular/issues" rel="noopener" target="_blank">
Issue tracker
</a>
</li>
<li>
<i class="bi bi-github"></i>
<a href="https://github.com/evt-project/" rel="noopener" target="_blank">
EVT Project on GitHub
</a>
</li>
</ul>
</div>
<div class="col-lg-4 col-md-6 footer-links">
<h4>Institutional partners</h4>
<ul>
<li>
<a href="https://www.unito.it/" rel="noopener" target="_blank">
University of Turin (UNITO)
</a>
</li>
<li>
<a href="https://www.dish.unito.it/" rel="noopener" target="_blank">
DISH – Department of Humanities
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="container text-center mt-4">
<p class="mb-0">
© EVT Project 2013- |
GNU Affero General Public License (AGPL) |
Designed by <a href="https://bootstrapmade.com/" rel="noopener" target="_blank">BootstrapMade</a>
</p>
</div>
</footer>
<!-- Scroll Top -->
<a class="scroll-top d-flex align-items-center justify-content-center" href="#" id="scroll-top"><i
class="bi bi-arrow-up-short"></i></a>
<!-- Preloader -->
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/imagesloaded/imagesloaded.pkgd.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>