use webapp builder
This commit is contained in:
BIN
public/images/bg-firstpage-bus.png
Normal file
BIN
public/images/bg-firstpage-bus.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 565 KiB |
@@ -5,16 +5,16 @@ import {LinkRouting} from "@witel/webapp-builder";
|
|||||||
const LoanRegister = () => {
|
const LoanRegister = () => {
|
||||||
const t = useTranslations();
|
const t = useTranslations();
|
||||||
return (
|
return (
|
||||||
<Box sx={{backgroundColor: "primary.light"}}>
|
<Box sx={{backgroundSize: 'cover', backgroundImage: `url(/images/bg-firstpage-bus.png)`}}>
|
||||||
<Container sx={{padding: 3, color: "white"}} maxWidth="xl">
|
<Container sx={{padding: 3, color: "white"}} maxWidth="xl">
|
||||||
<Typography sx={{my: 3}} variant={'h3'}>
|
<Typography sx={{my: 3, textShadow: '1px 1px 2px #555555'}} variant={'h3'}>
|
||||||
{t("app_name")}
|
{t("app_name")}
|
||||||
</Typography>
|
</Typography>
|
||||||
<Stack sx={{color: "white"}}>
|
<Stack sx={{color: "white"}}>
|
||||||
<Grid sx={{py: 4}} container spacing={2}>
|
<Grid sx={{py: 4}} container spacing={2}>
|
||||||
<Grid item xs={12} md={6}>
|
<Grid item xs={12} md={6}>
|
||||||
<Box sx={{paddingBottom: 4}}>
|
<Box sx={{paddingBottom: 4}}>
|
||||||
<Typography sx={{lineHeight: 2.7}}>
|
<Typography sx={{lineHeight: 2.7, textShadow: '1px 1px 2px black'}}>
|
||||||
وام نوسازی ناوگان به هدف رشد و پیشرفت استان های کشور از طریق ارتقای بهره وری و توسعه
|
وام نوسازی ناوگان به هدف رشد و پیشرفت استان های کشور از طریق ارتقای بهره وری و توسعه
|
||||||
اعطا میشود. برای استفاده از تسهیلات این سامانه و درخواست وام می بایست ابتدا وارد
|
اعطا میشود. برای استفاده از تسهیلات این سامانه و درخواست وام می بایست ابتدا وارد
|
||||||
سامانه شوید.
|
سامانه شوید.
|
||||||
|
|||||||
Reference in New Issue
Block a user