- Tech Offers Repo, a project under the series of Tech Interview
- Handbook (TIH), reveals the stories behind offers by focusing on
- the profiles of the offer receivers. It helps job seekers
- benchmark and analyse their anonymous offers with more context and
- encourages discussions around offer profiles.
-
-
- {/* Feedback */}
-
-
- Feedback to Us
-
+ <>
+
+ About us - Tech Offers Repo
+
+
+
+
+
+
+ About Tech Offers Repo
+
+
+ Tech Offers Repo, a project under the series of Tech Interview
+ Handbook (TIH), reveals the stories behind offers by focusing on
+ the profiles of the offer receivers. It helps job seekers
+ benchmark and analyse their anonymous offers with more context
+ and encourages discussions around offer profiles.
+
+
+ {/* Feedback */}
+
+
+ Feedback to Us
+
-
- Thank you for using our platform! Feel free to submit your
- feedback / feature request / bug report
-
- here
-
- .
-
-
-
-
- Meet the Team
-
-
- {people.map((person) => (
-
-
-
-
-
-
-
-
-
{person.name}
-
{person.role}
-
-
-
{person.bio}
+
+ Thank you for using our platform! Feel free to submit your
+ feedback / feature request / bug report
+
+ here
+
+ .
+
+
+
+
+ Meet the Team
+
+
+ {people.map((person) => (
+
+
+
+
+
+
+
+
+
{person.name}
+
{person.role}
+
+
+
{person.bio}
+
-
-
- ))}
-
+
+ ))}
+
+
-
-
-
+
+
+ >
);
}
diff --git a/apps/portal/src/pages/offers/dashboard.tsx b/apps/portal/src/pages/offers/dashboard.tsx
index bb3f5dc8..b397fddc 100644
--- a/apps/portal/src/pages/offers/dashboard.tsx
+++ b/apps/portal/src/pages/offers/dashboard.tsx
@@ -1,3 +1,4 @@
+import Head from 'next/head';
import { useRouter } from 'next/router';
import { signIn, useSession } from 'next-auth/react';
import { useState } from 'react';
@@ -45,53 +46,63 @@ export default function ProfilesDashboard() {
if (userProfiles.length === 0) {
return (
-