{"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:sh&#097;n&#115;hiva&#110;y&#064;u&#110;iv&#046;&#106;&#102;n&#046;&#097;&#099;.l&#107;\" title=\"Email Prof. Shivany Shanmugathas, Chartered Marketer CIM(UK)\">&#115;&#104;anshi&#118;a&#110;&#121;&#064;&#117;&#110;i&#118;.&#106;&#102;n&#046;&#097;&#099;.&#108;&#107;<\/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:&#114;a&#106;&#117;mesh&#064;u&#110;&#105;&#118;&#046;&#106;fn&#046;&#097;&#099;&#046;&#108;k\" title=\"Email Prof.S.Rajumesh\">&#114;&#097;j&#117;m&#101;&#115;h&#064;&#117;&#110;&#105;&#118;&#046;&#106;f&#110;&#046;&#097;c.lk<\/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:kar&#117;n&#097;nithy&#109;&#064;univ.j&#102;n&#046;&#097;&#099;.l&#107;\" title=\"Email Dr.M.Karunanithy\">ka&#114;&#117;na&#110;&#105;t&#104;&#121;m&#064;&#117;n&#105;&#118;.jfn&#046;&#097;&#099;.&#108;&#107;<\/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=\"Dr.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\">Dr.V.Kumaradeepan.<\/h3>\r\n\t\t\t\tPhD (Malaysia), MBA (RUSL), BBM (Hons), PGDipM (SL), MSLIM, MIMSL, 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:&#107;um&#097;&#114;&#097;&#100;&#101;&#101;&#112;&#097;n&#064;&#117;&#110;i&#118;&#046;jf&#110;.&#097;&#099;&#046;&#108;k\" title=\"Email Dr.V.Kumaradeepan.\">k&#117;m&#097;&#114;&#097;d&#101;e&#112;a&#110;&#064;u&#110;&#105;v&#046;&#106;&#102;&#110;&#046;ac.&#108;&#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:&#118;sath&#097;n&#097;&#064;&#117;&#110;&#105;&#118;.&#106;&#102;n.ac.&#108;k\" title=\"Email Dr.(Ms).S.Vaikunthavasan\">&#118;&#115;a&#116;&#104;&#097;&#110;a&#064;&#117;&#110;&#105;v&#046;&#106;f&#110;&#046;ac&#046;lk<\/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:di&#108;&#111;&#046;k&#117;&#114;&#117;&#064;un&#105;v&#046;jf&#110;&#046;a&#099;&#046;lk\" title=\"Email Dr.(Mrs).D.Sangarathas\">di&#108;&#111;&#046;kuru&#064;&#117;ni&#118;&#046;jf&#110;.ac&#046;l&#107;<\/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;j&#101;&#110;&#116;h&#105;r&#097;n&#064;&#117;ni&#118;.&#106;f&#110;.a&#099;&#046;lk\" title=\"Email Mr.K.Kajenthiran\">kkaj&#101;nt&#104;i&#114;&#097;n&#064;&#117;ni&#118;.&#106;&#102;&#110;&#046;&#097;c.&#108;k<\/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:gr&#097;&#099;&#101;_h&#101;ns&#109;an&#064;&#117;n&#105;&#118;.&#106;&#102;&#110;&#046;a&#099;.lk&#032;\" title=\"Email Ms. Grace Hyacinth Hensman\">gr&#097;ce&#095;&#104;en&#115;&#109;an&#064;un&#105;&#118;.&#106;f&#110;.&#097;c&#046;lk <\/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;&#104;&#099;&#104;&#117;t&#104;&#097;&#064;un&#105;v&#046;&#106;&#102;&#110;.&#097;&#099;.&#108;&#107;\" title=\"Email Ms. H. Archchutha\">&#097;&#114;c&#104;&#099;&#104;&#117;tha&#064;un&#105;&#118;.j&#102;&#110;&#046;ac.&#108;&#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;&#121;a&#110;g&#097;&#110;i&#064;&#103;ma&#105;l&#046;c&#111;&#109;\" title=\"Email Ms Nipuni Wijekoon\">ndul&#121;&#097;nga&#110;&#105;&#064;&#103;mai&#108;.com<\/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;&#098;&#097;shini.&#117;ni&#064;&#103;ma&#105;&#108;&#046;&#099;&#111;m\" title=\"Email Ms. Subashini Samaradiwakara\">su&#098;&#097;shini&#046;u&#110;&#105;&#064;gmail&#046;&#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:m&#097;rk&#097;n&#100;&#117;&#114;&#097;&#109;ya&#104;&#064;&#104;otmail&#046;&#099;om\" title=\"Email Ms. Markandu Ramyah\">ma&#114;kand&#117;&#114;am&#121;&#097;&#104;&#064;h&#111;&#116;ma&#105;l&#046;c&#111;&#109;<\/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:kanan&#097;&#116;&#104;a&#110;pi&#114;asha04&#064;gma&#105;&#108;&#046;&#099;&#111;m\" title=\"Email Ms.Pirashanthiny Kananathan\">&#107;a&#110;a&#110;at&#104;&#097;n&#112;i&#114;&#097;s&#104;&#097;0&#052;&#064;g&#109;&#097;i&#108;&#046;c&#111;m<\/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:&#115;&#097;&#110;&#103;e&#101;&#116;&#064;u&#110;iv&#046;&#106;&#102;&#110;.&#097;&#099;.&#108;&#107;\" title=\"Email Mr. T. Sangeevan\">&#115;ang&#101;e&#116;&#064;&#117;n&#105;&#118;&#046;j&#102;n.&#097;&#099;&#046;lk<\/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}]}}