minor improvements
This commit is contained in:
parent
1e386b093d
commit
263eb91c03
@ -14,7 +14,7 @@ export default function Footer() {
|
||||
className="w-full flex flex-col items-center sm:justify-start justify-center"
|
||||
id="footer"
|
||||
>
|
||||
<div className="w-full sm:px-20 px-4 flex justify-end">
|
||||
<div className="w-full sm:px-20 px-4 flex sm:justify-end justify-center">
|
||||
<button
|
||||
onClick={() => handleScroll()}
|
||||
className="font-avenirbook text-sm underline mb-4 text-gray-900 hover:no-underline focus:no-underline"
|
||||
@ -24,18 +24,7 @@ export default function Footer() {
|
||||
</div>
|
||||
|
||||
<div className="w-full sm:px-20 px-4 flex sm:flex-row flex-col sm:justify-between justify-center sm:items-center bg-gradient-to-r from-pink-500 via-red-500 to-orange-500 sm:h-24">
|
||||
<div className="font-avenirbook text-gray-100 text-sm sm:w-auto w-full sm:my-0 my-2 sm:text-left text-center">
|
||||
© Proximity Worldwide 2018. All Rights Reserved.{' '}
|
||||
<a
|
||||
href="/"
|
||||
className="underline hover:no-underline focus:no-underline"
|
||||
>
|
||||
Privacy Statement
|
||||
</a>
|
||||
.
|
||||
</div>
|
||||
|
||||
<div className="flex items-center h-full sm:w-auto w-full sm:justify-end justify-center sm:mb-0 mb-2">
|
||||
<div className="flex items-center h-full sm:w-auto w-full sm:justify-end justify-center sm:my-0 my-4">
|
||||
<a
|
||||
href="/"
|
||||
className="w-10 h-10 flex items-center justify-center ri-linkedin-fill rounded-full bg-white text-orange-500 text-xl ml-2"
|
||||
@ -55,6 +44,17 @@ export default function Footer() {
|
||||
{' '}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div className="font-avenirbook text-gray-100 text-sm sm:w-auto w-full sm:text-left text-center sm:mb-0 mb-4">
|
||||
© Proximity Worldwide 2018. All Rights Reserved.{' '}
|
||||
<a
|
||||
href="/"
|
||||
className="underline hover:no-underline focus:no-underline"
|
||||
>
|
||||
Privacy Statement
|
||||
</a>
|
||||
.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
@ -8,11 +8,11 @@ export default function PartOne() {
|
||||
className="w-full h-screen flex flex-col items-center sm:justify-start justify-center sm:py-12 sm:px-20 p-4"
|
||||
id="part-one"
|
||||
>
|
||||
<div className="text-red-600 uppercase text-sm font-bold font-avenirblack">
|
||||
<div className="text-red-600 uppercase text-sm font-bold font-avenirblack tracking-wide">
|
||||
How we do it
|
||||
</div>
|
||||
|
||||
<div className="text-gray-900 sm:text-2xl text-lg font-avenirbook text-center mb-4">
|
||||
<div className="text-gray-900 sm:text-2xl text-xl font-avenirbook text-center mb-4">
|
||||
We use data-driven creativity
|
||||
<br />
|
||||
to solve business problems
|
||||
|
@ -11,10 +11,10 @@ export default function PartTwo() {
|
||||
<img
|
||||
src={pencil}
|
||||
alt="pencil"
|
||||
className="object-cover sm:h-8 h-4 sm:mb-8 mb-4"
|
||||
className="object-cover sm:h-6 h-4 sm:mb-8 mb-4"
|
||||
/>
|
||||
|
||||
<div className="text-red-600 uppercase text-sm font-bold font-avenirblack sm:mb-8 mb-4">
|
||||
<div className="text-red-600 uppercase text-sm font-bold font-avenirblack sm:mb-8 mb-4 tracking-wide sm:w-auto w-1/2 sm:text-left text-center">
|
||||
Business Problems we've solved
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user