Skip to content

Commit

Permalink
Merge pull request #34 from DevBigEazi/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
DevBigEazi authored Sep 30, 2024
2 parents bcd8878 + b30a341 commit 3a0b24b
Show file tree
Hide file tree
Showing 31 changed files with 695 additions and 18 deletions.
Binary file removed src/assets/icons/cross-small.png
Binary file not shown.
3 changes: 3 additions & 0 deletions src/assets/icons/cross-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/assets/icons/full-logo-blue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/icons/full_logo_blue.png
Binary file not shown.
Binary file removed src/assets/icons/linkedin.png
Binary file not shown.
10 changes: 10 additions & 0 deletions src/assets/icons/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/assets/icons/logo-blue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/icons/logo_blue.png
Binary file not shown.
Binary file removed src/assets/icons/menu-burger.png
Binary file not shown.
12 changes: 12 additions & 0 deletions src/assets/icons/menu-burger.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/icons/telegram.png
Binary file not shown.
15 changes: 15 additions & 0 deletions src/assets/icons/telegram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/icons/x.png
Binary file not shown.
3 changes: 3 additions & 0 deletions src/assets/icons/x.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/images/balance-desktop.png
Binary file not shown.
193 changes: 193 additions & 0 deletions src/assets/images/balance-desktop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/images/balance-mobile.png
Binary file not shown.
85 changes: 85 additions & 0 deletions src/assets/images/balance-mobile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/images/hero-desktop.png
Binary file not shown.
90 changes: 90 additions & 0 deletions src/assets/images/hero-desktop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/images/hero-mobile.png
Binary file not shown.
85 changes: 85 additions & 0 deletions src/assets/images/hero-mobile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/images/swap-desktop.png
Binary file not shown.
146 changes: 146 additions & 0 deletions src/assets/images/swap-desktop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/images/swap-mobile.png
Binary file not shown.
9 changes: 9 additions & 0 deletions src/assets/images/swap-mobile.svg

Large diffs are not rendered by default.

Binary file removed src/assets/images/swap.png
Diff not rendered.
Binary file removed src/assets/images/withdraw.jpg
Diff not rendered.
13 changes: 12 additions & 1 deletion src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,23 @@ const Navbar = () => {
<header className="bg-linen border-b-[1px] border-b-[#00000080] py-7 px-6 w-full absolute z-10 max-sm:py-4 max-sm:px-3.5">
<nav className=" flex justify-between items-center max-container">
<a href="/">
{/* Desktop */}
<img
className="max-sm:w-[100px]"
className="max-sm:w-[100px] max-[390px]:hidden"
src={icons.fullLogoBlue}
alt="logo"
width={120}
height={20}
/>

{/* small phones */}
<img
className="hidden max-[390px]:block"
src={icons.logoBlue}
alt="logo"
width={120}
height={20}
/>
</a>

<div className="h-11 w-55 border-[1px] border-primary transition-all duration-[0.5s] hover:bg-whitesmoke rounded-lg flex items-center py-3 px-7 max-sm:hidden">
Expand Down Expand Up @@ -46,6 +56,7 @@ const Navbar = () => {
width={100}
height={20}
/>

<img
src={icons.crossSmall}
alt="close icon"
Expand Down
14 changes: 7 additions & 7 deletions src/constants/icons.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import crossSmall from '../assets/icons/cross-small.png';
import fullLogoBlue from '../assets/icons/full_logo_blue.png';
import linkedin from '../assets/icons/linkedin.png';
import logoBlue from '../assets/icons/logo_blue.png';
import menuBurger from '../assets/icons/menu-burger.png';
import telegram from '../assets/icons/telegram.png';
import x from '../assets/icons/x.png';
import crossSmall from '../assets/icons/cross-small.svg';
import fullLogoBlue from '../assets/icons/full-logo-blue.svg';
import linkedin from '../assets/icons/linkedin.svg';
import logoBlue from '../assets/icons/logo-blue.svg';
import menuBurger from '../assets/icons/menu-burger.svg';
import telegram from '../assets/icons/telegram.svg';
import x from '../assets/icons/x.svg';

export default { crossSmall, fullLogoBlue, linkedin, logoBlue, menuBurger, telegram, x };
17 changes: 7 additions & 10 deletions src/constants/images.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import balanceDesktop from '../assets/images/balance-desktop.png';
import balanceMobile from '../assets/images/balance-mobile.png';
import heroDesktop from '../assets/images/hero-desktop.png';
import heroMobile from '../assets/images/hero-mobile.png';
import swapDesktop from '../assets/images/swap-desktop.png';
import swapMobile from '../assets/images/swap-mobile.png';
import swap from '../assets/images/swap.png';
import balanceDesktop from '../assets/images/balance-desktop.svg';
import balanceMobile from '../assets/images/balance-mobile.svg';
import heroDesktop from '../assets/images/hero-desktop.svg';
import heroMobile from '../assets/images/hero-mobile.svg';
import swapDesktop from '../assets/images/swap-desktop.svg';
import swapMobile from '../assets/images/swap-mobile.svg';



export default { balanceDesktop, balanceMobile, heroDesktop, heroMobile, swapDesktop, swapMobile, swap };
export default { balanceDesktop, balanceMobile, heroDesktop, heroMobile, swapDesktop, swapMobile, };

0 comments on commit 3a0b24b

Please sign in to comment.