Skip to content

Commit

Permalink
Merge pull request #28 from jchojna/add-fixes
Browse files Browse the repository at this point in the history
Add fixes
  • Loading branch information
jchojna authored Apr 21, 2024
2 parents 38d1adc + 36e377b commit 2430d34
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 49 deletions.
2 changes: 1 addition & 1 deletion src/components/Accordion.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
transition: padding $accordion-time;

&::before {
border-radius: $border-radius / 2;
border-radius: calc($border-radius / 2);
content: '';
height: $separator-height;
left: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/components/BlockTitle.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
text-transform: uppercase;

&::before {
border-radius: $border-radius / 2;
border-radius: calc($border-radius / 2);
content: '';
position: absolute;
top: 0;
Expand Down
4 changes: 2 additions & 2 deletions src/components/Menu.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

.indicator {
background-color: #fff;
border-radius: 0 $border-radius / 2 $border-radius / 2 0;
border-radius: 0 calc($border-radius / 2) calc($border-radius / 2) 0;
height: $menu-item-height;
left: 0;
position: absolute;
Expand All @@ -88,7 +88,7 @@
z-index: 9999;

&.intro {
border-radius: $border-radius / 2;
border-radius: calc($border-radius / 2);
}

&.about {
Expand Down
7 changes: 1 addition & 6 deletions src/components/MobileMenu.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,8 @@
display: flex;
height: $menu-item-height;
padding-right: 10px;
// pointer-events: none;
width: 100%;

&--active {
// pointer-events: all;
}

&--mobileHeader {
left: 0;
margin: 0;
Expand All @@ -51,7 +46,7 @@

.indicator {
background-color: #fff;
border-radius: 0 $border-radius / 2 $border-radius / 2 0;
border-radius: 0 calc($border-radius / 2) calc($border-radius / 2) 0;
height: $menu-item-height;
left: 0;
position: absolute;
Expand Down
11 changes: 6 additions & 5 deletions src/components/icons/IconLink.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,7 @@

&.about {
.link {
background-color: rgba(
$color: $color-about-dark,
$alpha: $background-opacity
);
background-color: $color-about-dark;
fill: $color-about-light;

&::before {
Expand All @@ -107,7 +104,7 @@
}

.name {
color: $color-about-white;
color: $color-about-light;
}
}

Expand All @@ -128,5 +125,9 @@
background-color: $color-contact-black;
}
}

.name {
color: $color-contact-light;
}
}
}
8 changes: 4 additions & 4 deletions src/components/resume/ResumeDetails.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ $gap: 10px;

.detail {
color: $color-resume-accent;
font-size: 1.1rem;
font-size: 1.2rem;
font-weight: 700;
line-height: 1.5;
margin: 0;

&-2,
&-3 {
border-left: $separator-width solid $color-resume-black;
border-left: $separator-width solid $color-resume-dark;
padding-left: $gap;
}

Expand All @@ -50,8 +50,8 @@ $gap: 10px;
position: relative;

&::before {
background-color: $color-resume-black;
border-radius: $border-radius / 2;
background-color: $color-resume-dark;
border-radius: calc($border-radius / 2);
content: '';
height: 1rem;
margin-right: 0.5rem;
Expand Down
44 changes: 22 additions & 22 deletions src/content/resume.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,28 @@
"experience": {
"label": "Experience",
"items": [
{
"label": "Frontend Development",
"items": [
{
"label": "Jun 2021 - Present",
"items": ["Frontend Developer", "Appsilon", "Remote"],
"description": [
"collaborating in a multinational team within a rapidly growing company, providing consultancy services to a diverse range of clients, including Fortune 500 companies from Pharma, Biodiversity, Energy, and Sport industries",
"contributed to the development of complex dashboard applications, with a primary focus on frontend development and occasional contributions to backend development in R. Projects examples: Mbaza - a biodiversity project [TypeScript | React | Electron], Supply Chain application [TypeScript | Next.js | ReactFlow], dashboard applications [VanillaJS | Sass | R]",
"tech leader in a few small-scale projects since Q4 2022"
]
},
{
"label": "Jun 2020 - Jun 2021",
"items": ["Junior Frontend Developer", "Appsilon", "Remote"],
"description": [
"focused on frontend development for commercial dashboard applications, involving UI/UX design preparation in Figma",
"undertook internal tasks such as website maintenance (e.g., appsilon.com [Typescript | Gatsby | GraphQL]), creation of landing pages (e.g., shiny.tools, shinymanifesto.com [Vanilla JS]), and maintenance of open-source projects"
]
}
]
},
{
"label": "Architecture",
"items": [
Expand Down Expand Up @@ -52,28 +74,6 @@
"items": ["3d software tutor", "Euro Info Group", "Warsaw, Poland"]
}
]
},
{
"label": "Frontend Development",
"items": [
{
"label": "Jun 2021 - Present",
"items": ["Frontend Developer", "Appsilon", "Remote"],
"description": [
"collaborating in a multinational team within a rapidly growing company, providing consultancy services to a diverse range of clients, including Fortune 500 companies from Pharma, Biodiversity, Energy, and Sport industries",
"contributed to the development of complex dashboard applications, with a primary focus on frontend development and occasional contributions to backend development in R. Projects examples: Mbaza - a biodiversity project [TypeScript | React | Electron], Supply Chain application [TypeScript | Next.js | ReactFlow], dashboard applications [VanillaJS | Sass | R]",
"tech leader in a few small-scale projects since Q4 2022"
]
},
{
"label": "Jun 2020 - Jun 2021",
"items": ["Junior Frontend Developer", "Appsilon", "Remote"],
"description": [
"focused on frontend development for commercial dashboard applications, involving UI/UX design preparation in Figma",
"undertook internal tasks such as website maintenance (e.g., appsilon.com [Typescript | Gatsby | GraphQL]), creation of landing pages (e.g., shiny.tools, shinymanifesto.com [Vanilla JS]), and maintenance of open-source projects"
]
}
]
}
]
},
Expand Down
6 changes: 1 addition & 5 deletions src/styles/mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@
padding: 0;
margin-right: 100px;
}

@media screen and (min-width: $media-l) {
max-width: 1800px;
}
}

@mixin sectionTitle {
Expand All @@ -147,7 +143,7 @@

@media only screen and (min-width: $media-m) {
border: none;
font-size: 72px;
font-size: 60px;
margin: 0;
max-width: 60%;
min-width: 380px;
Expand Down
4 changes: 2 additions & 2 deletions src/views/Contact.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
'form'
'social'
'footer';
max-width: 1000px;
width: 100%;

@media only screen and (min-width: $media-m) {
Expand All @@ -33,8 +34,7 @@
@include sectionTitle;

border-color: $color-contact-accent;
color: $color-contact-accent;
font-size: 3rem;
color: $color-contact-light;
margin: 0;
text-align: center;
}
Expand Down
2 changes: 1 addition & 1 deletion src/views/Contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Contact = () => {
)}
>
<h2 className={clsx(classes.title, classes.large, classes.contact)}>
Feel free to contact me! I'm open for new opportunities
Looking to bring my talents to an innovative team. Let's chat!
</h2>
<div className={classes.contactDetails}>
{contactDetails.map((details, index) => (
Expand Down
1 change: 1 addition & 0 deletions src/views/Project.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
display: flex;
flex-direction: column;
gap: 50px;
max-width: 1400px;
width: 100%;

@media screen and (min-width: var.$media-m) {
Expand Down
1 change: 1 addition & 0 deletions src/views/Resume.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
'title'
'info'
'accordions';
max-width: 1200px;
padding: $menu-item-height $offset-right-s $menu-item-height $offset-left-s;

@media only screen and (min-width: $media-m) {
Expand Down

0 comments on commit 2430d34

Please sign in to comment.