소스 검색

websummit

GA
Pavle Golubovic 3 년 전
부모
커밋
df87e33434
2개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 1
    1
      frontend/src/components/shared/PageTitle.jsx
  2. 6
    6
      frontend/src/pages/WorkWithUs.jsx

+ 1
- 1
frontend/src/components/shared/PageTitle.jsx 파일 보기

@@ -3,7 +3,7 @@ import PropTypes from 'prop-types'

const PageTitle = ({heading, subheading, left, color,pb}) => {
return (
<div className={"flex flex-col gap-8p"+ (left ? " text-left items-start":" text-center items-center") + (color ? " title-colored" : " ") + (pb ? ' pb-2' :' ')}>
<div className={"flex flex-col gap-8p"+ (left ? " text-left items-start":" text-center items-center") + (color ? " text-[#9B32CE]" : " ") + (pb ? ' pb-2' :' ')}>
<h6 className={"subheading" + (left ? " text-left":" text-center")}>{subheading}</h6>
<h1 className={"heading" + (left ? " text-left":" text-center")}>{heading}</h1>
</div>

+ 6
- 6
frontend/src/pages/WorkWithUs.jsx 파일 보기

@@ -91,7 +91,7 @@ const WorkWithUs = () => {
return (
<div className='mt-90p'>
<Wrapper padding={' py-[48px]'}>
<PageTitle heading={'Diligent at a Glance'} subheading={'work with us'} color />
<PageTitle heading={'Diligent at a Glance'} subheading={'work with us'} />
</Wrapper>
<div className='flex flex-col md:flex gap-[32px] w-fit mx-auto'>
<CustomLink href={_data.downloadFilePath} downloadFile context={'Company Overview'}>
@@ -123,11 +123,11 @@ const WorkWithUs = () => {
</div>
</Wrapper>
<Wrapper padding={' py-[48px]'}>
<p className='pb-32p max-w-[1000px] mx-auto'>Within those domains, our customers range from startups (11.2 Ventures), over small and medium sized companies (Gold Bullion International, Intellum…), to Fortune 500 companies (BlackRock, Henry Schein…).</p>
<p className='pb-32p max-w-[1000px] mx-auto'>Within those domains, our customers range from startups (11.2 Ventures), over small and medium sized companies (Gold Bullion International, Intellum…), to Fortune 500 companies (Henry Schein…).</p>
<p className='max-w-[1000px] mx-auto'>Decision to outsource the whole, or a part, of software development accompanied with a demand for personal, long-term, dedication and responsibility is common for our clients. Most of them have already had some experience with other outsourcing companies, or are in active relationships with other outsourcing companies, when they decide to give us a try.</p>
</Wrapper>
<Wrapper padding={' py-[48px]'}>
<h4 className='font-semibold font-secondary text-[#9B32CE] text-subtitle-48 text-center w-full'>What are their Problems?</h4>
<h4 className='font-semibold font-secondary text-[#9B32CE] text-subtitle-48 text-center w-full'>What Are Their Problems?</h4>
</Wrapper>
<Wrapper >
<section>
@@ -148,7 +148,7 @@ const WorkWithUs = () => {
</section>
</Wrapper>
<Wrapper padding={' py-[48px] mb-32p'}>
<h4 className='font-semibold font-secondary text-[#9B32CE] text-subtitle-48 text-center w-full'>And how We help Them?</h4>
<h4 className='font-semibold font-secondary text-[#9B32CE] text-subtitle-48 text-center w-full'>How We Help Them?</h4>
</Wrapper>
<Wrapper padding={' py-90p'}>
<section>
@@ -156,7 +156,7 @@ const WorkWithUs = () => {
<div className="flex flex-col justify-center items-start w-full max-w-custom m-auto px-8 xl:px-0 mb-32p">
<div className="flex flex-col gap-[72px] w-full max-w-[950px] mx-auto">
{_data.problems.map((item, index) => (
{_data.help.map((item, index) => (
<HelpParagraph
key={index}
title={item.title}
@@ -168,7 +168,7 @@ const WorkWithUs = () => {
</section>
</Wrapper>
<Wrapper padding={' py-90p'} bg>
<h4 className='font-semibold font-secondary text-[#9B32CE] text-subtitle-48 text-center w-full py-32p'>And Do We?</h4>
<h4 className='font-semibold font-secondary text-[#9B32CE] text-subtitle-48 text-center w-full py-32p'>What Our Customers Say?</h4>
<Testimonials noTitle />
</Wrapper>
<Wrapper padding={' py-[48px] mb-32p'}>

Loading…
취소
저장