This commit is contained in:
Saahil dutta 2024-06-25 01:29:36 -04:00
parent bde8b83c01
commit bd6cfde293
11 changed files with 27 additions and 38 deletions

View file

@ -4,41 +4,28 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.png" /> <link rel="icon" href="%PUBLIC_URL%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#fff" class="theme-color" /> <meta name="theme-color" content="#cba6f7" class="theme-color" />
<meta http-equiv="onion-location" content="http://ohdhie7qka42mvxcl2lb5bcxw6jumwn6lbqdmpli3xxhktvyqg2gtryd.onion/">
<meta <meta
name="description" name="description"
content="Web site created using create-react-app" content="My site saahild.com"
/> />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<meta name="theme-color" content="#fff" class="theme-color" />
<title>Loading...</title> <title>Loading...</title>
<meta
name="description"
content="Self Developed personal website build with React.js"
/>
<!-- Google / Search Engine Tags --> <!-- Google / Search Engine Tags -->
<meta itemprop="name" content="Saahil" /> <meta itemprop="name" content="Saahil" />
<meta
itemprop="description"
content="Self Developed personal website build with React.js"
/>
<meta <meta
itemprop="image" itemprop="image"
content="https://raw.githubusercontent.com/soumyajit4419/Portfolio/master/Images/readme-img.png?token=AK7VCIF5RYEUZZAURELPTAC76U6AK" content="./screenshot.png"
/> />
<!-- Facebook Meta Tags --> <!-- Facebook Meta Tags -->
<meta property="og:url" content="https://saahild.com" /> <meta property="og:url" content="https://saahild.com" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:title" content="Saahil" /> <meta property="og:title" content="Saahil" />
<meta
property="og:description"
content="Self Developed personal website build with React.js"
/>
<meta <meta
property="og:image" property="og:image"
content="https://raw.githubusercontent.com/soumyajit4419/Portfolio/master/Images/readme-img.png?token=AK7VCIF5RYEUZZAURELPTAC76U6AK" content="./screenshot.png"
/> />
<!-- Twitter Meta Tags --> <!-- Twitter Meta Tags -->
@ -46,25 +33,16 @@
<meta name="twitter:title" content="Saahil" /> <meta name="twitter:title" content="Saahil" />
<meta <meta
name="twitter:description" name="twitter:description"
content="Self Developed personal website build with React.js" content="My site saahild.com"
/> />
<meta <meta
name="twitter:image" name="twitter:image"
content="https://raw.githubusercontent.com/soumyajit4419/Portfolio/master/Images/readme-img.png?token=AK7VCIF5RYEUZZAURELPTAC76U6AK" content="./screenshot.png"
/> />
<!-- <script async src="https://ackee.saahild.com/tracker.js" data-ackee-server="https://ackee.saahild.com" data-ackee-domain-id="c082bd15-f9d8-414f-aa10-926e1d66a5d6" data-ackee-opts='{ "ignoreOwnVisits": false, "detailed": true }'></script> --> <!-- <script async src="https://ackee.saahild.com/tracker.js" data-ackee-server="https://ackee.saahild.com" data-ackee-domain-id="c082bd15-f9d8-414f-aa10-926e1d66a5d6" data-ackee-opts='{ "ignoreOwnVisits": false, "detailed": true }'></script> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
</head> </head>
<!-- <script type="text/javascript">
atOptions = {
'key' : '71dc240529bf37dbe2cda5bd015d6e4d',
'format' : 'iframe',
'height' : window.innerHeight,
'width' : window.innerWidth,
'params' : {}
};
</script> -->
<!-- <script src="ad.js"></script> -->
<body> <body>
<noscript> <noscript>
@ -210,7 +188,18 @@
</div> </div>
</div> </div>
</noscript> </noscript>
<div id="root"></div> <!--
_________ _____ _____ ___ ___ .___.____ ________ _________ ________ _____
/ _____/ / _ \ / _ \ / | \| | | \______ \ \_ ___ \ \_____ \ / \
\_____ \ / /_\ \ / /_\ \/ ~ \ | | | | \ / \ \/ / | \ / \ / \
/ \/ | \/ | \ Y / | |___ | ` \ \ \____/ | \/ Y \
/_______ /\____|__ /\____|__ /\___|_ /|___|_______ \/_______ / /\ \______ /\_______ /\____|__ /
\/ \/ \/ \/ \/ \/ \/ \/ \/ \/
-->
<div id="root"></div>
</body> </body>
</html> </html>

View file

@ -1,15 +1,15 @@
{ {
"short_name": "React App", "short_name": "saahild.com",
"name": "Create React App Sample", "name": "My Site saahild.com",
"icons": [ "icons": [
{ {
"src": "favicon.ico", "src": "favicon.png",
"sizes": "64x64 32x32 24x24 16x16", "sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon" "type": "image/png"
} }
], ],
"start_url": ".", "start_url": ".",
"display": "standalone", "display": "standalone",
"theme_color": "#FFF", "theme_color": "#cba6f7",
"background_color": "#ffffff" "background_color": "#cba6f7"
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 262 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 640 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 798 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 457 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

BIN
public/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 604 KiB