-
-
+
+
-
+
{title}
);
}
-export default FameCard;
\ No newline at end of file
+export default FameCard;
diff --git a/web/components/Footer.tsx b/web/components/Footer.tsx
index 723741e..a6e7ddc 100644
--- a/web/components/Footer.tsx
+++ b/web/components/Footer.tsx
@@ -55,6 +55,7 @@ const Footer: FC = ({bg}) => {
+ dscvitvellore@gmail.com
{socials.map((social, i) => )}
diff --git a/web/components/Icons/icons.ts b/web/components/Icons/icons.ts
index e19a158..6774f9a 100644
--- a/web/components/Icons/icons.ts
+++ b/web/components/Icons/icons.ts
@@ -9,6 +9,7 @@ import youtube from "@/assets/youtube.svg";
import github from "@/assets/github-mark-white.svg"
import githubdark from "@/assets/github-mark.svg"
import web from "@/assets/web.svg"
+import mail from "@/assets/mail.svg"
export const getIcon = (name: string) => {
const icons = {
@@ -22,7 +23,8 @@ export const getIcon = (name: string) => {
github,
githubdark,
linkedindark,
- web
+ web,
+ mail
};
return icons[name as keyof typeof icons];
};
diff --git a/web/content/fame.json b/web/content/fame.json
index 1d1c126..cf82f64 100644
--- a/web/content/fame.json
+++ b/web/content/fame.json
@@ -1,14 +1,18 @@
[
{
- "title": "Best Club Award 2020"
+ "title": "Best Club Award 2020",
+ "img":"/fame.png"
},
{
- "title": "Poll Police Project"
+ "title": "Poll Police Project",
+ "img":"/fame.png"
},
{
- "title": "Built the tech for some of India's largest college fests"
+ "title": "Built the tech for some of India's largest college fests",
+ "img":"/riviera.png"
},
{
- "title": "K number of participants"
+ "title": "2000+ participants in events",
+ "img":"/2000.jpeg"
}
]
diff --git a/web/public/2000.jpeg b/web/public/2000.jpeg
new file mode 100644
index 0000000..d38d73f
Binary files /dev/null and b/web/public/2000.jpeg differ
diff --git a/web/public/riviera.png b/web/public/riviera.png
new file mode 100644
index 0000000..e87afdd
Binary files /dev/null and b/web/public/riviera.png differ