Skip to content

Commit 08cac10

Browse files
committed
Initial Commit
0 parents  commit 08cac10

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+8711
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
pnpm-debug.log*
8+
lerna-debug.log*
9+
10+
node_modules
11+
dist
12+
dist-ssr
13+
*.local
14+
15+
# Editor directories and files
16+
.vscode/*
17+
!.vscode/extensions.json
18+
.idea
19+
.DS_Store
20+
*.suo
21+
*.ntvs*
22+
*.njsproj
23+
*.sln
24+
*.sw?

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Avinash's Portfolio
2+
3+
- [x] Written in [React](https://react.dev/)
4+
- [X] Used [Vite](https://vitejs.dev/)
5+
- [X] Used [Tailwind CSS](https://tailwindcss.com/)
6+
7+
### Visit [Here](https://davinash97.netlify.app)
8+
or
9+
10+
![Netlify Status](https://api.netlify.com/api/v1/badges/6be0ecfa-868e-44f6-b156-0cb8efb444b4/deploy-status)

assets/favicon.ico

15 KB
Binary file not shown.

assets/fonts/Blackmud.otf

193 KB
Binary file not shown.

assets/fonts/Montserrat.ttf

385 KB
Binary file not shown.

assets/fonts/NotoSans-Italic.ttf

583 KB
Binary file not shown.

assets/manifest/manifest.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "Avinash's Portfolio",
3+
"short_name": "Avinash's Portfolio",
4+
"description": "A Portfolio website of Avinash.",
5+
"start_url": ".",
6+
"display": "standalone",
7+
"icons": [
8+
{
9+
"src": "./favicon.ico",
10+
"sizes": "64x64",
11+
"type": "image/x-icon"
12+
},
13+
{
14+
"src": "./favicon-32.png",
15+
"sizes": "32x32",
16+
"type": "image/x-icon"
17+
},
18+
{
19+
"src": "./favicon-16.png",
20+
"sizes": "16x16",
21+
"type": "image/x-icon"
22+
},
23+
{
24+
"src": "./assets/manifest/android512.png",
25+
"type": "image/png",
26+
"sizes": "512x512"
27+
},
28+
{
29+
"src": "./assets/manifest/android192.png",
30+
"type": "image/png",
31+
"sizes": "192x192"
32+
}
33+
]
34+
}

assets/nature-min.jpg

3.13 MB
Loading

assets/nature-placebo.jpg

66.4 KB
Loading

assets/png/globalBuzz.png

966 KB
Loading

assets/png/passGen.png

164 KB
Loading

assets/svg/android.svg

Lines changed: 16 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)