-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
95 lines (95 loc) · 4.68 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
<?xml version="1.0" encoding="UTF-8"?>
<div xmlns="http://www.w3.org/1999/xhtml" data-template="templates:surround" data-template-with="templates/landingPage.html" data-template-at="content">
<div id="text">
<section id="aboutSilcher">
<div data-template="app:introText"/>
</section>
</div>
<div class="container mb-4">
<section id="portal">
<div class="container">
<div class="row justify-content-center">
<div class="col-4 pt-4">
<div class="service-box text-center">
<a class="nav-link-jra" href="registryWorks.html">
<img class="rounded" src="resources/images/Silcher_Loreley_Manuskript_quadrat.jpg" width="200" height="200"/>
</a>
<div class="service-content">
<br/>
<h2 class="s-title py-1">
<a class="nav-link-jra" href="registryWorks.html">Werke</a>
</h2>
</div>
</div>
</div>
<div class="col-4 pt-4">
<div class="service-box text-center">
<a href="registryPersons.html">
<img class="rounded" src="resources/images/Ludwig_Uhland_quadrat.jpg" width="200" height="200"/>
</a>
<div class="service-content">
<br/>
<h2 class="s-title py-1">
<a class="nav-link-jra" href="registryPersons.html">Personen</a>
</h2>
</div>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-4 pt-4">
<div class="service-box text-center">
<a href="registryPlaces.html">
<img class="rounded" src="resources/images/Schnait_Silcherhaus_Einweihung_Gedenktafel_1882_quadrat.jpg" width="200" height="200"/>
</a>
<div class="service-content">
<br/>
<h2 class="s-title py-1">
<a class="nav-link-jra" href="registryPlaces.html">Orte</a>
</h2>
</div>
</div>
</div>
<div class="col-4 pt-4">
<div class="service-box text-center">
<a href="registryPerformances.html">
<img class="rounded" src="resources/images/Silcher_Dirigent_Karikatur_quadrat.jpg" width="200" height="200"/>
</a>
<div class="service-content">
<br/>
<h2 class="s-title py-1">
<a class="nav-link-jra" href="registryPerformances.html">Aufführungen</a>
</h2>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!--
<div class="col-md-9">
<h1 data-template="config:app-title">Generated page</h1>
<div class="alert alert-success">
<p>
<a data-template="templates:load-source" href="index.html">This</a> is the entry page into your application
and was generated by eXide. It uses HTML templates for a clean separation of HTML views and application logic.</p>
<p>To add your own template functions, start by editing the XQuery module
<a data-template="templates:load-source" href="modules/app.xql">app.xql</a>.</p>
</div>
<div class="row">
<div class="col-md-6">
<p>The page template uses the <a href="http://twitter.github.com/bootstrap/">Bootstrap</a>
CSS library for the page layout.</p>
</div>
<div class="col-md-6">
<div data-template="app:test"/>
</div>
</div>
</div>
<div class="col-md-3">
<h2>Application Info</h2>
<div data-template="config:app-info"/>
</div>
-->
</div>