Skip to content

Commit

Permalink
Footer and responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadAdnan111 committed Sep 13, 2023
1 parent 7e0c6b2 commit 2f6cbc6
Show file tree
Hide file tree
Showing 2 changed files with 350 additions and 219 deletions.
16 changes: 14 additions & 2 deletions CustomerWebApp/src/assets/icons/LogoHorizontal.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,24 @@ import * as React from "react";

function LogoHorizontal(props) {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 175.496 41.29" {...props}>
<svg
xmlns="http://www.w3.org/2000/svg"
width="1em"
height="1em"
viewBox="0 0 175.496 41.29"
{...props}
>
<path
fill={props.color || "#febb2c"}
d="M21.928 41.291a49.48 49.48 0 01-2.1-.063C9.102 40.694.396 32.181.011 21.847a21.267 21.267 0 014.8-14.488A21 21 0 0118.188.119a16.847 16.847 0 012.315-.114h.141q4.89-.005 9.78 0h9.3a2.7 2.7 0 012.319 1.3 2.689 2.689 0 01.1 2.649l-1.129 2.183-1.786 3.441c-2.262 4.356-4.6 8.86-6.866 13.305a3.63 3.63 0 01-3.555 2.228h-.074c-2.91-.031-6.011-.046-10.054-.046q-2.649 0-5.3.005H9.791a15.76 15.76 0 001.361 2.475 11.264 11.264 0 009.4 4.859c.867.018 1.784.026 2.888.026h1.407a1.607 1.607 0 011.37.767 1.608 1.608 0 01.058 1.575l-2.909 5.647a1.607 1.607 0 01-1.428.871zm-7.491-25.1c3.589 0 7.438-.005 11.328-.047a1.444 1.444 0 00.156-.227c1.028-1.89 2.03-3.841 3-5.727l.678-1.318-1.329-.008c-1.24-.008-2.461-.015-3.671-.015-1.878 0-3.416.018-4.837.06a10.716 10.716 0 00-6.841 2.834 11.175 11.175 0 00-3.171 4.446z"
/>
<text fill="#0b0b0b" fontSize={32} fontStyle="italic" fontWeight={700} transform="translate(50.496 32)">
<text
fill="#0b0b0b"
fontSize={32}
fontStyle="italic"
fontWeight={700}
transform="translate(50.496 32)"
>
<tspan x={0} y={0}>
{"enatega"}
</tspan>
Expand Down
Loading

0 comments on commit 2f6cbc6

Please sign in to comment.