Skip to content

Commit edbb1c4

Browse files
committed
refactor: remove blog components and related data; add new Navbar component
- Deleted BlogPost and BlogSection components along with their associated styles and data. - Introduced a new Navbar component for improved navigation. - Removed WebGLBackground component and related hooks. - Cleaned up blog-related markdown files and JSON data. - Updated CV data structure and content for better clarity and organization. - Refined CSS styles for animations and overall layout. - Removed unused Supabase integration and related types. - Adjusted Vite configuration for streamlined build process.
1 parent 1820c00 commit edbb1c4

28 files changed

Lines changed: 581 additions & 3250 deletions

.DS_Store

8 KB
Binary file not shown.

declarations.d.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

dist/.DS_Store

6 KB
Binary file not shown.

dist/assets/index-BB2jHOju.js

Lines changed: 80 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/assets/index-Ce3BeS_l.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<meta name="description" content="Akhil Devarasetty — Software Engineer specializing in backend systems, ML infrastructure, and distributed computing." />
7+
<title>Akhil Devarasetty — Software Engineer</title>
8+
<link rel="preconnect" href="https://fonts.googleapis.com" />
9+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
10+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet" />
11+
<script type="module" crossorigin src="./assets/index-BB2jHOju.js"></script>
12+
<link rel="stylesheet" crossorigin href="./assets/index-Ce3BeS_l.css">
13+
</head>
14+
<body class="font-['Inter',system-ui,sans-serif]">
15+
<div id="root"></div>
16+
</body>
17+
</html>

dist/resume.pdf

66.4 KB
Binary file not shown.

index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Akhil Devarasetty</title>
7-
<!-- Preload JS with proper type -->
8-
<link rel="modulepreload" href="./src/main.tsx" as="script" type="text/javascript" />
6+
<meta name="description" content="Akhil Devarasetty — Software Engineer specializing in backend systems, ML infrastructure, and distributed computing." />
7+
<title>Akhil Devarasetty — Software Engineer</title>
8+
<link rel="preconnect" href="https://fonts.googleapis.com" />
9+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
10+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet" />
911
</head>
10-
<body>
12+
<body class="font-['Inter',system-ui,sans-serif]">
1113
<div id="root"></div>
1214
<script type="module" src="./src/main.tsx"></script>
1315
</body>

0 commit comments

Comments
 (0)