Skip to content

Commit

Permalink
commits
Browse files Browse the repository at this point in the history
  • Loading branch information
alurubalakarthikeya committed Dec 6, 2024
1 parent 8f5d487 commit 2d3386f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion functional.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,11 @@ function calculatePercentage(event) {
case 'linux':
infoText = 'Linux is a powerful and versatile operating system used in servers, desktops, and embedded systems. Key skills include proficiency in Linux command line, shell scripting, system administration, and networking. Common job roles are Linux System Administrator and DevOps Engineer, offering salaries averaging ₹6–12 LPA in India, with experienced professionals earning up to ₹20 LPA. Global salaries range from $70,000 to $120,000 annually, depending on skills and location.';
suggestionsText = 'To excel in Linux, practice using the Linux command line and writing shell scripts. Learn about system administration tasks such as user management, file permissions, and network configuration. Useful resources:<br><br>Resources:<br><a href="https://www.codecademy.com/learn/learn-the-command-line" style="text-decoration: none; color: #03dac6">Codecademy Command Line <i class="fa-solid fa-arrow-up-right-from-square"></i></a><br><a href="https://www.udemy.com/course/linux-mastery/" style="text-decoration: none; color: #03dac6">Udemy Linux Mastery <i class="fa-solid fa-arrow-up-right-from-square"></i></a>.';
break;
break;
case 'liberal':
infoText = 'Linux is a powerful and versatile operating system used in servers, desktops, and embedded systems. Key skills include proficiency in Linux command line, shell scripting, system administration, and networking. Common job roles are Linux System Administrator and DevOps Engineer, offering salaries averaging ₹6–12 LPA in India, with experienced professionals earning up to ₹20 LPA. Global salaries range from $70,000 to $120,000 annually, depending on skills and location.';
suggestionsText = 'To excel in Linux, practice using the Linux command line and writing shell scripts. Learn about system administration tasks such as user management, file permissions, and network configuration. Useful resources:<br><br>Resources:<br><a href="https://www.codecademy.com/learn/learn-the-command-line" style="text-decoration: none; color: #03dac6">Codecademy Command Line <i class="fa-solid fa-arrow-up-right-from-square"></i></a><br><a href="https://www.udemy.com/course/linux-mastery/" style="text-decoration: none; color: #03dac6">Udemy Linux Mastery <i class="fa-solid fa-arrow-up-right-from-square"></i></a>.';
break;
default:
infoText = 'This subject has various applications in the real world, contributing to different fields and industries.';
suggestionsText = 'To improve in this subject, focus on understanding the core concepts and practicing regularly. Utilize online resources and courses to enhance your knowledge.';
Expand Down
2 changes: 1 addition & 1 deletion pages/guider.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h1>Welcome to Guider.io</h1> <br>
<div class="title">
<div class="meh">
<p> Guider.io is an interface which guides you about how to get better in a subject and how the subject is gonna help in the real world scenarios (basically how much does the subject related job pays you and skills required to get the job) There are also few course links provided for each subject why? section, to work on the subject and score better. Kinda reality check lol ;)!!</p><br>
<p>Currently Available Subjects: FSD (3 Credits) ,DS (4 Credits) ,DLD (4 Credits) ,DMGT (3 Credits) ,TNT (3 Credits) ,JAVA (2 Credits) ,LINUX (2 Credits) </li>
<p>Currently Available Subjects: FSD (3 Credits) ,DS (4 Credits) ,DLD (4 Credits) ,DMGT (3 Credits) ,TNT (3 Credits) ,JAVA (2 Credits) ,LINUX (2 Credits) (The subjects are of 2nd year only)</li>
</p>
</div><br>
<img id="floater" src="../imgs/guider.png" alt="img" class="img floater">
Expand Down

0 comments on commit 2d3386f

Please sign in to comment.