0% found this document useful (0 votes)
76 views19 pages

view-page-source.com-rolexcoderz.netlify.app_science_.txt

Page source for ssc
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
76 views19 pages

view-page-source.com-rolexcoderz.netlify.app_science_.txt

Page source for ssc
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 19

<!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RolexCoderZ</title>

<style>
body {
margin: 0;
padding: 0;
font-family: 'Poppins', sans-serif;
background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
color: #fff;
overflow-x: hidden;
}

.container {
max-width: 1200px;
margin: 20px auto;
padding: 20px;
border-radius: 20px;
background: rgba(255, 255, 255, 0.1);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
backdrop-filter: blur(15px);
}

.nav-tabs {
display: flex;
justify-content: center;
margin-bottom: 30px;
}

.nav-tabs button {
padding: 14px 30px;
margin: 0 10px;
font-size: 1.2rem;
font-weight: bold;
color: #fff;
background: linear-gradient(90deg, #ff7eb3, #ff758c);
border: none;
border-radius: 30px;
cursor: pointer;
box-shadow: 0 6px 15px rgba(255, 117, 140, 0.5);
transition: all 0.3s ease;
}

.nav-tabs button:hover {
transform: scale(1.15);
background: linear-gradient(90deg, #ff758c, #ff7eb3);
box-shadow: 0 8px 20px rgba(255, 117, 140, 0.6);
}

.nav-tabs button.active {
background: linear-gradient(90deg, #ffd700, #ffac33);
box-shadow: 0 10px 25px rgba(255, 215, 0, 0.6);
transform: scale(1.2);
}
.section {
display: none;
opacity: 0;
animation: fadeIn 0.6s ease forwards;
}

.section.active {
display: block;
opacity: 1;
}

.card {
display: flex;
align-items: center;
gap: 20px;
margin-bottom: 20px;
padding: 20px;
background: linear-gradient(145deg, #23243b, #191a29);
border-radius: 20px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
transition: transform 0.4s ease, box-shadow 0.4s ease;
overflow: hidden;
position: relative;
}

.card:hover {
transform: translateY(-10px) scale(1.05);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.7);
}

.card img {
width: 200px;
height: 130px;
border-radius: 15px;
object-fit: cover;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.card-content {
flex-grow: 1;
z-index: 1;
}

.card-content h3 {
margin: 0;
font-size: 1.6rem;
color: #ffd700;
}

.card-content p {
margin: 8px 0;
font-size: 1rem;
color: #c4c4d4;
}

.card-actions a {
display: inline-block;
padding: 10px 20px;
font-size: 1rem;
font-weight: bold;
text-decoration: none;
color: #fff;
background: linear-gradient(90deg, #4caf50, #1de9b6);
border-radius: 10px;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(29, 233, 182, 0.5);
}

.card-actions a:hover {
background: linear-gradient(90deg, #1de9b6, #4caf50);
box-shadow: 0 6px 18px rgba(29, 233, 182, 0.7);
transform: scale(1.1);
}

.pdf-logo {
width: 70px;
height: 70px;
background: linear-gradient(145deg, #ff6b6b, #f56565);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.8rem;
font-weight: bold;
color: #fff;
box-shadow: 0 5px 15px rgba(255, 107, 107, 0.6);
z-index: 1;
}

@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}

@keyframes rotate {
0% {
transform: rotate(-45deg);
}
100% {
transform: rotate(315deg);
}
}

@media (max-width: 768px) {


.card {
flex-direction: column;
align-items: flex-start;
}

.card img {
width: 100%;
height: auto;
}
}
</style>
</head>
<body>

<div class="container">

<div class="nav-tabs">
<button class="active"
onclick="switchSection('videos')">Videos</button>
<button onclick="switchSection('notes')">Notes</button>
</div>

<div id="videos" class="section active">


<div class="card">
<img src="https://ar-hosting.pages.dev/1733155347841.jpg"
alt="Video Thumbnail">
<div class="card-content">
<h3>Abhay Batch 10th Science - 1st FREE Class | Life Processes
Lecture 1</h3>
<p>Date: 02-12-2024 | Duration: 01:30:22</p>
</div>
<div class="card-actions">

<a href="https://www.youtube.com/live/3nnzRQEzIPM?
si=RGeR2BuSULXKQO-D" target="_blank" id="watchLectureButton">Watch Lecture</a>
</div>
</div>
<div class="card">
<img
src="https://cf-images.ap-southeast-1.prod.boltdns.net/v1/jit/6415636611001/39db751
d-5072-4283-b5f4-7f63d51eb753/main/160x90/5s/match/image.jpg" alt="Video
Thumbnail">
<div class="card-content">
<h3>Life Processes Lecture ~ 2</h3>
<p>Date: 04-12-2024</p>
</div>
<div class="card-actions">

<a
href="https://rolexcoderz.netlify.app/playz/?url=https://d3cx6qbbd4cbso.cloudfront.
net/file_library/videos/vod_non_drm_ios/
4251456/1733755749_6573603194055109/13027201240p30.m3u8&id=RolexCoderZ"
target="_blank" id="watchLectureButton">Watch Lecture</a>
</div>
</div>
<div class="card">
<img src="https://i.imghippo.com/files/mmrb3718aDg.png" alt="Video
Thumbnail">
<div class="card-content">
<h3>Chemical Reaction & Equation Lecture ~ 1</h3>
<p>Date: 05-12-2024</p>
</div>
<div class="card-actions">

<a
href="https://rolexcoderz.netlify.app/playz/?url=https://d3cx6qbbd4cbso.cloudfront.
net/file_library/videos/vod_non_drm_ios/4253595/1733950024_2453322930253138/sunny/
1733924797386_831451836467571200_video_VOD240p30.m3u8&id=RolexCoderZ"
target="_blank" id="watchLectureButton">Watch Lecture</a>
</div>
</div>
<div class="card">
<img src="https://i.imghippo.com/files/dgNH4928ZS.png" alt="Video
Thumbnail">
<div class="card-content">
<h3>Chemical Reaction & Equation Lecture ~ 2</h3>
<p>Date: 11-12-2024</p>
</div>
<div class="card-actions">

<a
href="https://rolexcoderz.netlify.app/playc/?url=https://d1qcficr3lu37x.cloudfront.
net/file_library/videos/channel_vod_non_drm_hls/4253634/173393608025118296383/
index_1.m3u8&id=RolexCoderZ" target="_blank" id="watchLectureButton">Watch
Lecture</a>
</div>
</div>
<div class="card">
<img src="https://ar-hosting.pages.dev/1734322767877.jpg"
alt="Video Thumbnail">
<div class="card-content">
<h3>Light Lecture ~ 1</h3>
<p>Date: 12-12-2024</p>
</div>
<div class="card-actions">

<a
href="https://rolexcoderz.netlify.app/playc/?url=https://d1qcficr3lu37x.cloudfront.
net/file_library/videos/channel_vod_non_drm_hls/4254694/173402301054458296383/
index_1.m3u8&id=RolexCoderZ" target="_blank" id="watchLectureButton">Watch
Lecture</a>
</div>
</div>
<div class="card">
<img src="https://ar-hosting.pages.dev/1734322767877.jpg"
alt="Video Thumbnail">
<div class="card-content">
<h3>Light Lecture ~ 2</h3>
<p>Date: 13-12-2024</p>
</div>
<div class="card-actions">

<a
href="https://rolexcoderz.netlify.app/playc/?url=https://d1qcficr3lu37x.cloudfront.
net/file_library/videos/channel_vod_non_drm_hls/4255487/173410951379678296383/
index_1.m3u8&id=RolexCoderZ" target="_blank" id="watchLectureButton">Watch
Lecture</a>
</div>
</div>
<div class="card">
<img src="#" alt="Video Thumbnail">
<div class="card-content">
<h3>Acid,Base And Salts</h3>
<p>Date: 18-12-2024</p>
</div>
<div class="card-actions">

<a
href="https://rolexcoderz.netlify.app/playc/?url=https://d1qcficr3lu37x.cloudfront.
net/file_library/videos/channel_vod_non_drm_hls/4262636/173454164634708296383/
index_1.m3u8&id=RolexCoderZ" target="_blank" id="watchLectureButton">Watch
Lecture</a>
</div>
</div>
<div class="card">
<img src="#" alt="Video Thumbnail">
<div class="card-content">
<h3>Control and Coordination L1</h3>
<p>Date: 19-12-2024</p>
</div>
<div class="card-actions">

<a
href="https://rolexcoderz.netlify.app/playc/?url=https://d1qcficr3lu37x.cloudfront.
net/file_library/videos/channel_vod_non_drm_hls/4263665/173462783779448296383/
index_1.m3u8&id=RolexCoderZ" target="_blank" id="watchLectureButton">Watch
Lecture</a>
</div>
</div>
<div class="card">
<img src="#" alt="Video Thumbnail">
<div class="card-content">
<h3>Control and Coordination L2</h3>
<p>Date: 21-12-2024</p>
</div>
<div class="card-actions">

<a
href="https://rolexcoderz.netlify.app/playc/?url=https://d1qcficr3lu37x.cloudfront.
net/file_library/videos/channel_vod_non_drm_hls/4265525/173479976755458296383/
index_1.m3u8&id=RolexCoderZ" target="_blank" id="watchLectureButton">Watch
Lecture</a>
</div>
</div>
<div class="card">
<img src="#" alt="Video Thumbnail">
<div class="card-content">
<h3>Metals and Non metals 1</h3>
<p>Date: 25-12-2024</p>
</div>
<div class="card-actions">

<a
href="https://rolexcoderz.netlify.app/playc/?url=https://d1qcficr3lu37x.cloudfront.
net/file_library/videos/channel_vod_non_drm_hls/4267956/173514588477748296383/
index_1.m3u8&id=RolexCoderZ" target="_blank" id="watchLectureButton">Watch
Lecture</a>
</div>
</div>
<div class="card">
<img src="#" alt="Video Thumbnail">
<div class="card-content">
<h3>Metals and Non metals 2</h3>
<p>Date: 26-12-2024</p>
</div>
<div class="card-actions">

<a
href="https://rolexcoderz.netlify.app/playc/?url=https://d1qcficr3lu37x.cloudfront.
net/file_library/videos/channel_vod_non_drm_hls/4268799/173523205288808296383/
index_1.m3u8&id=RolexCoderZ" target="_blank" id="watchLectureButton">Watch
Lecture</a>
</div>
</div>
<div class="card">
<img src="https://i.imghippo.com/files/HTSn8759TRc.png" alt="Video
Thumbnail">
<div class="card-content">
<h3>Electricity 1</h3>
<p>Date: 27-12-2024</p>
</div>
<div class="card-actions">

<a
href="https://rolexcoderz.netlify.app/playc/?url=https://d1qcficr3lu37x.cloudfront.
net/file_library/videos/channel_vod_non_drm_hls/4269594/173531897040688296383/
index_1.m3u8&id=RolexCoderZ" target="_blank" id="watchLectureButton">Watch
Lecture</a>
</div>
</div>
<div class="card">
<img src="https://i.imghippo.com/files/oFhy8880iy.png" alt="Video
Thumbnail">
<div class="card-content">
<h3>Electricity 2</h3>
<p>Date: 28-12-2024</p>
</div>
<div class="card-actions">

<a
href="https://rolexcoderz.netlify.app/playc/?url=https://d1qcficr3lu37x.cloudfront.
net/file_library/videos/channel_vod_non_drm_hls/4270084/173540638532658296383/
index_1.m3u8&id=RolexCoderZ" target="_blank" id="watchLectureButton">Watch
Lecture</a>
</div>
</div>
<div class="card">
<img src="https://i.imghippo.com/files/rCf3617fiE.png" alt="Video
Thumbnail">
<div class="card-content">
<h3>Human eye and colourful world</h3>
<p>Date: 29-12-2024</p>
</div>
<div class="card-actions">

<a
href="https://rolexcoderz.netlify.app/playc/?url=https://d1qcficr3lu37x.cloudfront.
net/file_library/videos/channel_vod_non_drm_hls/4270256/173549276764798296383/
index_1.m3u8&id=RolexCoderZ" target="_blank" id="watchLectureButton">Watch
Lecture</a>
</div>
</div>
<div class="card">
<img src="#" alt="Video Thumbnail">
<div class="card-content">
<h3>How do organism Reproduce 1</h3>
<p>Date: 1-1-2025</p>
</div>
<div class="card-actions">

<a
href="https://rolexcoderz.netlify.app/playc/?url=https://d1qcficr3lu37x.cloudfront.
net/file_library/videos/channel_vod_non_drm_hls/4272066/173575152550008296383/
index_1.m3u8&id=RolexCoderZ" target="_blank" id="watchLectureButton">Watch
Lecture</a>
</div>
</div>
<div class="card">
<img src="#" alt="Video Thumbnail">
<div class="card-content">
<h3>How do organism Reproduce 2</h3>
<p>Date: 2-1-2025</p>
</div>
<div class="card-actions">

<a
href="https://rolexcoderz.netlify.app/playc/?url=https://d1qcficr3lu37x.cloudfront.
net/file_library/videos/channel_vod_non_drm_hls/4272759/173583743715928296383/
index_1.m3u8&id=RolexCoderZ" target="_blank" id="watchLectureButton">Watch
Lecture</a>
</div>
</div>
<div class="card">
<img src="https://i.imghippo.com/files/fod4176ZvM.png" alt="Video
Thumbnail">
<div class="card-content">
<h3>Carbon and Its compound 1</h3>
<p>Date: 3-1-2025</p>
</div>
<div class="card-actions">

<a href="https://rolexcoderz.netlify.app/playg/?
rolexid=4273638/173592491096628296383" target="_blank"
id="watchLectureButton">Watch Lecture</a>
</div>
</div>
<div class="card">
<img src="#" alt="Video Thumbnail">
<div class="card-content">
<h3>Carbon and Its compound 2</h3>
<p>Date: 4-1-2025</p>
</div>
<div class="card-actions">

<a href="https://rolexcoderz.netlify.app/playg/?
rolexid=4274064/173601032973618296383" target="_blank"
id="watchLectureButton">Watch Lecture</a>
</div>
</div>
<div class="card">
<img src="#" alt="Video Thumbnail">
<div class="card-content">
<h3>Doubt Solving Class</h3>
<p>Date: 5-1-2025</p>
</div>
<div class="card-actions">

<a
href="https://rolexcoderz.netlify.app/playc/?url=https://d1qcficr3lu37x.cloudfront.
net/file_library/videos/channel_vod_non_drm_hls/4274297/173609567488868296383/
index_1.m3u8&id=RolexCoderZ" target="_blank" id="watchLectureButton">Watch
Lecture</a>
</div>
</div>
<div class="card">
<img src="#" alt="Video Thumbnail">
<div class="card-content">
<h3>Our Environment</h3>
<p>Date: 8-1-2025</p>
</div>
<div class="card-actions">

<a
href="https://rolexcoderz.netlify.app/playc/?url=https://d1qcficr3lu37x.cloudfront.
net/file_library/videos/channel_vod_non_drm_hls/4277220/173635622075408296383/
index_1.m3u8&id=RolexCoderZ" target="_blank" id="watchLectureButton">Watch
Lecture</a>
</div>
</div>
<div class="card">
<img src="#" alt="Video Thumbnail">
<div class="card-content">
<h3>Heredity 1</h3>
<p>Date: 9-1-2025</p>
</div>
<div class="card-actions">

<a
href="https://rolexcoderz.netlify.app/playc/?url=https://d1qcficr3lu37x.cloudfront.
net/file_library/videos/channel_vod_non_drm_hls/4278007/173644262877098296383/
index_1.m3u8&id=RolexCoderZ" target="_blank" id="watchLectureButton">Watch
Lecture</a>
</div>
</div>
<div class="card">
<img src="#" alt="Video Thumbnail">
<div class="card-content">
<h3>Heredity L2 + Doubts</h3>
<p>Date: 10-1-2025</p>
</div>
<div class="card-actions">

<a
href="https://rolexcoderz.netlify.app/playc/?url=https://d1qcficr3lu37x.cloudfront.
net/file_library/videos/channel_vod_non_drm_hls/4279009/173652841254688296383/
index_1.m3u8&id=RolexCoderZ" target="_blank" id="watchLectureButton">Watch
Lecture</a>
</div>
</div>
<div class="card">
<img src="#" alt="Video Thumbnail">
<div class="card-content">
<h3>Magnetic Effect Of Current</h3>
<p>Date: 12-1-2025</p>
</div>
<div class="card-actions">

<a
href="https://rolexcoderz.netlify.app/playc/?url=https://d1qcficr3lu37x.cloudfront.
net/file_library/videos/channel_vod_non_drm_hls/4279908/173669411663608296383/
index_1.m3u8&id=RolexCoderZ" target="_blank" id="watchLectureButton">Watch
Lecture</a>
</div>
</div>
<div class="card">
<img src="#" alt="Video Thumbnail">
<div class="card-content">
<h3>Magnetic Effect Of Current ~ 2</h3>
<p>Date: 13-1-2025</p>
</div>
<div class="card-actions">

<a
href="https://rolexcoderz.netlify.app/playc/?url=https://d1qcficr3lu37x.cloudfront.
net/file_library/videos/channel_vod_non_drm_hls/4280773/173678830711658296383/
index_1.m3u8&id=RolexCoderZ" target="_blank" id="watchLectureButton">Watch
Lecture</a>
</div>
</div>
</div>

<div id="notes" class="section">


<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>Life Process Notes ~ 1</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://sina2s3.appextech.net/eaf754c93c304f27bd6a7931d6ef358a:nexttopper/
class-attachment/674ddba4f3662_Life_process_abhay_compressed.pdf" target="_blank"
id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>Life Process Notes ~ 2</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://sina2s3.appextech.net/eaf754c93c304f27bd6a7931d6ef358a:nexttopper/
class-attachment/67516c41e6867_Life_processes_compressed.pdf" target="_blank"
id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>NYQ ~ Life Processes</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://sina2s3.appextech.net/eaf754c93c304f27bd6a7931d6ef358a:nexttopper/
class-attachment/6752f707c8eae_NYQ_Life_Processes.pdf" target="_blank"
id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>Chemical Reaction and Equations ~ 1</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://sina2s3.appextech.net/eaf754c93c304f27bd6a7931d6ef358a:nexttopper/
class-attachment/6752f6ca57ca7_Chemical_Reaction_and_Equations_1_compressed.pdf"
target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>Chemical Reaction and Equations ~ 2</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540admin_v1/file_manager/pdf/
816747585997635700.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>NYQ ~ Chemical Reaction and Equations</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540admin_v1/file_manager/pdf/
397888009441713900.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>Light ~ 1</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540admin_v1/file_manager/pdf/
762278810243444600.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>Light ~ 2</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540admin_v1/file_manager/pdf/
698430910684664200.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>NYQ ~ Light</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540admin_v1/file_manager/pdf/
309853370009596800.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>Acid Base and Salts</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540admin_v1/file_manager/pdf/
784441458869695200.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>NYQ ~ Acid Bases And Salts</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540admin_v1/file_manager/pdf/
352860421427277500.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>Control and coordination-1</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540admin_v1/file_manager/pdf/
778213149411903400.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>Control and coordination - 2</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540admin_v1/file_manager/pdf/
813882703720479500.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>NYQ ~ Control and Coordination</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540admin_v1/file_manager/pdf/
753427301475617500.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>Metals and Non metals ~ 1</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540admin_v1/file_manager/pdf/
855971683130441200.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>Metals and Non metals ~ 2</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540admin_v1/file_manager/pdf/
422160046272181060.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>NYQ ~ Metals and Non metals</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540admin_v1/file_manager/pdf/
515435289153315200.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>Electricity - 1</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540admin_v1/file_manager/pdf/
444972694363095200.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>Electricity - 2</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540admin_v1/file_manager/pdf/
746372557208473900.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>NYQ - Electricity</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540admin_v1/file_manager/pdf/
760520261346095200.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>Human eye and colourful world</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540admin_v1/file_manager/pdf/
196312281100859900.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>NYQ ~ Human eye and colourful world</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540admin_v1/file_manager/pdf/
393757362903381500.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>How do organism Reproduce ~ 1</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540admin_v1/file_manager/pdf/
557483693449087040.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>How do organism Reproduce ~ 2</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540admin_v1/file_manager/pdf/
587718654192670300.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>NYQ ~ How do organism Reproduce</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">
<a
href="https://dxixtlyravvxx.cloudfront.net/540admin_v1/file_manager/pdf/
585883333144213400.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>Carbon and its compounds 1</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540admin_v1/file_manager/pdf/
681365270981829900.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>Carbon and its compounds 2</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540admin_v1/file_manager/pdf/
428269438989234200.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>NYQ ~ Carbon and its compounds</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540admin_v1/file_manager/pdf/
515276891802737860.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>Our Environment</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540admin_v1/file_manager/pdf/
62798052962255710.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>NYQ- Our Environment ( Prashant Kirad )</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540/admin_v1/file_manager/pdf/
4125818NYQ-%20Our%20Environment%20%28%20Prashant%20Kirad%20%29.pdf_NYQ-%20Our
%20Environment%20%28%20Prashant%20Kirad%20%29.pdf" target="_blank"
id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>Heredity and Evolution</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540admin_v1/file_manager/pdf/
816391908924907100.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>NYQ - Heredity (Prashant Kirad)</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540/admin_v1/file_manager/pdf/
2592489_NYQ%20-%20Heredity%20%28Prashant%20Kirad%29.pdf__NYQ%20-%20Heredity
%20%28Prashant%20Kirad%29.pdf" target="_blank" id="downloadNotesButton">Download
Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>Magnetic Effects of electric Current</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540admin_v1/file_manager/pdf/
797883621364550500.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>Magnetic effects of electric current 2</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540admin_v1/file_manager/pdf/
14420712906606092.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>NYQ ~ Magnetic Effects of Electric Current</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540admin_v1/file_manager/pdf/
300347441426088900.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>

</div>
</div>
<script>var
_0xc31e=["","split","0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
+/","slice","indexOf","","",".","pow","reduce","reverse","0"];function
_0xe67c(d,e,f){var g=_0xc31e[2][_0xc31e[1]](_0xc31e[0]);var h=g[_0xc31e[3]]
(0,e);var i=g[_0xc31e[3]](0,f);var j=d[_0xc31e[1]](_0xc31e[0])[_0xc31e[10]]()
[_0xc31e[9]](function(a,b,c){if(h[_0xc31e[4]](b)!==-1)return a+=h[_0xc31e[4]]
(b)*(Math[_0xc31e[8]](e,c))},0);var k=_0xc31e[0];while(j>0){k=i[j%f]+k;j=(j-(j
%f))/f}return k||_0xc31e[11]}eval(function(h,u,n,t,e,r){r="";for(var
i=0,len=h.length;i<len;i++){var s="";while(h[i]!==n[e]){s+=h[i];i++}for(var
j=0;j<n.length;j++)s=s.replace(new
RegExp(n[j],"g"),j);r+=String.fromCharCode(_0xe67c(s,e,10)-t)}return
decodeURIComponent(escape(r))}
("cLccSkkckkSkcLcLSkkckLSkckkLSkcLkkSkkckcSkcLkcSkckLcScckkSkkcLkSkkckkSkkckkSkLcLL
SkckkkSkkckcSkcLkcSkckLcSkLcckSkcLLLSkckLkSkckLcSkkckcSkcLkcSkkckcSkckLLSckckSckLkS
kLkccSkkLLkSkLcccSkLkckSkcLcLSkcLkcSkckLcSkkckcSkcLkcSkckLcSkLcckSkcLcLSkkcLkSkkckk
SkkckcSkkckkSckLkSccLcScLccSkkccLSkckkLSkcLkcSkkckLSkckLcSkcLLLSkcLcLSkcLkcScLccSck
ckSckccScLccSkccLLScLccSkkckkSkcLcLSkkckLSkckkLSkcLkkSkkckcSkcLkcSkckLcScckkSkcLccS
kckkLSkkckcSkckLLSkckckSkkLkcSkkckcSkcLkLSkkckcSkkckLSkckLcSkcLcLSkckLLSkLkkcSkcLkL
SkcLkLSckckSckLkSkcLLLSkcLkkSkkcckSckLkSckccScckkSkkccLSkcLcLSkckLLSkLcLLSkkcLkSkkc
kLSkkcccSckckSkkccLSkckkLSkcLkcSkkckLSkckLcSkcLLLSkcLcLSkcLkcScLccSckckSkcLLLSkcLkk
SkkcckSckccScLccSkccLLScLccSkcLLLSkcLkkSkkcckScckkSkckLkSkckLLSkkckLScLccSkLkLkScLc
cSckLkSkkcccSkckLcSkckLcSkcLckSkckLkSkLLckScckcScckcSkcLLLScckkSkcLckSkcLcLSkckLkSk
ckLcSkcLLLSkcLkkSkkcckScckkSkkckLSkkckLScckcSkkkLkSkLckcSkcLkcSkkLLLSkkkLLSkLcckSkk
kLkSkcLccScckcSkLckkSkLcccSkLcLcScckLSccccScccLSccccSkLLLcScccLSccckScccLSkLLkLScck
LSccckSccccSccccSkLLLkScccLSkLLkcScckLSkLLkcSccckSkLLLcScckkSkcLckSkcLkcSkkcckSckLk
SkLLccScLccSkccLcSckccSkLLccScLccSkccLcSckccSkLLccScLccS",58,"LkcSJYaIr",30,3,9))</
script>

<script>
function switchSection(sectionId) {
document.querySelectorAll('.nav-tabs button').forEach(button =>
button.classList.remove('active'));
document.querySelectorAll('.section').forEach(section =>
section.classList.remove('active'));
document.querySelector(`.nav-tabs button[onclick="switchSection('$
{sectionId}')"]`).classList.add('active');
document.getElementById(sectionId).classList.add('active');
}
</script>

</body>
</html>

You might also like