Dear Administrator,
Please post this in our LIS Forum.
Thanks n Regards.
BP Prakash
=========================================================
Dept of Studies in L&IS , Mysore University - Diamond Jubilee celebrations
📢 SPOT LIGHT LECTURE SERIES – 2
Dear LIS Professionals,
The Department of Library and Information Science, University of Mysore, in association with MILAN (Mysore University Information and Library Science Alumni Network), is organizing “Spotlight Lecture Series – 2”, as a prelude to its Diamond Jubilee (60th Year) Summit, scheduled for May 29th & 30th this year.
Topic of the Lecture: DVG Emba Adbhuta (ಡಿವಿಜಿ ಎಂಬ ಅದ್ಭುತ)
The lecture will introduce the life, literary contributions, and philosophical ideas of Dr. D. V. Gundappa (DVG), who is widely known to Kannada readers through his classic work Mankuthimmana Kagga. The session aims to present the relevance of his thoughts, values, and literary contributions to contemporary society.
Speaker:
Sri. Timmanna Bhat
Head, Department of Kannada
Vibgyor International School
Bengaluru
About the Speaker:
Sri. Timmanna Bhat is a teacher and speaker actively engaged in bringing Kannada literature and philosophical thought to the public. He currently serves as the Head of the Kannada Department at Vibgyor International School, Bengaluru. Through his column “Anudina Kagga” published in Vijaya Karnataka daily newspaper, he has been interpreting the philosophical messages of Mankuthimmana Kagga in a simple and accessible manner for readers. He has delivered numerous lectures across Karnataka on Kannada literature, especially on Mankuthimmana Kagga, inspiring young people to appreciate literature and life values.
For Kannada version, click here: Spotlight Lecture Series - 2
📅 Date: Saturday 14th March 2026
⏰ Time: 4:30 PM – 5:30 PM
📍 Mode: In-Person / Offline
Venue: Seminar Hall , Informatics India Limited.
No. 194, Rashtriya Vidyalaya Road , 2nd Block, Jayanagar East, Basavanagudi, Bengaluru – 560004
(Below South End Circle Metro Station / Green Line)
All are cordially invited.
=============================
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Spotlight Lecture Series – 2 | DVG Emba Adbhuta</title>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,800;1,600&family=Lora:ital,wght@0,400;0,600;1,400&family=Noto+Sans+Kannada:wght@400;600&display=swap" rel="stylesheet"/>
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--gold: #C9922A;
--gold-lt: #E8B84B;
--dark: #1A1108;
--brown: #3E1F00;
--cream: #FDF6E3;
--cream2: #F5E9C8;
--red: #8B1A1A;
--text: #2C1A00;
}
body {
background: var(--dark);
font-family: 'Lora', Georgia, serif;
color: var(--text);
min-height: 100vh;
display: flex;
justify-content: center;
align-items: flex-start;
padding: 40px 16px 60px;
}
/* ── Outer card ── */
.card {
width: 100%;
max-width: 780px;
background: var(--cream);
border: 3px solid var(--gold);
box-shadow: 0 0 0 8px var(--brown), 0 30px 80px rgba(0,0,0,.7);
position: relative;
overflow: hidden;
animation: fadeUp .9s ease both;
}
@keyframes fadeUp {
from { opacity:0; transform:translateY(30px); }
to { opacity:1; transform:translateY(0); }
}
/* Decorative corner ornaments */
.card::before, .card::after {
content:'';
position:absolute;
width:80px; height:80px;
border:3px solid var(--gold);
opacity:.45;
pointer-events:none;
}
.card::before { top:12px; left:12px; border-right:none; border-bottom:none; }
.card::after { bottom:12px; right:12px; border-left:none; border-top:none; }
/* ── Header band ── */
.header {
background: linear-gradient(135deg, var(--brown) 0%, #5A2E00 60%, var(--red) 100%);
padding: 28px 36px 22px;
text-align: center;
position: relative;
}
.header::after {
content:'';
position:absolute;
bottom:0; left:0; right:0; height:4px;
background: linear-gradient(90deg, transparent, var(--gold-lt), var(--gold), var(--gold-lt), transparent);
}
.series-label {
font-family: 'Lora', serif;
font-size: 11px;
letter-spacing: 4px;
text-transform: uppercase;
color: var(--gold-lt);
margin-bottom: 8px;
}
.series-title {
font-family: 'Playfair Display', serif;
font-size: 30px;
font-weight: 800;
color: #fff;
line-height: 1.15;
}
.series-title span { color: var(--gold-lt); }
.organizer-line {
margin-top: 10px;
font-size: 11.5px;
color: rgba(255,255,255,.65);
letter-spacing: .5px;
}
.diamond-badge {
display: inline-block;
margin-top: 12px;
padding: 5px 16px;
border: 1px solid var(--gold);
color: var(--gold-lt);
font-size: 10.5px;
letter-spacing: 2px;
text-transform: uppercase;
border-radius: 2px;
}
/* ── Topic section ── */
.topic-section {
background: var(--cream2);
border-top: 2px solid var(--gold);
border-bottom: 2px solid var(--gold);
padding: 22px 36px;
display: flex;
gap: 28px;
align-items: center;
flex-wrap: wrap;
}
.dvg-portrait {
width: 115px;
height: 140px;
object-fit: cover;
object-position: top center;
border: 3px solid var(--gold);
box-shadow: 6px 6px 0 var(--brown);
flex-shrink: 0;
filter: sepia(30%);
}
.dvg-portrait-fallback {
width: 115px;
height: 140px;
background: linear-gradient(160deg, #3E1F00, #8B1A1A);
border: 3px solid var(--gold);
box-shadow: 6px 6px 0 var(--brown);
flex-shrink: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: var(--gold-lt);
font-size: 11px;
text-align: center;
font-family: 'Noto Sans Kannada', sans-serif;
letter-spacing: 1px;
padding: 10px;
}
.dvg-portrait-fallback .initials {
font-family: 'Playfair Display', serif;
font-size: 40px;
font-weight: 800;
line-height: 1;
margin-bottom: 8px;
color: var(--gold-lt);
}
.topic-info { flex: 1; min-width: 200px; }
.topic-label {
font-size: 10.5px;
letter-spacing: 3px;
text-transform: uppercase;
color: var(--red);
font-family: 'Lora', serif;
margin-bottom: 6px;
}
.topic-title-en {
font-family: 'Playfair Display', serif;
font-size: 24px;
font-weight: 800;
color: var(--brown);
line-height: 1.2;
}
.topic-title-kn {
font-family: 'Noto Sans Kannada', sans-serif;
font-size: 17px;
color: var(--red);
margin-top: 4px;
font-weight: 600;
}
.topic-desc {
margin-top: 12px;
font-size: 13.5px;
line-height: 1.75;
color: #3a2000;
}
/* ── Divider ornament ── */
.ornament {
text-align: center;
color: var(--gold);
font-size: 18px;
padding: 14px 0 6px;
letter-spacing: 8px;
}
/* ── Speaker section ── */
.speaker-section {
padding: 18px 36px 24px;
display: flex;
gap: 24px;
align-items: flex-start;
flex-wrap: wrap;
}
.speaker-icon-wrap {
width: 80px;
height: 80px;
border-radius: 50%;
background: linear-gradient(135deg, var(--brown), var(--red));
border: 3px solid var(--gold);
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
font-family: 'Playfair Display', serif;
font-size: 30px;
color: var(--gold-lt);
font-weight: 800;
}
.speaker-details { flex: 1; min-width: 200px; }
.speaker-tag {
font-size: 10px;
letter-spacing: 3px;
text-transform: uppercase;
color: var(--gold);
margin-bottom: 4px;
}
.speaker-name {
font-family: 'Playfair Display', serif;
font-size: 22px;
font-weight: 700;
color: var(--brown);
}
.speaker-role {
font-size: 13px;
color: var(--red);
margin-top: 3px;
font-style: italic;
}
.speaker-bio {
margin-top: 10px;
font-size: 13px;
line-height: 1.75;
color: #3a2000;
border-left: 3px solid var(--gold);
padding-left: 14px;
background: rgba(201,146,42,.07);
padding-top: 8px;
padding-bottom: 8px;
padding-right: 10px;
}
/* ── Event details strip ── */
.details-strip {
background: linear-gradient(135deg, var(--brown) 0%, #5A2E00 100%);
padding: 22px 36px;
display: flex;
gap: 20px;
flex-wrap: wrap;
justify-content: space-between;
border-top: 2px solid var(--gold);
border-bottom: 2px solid var(--gold);
}
.detail-item {
display: flex;
align-items: flex-start;
gap: 10px;
flex: 1;
min-width: 160px;
}
.detail-icon {
font-size: 22px;
line-height: 1;
flex-shrink: 0;
}
.detail-label {
font-size: 9.5px;
letter-spacing: 2.5px;
text-transform: uppercase;
color: var(--gold-lt);
margin-bottom: 3px;
}
.detail-value {
font-size: 14px;
color: #fff;
font-weight: 600;
font-family: 'Playfair Display', serif;
}
.detail-sub {
font-size: 11.5px;
color: rgba(255,255,255,.65);
margin-top: 2px;
line-height: 1.5;
font-family: 'Lora', serif;
}
/* ── Venue section ── */
.venue-section {
padding: 18px 36px 20px;
display: flex;
gap: 20px;
align-items: flex-start;
flex-wrap: wrap;
}
.venue-info { flex: 1; min-width: 200px; }
.venue-label {
font-size: 10px;
letter-spacing: 3px;
text-transform: uppercase;
color: var(--red);
margin-bottom: 6px;
}
.venue-name {
font-family: 'Playfair Display', serif;
font-size: 18px;
font-weight: 700;
color: var(--brown);
}
.venue-address {
font-size: 13px;
color: #5a3a00;
line-height: 1.7;
margin-top: 6px;
}
.venue-metro {
margin-top: 8px;
display: inline-flex;
align-items: center;
gap: 6px;
background: rgba(139,26,26,.1);
border: 1px solid var(--red);
padding: 4px 12px;
border-radius: 20px;
font-size: 11.5px;
color: var(--red);
}
/* ── Registration CTA ── */
.cta-section {
background: var(--cream2);
border-top: 2px solid var(--gold);
padding: 22px 36px;
text-align: center;
}
.cta-title {
font-family: 'Playfair Display', serif;
font-size: 16px;
color: var(--brown);
margin-bottom: 14px;
font-weight: 700;
}
.cta-pills {
display: flex;
gap: 12px;
justify-content: center;
flex-wrap: wrap;
margin-bottom: 16px;
}
.pill {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 9px 20px;
border-radius: 3px;
font-size: 13px;
font-weight: 600;
cursor: pointer;
transition: all .2s;
text-decoration: none;
font-family: 'Lora', serif;
}
.pill-primary {
background: linear-gradient(135deg, var(--brown), var(--red));
color: var(--gold-lt);
border: 2px solid var(--gold);
}
.pill-primary:hover { opacity:.88; transform: translateY(-2px); }
.pill-secondary {
background: transparent;
color: var(--brown);
border: 2px solid var(--gold);
}
.pill-secondary:hover { background: var(--gold); color:#fff; }
.free-note {
font-size: 12px;
color: #5a3a00;
font-style: italic;
}
.cert-note {
margin-top: 10px;
display: inline-flex;
align-items: center;
gap: 6px;
background: rgba(201,146,42,.12);
border: 1px solid var(--gold);
padding: 6px 16px;
border-radius: 3px;
font-size: 12.5px;
color: var(--brown);
}
/* ── Footer ── */
.footer {
background: var(--dark);
padding: 16px 36px;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 10px;
}
.footer-left {
font-size: 11px;
color: rgba(255,255,255,.45);
line-height: 1.6;
}
.footer-contact {
font-size: 11.5px;
color: var(--gold-lt);
text-align: right;
line-height: 1.7;
}
.footer-contact span { color: rgba(255,255,255,.5); font-size:10px; display:block; }
/* ── Horizontal rule ── */
.hr {
border: none;
height: 1px;
background: linear-gradient(90deg, transparent, var(--gold), transparent);
margin: 0 36px;
opacity: .5;
}
@media (max-width: 520px) {
.topic-section, .speaker-section, .details-strip, .venue-section, .footer {
padding-left: 20px; padding-right: 20px;
}
.header { padding: 20px; }
.series-title { font-size: 22px; }
.cta-section { padding: 18px 20px; }
}
</style>
</head>
<body>
<div class="card">
<!-- ══ HEADER ══ -->
<div class="header">
<div class="series-label">📢 Announcement</div>
<div class="series-title">Spotlight Lecture Series – <span>2</span></div>
<div class="organizer-line">
Department of Library & Information Science, University of Mysore<br/>
in association with <strong style="color:rgba(255,255,255,.85)">MILAN</strong>
(Mysore University Information and Library Science Alumni Network)
</div>
<div class="diamond-badge">♦ Diamond Jubilee — 60th Year Celebrations 2025–26 ♦</div>
</div>
<!-- ══ TOPIC ══ -->
<div class="topic-section">
<div style="flex-shrink:0; text-align:center;">
<img
src="https://res.cloudinary.com/kannudi/image/upload/v1480084027/people/DVG.jpg"
alt="Dr. D. V. Gundappa (DVG)"
class="dvg-portrait"
onerror="this.style.display='none'; document.getElementById('dvg-fallback').style.display='flex';"
/>
<div id="dvg-fallback" class="dvg-portrait-fallback" style="display:none;">
<div class="initials">DVG</div>
<div>D. V. Gundappa</div>
<div style="font-size:9px;margin-top:4px;opacity:.7;">1887 – 1975</div>
</div>
<div style="font-size:10px;color:var(--red);margin-top:6px;font-family:'Lora',serif;font-style:italic;font-weight:600;">Dr. D. V. Gundappa</div>
<div style="font-size:9px;color:#7a4a00;margin-top:2px;">1887 – 1975</div>
</div>
<div class="topic-info">
<div class="topic-label">Topic of the Lecture</div>
<div class="topic-title-en">DVG Emba Adbhuta</div>
<div class="topic-title-kn">ಡಿವಿಜಿ ಎಂಬ ಅದ್ಭುತ</div>
<p class="topic-desc">
This lecture explores the life, literary contributions, and philosophical ideas of
<strong>Dr. D. V. Gundappa (DVG)</strong> — celebrated poet, philosopher, and author of
the timeless <em>Mankuthimmana Kagga</em>. The session presents the enduring relevance of
his thoughts, values, and writings to contemporary society, making it especially meaningful
for knowledge professionals who champion the power of ideas and literature.
</p>
</div>
</div>
<div class="ornament">✦ ✦ ✦</div>
<hr class="hr"/>
<!-- ══ SPEAKER ══ -->
<div class="speaker-section">
<div style="flex-shrink:0; text-align:center;">
<div style="width:100px; height:120px; border:3px solid var(--gold); box-shadow:5px 5px 0 var(--brown); background:linear-gradient(160deg,#4a2500,#7a1a1a); display:flex; flex-direction:column; align-items:center; justify-content:center; color:var(--gold-lt); gap:6px;">
<div style="font-size:38px;">👤</div>
<div style="font-size:9px;letter-spacing:1px;opacity:.8;font-family:'Lora',serif;text-align:center;padding:0 6px;">Sri. Timmanna Bhat</div>
</div>
</div>
<div class="speaker-details">
<div class="speaker-tag">✦ Speaker</div>
<div class="speaker-name">Sri. Timmanna Bhat</div>
<div class="speaker-role">Head, Department of Kannada · Vibgyor International School, Bengaluru</div>
<div class="speaker-bio">
Sri. Timmanna Bhat is a dedicated teacher and inspiring speaker who brings Kannada literature
and philosophical thought to diverse audiences. Through his acclaimed column <em>"Anudina Kagga"</em>
in <strong>Vijaya Karnataka</strong> daily, he interprets the philosophical messages of
<em>Mankuthimmana Kagga</em> in a simple and accessible manner. He has delivered numerous
lectures across Karnataka, inspiring young people to appreciate literature, wisdom, and life values.
</div>
</div>
</div>
<hr class="hr"/>
<!-- ══ EVENT DETAILS ══ -->
<div class="details-strip">
<div class="detail-item">
<div class="detail-icon">📅</div>
<div>
<div class="detail-label">Date</div>
<div class="detail-value">14 March 2026</div>
<div class="detail-sub">Saturday</div>
</div>
</div>
<div class="detail-item">
<div class="detail-icon">⏰</div>
<div>
<div class="detail-label">Time</div>
<div class="detail-value">4:30 PM – 5:30 PM</div>
<div class="detail-sub">IST (1 Hour Session)</div>
</div>
</div>
<div class="detail-item">
<div class="detail-icon">🏛️</div>
<div>
<div class="detail-label">Mode</div>
<div class="detail-value">In-Person / Offline</div>
<div class="detail-sub">Seminar Hall</div>
</div>
</div>
<div class="detail-item">
<div class="detail-icon">🎟️</div>
<div>
<div class="detail-label">Entry</div>
<div class="detail-value">Free</div>
<div class="detail-sub">All Are Welcome</div>
</div>
</div>
</div>
<!-- ══ VENUE ══ -->
<div class="venue-section">
<div style="font-size:32px; flex-shrink:0; margin-top:4px;">📍</div>
<div class="venue-info">
<div class="venue-label">Venue</div>
<div class="venue-name">Seminar Hall, Informatics India Limited</div>
<div class="venue-address">
No. 194, Rashtriya Vidyalaya Road, 2nd Block<br/>
Jayanagar East, Basavanagudi<br/>
Bengaluru – 560 004
</div>
<div class="venue-metro">🚇 Near South End Circle Metro Station</div>
</div>
</div>
<hr class="hr"/>
<!-- ══ CTA ══ -->
<div class="cta-section">
<div class="cta-title">All LIS Professionals & Students Are Cordially Invited to Attend</div>
</div>
<!-- ══ FOOTER ══ -->
<div class="footer">
<div class="footer-left">
Department of Library & Information Science<br/>
University of Mysore, Mysuru – 570 006<br/>
<span style="color:rgba(255,255,255,.3);font-size:10px;">MILAN – Alumni Network</span>
</div>
</div>
</div>
</body>
</html>