Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rNLKJA committed Apr 2, 2023
1 parent 2cc37b3 commit 72d50e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rin-portfoilo-v3",
"homepage": "https://rin.contact",
"version": "0.1.0",
"version": "0.3.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.6",
Expand All @@ -25,7 +25,7 @@
"web-vitals": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"start": "react-scripts start --watch",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
Expand Down
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Portrait from "./portfolio/portfolio";
import ElevatorPitch from "./brief/elevatorPtich";
import Footer from "./footer/footer";
import Skills from "./skill/skill";
import Projects from "./project/project";
// import Projects from "./project/project";

function App() {
return (
Expand Down
6 changes: 3 additions & 3 deletions src/skill/skill.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const data = [
],
},
{
skill: "Programming Language",
skill: "Programming Lang.",
value: ["Python", "R", "SQL", "JavaScript", "HTML", "CSS", "React.js"],
},
{
Expand Down Expand Up @@ -53,8 +53,8 @@ const certifications = [
];

const education = [
"2019-2022 University of Melbourne (Bachelor of Science)",
"2023-2024 University of Melbourne (Master of Data Science)",
"2019-22 University of Melbourne Bachelor of Science",
"2023-24 University of Melbourne Master of Data Science",
];

function Skills() {
Expand Down

0 comments on commit 72d50e2

Please sign in to comment.