Skip to content

Commit

Permalink
Multiple updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gxjansen committed Oct 22, 2024
1 parent 2e22b85 commit 0562fd7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/FreelancerCard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function getFlagEmoji(countryCode: string) {
<p class="text-sm text-neutral-500 dark:text-neutral-500 mb-2">🗣️ {freelancer.language}</p>
<p class="text-sm text-neutral-500 dark:text-neutral-500 mb-6">Availability: {freelancer.availability}</p>
<div class="short-pitch mb-6">
<div class="text-sm text-neutral-800 dark:text-neutral-100 mb-4" set:html={freelancer.references}></div>
<p class="text-sm text-neutral-800 dark:text-neutral-100 mb-4">{freelancer.shortPitch}</p>
</div>
<div class="mb-4">
<h3 class="text-lg font-semibold text-neutral-800 dark:text-neutral-100 mb-2">Role / Expertise</h3>
Expand Down
8 changes: 4 additions & 4 deletions src/data_files/freelancers.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"countryCode": "PL",
"linkedIn": "https://www.linkedin.com/in/volodymyr-hrychenko-a03aa6a8/",
"github": "",
"shortPitch": "<p>I am a PHP developer with 10 years of experience in web development. My technical skills combined with my ability to lead and architect solutions make me a valuable addition to any team. I am proficient in various back-end technologies such as PHP, MySQL, PostgreSQL, Redis, Elasticsearch, and various ORMs.</p><p>As a technical lead and solution architect, I have successfully delivered complex web applications across various industries, including e-commerce, healthcare, and education. My expertise extends to all phases of the software development lifecycle, including requirements gathering, design, development, testing, deployment, and maintenance.</p>",
"shortPitch": "I am a PHP developer with 10 years of experience in web development. My technical skills combined with my ability to lead and architect solutions make me a valuable addition to any team. I am proficient in various back-end technologies such as PHP, MySQL, PostgreSQL, Redis, Elasticsearch, and various ORMs.As a technical lead and solution architect, I have successfully delivered complex web applications across various industries, including e-commerce, healthcare, and education. My expertise extends to all phases of the software development lifecycle, including requirements gathering, design, development, testing, deployment, and maintenance.",
"yearStartedWebDev": 2014,
"yearStartedSpryker": 2017,
"sprykerCertifications": {
Expand Down Expand Up @@ -155,7 +155,7 @@
"countryCode": "DE",
"linkedIn": "https://www.linkedin.com/in/rodinv/",
"github": "https://github.com/RodinVasily",
"shortPitch": "<p>I've been with Spryker since 2017. I have a successful track record with dozens of projects!</p>",
"shortPitch": "I've been with Spryker since 2017. I have a successful track record with dozens of projects!",
"yearStartedWebDev": 2008,
"yearStartedSpryker": 2017,
"sprykerCertifications": {
Expand Down Expand Up @@ -184,7 +184,7 @@
"countryCode": "DE",
"linkedIn": "https://www.linkedin.com/in/jan-v-kovacs/",
"github": "",
"shortPitch": "<p>Beyond my strong technical background, with 5 years of Spryker experience, I have also engineer manager experience and skills, therefore I can also help out with team managent from technical and people leadership view.</p>",
"shortPitch": "Beyond my strong technical background, with 5 years of Spryker experience, I have also engineer manager experience and skills, therefore I can also help out with team management from technical and people leadership view.",
"yearStartedWebDev": 2010,
"yearStartedSpryker": 2017,
"sprykerCertifications": {
Expand Down Expand Up @@ -213,7 +213,7 @@
"countryCode": "ES",
"linkedIn": "https://www.linkedin.com/in/jbenitosantoni/",
"github": "",
"shortPitch": "<p>With over six years of experience as a Senior Software Engineer specializing in e-commerce, PHP and Spryker development, I bring a unique blend of technical expertise and creative problem-solving skills. My ability to collaborate effectively with cross-functional teams ensures that I deliver high-quality solutions tailored to meet business needs. I thrive in fast-paced environments and am dedicated to continuous learning, making me adaptable to new challenges. Hiring me means investing in a passionate developer who is committed to driving innovation and achieving results.</p>",
"shortPitch": "With over six years of experience as a Senior Software Engineer specializing in e-commerce, PHP and Spryker development, I bring a unique blend of technical expertise and creative problem-solving skills. My ability to collaborate effectively with cross-functional teams ensures that I deliver high-quality solutions tailored to meet business needs. I thrive in fast-paced environments and am dedicated to continuous learning, making me adaptable to new challenges. Hiring me means investing in a passionate developer who is committed to driving innovation and achieving results.",
"yearStartedWebDev": 2019,
"yearStartedSpryker": 2020,
"sprykerCertifications": {
Expand Down
1 change: 0 additions & 1 deletion src/pages/jobs.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import MainLayout from '../layouts/MainLayout.astro';
import MainSection from "../components/ui/blocks/MainSection.astro";
import FreelancerCard from '../components/FreelancerCard.astro';
import freelancers from '../data_files/freelancers.json';
import Image from "../spryker_horizontal_grey.png";
// Import PrimaryCTA component
import PrimaryCTA from "@components/ui/buttons/PrimaryCTA.astro";
Expand Down

0 comments on commit 0562fd7

Please sign in to comment.