Skip to content

Commit 2b38606

Browse files
netlify portfolio site
1 parent 3d4809d commit 2b38606

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/components/app-home-page/app-home-page.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ export class AppHome {
1616
<a href="https://stenciljs.com" target="_blank">stenciljs.com</a> to get started.
1717
</p>
1818
<p><strong>Please Note:</strong> Currently, The routing to different pages is not working perfectly and you can navigate to each page, after clicking it from main Home page only. Direct URLs to each individual page is not working. </p>
19+
20+
<table style={{ border: '1px solid black', borderSpacing: '0', padding: '8px' }}>
21+
<tr>
22+
<td>Main Portfolio site</td>
23+
<td><a href="https://sanjeetkumarit.netlify.app/" target="_blank" rel="noopener noreferrer">Visit</a></td>
24+
</tr>
25+
</table>
26+
27+
1928
<h1>Pages</h1>
2029
<button
2130
onClick={() => Router.push('/profile/sanjeet')}

0 commit comments

Comments
 (0)