Skip to content

Commit 5e8c6dd

Browse files
committed
Added artworks
1 parent f59d562 commit 5e8c6dd

5 files changed

Lines changed: 20 additions & 2 deletions

File tree

Artworks/Personal Logo.af

1.3 MB
Binary file not shown.

Artworks/Personal Logo.svg

Lines changed: 10 additions & 0 deletions
Loading

index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes"
8+
/>
9+
<link rel="icon" type="image/x-icon" href="/images/logo.png" />
10+
<meta
11+
name="description"
12+
content="Portfolio of Divyansh Singh, showcasing his projects and skills."
13+
/>
14+
<meta name="date" content="May 6, 2026" />
615
<title>Portfolio</title>
716

817
<link rel="stylesheet" href="./css/main.css" />

public/images/logo.png

85.3 KB
Loading

src/components/BlogBackground.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ onMounted(async () => {
9595
// Transition if new points were generated
9696
if (circlesUnderTransition) {
9797
let isPointRemaining = false;
98-
console.log(lerpTime[0], initialCircles[0]);
9998
for (let i = 0; i < circles.length; i++) {
10099
const circle = circles[i];
101100
const initialCircle = initialCircles[i];

0 commit comments

Comments
 (0)