Skip to content

Commit

Permalink
With STEM Checkbox
Browse files Browse the repository at this point in the history
Updated With STEM Checkbox
  • Loading branch information
manishm345 authored Jan 13, 2025
1 parent 0b8d7ca commit 147d520
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Guided Course Selection</title>
<title>STEM-Eligible Course Finder</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Guided Course Selection System</h1>
<h1>STEM-Eligible Course Finder</h1>
</header>

<div class="container">
<h2>Career Pathway Survey</h2>
<p>Fill out the details below to receive personalized course recommendations:</p>
<form id="surveyForm">
<h2>Find Courses</h2>
<p>Filter for STEM-eligible courses to maintain your visa status while pursuing relevant classes:</p>

<form id="courseForm">
<div class="form-group">
<label for="careerGoal">What is your primary career goal?</label>
<input type="text" id="careerGoal" name="careerGoal" required>
Expand All @@ -34,8 +34,8 @@ <h2>Career Pathway Survey</h2>
</div>

<div class="form-group">
<label for="skills">What skills do you wish to acquire?</label>
<input type="text" id="skills" name="skills" required>
<label for="stemEligible">Filter for STEM-eligible courses:</label>
<input type="checkbox" id="stemEligible" name="stemEligible">
</div>

<button type="submit">Submit</button>
Expand All @@ -49,4 +49,4 @@ <h3>Recommended Courses</h3>

<script src="script.js"></script>
</body>
</html>
</html>

0 comments on commit 147d520

Please sign in to comment.