Skip to content

Commit d58f7d5

Browse files
committed
Add icon
1 parent 40a6b34 commit d58f7d5

File tree

2 files changed

+55
-45
lines changed

2 files changed

+55
-45
lines changed

gitprofile.config.ts

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -25,27 +25,31 @@ const CONFIG = {
2525
},
2626
manual: {
2727
// Properties for manually specifying projects
28-
projects: ['AbdulMalikDev/MjcetWiki', 'somethingdevs/secure-mini-mono', 'somethingdevs/cs678-jeebench', 'somethingdevs/almost-final-countdown', 'gokulprathin8/transcribify'], // List of repository names to display. example: ['arifszn/my-project1', 'arifszn/my-project2']
28+
projects: [
29+
'AbdulMalikDev/MjcetWiki',
30+
'somethingdevs/secure-mini-mono',
31+
'somethingdevs/cs678-jeebench',
32+
'somethingdevs/almost-final-countdown',
33+
'gokulprathin8/transcribify',
34+
], // List of repository names to display. example: ['arifszn/my-project1', 'arifszn/my-project2']
2935
},
3036
},
3137
external: {
3238
header: 'My Projects',
3339
// To hide the `External Projects` section, keep it empty.
3440
projects: [
3541
{
36-
title: 'Transcribify',
37-
description:
38-
'Developed for Patriot Hack 2024 (Won Runner-up!). Transcribify makes video transcription accessible and efficient using AWS Transcribe and Comprehend. We built a scalable solution with React.js, Next.js, and AWS services, focusing on real-time updates, user experience, and cost optimization.',
39-
imageUrl:
40-
'/loyaltyfirst_inc.webp',
41-
link: 'https://github.com/gokulprathin8/transcribify',
42-
},
42+
title: 'Transcribify',
43+
description:
44+
'Developed for Patriot Hack 2024 (Won Runner-up!). Transcribify makes video transcription accessible and efficient using AWS Transcribe and Comprehend. We built a scalable solution with React.js, Next.js, and AWS services, focusing on real-time updates, user experience, and cost optimization.',
45+
imageUrl: '/loyaltyfirst_inc.webp',
46+
link: 'https://github.com/gokulprathin8/transcribify',
47+
},
4348
{
4449
title: 'LLMS vs JEE Advanced: Indian Teenagers Worst Nightmare!',
4550
description:
46-
'This project investigates the performance of GPT-4 and other LLMs on JEEBench, a benchmark consisting of 515 difficult pre-engineering problems from the IIT JEE-Advanced exam. It aims to assess the ability of the model to solve complex reasoning problems in math, physics, and chemistry.',
47-
imageUrl:
48-
'/llms_vs_jee_advanced.webp',
51+
'This project investigates the performance of GPT-4 and other LLMs on JEEBench, a benchmark consisting of 515 difficult pre-engineering problems from the IIT JEE-Advanced exam. It aims to assess the ability of the model to solve complex reasoning problems in math, physics, and chemistry.',
52+
imageUrl: '/llms_vs_jee_advanced.webp',
4953
link: 'https://github.com/somethingdevs/cs678-jeebench',
5054
},
5155
],
@@ -79,8 +83,7 @@ const CONFIG = {
7983
8084
},
8185
resume: {
82-
fileUrl:
83-
'/resume.pdf', // Empty fileUrl will hide the `Download Resume` button.
86+
fileUrl: '/resume.pdf', // Empty fileUrl will hide the `Download Resume` button.
8487
},
8588
skills: [
8689
'JavaScript',
@@ -102,8 +105,8 @@ const CONFIG = {
102105
'Git',
103106
'Docker',
104107
'AWS',
105-
'Figma'
106-
],
108+
'Figma',
109+
],
107110
experiences: [
108111
{
109112
company: 'The Ingentas',
@@ -144,16 +147,18 @@ const CONFIG = {
144147
],
145148
publications: [
146149
{
147-
title: 'An Initial Framework for Mobile Healthcare Systems using Deep Neural Networks',
148-
conferenceName: 'IEEE 9th International Conference on Advanced Computing (IACC)',
150+
title:
151+
'An Initial Framework for Mobile Healthcare Systems using Deep Neural Networks',
152+
conferenceName:
153+
'IEEE 9th International Conference on Advanced Computing (IACC)',
149154
journalName: '',
150155
authors: 'M. Misbhauddin, M. A. Malik, A. H. Mohiuddin',
151156
link: 'https://ieeexplore.ieee.org/document/8971543',
152157
description:
153158
'This paper reviews advancements in mobile healthcare applications using deep learning over the past 2-3 years, classifying them into cloud-computing, edge-computing, and offline systems. It also proposes an initial framework for mobile healthcare applications using deep neural networks for disease identification, management, and prevention.',
154-
}
159+
},
155160
],
156-
161+
157162
// Display articles from your medium or dev account. (Optional)
158163
blog: {
159164
source: '', // medium | dev

index.html

Lines changed: 31 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,36 @@
1-
<!doctype html>
1+
<!doctype html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
6-
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
7-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title><%- metaTitle %></title>
93

10-
<meta property="title" content="<%- metaTitle %>" />
11-
<meta name="description" content="<%- metaDescription %>" />
4+
<head>
5+
<meta charset="UTF-8" />
6+
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32" />
7+
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16" />
8+
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
9+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
10+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
11+
<title><%- metaTitle %></title>
1212

13-
<meta itemprop="name" content="<%- metaTitle %>" />
14-
<meta itemprop="description" content="<%- metaDescription %>" />
15-
<meta itemprop="image" content="<%- metaImageURL %>" />
13+
<meta property="title" content="<%- metaTitle %>" />
14+
<meta name="description" content="<%- metaDescription %>" />
1615

17-
<meta property="og:title" content="<%- metaTitle %>" />
18-
<meta property="og:description" content="<%- metaDescription %>" />
19-
<meta property="og:image" content="<%- metaImageURL %>" />
20-
<meta property="og:image:secure_url" content="<%- metaImageURL %>" />
16+
<meta itemprop="name" content="<%- metaTitle %>" />
17+
<meta itemprop="description" content="<%- metaDescription %>" />
18+
<meta itemprop="image" content="<%- metaImageURL %>" />
2119

22-
<meta name="twitter:card" content="summary_large_image" />
23-
<meta name="twitter:title" content="<%- metaTitle %>" />
24-
<meta name="twitter:description" content="<%- metaDescription %>" />
25-
<meta name="twitter:image" content="<%- metaImageURL %>" />
26-
</head>
27-
<body>
28-
<div id="root"></div>
29-
<script type="module" src="/src/main.tsx"></script>
30-
</body>
31-
</html>
20+
<meta property="og:title" content="<%- metaTitle %>" />
21+
<meta property="og:description" content="<%- metaDescription %>" />
22+
<meta property="og:image" content="<%- metaImageURL %>" />
23+
<meta property="og:image:secure_url" content="<%- metaImageURL %>" />
24+
25+
<meta name="twitter:card" content="summary_large_image" />
26+
<meta name="twitter:title" content="<%- metaTitle %>" />
27+
<meta name="twitter:description" content="<%- metaDescription %>" />
28+
<meta name="twitter:image" content="<%- metaImageURL %>" />
29+
</head>
30+
31+
<body>
32+
<div id="root"></div>
33+
<script type="module" src="/src/main.tsx"></script>
34+
</body>
35+
36+
</html>

0 commit comments

Comments
 (0)