-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e88d71d
commit 4f2e969
Showing
8 changed files
with
49 additions
and
10 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.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,33 @@ | ||
{ | ||
"data": [ | ||
{ | ||
"name": "Mr. S. Selvarasu", | ||
"designation": "Consultant-Accountant", | ||
"emailID": "[email protected]", | ||
"src": "staff_1.jpg" | ||
"name": "Mr. M. Balamurugan", | ||
"designation": "Site Engineer", | ||
"emailID": "--", | ||
"src": "staff_1n.jpg" | ||
}, | ||
{ | ||
"name": "Ms. P. Leema", | ||
"designation": "Office-Assistant", | ||
"emailID": "[email protected]", | ||
"src": "staff_2.jpg" | ||
"name": "Mrs. M. Saraswathy", | ||
"designation": "Administrative Assistant", | ||
"emailID": "--", | ||
"src": "staff_2n.jpg" | ||
}, | ||
{ | ||
"name": "Mr. S. Selvarasu", | ||
"name": "Mr. R. Kannan", | ||
"designation": "Administrative Assistant", | ||
"emailID": "--", | ||
"src": "staff_3n.jpg" | ||
}, | ||
{ | ||
"name": "Mr. S. Christu Raj", | ||
"designation": "Administrative Assistant", | ||
"emailID": "--", | ||
"src": "staff_4n.jpg" | ||
}, | ||
{ | ||
"name": "Mr. V. Logeswaran", | ||
"designation": "Multi-tasking Staff", | ||
"emailID": " ", | ||
"emailID": "--", | ||
"src": "staff_4.jpg" | ||
} | ||
] | ||
|
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 |
---|---|---|
|
@@ -33,6 +33,22 @@ export default function Staff() { | |
<Grid container> | ||
<Grid item xs={false} sm={1} /> | ||
<Grid container item xs={12} sm={10}> | ||
<Grid item xs={12} sm={10}> | ||
<Typography variant="h2" gutterBottom className={classes.title}> | ||
Deputy Registrar | ||
</Typography> | ||
</Grid> | ||
<Grid item xs={12} sm={6}> | ||
<PersonCard | ||
name={"Shri. Biju Mathew"} | ||
designation={"Deputy Registrar"} | ||
emailID={"[email protected]"} | ||
src={"staff_5.jpg"} | ||
src_type="staff" | ||
researchArea="" | ||
mobile="9401144440" | ||
/> | ||
</Grid> | ||
<Grid item xs={12} sm={10}> | ||
<Typography variant="h2" gutterBottom className={classes.title}> | ||
Office staff | ||
|