From 4114e514a2c1cc36f62bed872e256304c7ab7df3 Mon Sep 17 00:00:00 2001
From: Harivansh Rathi git clone https://github.com/ubaimutl/react-portfolio.git
-
-Install required dependencies
-
-yarn install
-
-
-Start the server
-
-yarn start
-
-### More
-
-Modify pages content in `src/content_option.js`.
-
-### Thanks
-
-If you like this portfolio template don't forget give it a ⭐
diff --git a/netlify.toml b/netlify.toml
new file mode 100644
index 0000000..0add366
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,8 @@
+[build]
+ command = "yarn build"
+ publish = "build"
+
+[[redirects]]
+ from = "/*"
+ to = "/index.html"
+ status = 200
diff --git a/src/content_option.js b/src/content_option.js
index 64c5d13..738d796 100644
--- a/src/content_option.js
+++ b/src/content_option.js
@@ -20,6 +20,11 @@ const dataabout = {
aboutme: "I am a Computer Science student at the University of Virginia, with a passion for software development and AI. I enjoy building scalable applications and exploring the latest advancements in technology. I am always eager to learn and contribute to innovative projects.",
};
const worktimeline = [{
+ jobtitle: "Co Founder",
+ where: "SOLVEX",
+ date: "December 2024 - Present",
+ },
+ {
jobtitle: "Front End Development Intern",
where: "UNIKOVE TECHNOLOGIES",
date: "June 2024 - August 2024",
@@ -146,9 +151,9 @@ const contactConfig = {
YOUR_EMAIL: "zng2gc@virginia.edu",
YOUR_FONE: "+1 434-310-1227",
description: "I am currently based in Charlottesville, VA. Feel free to reach out to me for any opportunities or collaborations.",
- YOUR_SERVICE_ID: "service_id",
- YOUR_TEMPLATE_ID: "template_id",
- YOUR_USER_ID: "user_id",
+ YOUR_SERVICE_ID: "YOUR_EMAILJS_SERVICE_ID",
+ YOUR_TEMPLATE_ID: "YOUR_EMAILJS_TEMPLATE_ID",
+ YOUR_USER_ID: "YOUR_EMAILJS_PUBLIC_KEY",
};
const socialprofils = {
diff --git a/src/pages/about/index.js b/src/pages/about/index.js
index 7a3332f..e821845 100644
--- a/src/pages/about/index.js
+++ b/src/pages/about/index.js
@@ -68,11 +68,6 @@ export const About = () => {
Expected May 2026
Cumulative GPA: 3.55/4.0
-
- Relevant Coursework:
-
- Data structures and algo, Computer systems and organization,
- Software dev essentials
{formData.alertmessage}
@@ -152,7 +156,11 @@ export const ContactUs = () => {