File tree Expand file tree Collapse file tree
assets/images/team/faculty Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,9 +70,14 @@ <h2>Faculty Coordinators</h2>
7070
7171 < div class ="captains ">
7272 < div class ="captain ">
73+
74+ < img src ="/RIGNITC/assets/images/team/faculty/arindam-bhattacharjee.png " alt ="Dr. Arindam Bhattacharjee " class ="profile-pic " />
75+
76+ < div class ="details ">
7377 < strong > Dr. Arindam Bhattacharjee</ strong > < br />
7478 Assistant Professor< br />
7579 Mechanical Engineering Department< br />
80+ </ div >
7681
7782 < span
7883 style ="display: inline-flex; align-items: center; gap: 6px "
@@ -100,10 +105,13 @@ <h2>Faculty Coordinators</h2>
100105 </ span >
101106
102107 < br /> < br />
103-
108+ < img src ="/RIGNITC/assets/images/team/faculty/sudheer-ap.png " alt ="Dr. A. P. Sudheer " class ="profile-pic " />
109+
110+ < div class ="details ">
104111 < strong > Dr. A. P. Sudheer</ strong > < br />
105112 Associate Professor< br />
106113 Mechanical Engineering Department< br />
114+ </ div >
107115
108116 < span
109117 style ="display: inline-flex; align-items: center; gap: 6px "
Original file line number Diff line number Diff line change @@ -369,3 +369,34 @@ span.social-label {
369369 letter-spacing : 1px ;
370370 position : relative;
371371}
372+
373+
374+ .captain .faculty {
375+ display : flex;
376+ align-items : flex-start;
377+ gap : 16px ;
378+ margin-bottom : 24px ;
379+ }
380+
381+ .profile-pic {
382+ width : 80px ;
383+ height : 80px ;
384+ object-fit : cover;
385+ border-radius : 30% ;
386+ flex-shrink : 0 ;
387+ }
388+
389+ .captain .details {
390+ line-height : 1.6 ;
391+ }
392+
393+ .email-row {
394+ display : inline-flex;
395+ align-items : center;
396+ gap : 6px ;
397+ }
398+
399+ .email-row a {
400+ text-decoration : none;
401+ color : inherit;
402+ }
You can’t perform that action at this time.
0 commit comments