{"id":112,"date":"2017-11-22T08:28:52","date_gmt":"2017-11-22T08:28:52","guid":{"rendered":"https:\/\/mkt.jfn.ac.lk\/?page_id=112"},"modified":"2026-04-09T12:44:38","modified_gmt":"2026-04-09T07:14:38","slug":"staff-list","status":"publish","type":"page","link":"https:\/\/mkt.jfn.ac.lk\/index.php\/staff-list\/","title":{"rendered":"Staff List"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"112\" class=\"elementor elementor-112\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2ce70467 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2ce70467\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-278809f1\" data-id=\"278809f1\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5619e5ec elementor-widget elementor-widget-text-editor\" data-id=\"5619e5ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"padding-left: 30px;\"><b>Head of Department<\/b><\/p><hr \/><p style=\"padding-left: 60px;\"><style>\/* --- CONTAINER: Grid Layout --- *\/\r\ndiv.staff-member-listing {\r\n    display: grid;\r\n    \/* Responsive columns: cards are approx 400px wide *\/\r\n    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));\r\n    gap: 30px;\r\n    padding: 20px 0;\r\n}\r\n\r\n\/* --- CARD: Main Container --- *\/\r\ndiv.staff-member {\r\n    display: flex;\r\n    flex-direction: row; \/* Side-by-side layout by default *\/\r\n    align-items: stretch; \/* Stretches image to match text height *\/\r\n    \r\n    background-color: #ffffff;\r\n    border: 1px solid #e1e4e8;\r\n    border-radius: 8px;\r\n    overflow: hidden; \r\n    box-shadow: 0 4px 6px rgba(0,0,0,0.05);\r\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\r\n\r\n    \/* Overrides *\/\r\n    padding: 0 !important;\r\n    float: none !important;\r\n    width: auto !important;\r\n    border-bottom: none !important;\r\n    margin: 0 !important;\r\n    min-height: 180px; \r\n}\r\n\r\ndiv.staff-member:hover {\r\n    transform: translateY(-5px);\r\n    box-shadow: 0 15px 30px rgba(0,0,0,0.1);\r\n}\r\n\r\n\/* --- IMAGE: Desktop View --- *\/\r\nimg.staff-member-photo {\r\n    width: 150px !important;\r\n    height: auto !important;\r\n    min-height: 100%; \/* Forces image to fill height on Desktop *\/\r\n    object-fit: cover; \r\n    \r\n    border-radius: 0 !important; \r\n    border: none !important;\r\n    margin: 0 !important;\r\n    flex-shrink: 0; \r\n    float: none !important;\r\n}\r\n\r\n\/* --- CONTENT WRAPPER --- *\/\r\n.staff-member-info-wrap {\r\n    padding: 20px 25px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: center;\r\n    \r\n    font-family: sans-serif;\r\n    font-size: 0.9rem;\r\n    color: #666;\r\n    line-height: 1.5;\r\n\r\n    \/* Overrides *\/\r\n    float: none !important;\r\n    width: auto !important;\r\n    margin-left: 0 !important;\r\n    flex-grow: 1; \r\n}\r\n\r\n\/* --- TYPOGRAPHY --- *\/\r\ndiv.staff-member-listing h3.staff-member-name {\r\n    font-size: 1.2rem;\r\n    font-weight: 700;\r\n    color: #2c3e50;\r\n    margin-top: 0 !important;\r\n    margin-bottom: 5px !important;\r\n}\r\n\r\ndiv.staff-member-listing h4.staff-member-position {\r\n    font-size: 0.85rem;\r\n    text-transform: uppercase;\r\n    font-weight: 600;\r\n    color: #0073aa;\r\n    margin: 0 0 10px 0 !important;\r\n    font-style: normal !important;\r\n}\r\n\r\n.staff-member-email {\r\n    display: inline-block;\r\n    color: #555;\r\n    text-decoration: none;\r\n    margin-top: 8px;\r\n    font-weight: 500;\r\n    word-break: break-all; \/* Prevents long emails from breaking layout *\/\r\n}\r\n\r\n\/* --- BIO BUTTON --- *\/\r\ndiv.staff-member-bio {\r\n    margin-top: auto; \r\n    padding-top: 10px;\r\n}\r\ndiv.staff-member-bio img {\r\n    height: 24px;\r\n    width: auto;\r\n}\r\n\r\n\/* --- RESPONSIVE: MOBILE FIX --- *\/\r\n@media (max-width: 600px) {\r\n    div.staff-member-listing {\r\n        grid-template-columns: 1fr; \/* Single column *\/\r\n    }\r\n    \r\n    div.staff-member {\r\n        flex-direction: column; \/* Stack vertically *\/\r\n        height: auto !important; \/* Allow card to grow as tall as needed *\/\r\n        min-height: 0;\r\n    }\r\n    \r\n    img.staff-member-photo {\r\n        width: 100% !important; \r\n        height: 250px !important; \/* Fixed height for image area *\/\r\n        min-height: 0 !important; \/* CRITICAL FIX: Stops image from pushing text away *\/\r\n        border-bottom: 1px solid #eee;\r\n    }\r\n    \r\n    .staff-member-info-wrap {\r\n        padding: 20px;\r\n        width: 100% !important;\r\n        box-sizing: border-box; \/* Ensures padding doesn&#039;t widen the element *\/\r\n        display: block; \/* Ensures text behaves normally *\/\r\n    }\r\n}\r\n\r\n\/* Clearfix Overrides *\/\r\ndiv.staff-member:after { display: none; }<\/style><div class=\"staff-member-listing head\"><div class=\"staff-member even  last\">\r\n\t\t\t<img decoding=\"async\" class=\"staff-member-photo\" src=\"https:\/\/mkt.jfn.ac.lk\/wp-content\/uploads\/2017\/11\/sivesan1-2.jpg\" width=150 alt=\"Dr. Sivesan Sivanandamoorthy : Professor in Marketing\">\r\n\t\t\t<div class=\"staff-member-info-wrap\">\r\n\t\t\t\t<h3 class=\"staff-member-name\">Dr. Sivesan Sivanandamoorthy<\/h3>\r\n\t\t\t\t\r\n<h4 class=\"staff-member-position\">Professor in Marketing<\/h4>\r\n\t\t\t\t\r\n<div class=\"staff-member-bio\"><p><a href=\"https:\/\/mkt.jfn.ac.lk\/index.php\/profile-sivesan\/\" rel=\"noopener\"><img decoding=\"async\" class=\"alignleft\" src=\"https:\/\/mkt.jfn.ac.lk\/wp-content\/uploads\/2017\/11\/profile-button-png.png \" alt=\"\" width=\"100\" height=\"30\" \/><\/a><\/p>\n<\/div>\r\n\t\t\t\t\r\n\t\t\t<\/div>\r\n\t\t<\/div> <!-- Close staff-member --><\/div> <!-- Close staff-member-listing --><\/p><p style=\"padding-left: 30px;\"><strong>Academic Staff<\/strong><\/p><hr \/><p style=\"padding-left: 60px;\"><style>\/* --- CONTAINER: Grid Layout --- *\/\r\ndiv.staff-member-listing {\r\n    display: grid;\r\n    \/* Responsive columns: cards are approx 400px wide *\/\r\n    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));\r\n    gap: 30px;\r\n    padding: 20px 0;\r\n}\r\n\r\n\/* --- CARD: Main Container --- *\/\r\ndiv.staff-member {\r\n    display: flex;\r\n    flex-direction: row; \/* Side-by-side layout by default *\/\r\n    align-items: stretch; \/* Stretches image to match text height *\/\r\n    \r\n    background-color: #ffffff;\r\n    border: 1px solid #e1e4e8;\r\n    border-radius: 8px;\r\n    overflow: hidden; \r\n    box-shadow: 0 4px 6px rgba(0,0,0,0.05);\r\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\r\n\r\n    \/* Overrides *\/\r\n    padding: 0 !important;\r\n    float: none !important;\r\n    width: auto !important;\r\n    border-bottom: none !important;\r\n    margin: 0 !important;\r\n    min-height: 180px; \r\n}\r\n\r\ndiv.staff-member:hover {\r\n    transform: translateY(-5px);\r\n    box-shadow: 0 15px 30px rgba(0,0,0,0.1);\r\n}\r\n\r\n\/* --- IMAGE: Desktop View --- *\/\r\nimg.staff-member-photo {\r\n    width: 150px !important;\r\n    height: auto !important;\r\n    min-height: 100%; \/* Forces image to fill height on Desktop *\/\r\n    object-fit: cover; \r\n    \r\n    border-radius: 0 !important; \r\n    border: none !important;\r\n    margin: 0 !important;\r\n    flex-shrink: 0; \r\n    float: none !important;\r\n}\r\n\r\n\/* --- CONTENT WRAPPER --- *\/\r\n.staff-member-info-wrap {\r\n    padding: 20px 25px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: center;\r\n    \r\n    font-family: sans-serif;\r\n    font-size: 0.9rem;\r\n    color: #666;\r\n    line-height: 1.5;\r\n\r\n    \/* Overrides *\/\r\n    float: none !important;\r\n    width: auto !important;\r\n    margin-left: 0 !important;\r\n    flex-grow: 1; \r\n}\r\n\r\n\/* --- TYPOGRAPHY --- *\/\r\ndiv.staff-member-listing h3.staff-member-name {\r\n    font-size: 1.2rem;\r\n    font-weight: 700;\r\n    color: #2c3e50;\r\n    margin-top: 0 !important;\r\n    margin-bottom: 5px !important;\r\n}\r\n\r\ndiv.staff-member-listing h4.staff-member-position {\r\n    font-size: 0.85rem;\r\n    text-transform: uppercase;\r\n    font-weight: 600;\r\n    color: #0073aa;\r\n    margin: 0 0 10px 0 !important;\r\n    font-style: normal !important;\r\n}\r\n\r\n.staff-member-email {\r\n    display: inline-block;\r\n    color: #555;\r\n    text-decoration: none;\r\n    margin-top: 8px;\r\n    font-weight: 500;\r\n    word-break: break-all; \/* Prevents long emails from breaking layout *\/\r\n}\r\n\r\n\/* --- BIO BUTTON --- *\/\r\ndiv.staff-member-bio {\r\n    margin-top: auto; \r\n    padding-top: 10px;\r\n}\r\ndiv.staff-member-bio img {\r\n    height: 24px;\r\n    width: auto;\r\n}\r\n\r\n\/* --- RESPONSIVE: MOBILE FIX --- *\/\r\n@media (max-width: 600px) {\r\n    div.staff-member-listing {\r\n        grid-template-columns: 1fr; \/* Single column *\/\r\n    }\r\n    \r\n    div.staff-member {\r\n        flex-direction: column; \/* Stack vertically *\/\r\n        height: auto !important; \/* Allow card to grow as tall as needed *\/\r\n        min-height: 0;\r\n    }\r\n    \r\n    img.staff-member-photo {\r\n        width: 100% !important; \r\n        height: 250px !important; \/* Fixed height for image area *\/\r\n        min-height: 0 !important; \/* CRITICAL FIX: Stops image from pushing text away *\/\r\n        border-bottom: 1px solid #eee;\r\n    }\r\n    \r\n    .staff-member-info-wrap {\r\n        padding: 20px;\r\n        width: 100% !important;\r\n        box-sizing: border-box; \/* Ensures padding doesn&#039;t widen the element *\/\r\n        display: block; \/* Ensures text behaves normally *\/\r\n    }\r\n}\r\n\r\n\/* Clearfix Overrides *\/\r\ndiv.staff-member:after { display: none; }<\/style><div class=\"staff-member-listing mkt\"><div class=\"staff-member even \">\r\n\t\t\t<img decoding=\"async\" class=\"staff-member-photo\" src=\"https:\/\/mkt.jfn.ac.lk\/wp-content\/uploads\/2024\/11\/IMG_9683-scaled.jpg\" width=150 alt=\"Prof. Shivany Shanmugathas, Chartered Marketer CIM(UK) : Professor in Marketing\">\r\n\t\t\t<div class=\"staff-member-info-wrap\">\r\n\t\t\t\t<h3 class=\"staff-member-name\">Prof. Shivany Shanmugathas, Chartered Marketer CIM(UK)<\/h3>\r\n\t\t\t\tB.Com (Hons), MBA(COL), Ph.D\r\n<h4 class=\"staff-member-position\">Professor in Marketing<\/h4>\r\n\t\t\t\t<a class=\"staff-member-email\" href=\"mailto:s&#104;a&#110;sh&#105;&#118;a&#110;y&#064;u&#110;&#105;v.&#106;&#102;n&#046;ac.lk\" title=\"Email Prof. Shivany Shanmugathas, Chartered Marketer CIM(UK)\">sh&#097;n&#115;&#104;iv&#097;ny&#064;&#117;n&#105;v&#046;&#106;&#102;&#110;.&#097;c.lk<\/a>\r\n<div class=\"staff-member-bio\"><p><a href=\"https:\/\/mkt.jfn.ac.lk\/index.php\/profile-shanmugathas\/\" rel=\"noopener\"><img decoding=\"async\" class=\"alignleft\" src=\"https:\/\/mkt.jfn.ac.lk\/wp-content\/uploads\/2017\/11\/profile-button-png.png \" alt=\"\" width=\"100\" height=\"30\" \/><\/a><\/p>\n<\/div>\r\n\t\t\t\t\r\n\t\t\t<\/div>\r\n\t\t<\/div> <!-- Close staff-member --><div class=\"staff-member odd \">\r\n\t\t\t<img decoding=\"async\" class=\"staff-member-photo\" src=\"https:\/\/mkt.jfn.ac.lk\/wp-content\/uploads\/2017\/11\/PHOTO-2025-12-18-22-00-08.jpg\" width=150 alt=\"Prof.S.Rajumesh : Professor in Marketing\">\r\n\t\t\t<div class=\"staff-member-info-wrap\">\r\n\t\t\t\t<h3 class=\"staff-member-name\">Prof.S.Rajumesh<\/h3>\r\n\t\t\t\tB.B.A (Hons), Dip. in PA, MBA(COL), Ph.D (China)\r\n<h4 class=\"staff-member-position\">Professor in Marketing<\/h4>\r\n\t\t\t\t<a class=\"staff-member-email\" href=\"mailto:raj&#117;&#109;&#101;&#115;h&#064;&#117;&#110;i&#118;&#046;&#106;&#102;n&#046;ac&#046;&#108;k\" title=\"Email Prof.S.Rajumesh\">rajum&#101;s&#104;&#064;&#117;&#110;&#105;&#118;&#046;&#106;&#102;n.ac&#046;&#108;&#107;<\/a>\r\n<div class=\"staff-member-bio\"><p><a href=\"https:\/\/mkt.jfn.ac.lk\/index.php\/profile-rajumesh\/\/\"><img decoding=\"async\" class=\"alignleft\" src=\"https:\/\/mkt.jfn.ac.lk\/wp-content\/uploads\/2017\/11\/profile-button-png.png \" alt=\"\" width=\"100\" height=\"30\" \/><\/a><\/p>\n<\/div>\r\n\t\t\t\t\r\n\t\t\t<\/div>\r\n\t\t<\/div> <!-- Close staff-member --><div class=\"staff-member even \">\r\n\t\t\t<img decoding=\"async\" class=\"staff-member-photo\" src=\"https:\/\/mkt.jfn.ac.lk\/wp-content\/uploads\/2017\/11\/Karunanithy-sir1.jpg\" width=150 alt=\"Dr.M.Karunanithy : Senior Lecturer Gr. I\">\r\n\t\t\t<div class=\"staff-member-info-wrap\">\r\n\t\t\t\t<h3 class=\"staff-member-name\">Dr.M.Karunanithy<\/h3>\r\n\t\t\t\tB.B.A (Hons), MBA (USJP), Ph.D (SL) FIMSL, MAAT, IPFM (UK), AUKAP (UK)\r\n<h4 class=\"staff-member-position\">Senior Lecturer Gr. I<\/h4>\r\n\t\t\t\t<a class=\"staff-member-email\" href=\"mailto:k&#097;&#114;un&#097;&#110;&#105;&#116;&#104;ym&#064;&#117;n&#105;v&#046;jfn&#046;a&#099;&#046;&#108;k\" title=\"Email Dr.M.Karunanithy\">ka&#114;una&#110;ith&#121;m&#064;&#117;&#110;iv&#046;jf&#110;.ac.lk<\/a>\r\n<div class=\"staff-member-bio\"><p><a href=\"https:\/\/mkt.jfn.ac.lk\/index.php\/profile-m-karunanithy\/\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"alignleft\" src=\"https:\/\/mkt.jfn.ac.lk\/wp-content\/uploads\/2017\/11\/profile-button-png.png \" alt=\"\" width=\"100\" height=\"30\" \/><\/a><\/p>\n<\/div>\r\n\t\t\t\t\r\n\t\t\t<\/div>\r\n\t\t<\/div> <!-- Close staff-member --><div class=\"staff-member odd \">\r\n\t\t\t<img decoding=\"async\" class=\"staff-member-photo\" src=\"https:\/\/mkt.jfn.ac.lk\/wp-content\/uploads\/2017\/11\/kumaradeepan2.jpg\" width=150 alt=\"Mr.V.Kumaradeepan : Senior Lecturer Gr. I\">\r\n\t\t\t<div class=\"staff-member-info-wrap\">\r\n\t\t\t\t<h3 class=\"staff-member-name\">Mr.V.Kumaradeepan<\/h3>\r\n\t\t\t\t B.B.M (Hons), PG.Dip.M (SL), MBA (RUSL), MIMSL, MSLIM, MCIM (UK),\r\n<h4 class=\"staff-member-position\">Senior Lecturer Gr. I<\/h4>\r\n\t\t\t\t<a class=\"staff-member-email\" href=\"mailto:kuma&#114;&#097;d&#101;&#101;&#112;&#097;n&#064;u&#110;i&#118;&#046;j&#102;&#110;&#046;a&#099;&#046;lk\" title=\"Email Mr.V.Kumaradeepan\">&#107;&#117;&#109;&#097;&#114;&#097;dee&#112;an&#064;un&#105;&#118;.j&#102;n&#046;a&#099;.l&#107;<\/a>\r\n<div class=\"staff-member-bio\"><p><a href=\"https:\/\/mkt.jfn.ac.lk\/index.php\/profile-kumaradeepan\/\" rel=\"noopener\"><img decoding=\"async\" class=\"alignleft\" src=\"https:\/\/mkt.jfn.ac.lk\/wp-content\/uploads\/2017\/11\/profile-button-png.png \" alt=\"\" width=\"100\" height=\"30\" \/><\/a><\/p>\n<\/div>\r\n\t\t\t\t\r\n\t\t\t<\/div>\r\n\t\t<\/div> <!-- Close staff-member --><div class=\"staff-member even \">\r\n\t\t\t<img decoding=\"async\" class=\"staff-member-photo\" src=\"https:\/\/mkt.jfn.ac.lk\/wp-content\/uploads\/2017\/11\/Sathana-3.jpg\" width=150 alt=\"Dr.(Ms).S.Vaikunthavasan : Senior Lecturer Gr. I\">\r\n\t\t\t<div class=\"staff-member-info-wrap\">\r\n\t\t\t\t<h3 class=\"staff-member-name\">Dr.(Ms).S.Vaikunthavasan<\/h3>\r\n\t\t\t\tB.B.A (Hons), MA(Jfn), MBA (Kelaniya), Ph.D (Jfn)\r\n<h4 class=\"staff-member-position\">Senior Lecturer Gr. I<\/h4>\r\n\t\t\t\t<a class=\"staff-member-email\" href=\"mailto:v&#115;&#097;t&#104;&#097;n&#097;&#064;uni&#118;&#046;&#106;fn.ac.&#108;k\" title=\"Email Dr.(Ms).S.Vaikunthavasan\">v&#115;&#097;&#116;h&#097;&#110;&#097;&#064;&#117;n&#105;v.jfn&#046;ac&#046;l&#107;<\/a>\r\n<div class=\"staff-member-bio\"><p><a href=\"https:\/\/mkt.jfn.ac.lk\/index.php\/profile-vaikunthavasan\/\" rel=\"noopener\"><img decoding=\"async\" class=\"alignleft\" src=\"https:\/\/mkt.jfn.ac.lk\/wp-content\/uploads\/2017\/11\/profile-button-png.png \" alt=\"\" width=\"100\" height=\"30\" \/><\/a><\/p>\n<\/div>\r\n\t\t\t\t\r\n\t\t\t<\/div>\r\n\t\t<\/div> <!-- Close staff-member --><div class=\"staff-member odd \">\r\n\t\t\t<img decoding=\"async\" class=\"staff-member-photo\" src=\"https:\/\/mkt.jfn.ac.lk\/wp-content\/uploads\/2017\/11\/Dilogini-5-scaled.jpg\" width=150 alt=\"Dr.(Mrs).D.Sangarathas : Senior Lecturer Gr.II\">\r\n\t\t\t<div class=\"staff-member-info-wrap\">\r\n\t\t\t\t<h3 class=\"staff-member-name\">Dr.(Mrs).D.Sangarathas<\/h3>\r\n\t\t\t\tPhD. in Marketing (UOJ), MBA (RUSL), BBA (Hons) (UOJ)\r\n<h4 class=\"staff-member-position\">Senior Lecturer Gr.II<\/h4>\r\n\t\t\t\t<a class=\"staff-member-email\" href=\"mailto:d&#105;lo.ku&#114;&#117;&#064;un&#105;v.j&#102;&#110;&#046;&#097;&#099;&#046;l&#107;\" title=\"Email Dr.(Mrs).D.Sangarathas\">d&#105;&#108;&#111;.&#107;u&#114;u&#064;u&#110;&#105;&#118;&#046;&#106;&#102;n.ac.&#108;k<\/a>\r\n<div class=\"staff-member-bio\"><p><a href=\"https:\/\/mkt.jfn.ac.lk\/index.php\/profile-dilogini\/\" rel=\"noopener\"><img decoding=\"async\" class=\"alignleft\" src=\"https:\/\/mkt.jfn.ac.lk\/wp-content\/uploads\/2017\/11\/profile-button-png.png \" alt=\"\" width=\"100\" height=\"30\" \/><\/a><\/p>\n<\/div>\r\n\t\t\t\t\r\n\t\t\t<\/div>\r\n\t\t<\/div> <!-- Close staff-member --><div class=\"staff-member even \">\r\n\t\t\t<img decoding=\"async\" class=\"staff-member-photo\" src=\"https:\/\/mkt.jfn.ac.lk\/wp-content\/uploads\/2018\/03\/kajen-3-scaled.jpg\" width=150 alt=\"Mr.K.Kajenthiran : Senior Lecturer Gr. II\">\r\n\t\t\t<div class=\"staff-member-info-wrap\">\r\n\t\t\t\t<h3 class=\"staff-member-name\">Mr.K.Kajenthiran<\/h3>\r\n\t\t\t\tM.Sc. in Management (SJP), BBA in Marketing (special) (UoJ)\r\n<h4 class=\"staff-member-position\">Senior Lecturer Gr. II<\/h4>\r\n\t\t\t\t<a class=\"staff-member-email\" href=\"mailto:&#107;k&#097;&#106;&#101;&#110;th&#105;r&#097;n&#064;&#117;n&#105;v&#046;&#106;f&#110;.ac.&#108;k\" title=\"Email Mr.K.Kajenthiran\">kka&#106;&#101;&#110;&#116;hi&#114;a&#110;&#064;&#117;&#110;&#105;&#118;.jf&#110;&#046;&#097;c.&#108;&#107;<\/a>\r\n<div class=\"staff-member-bio\"><p><a href=\"https:\/\/mkt.jfn.ac.lk\/index.php\/profile-kajenthiran\/\"><img decoding=\"async\" class=\"alignleft\" src=\"https:\/\/mkt.jfn.ac.lk\/wp-content\/uploads\/2017\/11\/profile-button-png.png \" alt=\"\" width=\"100\" height=\"30\" \/><\/a><\/p>\n<\/div>\r\n\t\t\t\t\r\n\t\t\t<\/div>\r\n\t\t<\/div> <!-- Close staff-member --><div class=\"staff-member odd \">\r\n\t\t\t<img decoding=\"async\" class=\"staff-member-photo\" src=\"https:\/\/mkt.jfn.ac.lk\/wp-content\/uploads\/2022\/12\/grace-edited.jpg\" width=150 alt=\"Ms. Grace Hyacinth Hensman : Senior Lecturer Gr. II\">\r\n\t\t\t<div class=\"staff-member-info-wrap\">\r\n\t\t\t\t<h3 class=\"staff-member-name\">Ms. Grace Hyacinth Hensman<\/h3>\r\n\t\t\t\tBBA Mkg (Spl),  CIMA Adv Dip MA (UK), AMSLIM, M.Sc in Management (SJP)\r\n<h4 class=\"staff-member-position\">Senior Lecturer Gr. II<\/h4>\r\n\t\t\t\t<a class=\"staff-member-email\" href=\"mailto:g&#114;ac&#101;_&#104;e&#110;s&#109;&#097;n&#064;u&#110;iv&#046;j&#102;n&#046;&#097;&#099;&#046;&#108;&#107;&#032;\" title=\"Email Ms. Grace Hyacinth Hensman\">&#103;&#114;a&#099;e_&#104;en&#115;&#109;&#097;&#110;&#064;&#117;ni&#118;&#046;j&#102;n&#046;&#097;&#099;.&#108;k&#032;<\/a>\r\n<div class=\"staff-member-bio\"><p><a href=\"https:\/\/mkt.jfn.ac.lk\/index.php\/profile-grace\/\" rel=\"noopener\"><img decoding=\"async\" class=\"alignleft\" src=\"https:\/\/mkt.jfn.ac.lk\/wp-content\/uploads\/2017\/11\/profile-button-png.png \" alt=\"\" width=\"100\" height=\"30\" \/><\/a><\/p>\n<\/div>\r\n\t\t\t\t\r\n\t\t\t<\/div>\r\n\t\t<\/div> <!-- Close staff-member --><div class=\"staff-member even  last\">\r\n\t\t\t<img decoding=\"async\" class=\"staff-member-photo\" src=\"https:\/\/mkt.jfn.ac.lk\/wp-content\/uploads\/2021\/11\/Achchutha.jpg\" width=150 alt=\"Ms. H. Archchutha : Lecturer\">\r\n\t\t\t<div class=\"staff-member-info-wrap\">\r\n\t\t\t\t<h3 class=\"staff-member-name\">Ms. H. Archchutha<\/h3>\r\n\t\t\t\tB.B.A (Hons), MBA (Col)\r\n<h4 class=\"staff-member-position\">Lecturer<\/h4>\r\n\t\t\t\t<a class=\"staff-member-email\" href=\"mailto:ar&#099;hc&#104;&#117;&#116;h&#097;&#064;u&#110;&#105;&#118;.&#106;f&#110;.ac&#046;&#108;&#107;\" title=\"Email Ms. H. Archchutha\">&#097;r&#099;hc&#104;u&#116;ha&#064;u&#110;&#105;v.&#106;&#102;n&#046;&#097;c&#046;l&#107;<\/a>\r\n<div class=\"staff-member-bio\"><p><a href=\"https:\/\/mkt.jfn.ac.lk\/index.php\/achchutha\/\" rel=\"noopener\"><img decoding=\"async\" class=\"alignleft\" src=\"https:\/\/mkt.jfn.ac.lk\/wp-content\/uploads\/2017\/11\/profile-button-png.png \" alt=\"\" width=\"100\" height=\"30\" \/><\/a><\/p>\n<\/div>\r\n\t\t\t\t\r\n\t\t\t<\/div>\r\n\t\t<\/div> <!-- Close staff-member --><\/div> <!-- Close staff-member-listing --><\/p><p style=\"text-align: left;\"><strong>Assistant Lecturers<\/strong><\/p><hr \/><p><style>\/* --- CONTAINER: Grid Layout --- *\/\r\ndiv.staff-member-listing {\r\n    display: grid;\r\n    \/* Responsive columns: cards are approx 400px wide *\/\r\n    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));\r\n    gap: 30px;\r\n    padding: 20px 0;\r\n}\r\n\r\n\/* --- CARD: Main Container --- *\/\r\ndiv.staff-member {\r\n    display: flex;\r\n    flex-direction: row; \/* Side-by-side layout by default *\/\r\n    align-items: stretch; \/* Stretches image to match text height *\/\r\n    \r\n    background-color: #ffffff;\r\n    border: 1px solid #e1e4e8;\r\n    border-radius: 8px;\r\n    overflow: hidden; \r\n    box-shadow: 0 4px 6px rgba(0,0,0,0.05);\r\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\r\n\r\n    \/* Overrides *\/\r\n    padding: 0 !important;\r\n    float: none !important;\r\n    width: auto !important;\r\n    border-bottom: none !important;\r\n    margin: 0 !important;\r\n    min-height: 180px; \r\n}\r\n\r\ndiv.staff-member:hover {\r\n    transform: translateY(-5px);\r\n    box-shadow: 0 15px 30px rgba(0,0,0,0.1);\r\n}\r\n\r\n\/* --- IMAGE: Desktop View --- *\/\r\nimg.staff-member-photo {\r\n    width: 150px !important;\r\n    height: auto !important;\r\n    min-height: 100%; \/* Forces image to fill height on Desktop *\/\r\n    object-fit: cover; \r\n    \r\n    border-radius: 0 !important; \r\n    border: none !important;\r\n    margin: 0 !important;\r\n    flex-shrink: 0; \r\n    float: none !important;\r\n}\r\n\r\n\/* --- CONTENT WRAPPER --- *\/\r\n.staff-member-info-wrap {\r\n    padding: 20px 25px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: center;\r\n    \r\n    font-family: sans-serif;\r\n    font-size: 0.9rem;\r\n    color: #666;\r\n    line-height: 1.5;\r\n\r\n    \/* Overrides *\/\r\n    float: none !important;\r\n    width: auto !important;\r\n    margin-left: 0 !important;\r\n    flex-grow: 1; \r\n}\r\n\r\n\/* --- TYPOGRAPHY --- *\/\r\ndiv.staff-member-listing h3.staff-member-name {\r\n    font-size: 1.2rem;\r\n    font-weight: 700;\r\n    color: #2c3e50;\r\n    margin-top: 0 !important;\r\n    margin-bottom: 5px !important;\r\n}\r\n\r\ndiv.staff-member-listing h4.staff-member-position {\r\n    font-size: 0.85rem;\r\n    text-transform: uppercase;\r\n    font-weight: 600;\r\n    color: #0073aa;\r\n    margin: 0 0 10px 0 !important;\r\n    font-style: normal !important;\r\n}\r\n\r\n.staff-member-email {\r\n    display: inline-block;\r\n    color: #555;\r\n    text-decoration: none;\r\n    margin-top: 8px;\r\n    font-weight: 500;\r\n    word-break: break-all; \/* Prevents long emails from breaking layout *\/\r\n}\r\n\r\n\/* --- BIO BUTTON --- *\/\r\ndiv.staff-member-bio {\r\n    margin-top: auto; \r\n    padding-top: 10px;\r\n}\r\ndiv.staff-member-bio img {\r\n    height: 24px;\r\n    width: auto;\r\n}\r\n\r\n\/* --- RESPONSIVE: MOBILE FIX --- *\/\r\n@media (max-width: 600px) {\r\n    div.staff-member-listing {\r\n        grid-template-columns: 1fr; \/* Single column *\/\r\n    }\r\n    \r\n    div.staff-member {\r\n        flex-direction: column; \/* Stack vertically *\/\r\n        height: auto !important; \/* Allow card to grow as tall as needed *\/\r\n        min-height: 0;\r\n    }\r\n    \r\n    img.staff-member-photo {\r\n        width: 100% !important; \r\n        height: 250px !important; \/* Fixed height for image area *\/\r\n        min-height: 0 !important; \/* CRITICAL FIX: Stops image from pushing text away *\/\r\n        border-bottom: 1px solid #eee;\r\n    }\r\n    \r\n    .staff-member-info-wrap {\r\n        padding: 20px;\r\n        width: 100% !important;\r\n        box-sizing: border-box; \/* Ensures padding doesn&#039;t widen the element *\/\r\n        display: block; \/* Ensures text behaves normally *\/\r\n    }\r\n}\r\n\r\n\/* Clearfix Overrides *\/\r\ndiv.staff-member:after { display: none; }<\/style><div class=\"staff-member-listing academic-staff-on-contract\"><div class=\"staff-member even \">\r\n\t\t\t<img decoding=\"async\" class=\"staff-member-photo\" src=\"https:\/\/mkt.jfn.ac.lk\/wp-content\/uploads\/2025\/01\/c34a1e36-62ac-447a-8539-11d0d4576b68-1-scaled-e1736229482905.jpg\" width=150 alt=\"Ms Nipuni Wijekoon : Assistant Lecturer\">\r\n\t\t\t<div class=\"staff-member-info-wrap\">\r\n\t\t\t\t<h3 class=\"staff-member-name\">Ms Nipuni Wijekoon<\/h3>\r\n\t\t\t\t\r\n<h4 class=\"staff-member-position\">Assistant Lecturer<\/h4>\r\n\t\t\t\t<a class=\"staff-member-email\" href=\"mailto:n&#100;u&#108;ya&#110;&#103;a&#110;i&#064;g&#109;ai&#108;&#046;&#099;&#111;m\" title=\"Email Ms Nipuni Wijekoon\">&#110;d&#117;&#108;ya&#110;&#103;a&#110;i&#064;g&#109;&#097;&#105;l&#046;&#099;o&#109;<\/a>\r\n<div class=\"staff-member-bio\"><p>BBA (Hons) in Marketing (UOJ)<\/p>\n<\/div>\r\n\t\t\t\t\r\n\t\t\t<\/div>\r\n\t\t<\/div> <!-- Close staff-member --><div class=\"staff-member odd \">\r\n\t\t\t<img decoding=\"async\" class=\"staff-member-photo\" src=\"https:\/\/mkt.jfn.ac.lk\/wp-content\/uploads\/2026\/01\/PROFLE-1.jpg\" width=150 alt=\"Ms. Subashini Samaradiwakara : Assistant Lecturer\">\r\n\t\t\t<div class=\"staff-member-info-wrap\">\r\n\t\t\t\t<h3 class=\"staff-member-name\">Ms. Subashini Samaradiwakara<\/h3>\r\n\t\t\t\tB.B.Mgt. (Hons) in Marketing Management (UOK),\u00a0 MBA in Marketing (UOC) Reading\r\n<h4 class=\"staff-member-position\">Assistant Lecturer<\/h4>\r\n\t\t\t\t<a class=\"staff-member-email\" href=\"mailto:s&#117;b&#097;&#115;&#104;i&#110;i&#046;u&#110;&#105;&#064;&#103;&#109;a&#105;&#108;&#046;c&#111;m\" title=\"Email Ms. Subashini Samaradiwakara\">s&#117;&#098;a&#115;&#104;&#105;ni&#046;uni&#064;&#103;&#109;ail.&#099;o&#109;<\/a>\r\n\r\n\t\t\t\t\r\n\t\t\t<\/div>\r\n\t\t<\/div> <!-- Close staff-member --><div class=\"staff-member even \">\r\n\t\t\t<img decoding=\"async\" class=\"staff-member-photo\" src=\"https:\/\/mkt.jfn.ac.lk\/wp-content\/uploads\/2026\/02\/PHOTO-2026-01-30-09-39-50-scaled.jpg\" width=150 alt=\"Ms. Markandu Ramyah : Assistant Lecturer\">\r\n\t\t\t<div class=\"staff-member-info-wrap\">\r\n\t\t\t\t<h3 class=\"staff-member-name\">Ms. Markandu Ramyah<\/h3>\r\n\t\t\t\tBBA (Honours) in Marketing-UOJ\r\n<h4 class=\"staff-member-position\">Assistant Lecturer<\/h4>\r\n\t\t\t\t<a class=\"staff-member-email\" href=\"mailto:&#109;arka&#110;du&#114;amy&#097;&#104;&#064;ho&#116;m&#097;&#105;&#108;.&#099;o&#109;\" title=\"Email Ms. Markandu Ramyah\">&#109;&#097;&#114;&#107;&#097;&#110;&#100;&#117;&#114;&#097;&#109;&#121;a&#104;&#064;&#104;&#111;tm&#097;&#105;l.com<\/a>\r\n<div class=\"staff-member-bio\"><p>BBA (Honours) in Marketing-UOJ<\/p>\n<\/div>\r\n\t\t\t\t\r\n\t\t\t<\/div>\r\n\t\t<\/div> <!-- Close staff-member --><div class=\"staff-member odd  last\">\r\n\t\t\t<img decoding=\"async\" class=\"staff-member-photo\" src=\"https:\/\/mkt.jfn.ac.lk\/wp-content\/uploads\/2026\/02\/PHOTO-2026-01-30-09-40-28.jpg\" width=150 alt=\"Ms.Pirashanthiny Kananathan : Assistant Lecturer\">\r\n\t\t\t<div class=\"staff-member-info-wrap\">\r\n\t\t\t\t<h3 class=\"staff-member-name\">Ms.Pirashanthiny Kananathan<\/h3>\r\n\t\t\t\tBBA (Hons) in Marketing (UOJ)\r\n<h4 class=\"staff-member-position\">Assistant Lecturer<\/h4>\r\n\t\t\t\t<a class=\"staff-member-email\" href=\"mailto:kan&#097;&#110;a&#116;han&#112;&#105;&#114;a&#115;ha&#048;4&#064;gm&#097;&#105;l.&#099;&#111;m\" title=\"Email Ms.Pirashanthiny Kananathan\">kan&#097;n&#097;&#116;h&#097;np&#105;ra&#115;ha04&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;om<\/a>\r\n\r\n\t\t\t\t\r\n\t\t\t<\/div>\r\n\t\t<\/div> <!-- Close staff-member --><\/div> <!-- Close staff-member-listing --><\/p><p style=\"padding-left: 30px;\"><strong>Administrative Staff<\/strong><\/p><hr \/><p><style>\/* --- CONTAINER: Grid Layout --- *\/\r\ndiv.staff-member-listing {\r\n    display: grid;\r\n    \/* Responsive columns: cards are approx 400px wide *\/\r\n    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));\r\n    gap: 30px;\r\n    padding: 20px 0;\r\n}\r\n\r\n\/* --- CARD: Main Container --- *\/\r\ndiv.staff-member {\r\n    display: flex;\r\n    flex-direction: row; \/* Side-by-side layout by default *\/\r\n    align-items: stretch; \/* Stretches image to match text height *\/\r\n    \r\n    background-color: #ffffff;\r\n    border: 1px solid #e1e4e8;\r\n    border-radius: 8px;\r\n    overflow: hidden; \r\n    box-shadow: 0 4px 6px rgba(0,0,0,0.05);\r\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\r\n\r\n    \/* Overrides *\/\r\n    padding: 0 !important;\r\n    float: none !important;\r\n    width: auto !important;\r\n    border-bottom: none !important;\r\n    margin: 0 !important;\r\n    min-height: 180px; \r\n}\r\n\r\ndiv.staff-member:hover {\r\n    transform: translateY(-5px);\r\n    box-shadow: 0 15px 30px rgba(0,0,0,0.1);\r\n}\r\n\r\n\/* --- IMAGE: Desktop View --- *\/\r\nimg.staff-member-photo {\r\n    width: 150px !important;\r\n    height: auto !important;\r\n    min-height: 100%; \/* Forces image to fill height on Desktop *\/\r\n    object-fit: cover; \r\n    \r\n    border-radius: 0 !important; \r\n    border: none !important;\r\n    margin: 0 !important;\r\n    flex-shrink: 0; \r\n    float: none !important;\r\n}\r\n\r\n\/* --- CONTENT WRAPPER --- *\/\r\n.staff-member-info-wrap {\r\n    padding: 20px 25px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: center;\r\n    \r\n    font-family: sans-serif;\r\n    font-size: 0.9rem;\r\n    color: #666;\r\n    line-height: 1.5;\r\n\r\n    \/* Overrides *\/\r\n    float: none !important;\r\n    width: auto !important;\r\n    margin-left: 0 !important;\r\n    flex-grow: 1; \r\n}\r\n\r\n\/* --- TYPOGRAPHY --- *\/\r\ndiv.staff-member-listing h3.staff-member-name {\r\n    font-size: 1.2rem;\r\n    font-weight: 700;\r\n    color: #2c3e50;\r\n    margin-top: 0 !important;\r\n    margin-bottom: 5px !important;\r\n}\r\n\r\ndiv.staff-member-listing h4.staff-member-position {\r\n    font-size: 0.85rem;\r\n    text-transform: uppercase;\r\n    font-weight: 600;\r\n    color: #0073aa;\r\n    margin: 0 0 10px 0 !important;\r\n    font-style: normal !important;\r\n}\r\n\r\n.staff-member-email {\r\n    display: inline-block;\r\n    color: #555;\r\n    text-decoration: none;\r\n    margin-top: 8px;\r\n    font-weight: 500;\r\n    word-break: break-all; \/* Prevents long emails from breaking layout *\/\r\n}\r\n\r\n\/* --- BIO BUTTON --- *\/\r\ndiv.staff-member-bio {\r\n    margin-top: auto; \r\n    padding-top: 10px;\r\n}\r\ndiv.staff-member-bio img {\r\n    height: 24px;\r\n    width: auto;\r\n}\r\n\r\n\/* --- RESPONSIVE: MOBILE FIX --- *\/\r\n@media (max-width: 600px) {\r\n    div.staff-member-listing {\r\n        grid-template-columns: 1fr; \/* Single column *\/\r\n    }\r\n    \r\n    div.staff-member {\r\n        flex-direction: column; \/* Stack vertically *\/\r\n        height: auto !important; \/* Allow card to grow as tall as needed *\/\r\n        min-height: 0;\r\n    }\r\n    \r\n    img.staff-member-photo {\r\n        width: 100% !important; \r\n        height: 250px !important; \/* Fixed height for image area *\/\r\n        min-height: 0 !important; \/* CRITICAL FIX: Stops image from pushing text away *\/\r\n        border-bottom: 1px solid #eee;\r\n    }\r\n    \r\n    .staff-member-info-wrap {\r\n        padding: 20px;\r\n        width: 100% !important;\r\n        box-sizing: border-box; \/* Ensures padding doesn&#039;t widen the element *\/\r\n        display: block; \/* Ensures text behaves normally *\/\r\n    }\r\n}\r\n\r\n\/* Clearfix Overrides *\/\r\ndiv.staff-member:after { display: none; }<\/style><div class=\"staff-member-listing adminstaff\"><div class=\"staff-member even \">\r\n\t\t\t<img decoding=\"async\" class=\"staff-member-photo\" src=\"https:\/\/mkt.jfn.ac.lk\/wp-content\/uploads\/2017\/11\/IMG.jpg\" width=150 alt=\"Mr. T. Sangeevan : Management Assistant\">\r\n\t\t\t<div class=\"staff-member-info-wrap\">\r\n\t\t\t\t<h3 class=\"staff-member-name\">Mr. T. Sangeevan<\/h3>\r\n\t\t\t\tHNDM, BBM\r\n<h4 class=\"staff-member-position\">Management Assistant<\/h4>\r\n\t\t\t\t<a class=\"staff-member-email\" href=\"mailto:san&#103;&#101;e&#116;&#064;&#117;niv&#046;j&#102;n.ac&#046;&#108;&#107;\" title=\"Email Mr. T. Sangeevan\">s&#097;&#110;&#103;&#101;&#101;&#116;&#064;univ&#046;j&#102;n.ac.&#108;k<\/a>\r\n\r\n\t\t\t\t\r\n\t\t\t<\/div>\r\n\t\t<\/div> <!-- Close staff-member --><div class=\"staff-member odd  last\">\r\n\t\t\t<img decoding=\"async\" class=\"staff-member-photo\" src=\"https:\/\/mkt.jfn.ac.lk\/wp-content\/uploads\/2017\/11\/20211008_115756-vasanthan-1-scaled.jpg\" width=150 alt=\"Mr. K. Vasantharuban : Office Assistant\">\r\n\t\t\t<div class=\"staff-member-info-wrap\">\r\n\t\t\t\t<h3 class=\"staff-member-name\">Mr. K. Vasantharuban<\/h3>\r\n\t\t\t\t\r\n<h4 class=\"staff-member-position\">Office Assistant<\/h4>\r\n\t\t\t\t\r\n\r\n\t\t\t\t\r\n\t\t\t<\/div>\r\n\t\t<\/div> <!-- Close staff-member --><\/div> <!-- Close staff-member-listing --><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Head of Department Academic Staff Assistant Lecturers Administrative Staff<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"full-width-page.php","meta":{"footnotes":""},"class_list":["post-112","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/mkt.jfn.ac.lk\/index.php\/wp-json\/wp\/v2\/pages\/112","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mkt.jfn.ac.lk\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mkt.jfn.ac.lk\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mkt.jfn.ac.lk\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mkt.jfn.ac.lk\/index.php\/wp-json\/wp\/v2\/comments?post=112"}],"version-history":[{"count":10,"href":"https:\/\/mkt.jfn.ac.lk\/index.php\/wp-json\/wp\/v2\/pages\/112\/revisions"}],"predecessor-version":[{"id":2983,"href":"https:\/\/mkt.jfn.ac.lk\/index.php\/wp-json\/wp\/v2\/pages\/112\/revisions\/2983"}],"wp:attachment":[{"href":"https:\/\/mkt.jfn.ac.lk\/index.php\/wp-json\/wp\/v2\/media?parent=112"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}