Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshayp02 committed Sep 10, 2023
1 parent 54df1ac commit efc7c09
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/AboutInst.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,20 @@ class AboutInst extends Component {
</Row>
<Row>
<Col>
<div>
<Card className="authority-card">
<Card.Img variant="top" src={hod} alt="card-img" />
<Card.Body>
<Card.Title style={{ textAlign: "center" }}>Dr. R. M. Autee</Card.Title>
<Card.Text style={{ textAlign: "center" }}>
Head of E&TC Department
HOD of E&TC
</Card.Text>
</Card.Body>
</Card>
</div>
</Col>
<Col>
<div>
<Card className="authority-card">
<Card.Img variant="top" src={dean} alt="card-img" />
<Card.Body>
Expand All @@ -85,9 +88,11 @@ class AboutInst extends Component {
</Card.Text>
</Card.Body>
</Card>
</div>
</Col>

<Col md={4}>
<div>
<Card className="authority-card">
<Card.Img variant="top" src={director} alt="card-img" />
<Card.Body>
Expand All @@ -97,6 +102,7 @@ class AboutInst extends Component {
</Card.Text>
</Card.Body>
</Card>
</div>
</Col>

</Row>
Expand Down

0 comments on commit efc7c09

Please sign in to comment.