Skip to content

Commit

Permalink
new-style
Browse files Browse the repository at this point in the history
  • Loading branch information
alurubalakarthikeya committed Dec 7, 2024
1 parent 4e88031 commit e740e07
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
15 changes: 11 additions & 4 deletions pages/guider.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,23 @@ <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) (The subjects are of 2nd year only)</li>
</p>
</div><br>
<img id="floater" src="../imgs/guider.png" alt="img" class="img floater">
<br> <br>
</div>
<div class="form">
<div id="suggestionsBox" class="info-box">Enter marks for more info</div>
<div id="suggestionsBox" class="info-box"><p>List of currently Available Subjects:
<ol>
<li>FSD (3 Credits)</li>
<li>DS (4 Credits)</li>
<li>DLD (4 Credits)</li>
<li>DMGT (3 Credits)</li>
<li>TNT (3 Credits)</li>
<li>JAVA (2 Credits)</li>
<li>LINUX (2 Credits)</li>
</ol> ( <strong>Note:</strong> For now the subjects are of 2nd year only )</p></div>
<form id="marksForm" onsubmit="calculatePercentage(event)">
<fieldset>
<fieldset>
<h4>Enter your marks</h4><br>
<input type="text" id="subjectName" placeholder="Subject Name" required>
<input type="number" id="obtainedMarks" placeholder="Obtained Marks" required>
Expand Down
9 changes: 8 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,9 @@ sup> i {


@media (max-width: 630px) {
.info-box {
display: none;
}
.options {
display: none;
}
Expand Down Expand Up @@ -538,6 +541,7 @@ sup> i {
position: absolute;
right: 15%;
}

}

.sidenav {
Expand Down Expand Up @@ -1392,7 +1396,6 @@ form > button {
}

.info-box {
display: none;
margin-top: 20px;
padding: 20px;
border-radius: 10px;
Expand Down Expand Up @@ -1458,4 +1461,8 @@ body.dark-mode .form .center{
body.dark-mode .form .center input[type="text"], body.dark-{
background: var(--dark-bg-color);
color: var(--main-color);
}

.info-box ol {
padding: 20px;
}

0 comments on commit e740e07

Please sign in to comment.