-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path3d.html
106 lines (97 loc) · 4.22 KB
/
3d.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
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="theme-color" content="#0e0e16"/>
<meta name="author" content="Anthony Ford">
<meta name="Description" content="Developer and Software Engineer">
<meta name="keywords" content="ALEEF02, aleef, aleef02, aleefo2, ALEEF, dev, developer, javascript, JavaScript, Javascript, React Native, RN, CSS, Anthony Ford, Anthony L Ford, Anthony Lee Ford, Anthony F">
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="mobile-web-app-capable" content="yes">
<meta property="og:title" content="ALEEF02 · Anthony Ford">
<meta property="og:description" content="Anthony Ford - 3D Modeling">
<meta property="og:image" content="https://s.gravatar.com/avatar/0c923c59c41de9bf767a6f2193602aef?s=375">
<link rel="image_src" href="https://s.gravatar.com/avatar/0c923c59c41de9bf767a6f2193602aef?s=375">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="manifest" href="manifest.json">
<link rel="shortcut icon" href="favicon.ico"/>
<link rel="icon" sizes="16x16 32x32" href="favicon.ico">
<link rel="canonical" href="https://aleef.dev/3d">
<link rel="preconnect" href="https://www.googletagmanager.com">
<link rel="preconnect" href="https://www.google-analytics.com">
<link rel="preconnect" href="https://cdn.getforge.com">
<link rel="preconnect" href="https://asgard-production.s3.amazonaws.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="apple-touch-startup-image" href="apple-touch-icon.png">
<title>ALEEF02 - Anthony Ford</title>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-52495574-21"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-52495574-21', {'site_speed_sample_rate': 100});
var trackOutboundLink = function(url) {
if (url == 'https://aleef.dev/email-protection' && !(navigator.webdriver || document.visibilityState === 'prerender' || !location.hostname)) {
url = `\x6dailto:anthony\x40${location.hostname}`;
}
gtag('event', 'click', {
'event_category': 'outbound',
'event_label': url,
'transport_type': 'beacon',
'event_callback': function(){document.location = url;}
});
}
if ('serviceWorker' in navigator) {
console.log('Queing Worker...');
window.addEventListener('load', function() {
console.log('Registering Worker...');
navigator.serviceWorker.register('/service-worker.js').then(function(registration) {
console.log('ServiceWorker registration successful with scope: ', registration.scope);
}, function(err) {
console.log('ServiceWorker registration failed: ', err);
});
});
} else {
console.log('Browser does not support service worker');
}
</script>
<script type="application/ld+json">
{
"name": "Anthony Ford",
"alternateName": "ALEEF02",
"description": "Anthony Ford - Gaming",
"headline": "Anthony Ford - App Developer, Software Engineer and Tinkerer",
"url": "https://aleef.dev",
"image": "https://s.gravatar.com/avatar/0c923c59c41de9bf767a6f2193602aef?s=375",
"sameAs": [
"https://twitter.com/ALEEF022",
"https://github.com/ALEEF02",
"https://play.google.com/store/apps/dev?id=6643565958992084937&hl=en_US",
"https://scratch.mit.edu/users/ALEEF02/"
],
"publisher": {
"@type": "Organization",
"logo": {
"@type": "ImageObject",
"url": "https://s.gravatar.com/avatar/0c923c59c41de9bf767a6f2193602aef?s=375"
}
},
"@type": "WebSite",
"@context": "http://schema.org"
}
</script>
</head>
<body class="has-header" data-pagination-style="scroll" data-pagination-size="20">
<script>
(async () => {
if (navigator.webdriver || document.visibilityState === 'prerender' || !location.hostname) {
return;
}
document.querySelector('a[href="/email-protection"]').href = `\x6dailto:anthony\x40${location.hostname}`;
})();
</script>
</body>
</html>