-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
96 lines (84 loc) · 4.47 KB
/
about.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="canonical" href="https://agnate.co.uk/ec" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Custom styles for this template -->
<link href="css/ec.css" rel="stylesheet">
<!-- Icons and Colors -->
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="./favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-TileImage" content="./mstile-144x144.png">
<meta name="msapplication-config" content="./browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- SEO and Social Sharing and SEO -->
<meta name="description" content="Eldercare app" />
<meta name="robots" content="noodp" />
<meta name="author" content="">
<meta name="keywords" content="" />
<meta property="og:locale" content="en_GB" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Eldercare 2" />
<meta property="og:description" content="Eldercare app" />
<meta property="og:url" content="https://agnate.co.uk/ec/about.html" />
<meta property="og:site_name" content="Eldercare" />
<meta property="section:publisher" content="https://agnate.co.uk/" />
<meta property="og:image" content="https://agnate.co.uk/ec/share.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Eldercare" />
<meta name="twitter:description" content="Eldercare app" />
<meta name="twitter:site" content="@dean_jenkins" />
<meta name="twitter:image" content="https://agnate.co.uk/ec/share.jpg" />
<meta name="twitter:creator" content="@dean_jenkins" />
<!-- manifest and service worker for PWA -->
<link rel="manifest" href="./manifest.json">
<script>
if ("serviceWorker" in navigator) {
window.addEventListener("load", () => {
navigator.serviceWorker && navigator.serviceWorker.register("./sw.js");
});
}
</script>
</head>
<body>
<div id="nav_holder"></div>
<script src="js/nav.js"></script>
<!-- JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-3.2.1.slim.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<div class="container">
<div class="home_title">
<h1>About</h1>
<p class="lead">About this app</p>
</div>
<p>This app was originally designed as an educational resource for medicine in the eldery with the support of the staff and students of the eldercare department at Royal Cornwall Hospital, UK.</p>
<p>Built with Bootstrap 4, HTML5, Font Awesome, Python, Orgnode, <a href="https://github.com/nikkifurls/simple-pwa">Simple PWA</a>. Where possible all original scientific works have been cited with a journal reference and all registered trademarks and copyright acknowledged.</p>
<p>This compilation of educational material and its <a href="https://github.com/rdjenkins/eldercare">source code</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.</p>
<p>Version: 14 April 2023 (18:23:21 UTC)</p><!-- automatically updated -->
<p>Contributors:<br>
<a href="https://agnate.co.uk/dean.jenkins">Dr Dean Jenkins</a></p>
<p class="small">Debug info:<br><span id="cachenamedisplay"> </span><a href="#" onclick="navigator.serviceWorker.getRegistrations().then(function(registrations) { for(let registration of registrations) { registration.unregister()} }); alert('maintenance - refreshing the service worker script'); window.location.reload(true);" class="Zbtn Zbtn-secondary">refresh</a></p>
</div><!-- /.container -->
<script>
if ("serviceWorker" in navigator) {
navigator.serviceWorker.getRegistration().then(function(registration){
if (registration) {
if (registration.active) {
document.getElementById("cachenamedisplay").innerHTML = "Service worker " + registration.active.state + " ";
}
}
});
};
</script>
</body>
</html>