-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (57 loc) · 3.26 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
<?xml version="1.0" encoding="UTF-8"?>
<div xmlns:i18n="http://exist-db.org/xquery/i18n" data-template="templates:surround" data-template-with="templates/page.html" data-template-at="content">
<div data-template="templates:include" data-template-path="templates/menu.html"/>
<header class="tp-row">
<div class="tp-column-fullwidth">
<div class="page-header">
<h1>Lexicon of Greek Personal Names</h1>
</div>
</div>
</header>
<main>
<section class="tp-row">
<h2 class="tp-column-fullwidth">Subheadline</h2>
<p class="tp-column-fullwidth subheadline-p">
Lorem ipsum dolor amet austin artisan adaptogen migas blog VHS tumeric freegan sustainable letterpress etsy pour-over hammock. Readymade vinyl pinterest blog prism. Tote bag small batch brunch kinfolk cornhole banjo retro forage swag tofu deep v craft beer.
</p>
</section>
<section class="tp-row">
<div class="tp-column-fullwidth">
<div data-template="templates:include" data-template-path="templates/search-bar.html"/>
</div>
</section>
<section class="tp-row">
<div class="tp-column-fullwidth">
<article class="landing">
<h3>
Catalogues
</h3>
<p>
Lorem ipsum dolor amet austin artisan adaptogen migas blog VHS tumeric freegan sustainable letterpress etsy pour-over hammock. Readymade vinyl pinterest blog prism. Tote bag small batch brunch kinfolk cornhole banjo retro forage swag tofu deep v craft beer.
Lorem ipsum dolor amet austin artisan adaptogen migas blog VHS tumeric freegan sustainable letterpress etsy pour-over hammock. Readymade vinyl pinterest blog prism. Tote bag small batch brunch kinfolk cornhole banjo retro forage swag tofu deep v craft beer.
</p>
<a class="u-more-link" href="/" title="catalogues">See all catalogues</a>
</article>
<article class="landing">
<h3>
Search Tips
</h3>
<p>
Lorem ipsum dolor amet austin artisan adaptogen migas blog VHS tumeric freegan sustainable letterpress etsy pour-over hammock. Readymade vinyl pinterest blog prism. Tote bag small batch brunch kinfolk cornhole banjo retro forage swag tofu deep v craft beer.
</p>
<a class="u-more-link" href="search.html" title="help">Advanced search</a>
</article>
<article class="landing">
<h3>
Need Help?
</h3>
<p>
Lorem ipsum dolor amet austin artisan adaptogen migas blog VHS tumeric freegan sustainable letterpress etsy pour-over hammock. Readymade vinyl pinterest blog prism.
</p>
<a class="u-more-link" href="/" title="help">Go to help page</a>
</article>
</div>
</section>
<div data-template="templates:include" data-template-path="templates/footer.html"/>
</main>
</div>