-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix border and add categories (#1978)
* display boundaries on cards-grid * remove most catalog-entries * add categories
- Loading branch information
1 parent
79a69a3
commit f22f7cf
Showing
24 changed files
with
172 additions
and
214 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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"data": { | ||
"type": "card", | ||
"attributes": { | ||
"longName": "City Design", | ||
"shortName": "Design", | ||
"slug": "city-design", | ||
"backgroundColor": "#ac00ff", | ||
"textColor": "#fff", | ||
"description": "Showcasing architecture and urban planning brilliance.", | ||
"title": "City Design", | ||
"thumbnailURL": null | ||
}, | ||
"relationships": { | ||
"blog": { | ||
"links": { | ||
"self": "../BlogApp/ramped" | ||
} | ||
} | ||
}, | ||
"meta": { | ||
"adoptsFrom": { | ||
"module": "../blog-category", | ||
"name": "BlogCategory" | ||
} | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"data": { | ||
"type": "card", | ||
"attributes": { | ||
"longName": "Cultural Scenes", | ||
"shortName": "Culture", | ||
"slug": "cultural-scenes", | ||
"backgroundColor": "#c3fc33", | ||
"textColor": null, | ||
"description": "Capturing the vibrant art, food, and music of cities.", | ||
"title": "Cultural Scenes", | ||
"thumbnailURL": null | ||
}, | ||
"relationships": { | ||
"blog": { | ||
"links": { | ||
"self": "../BlogApp/ramped" | ||
} | ||
} | ||
}, | ||
"meta": { | ||
"adoptsFrom": { | ||
"module": "../blog-category", | ||
"name": "BlogCategory" | ||
} | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"data": { | ||
"type": "card", | ||
"attributes": { | ||
"longName": "Future Tech", | ||
"shortName": "Tech", | ||
"slug": "future-tech", | ||
"backgroundColor": "#00ac3d", | ||
"textColor": "#fff", | ||
"description": "Highlighting technology shaping tomorrow’s cities.", | ||
"title": "Future Tech", | ||
"thumbnailURL": null | ||
}, | ||
"relationships": { | ||
"blog": { | ||
"links": { | ||
"self": "../BlogApp/ramped" | ||
} | ||
} | ||
}, | ||
"meta": { | ||
"adoptsFrom": { | ||
"module": "../blog-category", | ||
"name": "BlogCategory" | ||
} | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"data": { | ||
"type": "card", | ||
"attributes": { | ||
"longName": "Street Life", | ||
"shortName": "Streets", | ||
"slug": "street-life", | ||
"backgroundColor": "#281e78", | ||
"textColor": "#fff", | ||
"description": "Discovering the stories of streets and public spaces.", | ||
"title": "Street Life", | ||
"thumbnailURL": null | ||
}, | ||
"relationships": { | ||
"blog": { | ||
"links": { | ||
"self": "../BlogApp/ramped" | ||
} | ||
} | ||
}, | ||
"meta": { | ||
"adoptsFrom": { | ||
"module": "../blog-category", | ||
"name": "BlogCategory" | ||
} | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"data": { | ||
"type": "card", | ||
"attributes": { | ||
"longName": "Urban Work", | ||
"shortName": "Work", | ||
"slug": "urban-work", | ||
"backgroundColor": "#ff7f00", | ||
"textColor": "#fff", | ||
"description": "Exploring work trends in the evolving city landscape.", | ||
"title": "Work", | ||
"thumbnailURL": null | ||
}, | ||
"relationships": { | ||
"blog": { | ||
"links": { | ||
"self": "../BlogApp/ramped" | ||
} | ||
} | ||
}, | ||
"meta": { | ||
"adoptsFrom": { | ||
"module": "../blog-category", | ||
"name": "BlogCategory" | ||
} | ||
} | ||
} | ||
} |
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
19 changes: 0 additions & 19 deletions
19
packages/seed-realm/CatalogEntry/fields/contact-link-field.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
packages/seed-realm/CatalogEntry/fields/featured-image-field.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.