Skip to content

Commit

Permalink
Merge pull request #1 from davepandit/dev/portfolio-page
Browse files Browse the repository at this point in the history
feat: add initial portfolio page layout and structure
  • Loading branch information
kumarutkarshuk authored Jan 16, 2025
2 parents d86c14e + 1fb567f commit e17562a
Show file tree
Hide file tree
Showing 15 changed files with 6,155 additions and 4 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Atomic+Age&family=Audiowide&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
</head>
Expand Down
Loading

0 comments on commit e17562a

Please sign in to comment.