-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
53 lines (42 loc) · 2.05 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<link
rel="icon"
id="favicon"
type="image/svg+xml"
href="assets/react.svg"
/>
<!-- Meta -->
<title>Alex Johnson | Software Engineer</title>
<meta charset="UTF-8" />
<meta name="application-name" content="Alex Johnson | Software Engineer" />
<meta name="author" content="Alex Johnson" />
<meta name="keywords" content="resume, software engineer, Alex Johnson" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Welcome to my resume and portfolio website! I am a passionate and experienced Software Engineer specializing in developing innovative solutions. Explore my projects, skills, and professional experience to discover how I can contribute to your team."
/>
<link rel="canonical" href="https://hussaintaj-w.github.io/resume/" />
<!-- Social -->
<meta property="og:title" content="Alex Johnson | Software Engineer" />
<meta
property="og:description"
content="Welcome to my resume and portfolio website! I am a passionate and experienced Software Engineer specializing in developing innovative solutions. Explore my projects, skills, and professional experience to discover how I can contribute to your team."
/>
<meta property="og:image" content="assets/images/social-cover.jpg" />
<meta name="twitter:title" content="Alex Johnson | Software Engineer" />
<meta
name="twitter:description"
content="Welcome to my resume and portfolio website! I am a passionate and experienced Software Engineer specializing in developing innovative solutions. Explore my projects, skills, and professional experience to discover how I can contribute to your team."
/>
<meta name="twitter:image" content="assets/images/social-cover.jpg" />
<!-- Optimizations -->
<link rel="preload" as="image" href="assets/images/avatar.jpg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>