commit d9f5894252f4b3385f91253be65fed5aa2b11ab0 Author: RoshanPaudel Date: Mon Feb 2 16:13:26 2026 +0545 course finder page create diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/asstes/css/style.css b/asstes/css/style.css new file mode 100644 index 0000000..faa3e03 --- /dev/null +++ b/asstes/css/style.css @@ -0,0 +1,67 @@ + :root { + --primary-color: #16a34a; + --primary-hover: #15803d; + } + + body { + background-color: #f3f4f6; + } + + /* Primary buttons */ + .btn-primary-custom { + background-color: var(--primary-color); + color: #ffffff; + border: none; + } +.tab-link { + text-decoration: none; + color: #6c757d; + border-radius: 0.375rem 0.375rem 0 0; + cursor: pointer; +} + +.tab-link:hover { + color: inherit; + /* background: transparent; */ +} + +.tab-active { + background-color: var(--primary-color); + color: #fff !important; +} + + .btn-primary-custom:hover { + background-color: var(--primary-hover); + } + + .btn:hover { + color: white !important; + background-color: var(--primary-hover); + border-color: var(--primary-hover); + } + + + /* Primary text links */ + .text-primary-custom { + color: var(--primary-color); + text-decoration: none; + } + + .text-primary-custom:hover { + text-decoration: underline; + } + + /* Tab active state */ + .tab-active { + background-color: var(--primary-color); + color: #ffffff; + } + + .sticky-box { + position: sticky; + top: 1.5rem; + } + + .rounded-xl { + border-radius: 0.75rem; + } \ No newline at end of file diff --git a/asstes/image/image.png b/asstes/image/image.png new file mode 100644 index 0000000..ffad7d7 Binary files /dev/null and b/asstes/image/image.png differ diff --git a/coursefinder.html b/coursefinder.html new file mode 100644 index 0000000..f4f128b --- /dev/null +++ b/coursefinder.html @@ -0,0 +1,239 @@ + + + + + + Course Finder + + + + + + + + +
+
+ +
+

+ Find the Right Course for Your Future +

+

+ Find and compare international courses that match your academic goals. +

+ +
+ +
+ +
+
+
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+
+
+ + + +
+
+ + +
+
+ (STEM) Bachelor of Architecture (BArch) +
+
+ +
+
+ +
+ Marywood University + +
+ Marywood University + (USA) +
+ +
+ Code: BArch • Bachelor • N/A +
+
+ +
+
+
+ IELTS + 5.5 (5.5) +
+ +
+ PTE + 48 (48) +
+ +
+ Duolingo + 90 Overall +
+
+
+ +
+
+
Annual Fee
+
$41,370
+ +
+ +
Scholarship
+
+ Up to $23,000 +
+
+
+
+
+ +
+
+ Intake: + January + January +
+ + +
+ +
+
+ +
+ + + +
+
+ + + + + + + \ No newline at end of file