mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-14 11:58:33 +05:30
Changed logo, removed some stuff
This commit is contained in:
parent
d25f7ca557
commit
85f8e9898e
3 changed files with 1 additions and 54 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 8.2 KiB |
|
|
@ -40,29 +40,6 @@ export default function Hero() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Box width={{ xs: '90%', md: '80%', lg: '60%' }}>
|
<Box width={{ xs: '90%', md: '80%', lg: '60%' }}>
|
||||||
<Stack mb={1} direction={'row'} spacing={1} justifyContent={'center'}>
|
|
||||||
<Typography sx={{ textAlign: 'center' }} fontSize={{ xs: 25, md: 30 }}>
|
|
||||||
Get Things Done Quickly with{' '}
|
|
||||||
<Typography
|
|
||||||
fontSize={{ xs: 25, md: 30 }}
|
|
||||||
display={'inline'}
|
|
||||||
color={'primary'}
|
|
||||||
>
|
|
||||||
Omni Tools
|
|
||||||
</Typography>
|
|
||||||
</Typography>
|
|
||||||
</Stack>
|
|
||||||
<Typography
|
|
||||||
sx={{ textAlign: 'center' }}
|
|
||||||
fontSize={{ xs: 15, md: 20 }}
|
|
||||||
mb={2}
|
|
||||||
>
|
|
||||||
Boost your productivity with Omni Tools, the ultimate toolkit for
|
|
||||||
getting things done quickly! Access thousands of user-friendly utilities
|
|
||||||
for editing images, text, lists, and data, all directly from your
|
|
||||||
browser.
|
|
||||||
</Typography>
|
|
||||||
|
|
||||||
<Autocomplete
|
<Autocomplete
|
||||||
sx={{ mb: 2 }}
|
sx={{ mb: 2 }}
|
||||||
autoHighlight
|
autoHighlight
|
||||||
|
|
|
||||||
|
|
@ -37,37 +37,7 @@ const Navbar: React.FC<NavbarProps> = ({ onSwitchTheme }) => {
|
||||||
];
|
];
|
||||||
|
|
||||||
const buttons: ReactNode[] = [
|
const buttons: ReactNode[] = [
|
||||||
<DarkModeIcon onClick={onSwitchTheme} style={{ cursor: 'pointer' }} />,
|
<DarkModeIcon onClick={onSwitchTheme} style={{ cursor: 'pointer' }} />
|
||||||
<Icon
|
|
||||||
onClick={() => window.open('https://discord.gg/SDbbn3hT4b', '_blank')}
|
|
||||||
style={{ cursor: 'pointer' }}
|
|
||||||
fontSize={30}
|
|
||||||
icon={'ic:baseline-discord'}
|
|
||||||
/>,
|
|
||||||
<iframe
|
|
||||||
src="https://ghbtns.com/github-btn.html?user=iib0011&repo=omni-tools&type=star&count=true&size=large"
|
|
||||||
frameBorder="0"
|
|
||||||
scrolling="0"
|
|
||||||
width="150"
|
|
||||||
height="30"
|
|
||||||
title="GitHub"
|
|
||||||
></iframe>,
|
|
||||||
<Button
|
|
||||||
onClick={() => {
|
|
||||||
window.open('https://buymeacoffee.com/iib0011', '_blank');
|
|
||||||
}}
|
|
||||||
sx={{ borderRadius: '100px' }}
|
|
||||||
variant={'contained'}
|
|
||||||
startIcon={
|
|
||||||
<Icon
|
|
||||||
style={{ cursor: 'pointer' }}
|
|
||||||
fontSize={25}
|
|
||||||
icon={'mdi:heart-outline'}
|
|
||||||
/>
|
|
||||||
}
|
|
||||||
>
|
|
||||||
Buy me a coffee
|
|
||||||
</Button>
|
|
||||||
];
|
];
|
||||||
const drawerList = (
|
const drawerList = (
|
||||||
<List>
|
<List>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue