0% found this document useful (0 votes)
43 views11 pages

view-page-source.com-rolexcoderz.netlify.app_it

Page source pdf
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)
43 views11 pages

view-page-source.com-rolexcoderz.netlify.app_it

Page source pdf
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/ 11

<!

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="#" alt="Video Thumbnail">
<div class="card-content">
<h3>Communication Skills Chapter 1 Methods of Communication
Crash Course Class 10th</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</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/4252130/1733830190_2081930975394159/sunny/
1733825074280_106866008856111710_video_VOD240p30.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>Communication Skills Chapter 2 Communication Cycle Crash
Course Class 10th</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</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/4252128/1733829820_7214557874992040/sunny/
1733823755507_10887074772321714_video_VOD240p30.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>Unit 1 ~ Communication Skills Chapter 3 ~ Communication
Cycle Crash Course Class 10th</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</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/4252129/1733830001_7288596206762465/sunny/
1733824403682_218136090563478720_video_VOD240p30.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>syllabus overview information technology</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</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/4253519/1733939349_9836424075319562/sunny/
1733922893649_606381648465615100_video_VOD240p30.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>Unit 1 ~ Communication Skills Chapter 4</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</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/4253526/1733939899_4001080925440579/sunny/
1733923297982_719786810994531600_video_VOD240p30.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>Unit 2- Communication Skills Chapter 6 Stress Management
and its Techniques</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</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/4269171/1735287304_5805174019823514/sunny/
1735284925900_37132218530430410_video_VOD240p30.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>Unit 2- Communication Skills Chapter 7 Ability to work
Independently.</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</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/4269170/1735287124_7015449337947726/sunny/
1735284855412_423526993822563460_video_VOD240p30.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>Unit 2- Communication Skills Chapter 8 Operating
System</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</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/4269168/1735285936_2765513123421494/sunny/
1735284792898_804471840566281600_video_VOD240p30.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>Unit 2- Communication Skills Chapter 9 Managing Files and
Folder</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</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/4269169/1735286584_5575402676491602/sunny/
1735284824301_163133305163695300_video_VOD240p30.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>Unit 2- Communication Skills Chapter 10 Care and the
management of Computer</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</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/4269172/1735287965_8582953084308447/sunny/
1735284972511_709245772175792600_video_VOD240p30.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>BASIC WRITING SKILLS Chapter 5</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</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/4273940/1735994764_7473797843440754/sunny/
1735990997686_113120161658737860_video_VOD240p30.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>Unit 4 - Entrepreneurial Skills Chapter 11 Entrepreneur
and Entrepreneurship</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</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/4273942/1735995484_3526316728111531/sunny/
1735991429913_288196611621510180_video_VOD240p30.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>Unit 5 Green Skills Chapter 12 Sustainable Development</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</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/4273941/1735994885_6909588962676846/sunny/
1735991228066_761144511854995000_video_VOD240p30.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>Unit 1 DIGITAL DOCUMENTATION (ADVANCED) Chapter 1 APPLYING
STYLES IN A DOCUMENT.</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</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/4273976/1735997946_2766391625244738/sunny/
1735994322618_12651719687063890_video_VOD240p30.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>Part B Most Important MCQs</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://rolexcoderz.netlify.app/playx/?url=https://d1qcficr3lu37x.cloudfront.
net/file_library/videos/channel_vod_non_drm_hls/4283105/173703498382831097666/
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>⚡ More Lectures</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a href="https://rolexcoderz.netlify.app/IT2/" 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>Unit 1 - Communication Skills Chapter 1 Methods of
Communication Crash Course</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

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

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

<a
href="https://dxixtlyravvxx.cloudfront.net/540/admin_v1/file_manager/pdf/
6900322Unit%202-%20Communication%20Skills%20Chapter%203%20Communication
%20Barriers.pdf_Unit%202-%20Communication%20Skills%20Chapter%203%20Communication
%20Barriers.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>Unit 1 - Communication Skills Chapter 1 Methods of
Communication Crash Course Class 10th Information Technology</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540/admin_v1/file_manager/pdf/
7407159Unit%201%20-%20Communication%20Skills%20Chapter%201%20Methods%20of
%20Communication%20Crash%20Course%20Class%2010th%20Information
%20Technology.pdf_Unit%201%20-%20Communication%20Skills%20Chapter%201%20Methods
%20of%20Communication%20Crash%20Course%20Class%2010th%20Information
%20Technology.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>Unit 1- Communication Skills Chapter 2 Communication Cycle
Crash Course Class 10th Information Technology</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540/admin_v1/file_manager/pdf/
6155395Unit%201-%20Communication%20Skills%20Chapter%202%20Communication%20Cycle
%20Crash%20Course%20Class%2010th%20Information%20Technology.pdf_Unit%201-
%20Communication%20Skills%20Chapter%202%20Communication%20Cycle%20Crash%20Course
%20Class%2010th%20Information%20Technology.pdf" target="_blank"
id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>Unit 2- Communication Skills Chapter 4 Effective
Communication</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540/admin_v1/file_manager/pdf/
6228673Unit%202-%20Communication%20Skills%20Chapter%204%20Effective
%20Communication.pdf_Unit%202-%20Communication%20Skills%20Chapter%204%20Effective
%20Communication.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>Unit 2- Communication Skills Chapter 9 Managing Files and
Folder</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540/admin_v1/file_manager/pdf/
2169311Unit%202-%20Communication%20Skills%20Chapter%209%20Managing%20Files%20and
%20Folder.pdf_Unit%202-%20Communication%20Skills%20Chapter%209%20Managing%20Files
%20and%20Folder.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>Unit 2- Communication Skills Chapter 8 Operating
System</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540/admin_v1/file_manager/pdf/
1610177Unit%202-%20Communication%20Skills%20Chapter%208%20Operating%20System
%27.pdf_Unit%202-%20Communication%20Skills%20Chapter%208%20Operating%20System
%27.pdf" target="_blank" id="downloadNotesButton">Download Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>Unit 2- Communication Skills Chapter 7 Ability to work
Independently</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540/admin_v1/file_manager/pdf/
5401143Unit%202-%20Communication%20Skills%20Chapter%207%20Ability%20to%20work
%20Independently.pdf_Unit%202-%20Communication%20Skills%20Chapter%207%20Ability
%20to%20work%20Independently.pdf" target="_blank" id="downloadNotesButton">Download
Notes</a>
</div>
</div>
<div class="card">
<div class="pdf-logo">PDF</div>
<div class="card-content">
<h3>Unit 2- Communication Skills Chapter 6 Stress Management
and its Techniques</h3>
<p>×× Pᴏᴡᴇʀᴇᴅ Bʏ @RolexCoderZ</p>
</div>
<div class="card-actions">

<a
href="https://dxixtlyravvxx.cloudfront.net/540/admin_v1/file_manager/pdf/
2173417Unit%202-%20Communication%20Skills%20Chapter%206%20Stress%20Management%20and
%20its%20Techniques.pdf_Unit%202-%20Communication%20Skills%20Chapter%206%20Stress
%20Management%20and%20its%20Techniques.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