-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
48f46e9
commit ba39a92
Showing
39 changed files
with
264 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,105 @@ | ||
import image1 from "../images/BrandImages/h4b-grey-dark-text-wide-logo-75a17c70.webp"; | ||
import image2 from "../images/BrandImages/h4b-white-light-text-wide-logo-68b9b9c9.webp"; | ||
import image3 from "../images/BrandImages/h4blogo 1.webp"; | ||
import image4 from "../images/BrandImages/Light - Banner (1).webp"; | ||
import image7 from "../images/BrandImages/square-grey-logo-with-bottom-text-black-red (6) 1.webp"; | ||
import image8 from "../images/BrandImages/square-grey-logo-with-bottom-text-black-red-3fef9187.webp"; | ||
import image10 from "../images/BrandImages/square-white-logo-with-bottom-text-white-91e44dee (1).webp"; | ||
import image11 from "../images/BrandImages/square-white-logo-without-text-efa8708a.webp"; | ||
import image12 from "../images/BrandImages/h4b-color-palette.webp"; | ||
import greyMapBlackTextTopRedTextBottomLogo from "../images/brand/regular/grey-map-black-text-top-red-text-bottom-logo-2800-500.png"; | ||
import squareGreyLogoWithBottomTextBlackRed from "../images/brand/regular/square-grey-logo-with-bottom-text-black-red.png"; | ||
import squareGreyLogo from "../images/brand/regular/square-grey-logo.png"; | ||
import squareWhiteLogoWithBottomTextBlackRed from "../images/brand/regular/square-white-logo-with-bottom-text-black-red.png"; | ||
import squareWhiteLogoWithBottomTextWhite from "../images/brand/regular/square-white-logo-with-bottom-text-white.png"; | ||
import squareWhiteLogo from "../images/brand/regular/square-white-logo.png"; | ||
import whiteMapWhiteTextBlackBackgroundLogo from "../images/brand/regular/white-map-white-text-black-background-logo.png"; | ||
import whiteMapWhiteTextBothLogo from "../images/brand/regular/white-map-white-text-both-logo-2800-500.png"; | ||
|
||
export const brandContent = [ | ||
{ | ||
image: image1, | ||
name: "Hack4Bengal Grey Wide Logo Dark Text", | ||
}, | ||
{ | ||
image: image2, | ||
name: "Hack4Bengal White Wide Logo Light Text", | ||
}, | ||
{ | ||
image: image3, | ||
name: "Hack4Bengal Logo Light Text", | ||
}, | ||
{ | ||
image: image4, | ||
name: "Hack4Bengal Logo Dark Text", | ||
}, | ||
{ | ||
image: image7, | ||
name: "Hack4Bengal Sqaure Black Logo without Text", | ||
}, | ||
{ | ||
image: image8, | ||
name: "Hack4Bengal Sqaure Grey Logo with Bottom Text Black & Red", | ||
}, | ||
{ | ||
image: image10, | ||
name: "Hack4Bengal Sqaure White Logo with Bottom Text White", | ||
}, | ||
{ | ||
image: image11, | ||
name: "Hack4Bengal Sqaure White Logo without Text", | ||
}, | ||
{ | ||
image: image12, | ||
name: "Hack4Bengal Color Palette", | ||
}, | ||
]; | ||
import tblackLogo from "../images/brand/transparent/black-logo.png"; | ||
import tgreyMapBlackTextTopRedTextBottomLogoWithDropShadow from "../images/brand/transparent/grey-map-black-text-top-red-text-bottom-logo-2800-500-with-drop-shadow.png"; | ||
import th4bGreyDarkTextWideLogo from "../images/brand/transparent/h4b-grey-dark-text-wide-logo.fb988ca7f3226853c243.png"; | ||
import tsquareGreyLogoWithBottomTextBlackRed from "../images/brand/transparent/square-grey-logo-with-bottom-text-black-red.png"; | ||
import tsquareGreyLogo from "../images/brand/transparent/square-grey-logo.png"; | ||
import tsquareWhiteLogoWithBottomTextBlackRed from "../images/brand/transparent/square-white-logo-with-bottom-text-black-red.png"; | ||
import tsquareWhiteLogoWithBottomTextWhite from "../images/brand/transparent/square-white-logo-with-bottom-text-white.png"; | ||
import tsquareWhiteLogo from "../images/brand/transparent/square-white-logo.png"; | ||
import twhiteLogo from "../images/brand/transparent/white-logo.png"; | ||
import twhiteMapWhiteTextBlackBackgroundLogo from "../images/brand/transparent/white-map-white-text-black-background-logo.png"; | ||
import twhiteMapWhiteTextBothLogo from "../images/brand/transparent/white-map-white-text-both-logo-2800-500.png"; | ||
|
||
export const brandContent = { | ||
regularImages: [ | ||
{ | ||
title: "grey-map-black-text-top-red-text-bottom-logo (2800 x 500)", | ||
image: greyMapBlackTextTopRedTextBottomLogo, | ||
}, | ||
{ | ||
title: "square-grey-logo", | ||
image: squareGreyLogo, | ||
}, | ||
{ | ||
title: "square-grey-logo-with-bottom-text-black-red", | ||
image: squareGreyLogoWithBottomTextBlackRed, | ||
}, | ||
{ | ||
title: "square-white-logo", | ||
image: squareWhiteLogo, | ||
}, | ||
{ | ||
title: "square-white-logo-with-bottom-text-black-red", | ||
image: squareWhiteLogoWithBottomTextBlackRed, | ||
}, | ||
{ | ||
title: "square-white-logo-with-bottom-text-white", | ||
image: squareWhiteLogoWithBottomTextWhite, | ||
}, | ||
{ | ||
title: "white-map-white-text-black-background-logo", | ||
image: whiteMapWhiteTextBlackBackgroundLogo, | ||
}, | ||
{ | ||
title: "white-map-white-text-both-logo (2800 x 500)", | ||
image: whiteMapWhiteTextBothLogo, | ||
}, | ||
], | ||
transparentImages: [ | ||
{ | ||
title: "black-logo", | ||
image: tblackLogo, | ||
}, | ||
|
||
{ | ||
title: "h4b-grey-dark-text-wide-logo", | ||
image: th4bGreyDarkTextWideLogo, | ||
}, | ||
{ | ||
title: "square-grey-logo-with-bottom-text-black-red", | ||
image: tsquareGreyLogoWithBottomTextBlackRed, | ||
}, | ||
{ | ||
title: "square-grey-logo", | ||
image: tsquareGreyLogo, | ||
}, | ||
{ | ||
title: "square-white-logo-with-bottom-text-black-red", | ||
image: tsquareWhiteLogoWithBottomTextBlackRed, | ||
}, | ||
{ | ||
title: "square-white-logo-with-bottom-text-white", | ||
image: tsquareWhiteLogoWithBottomTextWhite, | ||
}, | ||
{ | ||
title: "square-white-logo", | ||
image: tsquareWhiteLogo, | ||
}, | ||
{ | ||
title: | ||
"grey-map-black-text-top-red-text-bottom-logo (2800 x 500) with drop shadow", | ||
image: tgreyMapBlackTextTopRedTextBottomLogoWithDropShadow, | ||
}, | ||
{ | ||
title: "white-logo", | ||
image: twhiteLogo, | ||
}, | ||
{ | ||
title: "white-map-white-text-black-background-logo", | ||
image: twhiteMapWhiteTextBlackBackgroundLogo, | ||
}, | ||
{ | ||
title: "white-map-white-text-both-logo (2800 x 500)", | ||
image: twhiteMapWhiteTextBothLogo, | ||
}, | ||
], | ||
}; |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-12 KB
src/assets/images/BrandImages/h4b-grey-dark-text-wide-logo-75a17c70.webp
Binary file not shown.
Binary file removed
BIN
-9.63 KB
src/assets/images/BrandImages/h4b-white-light-text-wide-logo-68b9b9c9.webp
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-7.09 KB
src/assets/images/BrandImages/square-grey-logo-with-bottom-text-black-red (3) 1.webp
Binary file not shown.
Binary file removed
BIN
-7.87 KB
src/assets/images/BrandImages/square-grey-logo-with-bottom-text-black-red (4) 1.webp
Binary file not shown.
Binary file removed
BIN
-6.95 KB
src/assets/images/BrandImages/square-grey-logo-with-bottom-text-black-red (6) 1.webp
Binary file not shown.
Binary file removed
BIN
-7.62 KB
src/assets/images/BrandImages/square-grey-logo-with-bottom-text-black-red-3fef9187.webp
Binary file not shown.
Binary file removed
BIN
-7.58 KB
src/assets/images/BrandImages/square-white-logo-with-bottom-text-black-red-8f7118de.webp
Binary file not shown.
Binary file removed
BIN
-6.88 KB
src/assets/images/BrandImages/square-white-logo-with-bottom-text-white-91e44dee (1).webp
Binary file not shown.
Binary file removed
BIN
-7.15 KB
src/assets/images/BrandImages/square-white-logo-without-text-efa8708a.webp
Binary file not shown.
Binary file added
BIN
+201 KB
.../images/brand/regular/grey-map-black-text-top-red-text-bottom-logo-2800-500.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+44.3 KB
src/assets/images/brand/regular/square-grey-logo-with-bottom-text-black-red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+41.4 KB
src/assets/images/brand/regular/square-white-logo-with-bottom-text-black-red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+30.9 KB
src/assets/images/brand/regular/square-white-logo-with-bottom-text-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+84.3 KB
src/assets/images/brand/regular/white-map-white-text-black-background-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+47.5 KB
src/assets/images/brand/regular/white-map-white-text-both-logo-2800-500.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+176 KB
...rent/grey-map-black-text-top-red-text-bottom-logo-2800-500-with-drop-shadow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+137 KB
.../images/brand/transparent/h4b-grey-dark-text-wide-logo.fb988ca7f3226853c243.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+92.3 KB
...assets/images/brand/transparent/square-grey-logo-with-bottom-text-black-red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+83.2 KB
...ssets/images/brand/transparent/square-white-logo-with-bottom-text-black-red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+79.2 KB
src/assets/images/brand/transparent/square-white-logo-with-bottom-text-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+80.1 KB
src/assets/images/brand/transparent/white-map-white-text-black-background-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+157 KB
src/assets/images/brand/transparent/white-map-white-text-both-logo-2800-500.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.