-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'tax-guide-for-uk-based-nris'
- Loading branch information
Showing
15 changed files
with
871 additions
and
32 deletions.
There are no files selected for viewing
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+34 KB
...tax-guide-for-uk-based-nris/assets/india-new-tax-regime-tax-rates-vs-income.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
200 changes: 200 additions & 0 deletions
200
public/blog/tax-guide-for-uk-based-nris/assets/pension-isa.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,40 @@ | ||
import * as React from 'react' | ||
import useMediaQuery from '@mui/material/useMediaQuery' | ||
import Figure from './Figure' | ||
|
||
interface IframeProps { | ||
src: string | ||
staticSrc: string | ||
} | ||
|
||
export const Iframe: React.FC<IframeProps> = ({ | ||
src | ||
}) => ( | ||
<div | ||
style={{ | ||
position: 'relative', | ||
overflow: 'hidden', | ||
width: '100%', | ||
paddingTop: '56.25%' | ||
}} | ||
> | ||
<iframe | ||
export const Iframe: React.FC<IframeProps> = ({ src, staticSrc }) => { | ||
const isMobile = useMediaQuery('(max-width:600px)') | ||
|
||
return isMobile && staticSrc ? ( | ||
<Figure src={staticSrc} size="l" /> | ||
) : ( | ||
<div | ||
style={{ | ||
border: 0, | ||
position: 'absolute', | ||
top: '0', | ||
bottom: '0', | ||
left: '0', | ||
right: '0', | ||
position: 'relative', | ||
overflow: 'hidden', | ||
width: '100%', | ||
height: '100%' | ||
paddingTop: '56.25%', | ||
minWidth: '300px' | ||
}} | ||
src={src} | ||
></iframe> | ||
</div> | ||
) | ||
> | ||
<iframe | ||
style={{ | ||
border: 0, | ||
position: 'absolute', | ||
top: '0', | ||
bottom: '0', | ||
left: '0', | ||
right: '0', | ||
width: '100%', | ||
height: '100%' | ||
}} | ||
src={src} | ||
></iframe> | ||
</div> | ||
) | ||
} |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import dynamic from 'next/dynamic' | ||
import { Box } from '@mui/material' | ||
|
||
const SymbolOverview = dynamic( | ||
() => import('react-ts-tradingview-widgets').then((w) => w.SymbolOverview), | ||
{ | ||
ssr: false | ||
} | ||
) | ||
|
||
export const SymbolOverviewWidget = (props) => ( | ||
<Box sx={{ marginTop: 2, marginBottom: 5, height: '400px' }}> | ||
<SymbolOverview widgetFontColor="#000000" {...props} /> | ||
</Box> | ||
) |
Oops, something went wrong.
1da97db
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
bluprince13-next – ./
bluprince13-next.vercel.app
bluprince13-next-git-main-vipin-ajayakumars-projects.vercel.app
bluprince13-next-vipin-ajayakumars-projects.vercel.app
bluprince13.com
www.bluprince13.com