Skip to content

Commit

Permalink
Merge pull request #27 from CDC-IITDH/vasu
Browse files Browse the repository at this point in the history
change of rules and timeline
  • Loading branch information
JayaSurya-27 authored Jun 24, 2024
2 parents a29be8e + 335f89f commit 5dade4f
Show file tree
Hide file tree
Showing 3 changed files with 381 additions and 119 deletions.
42 changes: 4 additions & 38 deletions src/component/Pages/Placementinfo/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ const Placementinfo = () => {
<div style={styles.layout}>
<div>
<h3 style={styles.titleH3}>
Placements at IIT Dharwad are being facilitated by CDC through a
tier-based system determined based on the Gross Pay offered by the
company as shown in the table below.
Placements at IIT Dharwad are being facilitated by CDC through a system of "One Regular Job - One Dream Job".
In this system, a Dream Job is defined as a job offer with a CTC (Cost to Company) that is 1.5 times that of a Regular Job.
Students are allowed to participate in only one Dream Job process based on their preference.
</h3>
</div>
<div style={isDesktop ? styles.desktop : styles.mobile}>
Expand Down Expand Up @@ -179,41 +179,7 @@ const Placementinfo = () => {
</div>
</div>

<table style={styles.tableFill}>
<thead>
<tr>
<th style={{ ...styles.th, ...styles.textCenter }}>TIER</th>
<th style={{ ...styles.th, ...styles.textCenter }}>GROSS PAY</th>
</tr>
</thead>
<tbody>
<tr style={{ ...styles.tr, ...styles.trHover }}>
<td style={styles.td}>Tier-1</td>
<td style={styles.td}>≥18 LPA</td>
</tr>
<tr style={{ ...styles.tr, ...styles.trHover }}>
<td style={styles.td}>Tier-2</td>
<td style={styles.td}>≥15 LPA but &lt; 18 LPA</td>
</tr>
<tr style={{ ...styles.tr, ...styles.trHover }}>
<td style={styles.td}>Tier-3</td>
<td style={styles.td}>≥12 LPA but &lt; 15 LPA</td>
</tr>
<tr style={{ ...styles.tr, ...styles.trHover }}>
<td style={styles.td}>Tier-4</td>
<td style={styles.td}>≥9 LPA but &lt; 12 LPA</td>
</tr>
<tr style={{ ...styles.tr, ...styles.trHover }}>
<td style={styles.td}>Tier-5</td>
<td style={styles.td}>≥6 LPA but &lt; 9 LPA</td>
</tr>
<tr style={{ ...styles.tr, ...styles.trHover }}>
<td style={styles.td}>Tier-6</td>
<td style={styles.td}>≥4 LPA but &lt; 6 LPA</td>
</tr>
{/* ... add more rows as needed */}
</tbody>
</table>

</div>
</div>
);
Expand Down
Loading

0 comments on commit 5dade4f

Please sign in to comment.