-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (65 loc) · 2.52 KB
/
index.html
File metadata and controls
71 lines (65 loc) · 2.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YX630D4XCV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-YX630D4XCV', {'page_title': 'personal'});
location.replace('https://github.com/MatthewWolff/personal');
</script>
<!-- Open Graph properties for sharing links -->
<meta property="og:site_name" content="https://wolff.sh">
<meta charset="utf-8">
<meta property="og:url" content="https://wolff.sh">
<meta property="og:title" content="$ ./wolff.sh scripts">
<meta property="og:description" content="personal scripts">
<meta property="og:image" content="https://www.syfy.com/sites/syfy/files/styles/1200x1200/public/wire/legacy/computers-text-matrix-computer-code.jpg">
<meta property="og:image:type" content="image/jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="1200">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="title" content="$ ./wolff.sh scripts">
<meta name="description" content="personal scripts">
<title>$ ./wolff</title>
<!-- favicon -->
<link rel="icon" type="image/png" href="/favicon/favicon-96x96.png" sizes="96x96"/>
<link rel="icon" type="image/svg+xml" href="/favicon/favicon.svg"/>
<link rel="shortcut icon" href="/favicon/favicon.ico"/>
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png"/>
<link rel="manifest" href="/favicon/site.webmanifest"/>
<!-- For Google indexing -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Person",
"name": "Matthew Wolff",
"jobTitle": "Machine Learning Engineer",
"url": "https://wolff.sh/personal",
"sameAs": [
"https://github.com/matthewwolff",
"https://linkedin.com/in/thematthewwolff",
"https://instagram.com/matthewwolff"
],
"image": "https://wolff.sh/favicon/favicon.ico"
}
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https://wolff.sh/personal",
"name": "Matthew Wolff",
"image": "https://wolff.sh/favicon/favicon.ico",
"author": {
"@type": "Person",
"name": "Matthew Wolff"
}
}
</script>
</head>
<body>
</body>
</html>