Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added css filters to frontend/ui-generators #1183

Merged
merged 4 commits into from
Jul 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions database/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,7 @@ export const sidebarData: ISidebar[] = [
{ name: 'Go', url: '/golang', resources: DB.golang },
{ name: 'TypeScript', url: '/typescript', resources: DB.typescript },
{ name: 'Ruby', url: '/ruby', resources: DB.ruby },
{
name: 'C Programming',
url: '/c-programming',
resources: DB.CProgramming,
},
{ name: 'C Programming', url: '/c-programming', resources: DB.CProgramming },
{ name: 'Java', url: '/java', resources: DB.java },
{ name: 'Kotlin', url: '/kotlin', resources: DB.kotlin },
],
Expand Down
9 changes: 8 additions & 1 deletion database/frontend/ui-generators.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,18 @@
"category": "frontend",
"subcategory": "ui-generators"
},
{
"name": "CSS Filters",
"description": "This is a visual playground for generating CSS for custom and Instagram-like photo filters. Experiment with your own uploaded photo or select one from the Unsplash collection.",
"url": "https://www.cssfilters.co/",
"category": "frontend",
"subcategory": "ui-generators"
},
{
"name": "Patternizer",
"description": "This website will generate CSS code for Patterns",
"url": "https://patternizer.com/",
"category": "Frontend",
"category": "frontend",
"subcategory": "UI Generators"
}
]