|
@@ -81,25 +81,26 @@ export function Register() {
|
|
|
return (
|
|
return (
|
|
|
<Container>
|
|
<Container>
|
|
|
<Row className="register_content">
|
|
<Row className="register_content">
|
|
|
- <Col md={4}>
|
|
|
|
|
- <Card className="card_register">
|
|
|
|
|
|
|
+ <Col md={4} className="d-none d-md-block">
|
|
|
|
|
|
|
|
- <AuthLayout>
|
|
|
|
|
|
|
+ <Card className="card_register">
|
|
|
|
|
|
|
|
- <Link to="/login" component={RouterLink}>
|
|
|
|
|
|
|
+ <AuthLayout>
|
|
|
|
|
|
|
|
- </Link>
|
|
|
|
|
- </AuthLayout>
|
|
|
|
|
|
|
+ <Link to="/login" component={RouterLink}>
|
|
|
|
|
+
|
|
|
|
|
+ </Link>
|
|
|
|
|
+ </AuthLayout>
|
|
|
|
|
|
|
|
- <h1 variant="h3" sx={{ px: 5, mt: 10, mb: 5 }}>
|
|
|
|
|
- Efectividad para tus procesos de reclutamiento
|
|
|
|
|
- </h1>
|
|
|
|
|
- <img alt="register" src={Mock} />
|
|
|
|
|
- </Card>
|
|
|
|
|
|
|
+ <h1 variant="h3" sx={{ px: 5, mt: 10, mb: 5 }}>
|
|
|
|
|
+ Efectividad para tus procesos de reclutamiento
|
|
|
|
|
+ </h1>
|
|
|
|
|
+ <img alt="register" src={Mock} />
|
|
|
|
|
+ </Card>
|
|
|
|
|
|
|
|
</Col>
|
|
</Col>
|
|
|
|
|
|
|
|
- <Col style={{ "padding" : 45}} md={6}>
|
|
|
|
|
|
|
+ <Col style={{ "padding" : 45}} md={6}>
|
|
|
|
|
|
|
|
<Box sx={{ mb: 5 }}>
|
|
<Box sx={{ mb: 5 }}>
|
|
|
<Typography variant="h4" gutterBottom>
|
|
<Typography variant="h4" gutterBottom>
|
|
@@ -115,10 +116,10 @@ export function Register() {
|
|
|
<Step key={step.label}>
|
|
<Step key={step.label}>
|
|
|
<StepLabel
|
|
<StepLabel
|
|
|
optional={
|
|
optional={
|
|
|
- index === 2 ? (
|
|
|
|
|
- <Typography variant="caption">Last step</Typography>
|
|
|
|
|
- ) : null
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ index === 2 ? (
|
|
|
|
|
+ <Typography variant="caption">Last step</Typography>
|
|
|
|
|
+ ) : null
|
|
|
|
|
+ }
|
|
|
>
|
|
>
|
|
|
{step.label}
|
|
{step.label}
|
|
|
</StepLabel>
|
|
</StepLabel>
|
|
@@ -138,17 +139,17 @@ export function Register() {
|
|
|
)}
|
|
)}
|
|
|
|
|
|
|
|
<div>
|
|
<div>
|
|
|
- <Typography variant="body2" align="center" sx={{ color: 'text.secondary', mt: 0 }}>
|
|
|
|
|
- Estoy de acuerdo con las {" "}
|
|
|
|
|
- <Link underline="always" sx={{ color: "#d32f2f" }}>
|
|
|
|
|
- Condiciones de servicio
|
|
|
|
|
- </Link>
|
|
|
|
|
- {" "}y{" "}
|
|
|
|
|
- <Link underline="always" sx={{ color: "#d32f2f" }}>
|
|
|
|
|
- Política de privacidad
|
|
|
|
|
- </Link>
|
|
|
|
|
- .
|
|
|
|
|
- </Typography>
|
|
|
|
|
|
|
+ <Typography variant="body2" align="center" sx={{ color: 'text.secondary', mt: 0 }}>
|
|
|
|
|
+ Estoy de acuerdo con las {" "}
|
|
|
|
|
+ <Link underline="always" sx={{ color: "#d32f2f" }}>
|
|
|
|
|
+ Condiciones de servicio
|
|
|
|
|
+ </Link>
|
|
|
|
|
+ {" "}y{" "}
|
|
|
|
|
+ <Link underline="always" sx={{ color: "#d32f2f" }}>
|
|
|
|
|
+ Política de privacidad
|
|
|
|
|
+ </Link>
|
|
|
|
|
+ .
|
|
|
|
|
+ </Typography>
|
|
|
|
|
|
|
|
<Typography variant="subtitle2" sx={{ mt: 0, textAlign: 'center' }}>
|
|
<Typography variant="subtitle2" sx={{ mt: 0, textAlign: 'center' }}>
|
|
|
Ya tiene una cuenta?
|
|
Ya tiene una cuenta?
|
|
@@ -158,7 +159,7 @@ export function Register() {
|
|
|
</Typography>
|
|
</Typography>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
</Col>
|
|
</Col>
|
|
|
</Row>
|
|
</Row>
|
|
|
</Container>
|
|
</Container>
|