-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathme.html
More file actions
146 lines (122 loc) · 4.27 KB
/
Copy pathme.html
File metadata and controls
146 lines (122 loc) · 4.27 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE HTML>
<html>
<head>
<title>Pip Chell - Contact</title>
<meta property="og:image:width" content="500">
<meta property="og:image:height" content="500">
<meta name="description" content="My basic contact details.">
<meta property="og:title" content="Pip Chell - Contact">
<meta property="og:description" content="My basic contact details.">
<meta property="og:url" content="https://pipchell.com/me">
<meta property="og:type" content="website">
<link rel="canonical" href="https://pipchell.com/me">
<link rel="icon" href="/favicon.png" type="image/png" sizes="48x48">
<meta http-equiv='content-language' content='en-gb'>
<!-- Open Graph -->
<meta property="og:title" content="Pip Chell – Contact">
<meta property="og:site_name" content="Pip Chell">
<meta property="og:description" content="Graphic designer and developer creating commercial and personal projects.">
<meta property="og:url" content="https://pipchell.com/me">
<meta property="og:type" content="website">
<meta property="og:image" content="https://pipchell.com/preview.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Pip Chell – Contact">
<meta name="twitter:description" content="Graphic designer and developer creating commercial and personal projects.">
<meta name="twitter:image" content="https://pipchell.com/preview.png">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Pip Chell",
"alternateName": "pipchell.com",
"url": "https://pipchell.com"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Contact - Pip Chell",
"url": "https://pipchell.com/me",
"isPartOf": {
"@type": "WebSite",
"name": "Pip Chell",
"url": "https://pipchell.com"
}
}
</script>
<link rel="icon" href="/favicon.ico" sizes="any">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets2/css/main.css" />
<noscript><link rel="stylesheet" href="assets2/css/noscript.css" /></noscript>
<style>
#bg {
background-color: #4493E0 !important;
background-image: none !important;
animation: none !important;
transform: none !important;
}
body, input, select, textarea {
font-family: Arial, Helvetica, sans-serif !important;
font-weight: normal !important;
line-height: 1.5em !important;
letter-spacing: -0.015em !important;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold !important;
}
strong, b {
font-weight: bold !important;
}
</style>
</head>
<body class="is-preload">
<div id="wrapper">
<div id="bg"></div>
<div id="overlay"></div>
<div id="main">
<header id="header">
<h1>Pip Chell</h1>
<p>Graphic Design • Tech • Programming</p>
<nav>
<ul>
<li>
<a href="mailto:pip@pipchell.com?body=%0A%0A%0ASent%20from%20pipchell.com%2Fme" target="_blank" rel="noopener"
class="icon solid fa-envelope">
<span class="label">Email</span>
</a>
</li>
<li>
<a href="https://pipchell.com" target="_blank" rel="noopener"
class="icon solid fa-globe">
<span class="label">Website</span>
</a>
</li>
<li>
<a href="https://github.com/pipchell"
class="icon brands fa-github"
target="_blank"
rel="noopener">
<span class="label">GitHub</span>
</a>
</li>
</ul>
</nav>
</header>
<footer id="footer">
<span class="copyright">© 2026 Pip Chell.</span>
<span>Visit pipchell.com for more info.</span>
</footer>
</div>
</div>
<script>
window.onload = function() { document.body.classList.remove('is-preload'); }
window.ontouchmove = function() { return false; }
window.onorientationchange = function() { document.body.scrollTop = 0; }
</script>
</body>
</html>