Pavle Golubovic преди 2 години
родител
ревизия
39aa852d54

+ 1
- 1
frontend/package.json Целия файл

@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "1.3.5",
"version": "1.3.6",
"private": true,
"dependencies": {
"@faceless-ui/slider": "^1.1.14",

+ 1
- 30
frontend/src/components/PortfolioSection.jsx Целия файл

@@ -6,35 +6,6 @@ import ProcessCard from './shared/ProcessCard';
import ProcessCardsWrapper from './shared/ProcessCardWrapper';
import PortfolioDataLayer from '../api/PortfolioDataLayer';

const _data = {
cards: [
{
id: 0,
title: 'BI Healthcare Solution System',
imgUrl:
'https://lh6.googleusercontent.com/D7N87i3udAln4YBp5SbaSI-9r2pVnnT5K2VT6p0G3dQanVgTMC2tdgz71PWOYco-7yQ=w2400',
alt: 'BI Healthcare Solution System',
link: '/casestudybi',
},
{
id: 1,
title: 'Resource Planning System',
imgUrl:
'https://lh5.googleusercontent.com/HLOh5coHfcEgDuftj1pOA9f1865xiIom5vyxTWNMKqMiivxL8Lg4c9ACzbfYYUdeuqQ=w2400',
alt: 'Resource Planning System',
link: '/casestudyresource',
},
{
id: 2,
title: 'Ticketing System for Passengers',
imgUrl:
'https://lh5.googleusercontent.com/f_G0H0C_qLHhsU8PBj6uTkNigzKiXzd24B_pgJ6UqVmBKlU2Lyxv2r5lf6uvY9d_0PY=w2400',
alt: 'Ticketing System for Passengers',
link: '/casestudyticketing',
},
],
};

function PortfolioSection({heading,cta}) {
const linkTo = useNavigate();

@@ -43,7 +14,7 @@ function PortfolioSection({heading,cta}) {
<div className="py-32p">
<PageTitle left heading={heading.title} subheading={heading.subtitle} />
</div>
<PortfolioDataLayer filter={'?sort[0]=id&pagination[pageSize]=3'} />
<PortfolioDataLayer filter={'&sort[0]=id&pagination[pageSize]=3'} />
<div className="flex justify-center text-center">
<button
className="btn text-dg-secondary mt-4"

+ 3
- 3
frontend/src/components/Testimonials.jsx Целия файл

@@ -37,7 +37,7 @@ export default function Testimonials({ data, noTitle, wideArray }) {
name={item[0].attributes.Name}
role={item[0].attributes.Role}
company={item[0].attributes.Company}
img={api_url + item[0].attributes.Image.data?.attributes.url}
clientImg={api_url + item[0].attributes.Image.data?.attributes.url}
paragraph={item[0].attributes.Quote}
/>
</Fragment>
@@ -49,7 +49,7 @@ export default function Testimonials({ data, noTitle, wideArray }) {
name={item[1].attributes.Name}
role={item[1].attributes.Role}
company={item[1].attributes.Company}
img={api_url + item[1].attributes.Image.data?.attributes.url}
clientImg={api_url + item[1].attributes.Image.data?.attributes.url}
paragraph={item[1].attributes.Quote}
/>
</Fragment>
@@ -67,7 +67,7 @@ export default function Testimonials({ data, noTitle, wideArray }) {
name={item.attributes.Name}
role={item.attributes.Role}
company={item.attributes.Company}
img={api_url + item.attributes.Image.data?.attributes.url}
clientImg={api_url + item.attributes.Image.data?.attributes.url}
paragraph={item.attributes.Quote}
/>
</Fragment>

+ 2
- 0
frontend/src/components/shared/PortfolioCardNew.jsx Целия файл

@@ -4,6 +4,8 @@ const api_url = process.env.REACT_APP_API_URL;

const PortfolioCardNew = ({ data }) => {

console.log(data);

return (
<Fragment>
{data && (

+ 0
- 83
frontend/src/pages/Careers.jsx Целия файл

@@ -63,89 +63,6 @@ const strapiPopulate = [
];

// eslint-disable-next-line no-underscore-dangle
const _data = {
job: [
{
id: 1,
templateFlag: 1,
role: '.Net Developer',
nugget: '.Net',
icon: net,
shortDetails:
'All Levels of Experience',
extended: {
paragraph:
'Team Diligent is constantly growing! We are looking for a team player that will work with experienced engineers. If technology is your passion and you are ready to move the boundaries of your knowledge every day, then, Diligent is the right place for you. If you are not from Niš, we are offering a full remote position.',
requirements: [
'Good software development fundamentals and knowledge of .NET architecture concepts & patterns',
'Good knowledge of software design patterns',
'Good knowledge of databases and database design',
'Experience in working with microservices is a big plus',
'The ability to work in a big team but also to work independently',
'Excellent communication skills',
],
key: [
'Working as a full-stack developer on various project and products',
'Working with 3rd-party APIs',
'Working on different integration scenarios',
'Setting up project structure and architecture',
'Being involved in full project development, from writing a specification to deploying a finished product',
],
offer: [
'Full Remote position',
'A fast-growth company with stable projects and strong international clients',
'Opportunity to work in teams with experienced engineers',
'Competitive employment conditions',
'An environment that will make you feel good about your job',
'Challenging and diverse projects',
'Support in your personal and professional growth',
'Flexible working hours',
'Private health insurance',
],
},
},
{
id: 2,
templateFlag: 1,
role: 'Legal Assistant',
nugget: 'Legal',
icon: legal,
shortDetails:
'+1 Years of Experience',
extended: {
// paragraph:
// 'Team Diligent Legalllllllll',
requirements: [
'University degree (Faculty of Law or related)',
'1+ years of experience ',
'Highly developed communication and interpersonal skills',
'Efficiency, precision, and dedication at work',
'Excellent organizational skills for setting priorities, working with multiple tasks simultaneously, and meeting deadlines',
'Proactive, energetic and results-oriented',
'A good understanding of Microsoft Excel and Google Sheets is an advantage',
'The ability to work in a team but also to work independently',
],
key: [
'Drafting contracts, agreements, and all legal documents related to labor law',
'Accuracy and timely management of documentation',
'Adopting general regulations',
'Monitoring legislative and subordinate regulations and ensuring their implementation',
'Preparing and issuing appropriate certificates and declarations',
'Updating data in relevant databases',
'Internal and external delivery of documentation and receiving mail',
],
offer: [
'Support in your personal and professional growth',
'Flexible working hours',
'Private health insurance',
'Competitive employment conditions',
'Lots of team activities and perks',
'A modern working place with a positive and fun atmosphere',
],
},
},
],
};

export default function Careers({ forwardedRef }) {
const [clickedPosition, setClickedPosition] = useState('');

Loading…
Отказ
Запис