alexdorowork / Sparesteuern

0 stars 0 forks source link

Create new file => /src/components/Footer.tsx #13

Open jacob-ai-bot[bot] opened 4 months ago

jacob-ai-bot[bot] commented 4 months ago

A new design has been added to Figma for the file /src/components/Footer.tsx. The design was converted into JSX. Here is what was provided:

<div className="flex justify-between items-center w-full max-w-7xl h-8 mx-auto">
  <div className="flex items-center h-full">
    <div className="flex items-center h-full">
      {/* Vector 1 */}
      <div className="w-6 h-3 bg-blue-600"></div>
      {/* Vector 2 */}
      <div className="w-3 h-1.5 bg-blue-600 ml-1.5 mt-3"></div>
      {/* Vector 3 */}
      <div className="w-6 h-3 bg-blue-600 mt-4.5"></div>
    </div>
    <div className="ml-9 text-2xl uppercase text-center text-[#0b2339]">
      Spare Steuern
    </div>
  </div>
  <div className="text-base font-medium text-[#0b2339]">
    © spare-steuern.com
  </div>
</div>
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import { faEnvelope } from '@fortawesome/free-solid-svg-icons'
const element = <FontAwesomeIcon icon={faEnvelope} />
  1. For images, the figma code will likely list the image name. This image has already been saved to the public folder. You must use that image as the source for the image tag.
  2. IMPORTANT: The design team did not wire up any of the buttons or links, they assigned that critical task to you. You MUST implement the code to handle the click events.

Here is a temporary snapshot of your design. It will expire in 60 minutes for security purposes. snapshot

Here are the images from your design. These images will be downloaded to this branch and these links will expire in 60 minutes for security purposes.

jacob-ai-bot[bot] commented 4 months ago

JACoB here...

You mentioned me on this issue and I am busy taking a look at it.

I'll continue to comment on this issue with status as I make progress.

jacob-ai-bot[bot] commented 4 months ago

Update

I've completed my initial work on this issue and have created a pull request: Create /src/components/Footer.tsx.

I will update this PR with a storybook story for this component.

jacob-ai-bot[bot] commented 4 months ago

Update

I've completed my work on this issue and have updated this pull request: Create /src/components/Footer.tsx.

Please review my changes there.