forked from dapperdivers/developer-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (35 loc) · 2.05 KB
/
index.html
File metadata and controls
41 lines (35 loc) · 2.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0" />
<meta name="description" content="Derek Mackley - Full Stack Developer and Security Expert with experience in .NET, C#, Python, JavaScript, React, Node.js, Angular, Docker and Azure" />
<meta name="theme-color" content="#3563E9" />
<meta name="color-scheme" content="light" />
<!-- PWA support -->
<link rel="manifest" href="/site.webmanifest" />
<link rel="apple-touch-icon" href="/favicon.png" />
<!-- Preconnect to required domains for faster loading -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!-- Modern variable font for better performance -->
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Source+Sans+3:wght@300;400;500;600&display=swap" as="style" />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Source+Sans+3:wght@300;400;500;600&display=swap" rel="stylesheet" />
<!-- Security headers -->
<meta http-equiv="X-Content-Type-Options" content="nosniff" />
<meta http-equiv="Referrer-Policy" content="no-referrer-when-downgrade" />
<meta http-equiv="Permissions-Policy" content="interest-cohort=()" />
<!-- SEO tags -->
<meta name="author" content="Derek Mackley" />
<meta name="keywords" content="Full Stack Developer, Web Development, Software Engineer, Security Expert, React, JavaScript, .NET, C#, Python" />
<meta name="robots" content="index, follow" />
<title>Derek Mackley | Full Stack Developer</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
<!-- Site Navigator - Cross-platform navigation component -->
<script src="/site-navigator.js" defer></script>
</body>
</html>