Skip to content

Commit

Permalink
Merge branch 'main' into new-tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandu6702 authored Jun 8, 2024
2 parents 6face97 + 885d398 commit 50433fc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
Binary file added frontend/public/webflow.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions frontend/src/Component/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ function Footer() {
<div className="container">
<div className="row justify-content-center">
<div className="col-md-6 col-12 ft-1">
<p className="text-center fs-6">
<div className="text-center fs-6 my-3 ">
COPYRIGHT © Devlaps 2024 | <br /> MAINTAINED BY HIMANSHU NARWARE
</p>
</div>
<div className="footer-icon mb-2">
<a href="https://www.linkedin.com/in/himanshunarware/" rel="noreferrer" target="_blank">
<BsLinkedin className="text-white mx-1 fs-4" />
Expand Down
8 changes: 8 additions & 0 deletions frontend/src/DB/product.json
Original file line number Diff line number Diff line change
Expand Up @@ -2928,6 +2928,14 @@
"image":"copy-ai.jpg",
"link": "https://www.copy.ai/",
"description": "Copy.ai is one of the best free AI tools for digital marketing can help businesses improve their marketing strategies and drive better results."
},
{
"productName": "Webflow",
"category": "UI",
"image": "webflow.jpg",
"link": "https://webflow.com/",
"description": "Webflow is a free no-code web designing tool where you can build beautiful websites with ease and publish them."
}


]

0 comments on commit 50433fc

Please sign in to comment.