diff --git a/index.php b/index.php index 7fa990e..05e051d 100644 --- a/index.php +++ b/index.php @@ -5,41 +5,79 @@ TempHire • Future of Work + + - - +
-

+

The Future of Work

Discover opportunities that match your schedule and skills in real-time.

- -
- -
+ +
+
+
+ +
+

Featured Job Posts

+
+ prepare($sql); + $stmt->execute(); + $result = $stmt->get_result(); + + if ($result->num_rows > 0) { + while ($job = $result->fetch_assoc()) { + ?> +
+
+
+
+

+
+ + +
+

...

+
+ View Details +
+
+
+ No jobs available.

"; + } + $conn->close(); + ?> +
@@ -49,20 +87,7 @@