Initial commit: MoreminiMore redesign with Astro
This commit is contained in:
BIN
public/branding/apple-touch-icon.png
Normal file
BIN
public/branding/apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
91
public/branding/branding.json
Normal file
91
public/branding/branding.json
Normal file
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"brandName": "MoreminiMore",
|
||||
"companyName": "MoreminiMore Co.,Ltd.",
|
||||
"logo": {
|
||||
"primary": {
|
||||
"url": "https://moreminimore.com/wp-content/uploads/2022/01/Moreminimore-long-logo.png",
|
||||
"localPath": "branding/logo-long.png",
|
||||
"description": "Full color horizontal logo"
|
||||
},
|
||||
"header": {
|
||||
"url": "https://moreminimore.com/wp-content/uploads/2022/09/Moreminimore-logo-long-black.png",
|
||||
"localPath": "branding/logo-long-black.png",
|
||||
"description": "Black version for headers"
|
||||
}
|
||||
},
|
||||
"favicons": [
|
||||
{
|
||||
"url": "https://www.moreminimore.com/wp-content/uploads/2023/01/cropped-Moreminimore-logo-square-32x32.png",
|
||||
"localPath": "branding/favicon-32.png",
|
||||
"size": "32x32",
|
||||
"type": "favicon"
|
||||
},
|
||||
{
|
||||
"url": "https://www.moreminimore.com/wp-content/uploads/2023/01/cropped-Moreminimore-logo-square-192x192.png",
|
||||
"localPath": "branding/favicon-192.png",
|
||||
"size": "192x192",
|
||||
"type": "favicon"
|
||||
},
|
||||
{
|
||||
"url": "https://www.moreminimore.com/wp-content/uploads/2023/01/cropped-Moreminimore-logo-square-180x180.png",
|
||||
"localPath": "branding/apple-touch-icon.png",
|
||||
"size": "180x180",
|
||||
"type": "apple-touch-icon"
|
||||
},
|
||||
{
|
||||
"url": "https://www.moreminimore.com/wp-content/uploads/2023/01/cropped-Moreminimore-logo-square-270x270.png",
|
||||
"size": "270x270",
|
||||
"type": "msapplication-TileImage"
|
||||
}
|
||||
],
|
||||
"colors": {
|
||||
"primary": {
|
||||
"hex": "#fed400",
|
||||
"name": "Brand Yellow/Gold",
|
||||
"usage": "Header background, buttons, accent highlights, hover states"
|
||||
},
|
||||
"secondary": {
|
||||
"hex": "#000000",
|
||||
"name": "Black",
|
||||
"usage": "Text, dark backgrounds, primary buttons"
|
||||
},
|
||||
"neutral": {
|
||||
"hex": "#ffffff",
|
||||
"name": "White",
|
||||
"usage": "Backgrounds, text on dark"
|
||||
},
|
||||
"lightGray": {
|
||||
"hex": "#e8e8e8",
|
||||
"name": "Light Gray",
|
||||
"usage": "Section backgrounds, borders"
|
||||
},
|
||||
"darkGray": {
|
||||
"hex": "#0f0f0f",
|
||||
"name": "Near Black",
|
||||
"usage": "Navigation text, body text"
|
||||
}
|
||||
},
|
||||
"typography": {
|
||||
"primary": {
|
||||
"family": "Noto Sans Thai",
|
||||
"source": "Google Fonts",
|
||||
"weights": [100, 200, 300, 400, 500, 600, 700, 800, 900],
|
||||
"usage": "Main body text, navigation, headings"
|
||||
},
|
||||
"secondary": {
|
||||
"family": "Kanit",
|
||||
"source": "Local (woff)",
|
||||
"weights": [400, 700],
|
||||
"urls": {
|
||||
"400": "https://moreminimore.com/wp-content/uploads/2022/03/Kanit-400.woff",
|
||||
"700": "https://moreminimore.com/wp-content/uploads/2022/03/Kanit-700.woff"
|
||||
},
|
||||
"usage": "Headings, emphasis"
|
||||
}
|
||||
},
|
||||
"website": {
|
||||
"url": "https://www.moreminimore.com",
|
||||
"platform": "WordPress + Oxygen Builder",
|
||||
"woocommerce": true
|
||||
}
|
||||
}
|
||||
BIN
public/branding/favicon-192.png
Normal file
BIN
public/branding/favicon-192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.1 KiB |
BIN
public/branding/favicon-32.png
Normal file
BIN
public/branding/favicon-32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 687 B |
BIN
public/branding/logo-long-black.png
Normal file
BIN
public/branding/logo-long-black.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
BIN
public/branding/logo-long.png
Normal file
BIN
public/branding/logo-long.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
Reference in New Issue
Block a user