-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlorg.html
37 lines (25 loc) · 1.49 KB
/
lorg.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
---
layout: page
---
<h1>Faclair nan Gèidheal</h1>
<p>Faclair de bhriathrachas LGDTC+.</p>
<div style="border-top: 1px solid #f0f0f0; padding: 8px 0px;"></div>
<p style="text-align: center;"><a href="/">🗂️ Clàr-amais</a> 🔍 Lorg</p>
<p style="text-align: center;"><a href="https://focloir.lgbt/cuardaigh" title="Amharc an leathanach as Gaeilge">🇮🇪 Gaeilge</a> <a href="https://fockleyr.lgbt/shirrey">🇮🇲 Gaelg</a> <a href="/en/search" title="View this page in English">🏴󠁧󠁢󠁥󠁮󠁧󠁿 English</a></p>
<div style="border-top: 1px solid #f0f0f0; padding: 8px 0px;"></div>
<p>Mholamaid lorg anns a' Ghaidhlig, ann am Beurla, no as Gaeilge. Chan eil eadar-theangachadh Gaelg aig a' chuid as motha de dh'fhaclan.</p>
<!-- Html Elements for Search -->
<div class="form-group" id="search-container">
<input class="form-control" type="text" id="search-input" placeholder="Lorg san fhaclair..." style="padding: 10px; font-size: 17px; border: 1px solid grey; float: left; width: 100%; background: #f1f1f1;"><br />
<ul style="padding-top: 30px" id="results-container"></ul>
</div>
<!-- Script pointing to search-script.js -->
<script src="/js/faclair-script.js" type="text/javascript"></script>
<!-- Configuration -->
<script>
SimpleJekyllSearch({
searchInput: document.getElementById('search-input'),
resultsContainer: document.getElementById('results-container'),
json: '/js/faclair.json'
})
</script>