-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (91 loc) · 4.13 KB
/
Copy pathindex.html
File metadata and controls
100 lines (91 loc) · 4.13 KB
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
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://ianumney.me/homepage">
<meta name="mobile-web-app-capable" content="yes">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Ian Umney's Homepage. For use by anyone and everyone to discover and interact with me. Hire me, or just say hi!">
<meta name="keywords" content="Ian Umney, Homepage">
<meta name="author" content="Ian Umney">
<link rel="stylesheet" href="/assets/css/global/style.css">
<link rel="icon" href="https://s3.us-east-1.amazonaws.com/ianumney.me/src/favicon-32x32.png" type="image/png">
<title>Ian Umney | Home</title>
</head>
<body>
<!--Load the cookie script-->
<header>
<!--This header will load automatically-->
</header>
<main>
<br>
<section class="blue">
<h3>For World Aid Runners and Ben Dusing</h3>
<p>Click here: <a href="/trustaid/index.html">Trustaid</a></p>
</section>
<br>
<section class="highlight">
<h2>Current Interest</h2>
<a href="/trustaid/blockchain.html">Blockchain Oriented Funding For International Needs (BOFFIN)</a>
<br><br><p>My most recent area of interest, particularly within the realm of technology, has been the transparency and accountability in the funding and delivery of humanitarian aid.</p>
<br><p>This focus stems largely from my prior involvement with, and current understanding of, aid organisations and individuals, as well as my awareness of the associated hardships and challenges they encounter.</p>
<br><p>In this regard, I have been researching the efficacy of implementing blockchain technologies to enhance the transparency and efficiency of these processes.</p>
</section>
<!-- <section id="news-brief">
<p>You can find the latest news from a range of sources <a href="/pages/ukraine-news.html">ianumney.me/ukraine-news</a></p>
<table>
<thead>
<tr>
<th>LATEST NEWS 🇺🇦</th>
</tr>
</thead>
<tbody id="news-brief-log"></tbody>
/*News articles to be dynamically inserted*/
</tbody>
</table>
</section> -->
<!--GitHub changelog for the webstie-->
<!-- <section>
<div id="changelog">
<div id="changelog-header">
<img style="width: 32px; height: 32px; align-self: center;" src="https://s3.us-east-1.amazonaws.com/ianumney.me/src/github-mark.svg" alt="GitHub Logo" class="github-logo">
<div style="display: flex; flex-direction: column;">
<h2><u>Recent Commits</u></h2>
<h6><em><a href="https://github.com/IanUmney/IanUmney.github.io">IanUmney.github.io</a></em></h6>
</div>
</div>
<br>
<ul id="commit-list">
Commit messages will be dynamically added here
</ul>
</div>
</section> -->
</main>
<footer>
<!-- This footer will load automatically-->
</footer>
<script src="/assets/js/global/script.js" ></script>
<script src="/assets/js/global/news.js" ></script>
<script src="/assets/js/global/cookie.js" defer></script>
<script src="/assets/js/global/git.js" defer ></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Ian Umney",
"url": "https://ianumney.me",
"sameAs": [
"https://www.linkedin.com/in/ianumney",
"https://github.com/IanUmney,
"https://tiktok.com/@ian_umney"
],
"jobTitle": "Web Developer",
"worksFor": {
"@type": "Organization",
"name": "UmneyTech"
}
}
</script>
</body>
</html>