Skip to content

Commit

Permalink
Made Some Small Changed In RTI Page and Menu Buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagmohan-Dixit committed Dec 26, 2021
1 parent 9ac0ca4 commit 5de0619
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 25 deletions.
15 changes: 8 additions & 7 deletions src/components/navbar/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,15 @@
.navhead {
width: auto;
height: auto;
margin-left: 1rem;
}
.navhead:hover {
border-radius: 5px;
background: rgb(255, 255, 255, 0.25) !important;
}
.single_nav_routes {
margin-top: 6px;
padding-left: 10px;
padding-right: 10px;
text-decoration: none;
color: white !important;
font-size: 0.875rem;
Expand All @@ -87,12 +88,12 @@
.single_navmob {
padding-bottom: 10px;
padding-top: 10px;
display: flex;
font-size: 0.875rem;
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-weight: 500;
line-height: 1.75;
letter-spacing: 0.02857em;
display: flex;
font-size: 0.875rem;
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-weight: 500;
line-height: 1.75;
letter-spacing: 0.02857em;
}

.single_nav_routesmob {
Expand Down
34 changes: 18 additions & 16 deletions src/json/rti.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
{
"data": [
{
"head":"CPIO (Deputy Registrar, IIIT Trichy)",
"name": "Shri. Biju Mathew",
"designation": "Deputy Registrar, IIIT Trichy",
"emailID": "[email protected]",
"phone": "0431-2503052",
"src": "bijumathew.jpg"
},
{
"head": "First Appellate Authority (Director, IIIT Trichy)",
"name": "Dr. Narasimha Sarma N V S",
"designation": "Director, IIIT Trichy",
"emailID": "[email protected]",
"src": "director.jpg"
}
]
{
"head":"CPIO (Deputy Registrar, IIIT Trichy)",
"name": "Shri. Biju Mathew",
"designation": "Deputy Registrar, IIIT Trichy",
"emailID": "[email protected]",
"phone": "0431-2503052",
"src": "bijumathew.jpg"
},
{
"head": "First Appellate Authority (Director, IIIT Trichy)",
"name": "Dr. Narasimha Sarma N V S",
"designation": "Director, IIIT Trichy",
"emailID": "[email protected]",
"phone": "\n",
"src": "director.jpg",
"cls": "biju"
}
]
}
4 changes: 3 additions & 1 deletion src/pages/rti/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,9 @@ export default function RTI() {
</Box>
</Typography>
<br />
<Typography className={rti.cls}>
<Typography className="name">
<Box fontSize="1rem">{rti.designation}</Box>
<Box fontSize="1.3rem">{rti.designation}</Box>
</Typography>
<br />
<a href={`mailto:${rti.emailID}`}>{rti.emailID}</a>
Expand All @@ -135,6 +136,7 @@ export default function RTI() {
{rti.fax && <a href={`fax:${rti.fax}`}>{rti.fax}</a>}
<br />
</Typography>
</Typography>
</CardContent>
<br />
</Grid>
Expand Down
5 changes: 4 additions & 1 deletion src/pages/rti/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
justify-content:center;
color: black;
}
.biju {
padding-bottom: 1.5rem;
}

@media only screen and (max-width: 800px) {
.head{
Expand All @@ -73,4 +76,4 @@
padding-left:13rem;
text-align:center;
}
}
}

0 comments on commit 5de0619

Please sign in to comment.