Skip to content

Commit

Permalink
simplified structure
Browse files Browse the repository at this point in the history
  • Loading branch information
najwer23 committed May 6, 2024
1 parent 1c72543 commit 6b1ac3b
Show file tree
Hide file tree
Showing 15 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "resume",
"version": "3.1.2",
"version": "3.1.3",
"type": "module",
"homepage": "https://najwer23.github.io/resume/",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"eslint-plugin-react-refresh": "^0.4.6",
"gh-pages": "^6.1.1",
"husky": "^9.0.11",
"najwer23storybook": "^4.1.85",
"najwer23storybook": "^4.1.95",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useFetch } from "../../hooks/useFetch";
import { useFetch } from "../hooks/useFetch";

interface Props {
repoName: string;
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/components/nav/Nav.tsx → src/nav/Nav.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { BoxMody, NavContainer, NavUtils } from "./Nav.styled"
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import { faFilePdf } from "@fortawesome/free-solid-svg-icons";
import { useTranslationContext } from "../../translation/useTranslationContext";
import { useTranslationContext } from "../translation/useTranslationContext";
import { GithubLastMody } from "../github/GithubLastMody";
import { Button } from "najwer23storybook/lib/Button";

Expand Down
File renamed without changes.
File renamed without changes.
14 changes: 7 additions & 7 deletions src/pages/home/Home.tsx → src/pages/Home.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { Nav } from "../../components/nav/Nav"
import { PageA4 } from "../../components/pageA4/PageA4"
import { Education } from "../../components/resumeSection/Education"
import { Exp } from "../../components/resumeSection/Exp"
import { Intro } from "../../components/resumeSection/Intro"
import { Project } from "../../components/resumeSection/Project"
import { Skills } from "../../components/resumeSection/Skills"
import { Nav } from "../nav/Nav"
import { PageA4 } from "../pageA4/PageA4"
import { Education } from "../resumeSection/Education"
import { Exp } from "../resumeSection/Exp"
import { Intro } from "../resumeSection/Intro"
import { Project } from "../resumeSection/Project"
import { Skills } from "../resumeSection/Skills"

export const Home = () => {
return (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { T } from "../../translation/T";
import { T } from "../translation/T";
import { Section, Section2Col, Section2ColDesc, Section2ColDescDesc, Section2ColDescDescInner, Section2ColDescTitle, Section2ColLogo, SectionInner, SectionTitle, SectionTitleLine } from "./ResumeSection.styled";

export const Education = () => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { T } from "../../translation/T";
import { T } from "../translation/T";
import { Section, Section2Col, Section2ColDesc, Section2ColDescDesc, Section2ColDescDescInner, Section2ColDescDescInnerStory, Section2ColDescDescInnerTech, Section2ColDescTitle, Section2ColLogo, SectionInner, SectionTitle, SectionTitleLine } from "./ResumeSection.styled";

const ExpTitle = () => {
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useFetch } from "../../hooks/useFetch";
import { T } from "../../translation/T";
import { useFetch } from "../hooks/useFetch";
import { T } from "../translation/T";
import { HRLine, Section, SectionProjectDesc, SectionProjectTech, SectionProjectTitle, SectionTitle, SectionTitleLine } from "./ResumeSection.styled";


Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import { T } from "../../translation/T";
import { T } from "../translation/T";
import { SectionTitle, SectionTitleLine, SkillsWrapper, SkillsWrapperChild } from "./ResumeSection.styled";
import { faCircle } from "@fortawesome/free-solid-svg-icons";

Expand Down
2 changes: 1 addition & 1 deletion src/router/RouterHash.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { RouterProvider, ScrollRestoration, createHashRouter } from "react-router-dom";
import { Home } from "../pages/home/Home";
import { Home } from "../pages/Home";

export const router = createHashRouter([
{
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2776,13 +2776,13 @@ __metadata:
languageName: node
linkType: hard

"najwer23storybook@npm:^4.1.85":
version: 4.1.85
resolution: "najwer23storybook@npm:4.1.85"
"najwer23storybook@npm:^4.1.95":
version: 4.1.95
resolution: "najwer23storybook@npm:4.1.95"
peerDependencies:
react: ^18.2.0
react-dom: ^18.2.0
checksum: 10c0/0e3a54df0ef14d11f4329ab1d7b60c5216216b1b46724e814984fb9733b7312322b5da86d3cc6b08995c1f88f76846f113f440b8b68294fd0eb21916f6d776a9
checksum: 10c0/fd4648a9357579629d1b0e1c4f82cc7d8ec4fcff0de3cf17f9991bdd5e32326b214f9b87ccce138f31fb058bfa54ac1e48941e7fb5ba34feae0a8f0158ffb3fc
languageName: node
linkType: hard

Expand Down Expand Up @@ -3230,7 +3230,7 @@ __metadata:
eslint-plugin-react-refresh: "npm:^0.4.6"
gh-pages: "npm:^6.1.1"
husky: "npm:^9.0.11"
najwer23storybook: "npm:^4.1.85"
najwer23storybook: "npm:^4.1.95"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
react-router-dom: "npm:^6.23.0"
Expand Down

0 comments on commit 6b1ac3b

Please sign in to comment.