Skip to content

Commit

Permalink
Merge pull request #21 from bryan308/v2/stable
Browse files Browse the repository at this point in the history
Add New SVG Generators Category and Reorganize Resource Links 🚀
  • Loading branch information
bryan308 authored Nov 12, 2024
2 parents 5d1e7df + d370bac commit 6e3c47a
Show file tree
Hide file tree
Showing 13 changed files with 89 additions and 57 deletions.
6 changes: 6 additions & 0 deletions content/resources/svg-generators.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: SVG Generators
description: SVG Generators for creating SVG images for your projects and presentations.
---

<ResourcesCards type="svggenerators" />
134 changes: 80 additions & 54 deletions data/resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ export const resourcesData: Record<string, IResourceCategory> = {
{
title: "Color Palettes",
links: [
{
title: "Colorsss",
url: "https://colorsss.com/",
description:
"Colors inpirations for graphic designers, UI/UX designers, artists. We curates awesome color palettes, gradients and tool to help you find great colors.",
iconPath: "/resources/colors/colorsss.png",
},
{
title: "Huemint",
url: "https://huemint.com/",
Expand Down Expand Up @@ -254,60 +261,6 @@ export const resourcesData: Record<string, IResourceCategory> = {
},
],
},
{
title: "SVG Generators",
links: [
{
title: "Creatica",
url: "https://creatica.app/",
description:
"Create stunning backgrounds with Creatica, your go-to design tool for unique and dynamic designs. Perfect for web designers, graphic artists, and creative minds.",
iconPath: "/resources/icons/creatica.svg",
},
{
title: "Creatica",
url: "https://creatica.app/",
description:
"Create stunning backgrounds with Creatica, your go-to design tool for unique and dynamic designs. Perfect for web designers, graphic artists, and creative minds.",
iconPath: "/resources/icons/creatica.svg",
},
{
title: "Haekei",
url: "https://app.haikei.app/",
description:
"A web-based design tool to generate unique SVG design assets for websites, social media, blog posts, desktop and mobile wallpapers, posters, and more! Our generators let you discover, customize, randomize, and export generative SVG design assets ready to use with your favorite design tools.",
iconPath: "/resources/icons/haekei.png",
},
{
title: "SVGator",
url: "https://www.svgator.com/",
description:
"It‘s SVG animation made easy - Create impressive SVG animations online, without any coding skills. Add them easily to your website. Get started for free!",
iconPath: "/resources/icons/svgator.png",
},
{
title: "Cool Backgrounds",
url: "https://svgwave.in/",
description:
"Explore a beautifully curated selection of cool backgrounds that you can add to blogs, websites, or as desktop and phone wallpapers.",
iconPath: "/resources/icons/coolbg.png",
},
{
title: "SVG Wave",
url: "https://svgwave.in/",
description:
"SVG Wave is a minimal svg wave generator with lot of customization. It lets you abiltiy to generate and export pngs and svgs of beautiful waves. SVG wave also lets you layer multiple waves. Create SVGs for your website designs.",
iconPath: "/resources/icons/meshy.webp",
},
{
title: "Tabbied",
url: "https://tabbied.com/",
description:
"Tabbied lets you easily create timeless and beautifully generated patterns or artwork to use for wall art, websites, print materials and more.",
iconPath: "/resources/icons/tabbied.svg",
},
],
},
],
},
inspirations: {
Expand Down Expand Up @@ -375,6 +328,13 @@ export const resourcesData: Record<string, IResourceCategory> = {
{
title: "",
links: [
{
title: "Shots",
url: "https://shots.so/",
description:
"Craft beautiful presentation for your social media, website and more!",
iconPath: "/resources/mockups/shots.png",
},
{
title: "shotsnapp",
url: "https://app.shotsnapp.com/",
Expand Down Expand Up @@ -433,6 +393,13 @@ export const resourcesData: Record<string, IResourceCategory> = {
{
title: "",
links: [
{
title: "Texturelabs",
url: "https://texturelabs.org/",
description:
"Texturelabs is an online resource for free, original textures and tutorials for art and design.",
iconPath: "",
},
{
title: "Freepik",
url: "https://www.freepik.com/",
Expand Down Expand Up @@ -479,6 +446,65 @@ export const resourcesData: Record<string, IResourceCategory> = {
},
],
},
svggenerators: {
title: "SVG Generators",
resourcesList: [
{
title: "",
links: [
{
title: "MagicPattern",
url: "https://www.magicpattern.design/",
description:
"Create Pro Visuals with MagicPattern. Generate SVG/CSS patterns, gradients and organic shapes to brand your product and social media posts.",
iconPath: "/resources/svg-generators/magicpattern.png",
},
{
title: "Creatica",
url: "https://creatica.app/",
description:
"Create stunning backgrounds with Creatica, your go-to design tool for unique and dynamic designs. Perfect for web designers, graphic artists, and creative minds.",
iconPath: "/resources/svg-generators/creatica.svg",
},
{
title: "Haekei",
url: "https://app.haikei.app/",
description:
"A web-based design tool to generate unique SVG design assets for websites, social media, blog posts, desktop and mobile wallpapers, posters, and more! Our generators let you discover, customize, randomize, and export generative SVG design assets ready to use with your favorite design tools.",
iconPath: "/resources/svg-generators/haekei.png",
},
{
title: "SVGator",
url: "https://www.svgator.com/",
description:
"It‘s SVG animation made easy - Create impressive SVG animations online, without any coding skills. Add them easily to your website. Get started for free!",
iconPath: "/resources/svg-generators/svgator.png",
},
{
title: "Cool Backgrounds",
url: "https://svgwave.in/",
description:
"Explore a beautifully curated selection of cool backgrounds that you can add to blogs, websites, or as desktop and phone wallpapers.",
iconPath: "/resources/svg-generators/coolbg.png",
},
{
title: "SVG Wave",
url: "https://svgwave.in/",
description:
"SVG Wave is a minimal svg wave generator with lot of customization. It lets you abiltiy to generate and export pngs and svgs of beautiful waves. SVG wave also lets you layer multiple waves. Create SVGs for your website designs.",
iconPath: "/resources/svg-generators/meshy.webp",
},
{
title: "Tabbied",
url: "https://tabbied.com/",
description:
"Tabbied lets you easily create timeless and beautifully generated patterns or artwork to use for wall art, websites, print materials and more.",
iconPath: "/resources/svg-generators/tabbied.svg",
},
],
},
],
},
typography: {
title: "Typography",
resourcesList: [
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ca-resources",
"version": "1.5.4",
"version": "1.5.5",
"private": true,
"scripts": {
"dev": "next dev --turbo",
Expand Down
Binary file added public/resources/colors/colorsss.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 public/resources/mockups/shots.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added public/resources/svg-generators/magicpattern.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes
File renamed without changes

0 comments on commit 6e3c47a

Please sign in to comment.