-
Notifications
You must be signed in to change notification settings - Fork 0
/
cuardaigh.html
36 lines (26 loc) · 1.57 KB
/
cuardaigh.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
---
layout: page
permalink: /cuardaigh/
---
<h1>Foclóir na nGaygeoirí</h1>
<p>Foclóir de théarmaíocht LADTA+.</p>
<div style="border-top: 1px solid #f0f0f0; padding: 8px 0px;"></div>
<p style="text-align: center;"> <a href="/">🗂️ Innéacs</a> 🔍 Cuardaigh</p>
<p style="text-align: center;"><a href="https://faclair.lgbt/lorg" title="Seall an duilleag seo sa Ghàidhlig">🏴󠁧󠁢󠁳󠁣󠁴󠁿 Gàidhlig</a> <a href="https://fockleyr.lgbt/shirrey">🇮🇲 Gaelg</a> <a href="https://faclair.lgbt/en/search" title="View this page in English">🏴󠁧󠁢󠁥󠁮󠁧󠁿 English</a></p>
<div style="border-top: 1px solid #f0f0f0; padding: 8px 0px;"></div>
<p>Molaimid cuardach i nGaeilge na hAlba, i mBéarla nó i nGaeilge. Níl aistriúchán Gàidhlig ag formhór na bhfocal.</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>