-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
95 lines (90 loc) · 4.19 KB
/
index.html
File metadata and controls
95 lines (90 loc) · 4.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover"/>
<meta name="theme-color" content="#06070d"/>
<link rel="icon" type="image/svg+xml" href="/logo.svg"/>
<link rel="canonical" href="https://behlole.github.io/"/>
<title>Behlole Aqil — Senior Full-Stack Engineer</title>
<meta name="description"
content="Senior full-stack engineer shipping enterprise applications, financial platforms and branchless banking systems — Angular, React, Next.js, Node.js, Spring Boot, microservices at scale."/>
<meta name="keywords"
content="Behlole Aqil, full-stack engineer, Angular, React, Next.js, Node.js, Spring Boot, microservices, branchless banking, EasyPaisa, JazzCash, Pakistan, Rawalpindi"/>
<meta name="author" content="Engr M Behlole Aqil"/>
<meta name="robots" content="index,follow"/>
<!-- Open Graph -->
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://behlole.github.io/"/>
<meta property="og:site_name" content="Behlole Aqil"/>
<meta property="og:title" content="Behlole Aqil — Senior Full-Stack Engineer"/>
<meta property="og:description"
content="Enterprise applications · branchless banking · microservices. Angular, React, Next.js, Node.js, Spring Boot — at scale."/>
<meta property="og:image" content="https://behlole.github.io/og-image.svg"/>
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="630"/>
<meta property="og:image:alt" content="Behlole Aqil — Senior Full-Stack Engineer"/>
<meta property="og:locale" content="en_US"/>
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:title" content="Behlole Aqil — Senior Full-Stack Engineer"/>
<meta name="twitter:description"
content="Enterprise applications, branchless banking and microservices at scale."/>
<meta name="twitter:image" content="https://behlole.github.io/og-image.svg"/>
<!-- Person structured data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Engr M Behlole Aqil",
"givenName": "Behlole",
"familyName": "Aqil",
"jobTitle": "Senior Full-Stack Engineer",
"description": "Full-stack engineer with 8+ years building enterprise applications, financial platforms and branchless-banking systems.",
"email": "mailto:behloleaqil@gmail.com",
"telephone": "+92-335-8432691",
"url": "https://behlole.github.io",
"address": {
"@type": "PostalAddress",
"addressLocality": "Rawalpindi",
"addressCountry": "PK"
},
"alumniOf": {
"@type": "CollegeOrUniversity",
"name": "Bahria University, Islamabad"
},
"worksFor": {
"@type": "Organization",
"name": "Elixir Technologies"
},
"knowsAbout": [
"Angular", "React.js", "Next.js", "Node.js", "Spring Boot",
"TypeScript", "Java", "PHP", "Python", "GraphQL",
"Microservices", "PostgreSQL", "MongoDB", "Docker", "Kubernetes"
],
"sameAs": [
"https://github.com/behlole",
"https://linkedin.com/in/behlole"
]
}
</script>
<!-- Resource hints: fonts + external avatars -->
<link rel="preconnect" href="https://fonts.googleapis.com"/>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/>
<link rel="dns-prefetch" href="https://randomuser.me"/>
<link rel="dns-prefetch" href="https://api.emailjs.com"/>
<link
rel="preload"
as="style"
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>