diff --git a/README.md b/README.md deleted file mode 100644 index b17c606..0000000 --- a/README.md +++ /dev/null @@ -1,38 +0,0 @@ -### Description - -A simple portfolio template for developer/designers built with React. - -### [live preview](https://ubaimutl.github.io/react-portfolio/) - -[](https://ubaimutl.github.io/react-portfolio/) - -### Features - -- Fully Responsive -- Multi-Page Layout -- Contact Form With EmailJs -- React-Bootstrap -- Edit Content From One Place - -### Setup - -Get the code - -
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
{formData.alertmessage}
@@ -152,7 +156,11 @@ export const ContactUs = () => {