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 resumonk #2968

Merged
merged 2 commits into from
Aug 10, 2024
Merged
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
50 changes: 7 additions & 43 deletions frontend/src/DB/product.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,56 +67,20 @@
"image": "https://www.svgrepo.com/download/67890/call-of-duty-logo.svg",
"link": "https://www.callofduty.com/",
"description": "Call of Duty is a first-person shooter video game franchise that focuses on realism and cinematic experiences."
},
{
"productName": "Shapeways",
"category": "Tool",
"image": "https://th.bing.com/th/id/OIP.fS8A6HdHwA0RhZPcUMomZAHaHa?w=173&h=180&c=7&r=0&o=5&dpr=1.3&pid=1.7",
"link": "https://www.shapeways.com/",
"description": "Shapeways offers 3D printing services for production parts, rapid prototyping, e-commerce integrations, and design solutions. Choose from over 90 materials and finishes."
},
{
"productName": "Visual Studio Code",
"category": "coding",
"image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQuER1tOoBap4qZ8V7OUsbf-quqFfEjj3Jnzg&s",
"link": "https://code.visualstudio.com/",
"description": "Visual Studio Code is a free, open-source code editor from Microsoft that provides developers with powerful tools and a flexible workspace for a variety of programming languages."
},
{
"productName": "Shapeways",
"category": "Tool",
"image": "https://th.bing.com/th/id/OIP.fS8A6HdHwA0RhZPcUMomZAHaHa?w=173&h=180&c=7&r=0&o=5&dpr=1.3&pid=1.7",
"link": "https://www.shapeways.com/",
"description": "Shapeways offers 3D printing services for production parts, rapid prototyping, e-commerce integrations, and design solutions. Choose from over 90 materials and finishes."
},
{
"productName": "GitLab",
"category": "tools",
"image": "https://rb.gy/5vmahj",
"link": "https://about.gitlab.com/",
"description": "GitLab is a web-based DevOps lifecycle tool that provides a Git repository manager with features for CI/CD, issue tracking, and more, enabling teams to collaborate on code development and deployment efficiently."
},
{
"productName": "Hemingway",
"category": "Tool",
"image": "https://th.bing.com/th/id/OIP.KmubvHbzHsdAXbx5sfHXrgHaHa?w=166&h=180&c=7&r=0&o=5&dpr=1.3&pid=1.7",
"link": "https://hemingwayapp.com/",
"description": "Hemingway App helps you write concisely and correctly by highlighting lengthy, complex, or error-prone sentences. You can also use AI tools to fix, tone, or style your text with Hemingway Editor Plus."
},
{

"productName": "Shapeways",
"category": "Tool",
"image": "https://th.bing.com/th/id/OIP.fS8A6HdHwA0RhZPcUMomZAHaHa?w=173&h=180&c=7&r=0&o=5&dpr=1.3&pid=1.7",
"link": "https://www.shapeways.com/",
"description": "Shapeways offers 3D printing services for production parts, rapid prototyping, e-commerce integrations, and design solutions. Choose from over 90 materials and finishes."
},
{
"productName": "ArtBreeder",
"category": "Tool",
"image": "https://th.bing.com/th/id/OIP.GVhFKgC4oHFvlxZgAt5kqgAAAA?w=173&h=180&c=7&r=0&o=5&dpr=1.3&pid=1.7",
"link": "https://www.artbreeder.com/",
"description": "Helps you to create like never before. Create characters, artworks and more with multiple tools, powered by AI."
},
{
"productName": "HBO Max",
Expand All @@ -125,13 +89,6 @@
"link": "https://www.hbomax.com/",
"description": "HBO Max is a premium streaming service that offers a vast library of movies, TV shows, and exclusive content, including HBO originals and WarnerMedia content."
},
{
"productName": "SpoonFlower",
"category": "Tool",
"image": "https://th.bing.com/th/id/OIP.zSrWgAwyv_K0ifFKoUndTgAAAA?w=151&h=180&c=7&r=0&o=5&dpr=1.3&pid=1.7",
"link": "https://www.spoonflower.com/",
"description": "Spoonflower is a platform for buying and selling unique prints for every project. Shop wallpaper, fabric and decor from independent artists, or design your own"
},

{
"productName": "edclub",
Expand Down Expand Up @@ -6491,6 +6448,13 @@
"description": "Store and organize reusable code snippets."
},
{
"productName": "Resumonk",
"category": "resume",
"image": "https://cdn.prod.website-files.com/5c06e16a5bdc7bce10059cc3/638dea81d179e969d3dce947_sQ6aF92ClmZt5FSzMwEf6nHQ62cb7NaqwvNdkEuyOIA.jpeg",
"link": "https://www.resumonk.com/",
"description": " An online resume builder that offers both free and premium templates for creating professional resumes."
},
{
"productName": "Github",
"category": "Tools",
"image": "https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png",
Expand Down
Loading