-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (26 loc) · 1.41 KB
/
Copy pathindex.html
File metadata and controls
30 lines (26 loc) · 1.41 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Naresh Mahapatra — Software Engineer Portfolio</title>
<meta name="description" content="Portfolio of Naresh Mahapatra — Backend-focused software engineer building scalable systems with FastAPI, Node.js, PostgreSQL, React, and AWS." />
<!-- Favicon -->
<link rel="icon" type="image/png" href="/src/assets/logo1.png" />
<!-- Preconnect to Google Fonts (must come before the font link) -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!-- Single consolidated font request — replaces 5 separate @import calls.
display=swap ensures text is visible immediately with a fallback font. -->
<link
href="https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Silkscreen:wght@400;700&display=swap"
rel="stylesheet"
/>
<!-- Preconnect to skill icon API for faster icon loads -->
<link rel="preconnect" href="https://go-skill-icons.vercel.app" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>