-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 2.17 KB
/
index.html
File metadata and controls
28 lines (28 loc) · 2.17 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css"
integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A=="
crossorigin=""/>
<meta name="description" content="Dedicated MERN stack developer with a passion for crafting innovative web applications. Proficient in MongoDB, Express.js, React, and Node.js. Sharpen my skills through competitive programming and active participation in cybersecurity challenges. Currently certified in CISM and CCST, demonstrating a strong foundation in cybersecurity and information systems management. Seeking opportunities to apply my technical expertise and contribute to dynamic projects." />
<meta property="og:title" content="Aman Shahid: Personal Developer Portfolio" />
<meta name="og:description" content="Dedicated MERN stack developer with a passion for crafting innovative web applications. Proficient in MongoDB, Express.js, React, and Node.js. Sharpen my skills through competitive programming and active participation in cybersecurity challenges. Currently certified in CISM and CCST, demonstrating a strong foundation in cybersecurity and information systems management. Seeking opportunities to apply my technical expertise and contribute to dynamic projects." />
<meta property="og:image" content="https://dev-sire.github.io/DeveloperPortfolio/OG-Image.png" />
<meta property="og:url" content="https://dev-sire.github.io/DeveloperPortfolio/" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1536">
<meta property="og:image:height" content="1024">
<title>Aman Shahid | Dev-Sire</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js">
</script>
<script src="/js/tagcanvas.min.js"></script>
</body>
</html>