-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (49 loc) · 2.62 KB
/
index.html
File metadata and controls
52 lines (49 loc) · 2.62 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
<!DOCTYPE html>
<html lang="en-GB" id="root_of_nil_evil">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<title>Edward Callow</title>
<meta name="description" content="Edward Callow is a production manager based in London, UK.">
<meta name="author" content="Edward Callow">
<link rel="icon" href="favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="canonical" href="https://www.edwardcallow.co.uk/">
<link rel="me" href="https://mastodon.social/@edwardcallow">
<meta property="og:title" content="Edward Callow">
<meta property="og:description" content="Edward Callow is a production manager based in London, UK.">
<meta property="og:url" content="https://www.edwardcallow.co.uk/">
<meta property="og:locale" content="en_gb">
<meta property="og:image" content="images/og_image.png">
<meta property="og:type" content="Website">
<meta property="og:site_name" content="Edward Callow">
<link rel="stylesheet" href="styles/secondary.css" type="text/css">
</head>
<body>
<div class="fb_container">
<h1 class="big_name fb_container_item">Edward Callow</h1>
<h3 class="fb_container_item">Production manager</h3>
<p class="fb_container_item">
<a href="mailto:hello@edwardcallow.co.uk">hello@edwardcallow.co.uk</a>
<br/>
<a href="tel:+442037780494">020 3778 0494</a>
<br/>
<a href="tel:+442037780898">020 3778 0898</a> (fax)
</p>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
<!-- Time-based dark-mode switching -->
<script type="text/javascript">
var currentTime = new Date().getHours();
if (6 <= currentTime && currentTime < 21) {
document.getElementById("root_of_nil_evil").className = "appearance_day";
}
else {
document.getElementById("root_of_nil_evil").className = "appearance_night";
}
</script>
</html>