-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9e96267
commit b542e0e
Showing
13 changed files
with
746 additions
and
502 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,64 @@ | |
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>Portfolio Tracker</title> | ||
|
||
<!-- SEO Meta Tags --> | ||
<meta | ||
name="description" | ||
content="Portfolio Tracker : A complete ETL for stock exchanges with PNL calculation and financial analysis tools." | ||
/> | ||
<meta name="keywords" content="ETL, finance, stock-market" /> | ||
<meta | ||
name="author" | ||
content="Pt. Prashant Tripathi - [email protected]" | ||
/> | ||
<meta name="robots" content="index, follow" /> | ||
|
||
<!-- Last Modified Meta Tag --> | ||
<meta http-equiv="last-modified" content="2024-10-04T11:30:06Z" /> | ||
|
||
<!-- Open Graph Tags --> | ||
<meta property="og:title" content="Portfolio Tracker" /> | ||
<meta | ||
property="og:description" | ||
content="Portfolio Tracker : A complete ETL for stock exchanges with PNL calculation and financial analysis tools." | ||
/> | ||
<meta | ||
property="og:url" | ||
content="https://ptprashanttripathi.github.io/PortfolioTracker/" | ||
/> | ||
<meta | ||
property="og:image" | ||
content="https://ptprashanttripathi.github.io/PortfolioTracker/asset/icon/favicon.ico" | ||
/> | ||
<meta property="og:updated_time" content="2024-10-04T11:30:06Z" /> | ||
|
||
<!-- Twitter Card Tags --> | ||
<meta name="twitter:card" content="summary" /> | ||
<meta name="twitter:title" content="Portfolio Trackere" /> | ||
<meta | ||
name="twitter:description" | ||
content="Portfolio Tracker : A complete ETL for stock exchanges with PNL calculation and financial analysis tools." | ||
/> | ||
<meta | ||
name="twitter:image" | ||
content="https://ptprashanttripathi.github.io/PortfolioTracker/asset/icon/favicon.ico" | ||
/> | ||
<meta name="twitter:updated_time" content="2024-10-04T11:30:06Z" /> | ||
|
||
<!-- Dublin Core Metadata --> | ||
<meta name="DC.date" content="2024-10-04T11:30:06Z" /> | ||
|
||
<!-- Structured Data (JSON-LD) --> | ||
<script type="application/ld+json"> | ||
{ | ||
"@context": "https://schema.org", | ||
"@type": "WebPage", | ||
"url": "https://ptprashanttripathi.github.io/PortfolioTracker/", | ||
"dateModified": "2024-10-04T11:30:06Z" | ||
} | ||
</script> | ||
|
||
<link | ||
rel="apple-touch-icon" | ||
sizes="180x180" | ||
|
@@ -229,15 +287,18 @@ <h3 class="card-title">Description</h3> | |
</div> | ||
</div> | ||
<footer class="main-footer"> | ||
<div> | ||
Copyright © 2023-2024 - | ||
<a | ||
href="https://github.com/ptprashanttripathi/PortfolioTracker" | ||
>@PtPrashantTripathi</a | ||
> | ||
<span class="float-right d-inline"> | ||
All rights reserved. | ||
</span> | ||
<div class="row"> | ||
<div class="col"> | ||
<b>Copyright</b> © 2023-2024 | ||
<a | ||
href="https://github.com/ptprashanttripathi/PortfolioTracker" | ||
>@PtPrashantTripathi</a | ||
> | ||
<br />All rights reserved. | ||
</div> | ||
<div class="col text-right"> | ||
<strong>Last updated</strong> 04 Oct 2024, 11:30 am IST | ||
</div> | ||
</div> | ||
</footer> | ||
</div> | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.