-
Notifications
You must be signed in to change notification settings - Fork 0
/
authors.html
71 lines (67 loc) · 4 KB
/
authors.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Kane Data - Authors</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://kanedata.co.uk/theme/css/tachyons.min.css" />
<link href="https://fonts.googleapis.com/css?family=Archivo|Raleway|Pacifico" rel="stylesheet">
<link rel="stylesheet" href="https://kanedata.co.uk/theme/css/style.css" />
<link rel="stylesheet" href="https://kanedata.co.uk/theme/css/pygment.css" />
<link rel="shortcut icon" href="https://kanedata.co.uk/favicon.ico" type="image/x-icon">
<link rel="icon" href="https://kanedata.co.uk/favicon.ico" type="image/x-icon">
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Kane Data Full Atom Feed" />
<link href="/feed.rss" type="application/rss+xml" rel="alternate" title="Kane Data Full RSS Feed" />
</head>
<body id="index" class="home w-100 sans-serif near-black base-font bg-wavy">
<header id="banner" class="body header-font ph3 ph5-ns pt3 pb3 moon-gray">
<div class="fr f3-ns mt1 mr2 w-100 w-auto-ns tr pb3">
<a href="https://dkane.net/" class="white logo underline double underline-yellow">Blog</a>
| <a href="/pages/about" class="white logo underline double underline-yellow">About</a>
| <a href="/pages/contact" class="white logo underline double underline-yellow">Contact</a>
</div> <h1 class="f1 lh-solid mv0 logo">
<a href="https://kanedata.co.uk/" class="link moon-gray underline-yellow underline">
Kane Data
</a>
</h1>
<h1 class="f2-ns f3 lh-solid mv0">Charity Data & more</h1>
</header><!-- /#banner -->
<main class="ph0 bg-white cf">
<h2>Authors on Kane Data</h2>
<ul>
</ul>
</main>
<footer id="contentinfo" class="body ph3 ph5-ns db pv5 moon-gray bg-near-black">
<div class="h-100-ns fl-ns pr5-ns">
<img src="https://kanedata.co.uk/theme/images/logo.svg" class="h3" title="Kane Data Limited">
</div>
<div>
<a href="mailto:[email protected]" class="link yellow" rel="me">Email</a>
| <a href="https://github.com/sponsors/kanedata" class="link yellow" rel="me">Support our work</a>
| <a href="https://mastodon.social/@kanedr" class="link yellow" rel="me">@[email protected]</a>
| <a href="https://bsky.app/profile/dkane.net" class="link yellow" rel="me">🦋</a>
| <a href="https://github.com/drkane" class="link yellow" rel="me">github.com/drkane</a>
| <a href="https://github.com/kanedata" class="link yellow" rel="me">github.com/kanedata</a>
| <a href="https://status.kanedata.co.uk/" class="link yellow" rel="me">status</a>
| <a href="/feed.rss" class="link yellow">RSS</a>
</div>
<div class="mt3">
<a href="https://findthatcharity.uk/" class="link yellow" rel="me">Find That Charity</a>
| <a href="https://findthatpostcode.uk/" class="link yellow" rel="me">Find That Postcode</a>
| <a href="https://ngoexplorer.org/" class="link yellow" rel="me">NGO Explorer</a>
| <a href="https://charizone.co.uk/" class="link yellow" rel="me">Charizone</a>
| <a href="https://charityclassification.org.uk/" class="link yellow" rel="me">Charity Classification</a>
</div>
<div class="mt3 f6">
© 2018 - 2024 Kane Data Limited |
<address id="about" class="vcard body di fs-normal">
Built with <a href="http://getpelican.com/" class="link yellow">Pelican</a>
</address><!-- /#about --> |
Kane Data Limited is registered as a company in England (<a
href="https://find-and-update.company-information.service.gov.uk/company/14015213"
class="link yellow">company number 14015213</a>)
</div>
</footer><!-- /#contentinfo -->
<script async defer src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt="" referrerpolicy="no-referrer-when-downgrade" /></noscript></body>
</html>