Swiper demo
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&family=Signika:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
body {
position: relative;
height: 100%;
width: 100%;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
color: #000;
margin: 0;
padding: 0;
}
.slider {
height: 100vh;
background-image: url(/wp-content/uploads/2023/08/22-scaled.jpg);
background-size: cover;
background-repeat: no-repeat;
}
.title {
width: 100%;
height: 9rem;
color: rgb(255, 255, 255);
font-size: 1.5rem;
font-family: 'Roboto', sans-serif;
font-family: 'Signika', sans-serif;
text-align: center;
background-color: #1690a0;
border-radius: 0.5rem;
padding: 1rem 0rem;
margin-top: 1rem;
margin-bottom: 5rem;
display: flex;
justify-content: center;
align-items: center;
}
.npl-logo img {
width: 50%;
}
.swiper {
width: 100%;
padding-bottom: 20px;
}
.swiper-slide {
background-position: center;
background-size: cover;
width: 50%;
}
.swiper-slide img {
display: block;
width: 100%;
}
.main-2 {
background-color: rgb(219, 242, 255);
width: 100%;
height: 40rem;
}
.main-2 h1{
text-align: center;
color: #225187fb;
font-size: 2.5rem;
padding-top: 2rem;
}
.media-feed {
width: 100%;
height: 30rem;
display: flex;
justify-content: center;
align-items: center;
}
.youtube-box {
width: 470;
height: 315;
margin: 0rem 2rem;
display: flex;
}
.fb {
width: 470;
height: 315;
display: inline-block;
}
.news-2023 {
background-color: rgb(255, 255, 255);
}
table {
font-family: arial, sans-serif;
border-collapse: collapse;
margin: 1rem 0rem;
border: 2px solid #1d1c1c;
}
th {
color: dark blue;
font-size: 2rem;
text-align: center;
border: 1px solid #1d1c1c;
text-align: center;
padding: 10px;
border: 2px solid #1d1c1c;
background-color: #555353;
}
td {
text-align: left;
font-size: 2rem;
padding: 20px;
border: 2px solid #1d1c1c;
}
td a {
text-decoration: none;
color: black;
}
td a:hover {
color: blue;
}
.view {
text-align: center;
}
.date {
text-align: center;
}
.source {
text-align: center;
}
.archive {
margin: 1rem 0rem;
display: flex;
justify-content: center;
align-items: center;
}
.archive button {
padding: 0.5rem 1.5rem;
border-radius: 0.5rem;
color: black;
font-size: 1.2rem;
}
.archive button:hover {
background-color: rgb(28, 133, 133);
color: rgb(252, 252, 252);
}
.archive button a {
text-decoration: none;
}
.social-icon {
padding: 2% 2%;
}
.twitter {
color: #000;
text-decoration: none;
font-size: 25px;
}
.facebook {
color: #000;
text-decoration: none;
font-size: 25px;
}
.instagram {
color: #000;
text-decoration: none;
font-size: 25px;
}
.youtube {
color: #000;
text-decoration: none;
font-size: 25px;
background-color: rgb(109, 5, 5);
}
.contact {
color: #000;
text-decoration: none;
font-size: 25px;
}
.twitter:hover {
color: #381bdc;
}
.facebook:hover {
color: #3e41ed;
}
.instagram:hover {
color: #f4586f;
}
.youtube:hover {
color: #e62d1d;
}
.contact:hover {
color: #648722;
}
.footer {
width: auto;
padding: 2% 15%;
background-color: rgb(109, 5, 5);
height: auto;
}
.icon {
display: inline-block;
margin-right: 40px;
}
.icons {
display: flex;
justify-content: center;
align-items: center;
}
.text-icon {
display: inline-block;
justify-content: center;
align-items: center;
}
/* -------------------------------------media--------------------------------------------------- */
@media (max-width:1024px) and (min-width:900px) {
.main-2{
height: 30rem;
}
.media-feed {
width: 100%;
height: 45rem;
display: flex;
flex-direction: column;
}
.youtube-box {
width: 300;
height: 315;
display: flex;
}
.fb {
margin-top: 2rem;
width: 300;
height: 315;
display: inline-block;
}
}
@media (max-width:900px) and (min-width:700px) {
.main-2{
height: 52rem;
}
.media-feed {
width: 100%;
height: 45rem;
display: flex;
flex-direction: column;
}
.youtube-box {
width: 300;
height: 315;
display: flex;
}
.fb {
margin-top: 2rem;
width: 300;
height: 315;
display: inline-block;
}
}
@media (max-width:700px) and (min-width:500px) {
.main-2{
height: 52rem;
}
.media-feed {
width: 100%;
height: 50rem;
display: flex;
flex-direction: column;
}
.youtube-box {
width: 300;
height: 315;
display: flex;
}
.fb {
margin-top: 2rem;
width: 300;
height: 315;
display: inline-block;
}
.footer {
width: auto;
padding: none;
background-color: rgb(109, 5, 5);
height: auto;
}
.icon {
display: inline-block;
margin-right: none
}
}
@media (max-width:500px) and (min-width:300px) {
.main-2{
height: 55rem;
}
.media-feed {
width: 100%;
height: 50rem;
display: flex;
flex-direction: column;
}
.youtube-box {
width: 300;
height: 315;
display: flex;
}
.fb {
margin-top: 2rem;
width: 300;
height: 315;
display: inline-block;
}
.footer {
width: auto;
padding: none;
background-color: rgb(109, 5, 5);
height: auto;
}
.icon {
display: inline-block;
margin-right: none
}
}
@media (max-width:300px) and (min-width:200px) {
.main-2{
height: 55rem;
}
.media-feed {
width: 100%;
height: 50rem;
display: flex;
flex-direction: column;
}
.youtube-box {
width: 300;
height: 315;
display: flex;
}
.fb {
margin-top: 2rem;
width: 300;
height: 315;
display: inline-block;
}
.footer {
width: 100%;
background-color: rgb(109, 5, 5);
padding: none;
height: auto;
}
.icon {
display: inline-block;
margin-right: none
}
.text-icon {
font-size: 0.1rem;
}
}
Media Coverage
var swiper = new Swiper(".mySwiper", {
effect: "coverflow",
grabCursor: true,
centeredSlides: true,
slidesPerView: "auto",
coverflowEffect: {
rotate: 50,
stretch: 0,
depth: 100,
modifier: 1,
slideShadows: true,
},
pagination: {
el: ".swiper-pagination",
},
loop: true,
autoplay: {
delay: 2000,
disableOnInteraction: true,
},
});
Social Media Feed
2024, 2023
News Title
Source
Date
View
Bharatiya Nirdeshak Dravyas: India's Scientific Breakthrough Boosting Manufacturing Sector
Employment News
October 12-18, 2024
View
Council Scientific and Industrial Research (CSIR) - National Physical Laboratory (NPL) Celebrated 83rd CSIR Foundation Day
PIB
September 27, 2024
View
Big win! CSIR-NPL launches comprehensive certification for Continuous Emission Monitoring Systems across India
DownToEarth
August 12, 2024
View
CSIR-NPL organizes a brainstorming Meet on Bharatiya Nirdeshak Dravyas (BNDs) with Stakeholders
PIB
August 09, 2024
View
How time has been kept throughout history: from sundials to atomic clocks
The Hindu
August 06, 2024
View
Council Scientific and Industrial Research (CSIR)- National Physical Laboratory (NPL) organizes a three-day program on Aerospace, Electronics, Instrumentation & Strategic Sector (AEISS) theme under the One Week One Theme
PIB
August 03, 2024
View
Council of Scientific and Industrial Research -National Physical Laboratory organized one day workshop on Quality Assurance of Water and Dissemination of Bharatiya Nirdeshak Dravyas BNDs under One week One Theme- Chemicals and Petrochemicals
PIB
July 20, 2024
View
Council of Scientific and Industrial Research (CSIR) -National Physical Laboratory celebrates One Week One Theme Program on Energy & Energy Devices
PIB
June 26, 2024
View
From Chemistry to Democracy: The Story of India's Indelible Ink
Employment News
May 11-17, 2024
View
Science Talk II Prof Dr Venugopal Achanta, Director, CSIR - National Physical Laboratory
Akashvani AIR (Youtube)
09/05/2024
View
Election Special: This Secret Formulation Has Been Hallmark of India's Democracy Since 1962
NDTV
18-04-2024
View
Indelible mark of democracy: The story of India’s election ink
Firstpost
31-03-2024
View
सी.एस.आई.आर. – राष्ट्रीय भौतिक प्रयोगशाला ने मनाया एक दिवसीय हिंदी सम्मेलन
PIB
15-03-2024
View
सी.एस.आई.आर. – राष्ट्रीय भौतिक प्रयोगशाला ने मनाया एक दिवसीय हिंदी सम्मेलन
krantiodishanews
15-03-2024
View
How they made sure India's Constitution lasts for ages
Times of India
30-01-2024
View
CSIR-NPL 78th Foundation Day coverage on DD Morning Show
Doordarshan (DD)
09-01-2024
View
सीएसआईआर-एनपीएल ने अपना 78वां स्थापना दिवस मनाया
PNI News
05-01-2024
View
CSIR-NPL: सीएसआईआर-एनपीएल ने मनाया 78वां स्थापना दिवस
Sandhya Samay News
04-01-2024
View
CSIR-NPL Marks its 78th Foundation Day
PIB
04-01-2024
View
वैज्ञानिक और औद्योगिक अनुसंधान परिषद–राष्ट्रीय भौतिकी प्रयोगशाला (सीएसआईआर-एनपीएल) ने भारतीय अंतरराष्ट्रीय विज्ञान महोत्सव (आईआईएसएफ) 2023 का आउटरीच कार्यक्रम आयोजित किया
PIB
14-12-2023
View
CSIR-NPL organized Outreach Program of IISF 2023
PIB
14-12-2023
View
1.7 lakh vials of indelible ink procured from Mysuru for November 30 polls
Times of India
22-11-2023
View
International Workshop on Advanced Materials Challenges and Standardization need for Net Zero Technologies (AMCSNZT-2023)
DD
17-10-2023
View
CSIR-National Physical Laboratory Hosts International Workshop on Net Zero Technologies
Krishi Jagran
10-10-2023
View
CSIR-National Physical Laboratory, New Delhi organizes International Workshop on Advanced Materials and Energy Efficient Technologies to combat with climate change
PIB
09-10-2023
View
C-DOT and CSIR-National Physical laboratory sign agreement for ‘Development of NavIC based IST traceable Primary Reference Time Clock for Telecom Sector
PIB
20-09-2023
View
Indian scientists making high-purity polysilicon ingots from recyled PV cells
pv magazine
19-09-2023
View
Discovery Of Cholera Toxin, Collagen Structure, DNA Fingerprinting, Chandrayaan — India's Science Milestones Since Independence
abp LIVE
15-08-2023
View
Understanding the science: ‘Room-temperature superconductivity’ claim fails tests
Hindustan Times
09-08-2023
View
India to issue framework on $730 mn quantum mission in August
Techcircle
18-07-2023
View
India to issue framework on $730 mn quantum mission in August
livemint
18-07-2023
View
CSIR-National Physical Laboratory celebrates World Environment Day 2023
PIB
05-06-2023
View
CSIR-National Physical Laboratory celebrates World Environment Day 2023
WorldNews 24x7
05-06-2023
View
Council of Scientific and Industrial Research-National Physical Laboratory Celebrates World
Environment Day 2023
NDTV
05-06-2023
View
Curtains Came Down On “One Week One Lab” Programme Of CSIR-NPL Delhi
India Education Diary
21-04-2023
View
CSIR-NPL organises today’s “Metrology Conclave” under the “One Week One Lab” Program
IBG News
20-04-2023
View
CSIR-National Physical Laboratory celebrates World Metrology Day 2023. The theme of this
year is
“Measurements supporting the global food system”.
PIB
19-04-2023
View
'Yuva' portal launched to connect and identify potential young startups across the country
Economics Times
18-04-2023
View
Union Minister Dr. Jitendra Singh launches ‘YUVA PORTAL
ExamList
18-04-2023
View
“One week, one lab” programme launched; Know all about it"
NewsOnAir
18-04-2023
View
Union Minister Dr Jitendra Singh says, “YUVA PORTAL”, launched today will help in connecting
and
identifying potential young Start-Ups
PIB
17-04-2023
View
New Delhi: Union Minister Dr. Jitendra Singh launches ‘YUVA PORTAL’ to identify potential
young
Start-Ups
NewsOn Air
17-04-2023
View
Union Minister Dr. Jitendra Singh launches ‘YUVA PORTAL’to identify potential young
start-ups
Explore Mizoram
17-04-2023
View
Dr Jitendra Launches ‘YUVA’ Portal For Potential Young StartUps
DailyExcelsior
17-04-2023
View
CSIR-National Physical Laboratory going to organize the ‘One Week One Lab’ program from
17-21
April,
2023; Open to public on these days
New Delhi Times
15-04-2023
View
ONE WEEK ONE LAB
StateTimes
15-04-2023
View
National Physical Laboratory to showcase achievements during 'One Week, One Lab' initiative from Monday
NewsDrum
15-04-2023
View
CSIR-National Physical Laboratory is going to organize the ‘One Week One Lab’ program
ODISHA NEWS TIMES
14-04-2023
View
CSIR-National Physical Laboratory to organize ‘One Week One Lab’ program from 17-21 April 2023
Devdiscourse News Desk
14-04-2023
View
सीएसआईआर दे रहा नोट पहचानने की ट्रेनिंग,प्रिंसिपल साइंटिस्ट ने बताया सही तरीका
News24
14-04-2023
View
ONE WEEK One LAB, NPL to open for Public from 17-21 April 2023
WorldNews24X7
14-04-2023
View
सीएसआईआर का वन वीक वन लैब कार्यक्रम, साइंस स्टूडेंट के लिए लैब विजिट करने का खास मौका
News24
14-04-2023
View
सीएसआईआर-एनपीएल एक सप्ताह तक आम जनता के लिए खुला रहेगा सीएसआईआर – राष्ट्रीय भौतिक प्रयोगशाला
17
से
21 अप्रैल, 2023 तक
cgtop36.com/
14-04-2023
View
सीएसआईआर का वन वीक वन लैब कार्यक्रम, साइंस स्टूडेंट के लिए लैब विजिट करने का खास मौका
Hindustan Samachar
14-04-2023
View
Doors of the CSIR-NPL will Remain Open to the Public for a Week
Digpu
14-04-2023
View
NPL will remain open to public for a week CSIR-National Physical Laboratory
PIB
14-04-2023
View
77th Foundation Day of CSIR-NPL
CSIR News
04-01-2023
View
Media Coverage
Social Media Feed
2024, 2023
News Title | Source | Date | View |
---|---|---|---|
Bharatiya Nirdeshak Dravyas: India's Scientific Breakthrough Boosting Manufacturing Sector | Employment News | October 12-18, 2024 | View |
Council Scientific and Industrial Research (CSIR) - National Physical Laboratory (NPL) Celebrated 83rd CSIR Foundation Day | PIB | September 27, 2024 | View |
Big win! CSIR-NPL launches comprehensive certification for Continuous Emission Monitoring Systems across India | DownToEarth | August 12, 2024 | View |
CSIR-NPL organizes a brainstorming Meet on Bharatiya Nirdeshak Dravyas (BNDs) with Stakeholders | PIB | August 09, 2024 | View |
How time has been kept throughout history: from sundials to atomic clocks | The Hindu | August 06, 2024 | View |
Council Scientific and Industrial Research (CSIR)- National Physical Laboratory (NPL) organizes a three-day program on Aerospace, Electronics, Instrumentation & Strategic Sector (AEISS) theme under the One Week One Theme | PIB | August 03, 2024 | View |
Council of Scientific and Industrial Research -National Physical Laboratory organized one day workshop on Quality Assurance of Water and Dissemination of Bharatiya Nirdeshak Dravyas BNDs under One week One Theme- Chemicals and Petrochemicals | PIB | July 20, 2024 | View |
Council of Scientific and Industrial Research (CSIR) -National Physical Laboratory celebrates One Week One Theme Program on Energy & Energy Devices | PIB | June 26, 2024 | View |
From Chemistry to Democracy: The Story of India's Indelible Ink | Employment News | May 11-17, 2024 | View |
Science Talk II Prof Dr Venugopal Achanta, Director, CSIR - National Physical Laboratory | Akashvani AIR (Youtube) | 09/05/2024 | View |
Election Special: This Secret Formulation Has Been Hallmark of India's Democracy Since 1962 | NDTV | 18-04-2024 | View |
Indelible mark of democracy: The story of India’s election ink | Firstpost | 31-03-2024 | View |
सी.एस.आई.आर. – राष्ट्रीय भौतिक प्रयोगशाला ने मनाया एक दिवसीय हिंदी सम्मेलन | PIB | 15-03-2024 | View |
सी.एस.आई.आर. – राष्ट्रीय भौतिक प्रयोगशाला ने मनाया एक दिवसीय हिंदी सम्मेलन | krantiodishanews | 15-03-2024 | View |
How they made sure India's Constitution lasts for ages | Times of India | 30-01-2024 | View |
CSIR-NPL 78th Foundation Day coverage on DD Morning Show | Doordarshan (DD) | 09-01-2024 | View |
सीएसआईआर-एनपीएल ने अपना 78वां स्थापना दिवस मनाया | PNI News | 05-01-2024 | View |
CSIR-NPL: सीएसआईआर-एनपीएल ने मनाया 78वां स्थापना दिवस | Sandhya Samay News | 04-01-2024 | View |
CSIR-NPL Marks its 78th Foundation Day | PIB | 04-01-2024 | View |
वैज्ञानिक और औद्योगिक अनुसंधान परिषद–राष्ट्रीय भौतिकी प्रयोगशाला (सीएसआईआर-एनपीएल) ने भारतीय अंतरराष्ट्रीय विज्ञान महोत्सव (आईआईएसएफ) 2023 का आउटरीच कार्यक्रम आयोजित किया | PIB | 14-12-2023 | View |
CSIR-NPL organized Outreach Program of IISF 2023 | PIB | 14-12-2023 | View |
1.7 lakh vials of indelible ink procured from Mysuru for November 30 polls | Times of India | 22-11-2023 | View |
International Workshop on Advanced Materials Challenges and Standardization need for Net Zero Technologies (AMCSNZT-2023) | DD | 17-10-2023 | View |
CSIR-National Physical Laboratory Hosts International Workshop on Net Zero Technologies | Krishi Jagran | 10-10-2023 | View |
CSIR-National Physical Laboratory, New Delhi organizes International Workshop on Advanced Materials and Energy Efficient Technologies to combat with climate change | PIB | 09-10-2023 | View |
C-DOT and CSIR-National Physical laboratory sign agreement for ‘Development of NavIC based IST traceable Primary Reference Time Clock for Telecom Sector | PIB | 20-09-2023 | View |
Indian scientists making high-purity polysilicon ingots from recyled PV cells | pv magazine | 19-09-2023 | View |
Discovery Of Cholera Toxin, Collagen Structure, DNA Fingerprinting, Chandrayaan — India's Science Milestones Since Independence | abp LIVE | 15-08-2023 | View |
Understanding the science: ‘Room-temperature superconductivity’ claim fails tests | Hindustan Times | 09-08-2023 | View |
India to issue framework on $730 mn quantum mission in August | Techcircle | 18-07-2023 | View |
India to issue framework on $730 mn quantum mission in August | livemint | 18-07-2023 | View |
CSIR-National Physical Laboratory celebrates World Environment Day 2023 | PIB | 05-06-2023 | View |
CSIR-National Physical Laboratory celebrates World Environment Day 2023 | WorldNews 24x7 | 05-06-2023 | View |
Council of Scientific and Industrial Research-National Physical Laboratory Celebrates World Environment Day 2023 | NDTV | 05-06-2023 | View |
Curtains Came Down On “One Week One Lab” Programme Of CSIR-NPL Delhi | India Education Diary | 21-04-2023 | View |
CSIR-NPL organises today’s “Metrology Conclave” under the “One Week One Lab” Program | IBG News | 20-04-2023 | View |
CSIR-National Physical Laboratory celebrates World Metrology Day 2023. The theme of this year is “Measurements supporting the global food system”. | PIB | 19-04-2023 | View |
'Yuva' portal launched to connect and identify potential young startups across the country | Economics Times | 18-04-2023 | View |
Union Minister Dr. Jitendra Singh launches ‘YUVA PORTAL | ExamList | 18-04-2023 | View |
“One week, one lab” programme launched; Know all about it" | NewsOnAir | 18-04-2023 | View |
Union Minister Dr Jitendra Singh says, “YUVA PORTAL”, launched today will help in connecting and identifying potential young Start-Ups | PIB | 17-04-2023 | View |
New Delhi: Union Minister Dr. Jitendra Singh launches ‘YUVA PORTAL’ to identify potential young Start-Ups | NewsOn Air | 17-04-2023 | View |
Union Minister Dr. Jitendra Singh launches ‘YUVA PORTAL’to identify potential young start-ups | Explore Mizoram | 17-04-2023 | View |
Dr Jitendra Launches ‘YUVA’ Portal For Potential Young StartUps | DailyExcelsior | 17-04-2023 | View |
CSIR-National Physical Laboratory going to organize the ‘One Week One Lab’ program from 17-21 April, 2023; Open to public on these days | New Delhi Times | 15-04-2023 | View |
ONE WEEK ONE LAB | StateTimes | 15-04-2023 | View |
National Physical Laboratory to showcase achievements during 'One Week, One Lab' initiative from Monday | NewsDrum | 15-04-2023 | View |
CSIR-National Physical Laboratory is going to organize the ‘One Week One Lab’ program | ODISHA NEWS TIMES | 14-04-2023 | View |
CSIR-National Physical Laboratory to organize ‘One Week One Lab’ program from 17-21 April 2023 | Devdiscourse News Desk | 14-04-2023 | View |
सीएसआईआर दे रहा नोट पहचानने की ट्रेनिंग,प्रिंसिपल साइंटिस्ट ने बताया सही तरीका | News24 | 14-04-2023 | View |
ONE WEEK One LAB, NPL to open for Public from 17-21 April 2023 | WorldNews24X7 | 14-04-2023 | View |
सीएसआईआर का वन वीक वन लैब कार्यक्रम, साइंस स्टूडेंट के लिए लैब विजिट करने का खास मौका | News24 | 14-04-2023 | View |
सीएसआईआर-एनपीएल एक सप्ताह तक आम जनता के लिए खुला रहेगा सीएसआईआर – राष्ट्रीय भौतिक प्रयोगशाला 17 से 21 अप्रैल, 2023 तक | cgtop36.com/ | 14-04-2023 | View |
सीएसआईआर का वन वीक वन लैब कार्यक्रम, साइंस स्टूडेंट के लिए लैब विजिट करने का खास मौका | Hindustan Samachar | 14-04-2023 | View |
Doors of the CSIR-NPL will Remain Open to the Public for a Week | Digpu | 14-04-2023 | View |
NPL will remain open to public for a week CSIR-National Physical Laboratory | PIB | 14-04-2023 | View |
77th Foundation Day of CSIR-NPL | CSIR News | 04-01-2023 | View |