diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..277e3cf --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 templatecookie.com + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index 4d05b12..3ff0c43 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ -# Poco HTML Template -Poco HTML Template (ThemeForest Project). +# [Templatecookie](https://templatecookie.com) +Templatecookie.com creates quality templates and php scripts. Templatecookie has many free HTML & Figma templates available for professional use. Templatecookie is famous for its premium PHP Scripts available on [Codeanyon Marketplace](https://codecanyon.net/user/templatecookie). Browse [Templatecookie](https://templatecookie.com) today and discover awesome digital products. -## XD File Link -https://themeforest.net/item/poco-creative-agency-xd-template/29711797 +# [Poco HTML Agency Landing Page Template](https://www.templatecookie.com/demo/poco-professional-business-free-html-template) + +> Poco is a beautiful landing page template for agencies, It has many pages including, services, about, contact, portfolio, portfolio details, blog, blog details, and more. + +Check the [Live Demo here](https://poco-html.netlify.app). + +![](screenshot.png) + +## Credits +- Design & Developed by [Templatecookie](https://templatecookie.com) + +## License +The MIT License (MIT). Please see [License File](LICENSE.md) for more information. diff --git a/about-us.html b/about-us.html index a03617b..8c14b17 100644 --- a/about-us.html +++ b/about-us.html @@ -844,9 +844,7 @@

Legal

  • Terms & Conditions
  • -
  • - Return Policy -
  • +
  • Return Policy
  • @@ -898,5 +896,16 @@

    Legal

    + +
    + + Purchase Now + + + + + + +
    diff --git a/assets/css/style.css b/assets/css/style.css index e20de52..a336c7f 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -11579,4 +11579,68 @@ aside, /*Brief Text */ /*Images*/ } -/*# sourceMappingURL=style.css.map */ \ No newline at end of file +/*# sourceMappingURL=style.css.map */ + +.templatecookie-btn { + position: fixed !important; + bottom: 20px !important; + right: 20px !important; + z-index: 10000000000000000 !important; +} +.templatecookie-btn .purchase-btn { + box-shadow: 0px 0px 3px 0px white !important; + background-color: #171717 !important; + color: white !important; + width: max-content !important; + display: flex !important; + font-weight: 600 !important; + align-items: center !important; + padding: 0px 20px !important; + height: 50px !important; + border-radius: 30px !important; + font-size: 16px !important; + font-weight: bold !important; + cursor: pointer !important; + animation-name: wave-animation !important; + animation-duration: 2.5s !important; + animation-iteration-count: infinite !important; + transform-origin: 70% 70% !important; +} +.templatecookie-btn .purchase-btn span svg { + margin-left: 8px; + display: block; + width: 20px; + height: 18px; +} +.templatecookie-btn .purchase-btn span svg path { + stroke: white; +} +.templatecookie-btn .purchase-btn:hover { + animation-name: unset !important; +} +@keyframes wave-animation { + 0% { + transform: rotate(0deg); + } + 10% { + transform: rotate(14deg); + } + 20% { + transform: rotate(-8deg); + } + 30% { + transform: rotate(14deg); + } + 40% { + transform: rotate(-4deg); + } + 50% { + transform: rotate(10deg); + } + 60% { + transform: rotate(0deg); + } + 100% { + transform: rotate(0deg); + } +} diff --git a/blog-details.html b/blog-details.html index 051c7f8..551f82e 100644 --- a/blog-details.html +++ b/blog-details.html @@ -617,5 +617,16 @@

    Legal

    }); }); + +
    + + Purchase Now + + + + + + +
    diff --git a/blog.html b/blog.html index 24ccaed..ecf5257 100644 --- a/blog.html +++ b/blog.html @@ -571,5 +571,16 @@

    Legal

    }); }); + +
    + + Purchase Now + + + + + + +
    diff --git a/contact.html b/contact.html index b90b674..21de88f 100644 --- a/contact.html +++ b/contact.html @@ -377,5 +377,16 @@

    Legal

    }); + +
    + + Purchase Now + + + + + + +
    diff --git a/home-2.html b/home-2.html index 7b634a1..a8582a1 100644 --- a/home-2.html +++ b/home-2.html @@ -808,5 +808,16 @@

    Legal

    + +
    + + Purchase Now + + + + + + +
    diff --git a/home-3.html b/home-3.html index aa1e0ca..acb2c55 100644 --- a/home-3.html +++ b/home-3.html @@ -675,5 +675,16 @@

    Legal

    }, }); + +
    + + Purchase Now + + + + + + +
    diff --git a/home-4.html b/home-4.html index 9fb3fc3..dbccccd 100644 --- a/home-4.html +++ b/home-4.html @@ -1139,5 +1139,16 @@

    Legal

    type: 'iframe', }); + +
    + + Purchase Now + + + + + + +
    diff --git a/index.html b/index.html index 4c0181d..8556590 100644 --- a/index.html +++ b/index.html @@ -827,5 +827,16 @@

    Legal

    + +
    + + Purchase Now + + + + + + +
    diff --git a/project-details.html b/project-details.html index 6182eba..b31f27c 100644 --- a/project-details.html +++ b/project-details.html @@ -457,5 +457,16 @@

    Legal

    + +
    + + Purchase Now + + + + + + +
    diff --git a/project.html b/project.html index d8dc6f0..e0728b7 100644 --- a/project.html +++ b/project.html @@ -479,5 +479,16 @@

    Legal

    + +
    + + Purchase Now + + + + + + +
    diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..5c571bd Binary files /dev/null and b/screenshot.png differ diff --git a/service-details.html b/service-details.html index cd883bc..78f4d99 100644 --- a/service-details.html +++ b/service-details.html @@ -582,5 +582,16 @@

    Legal

    + +
    + + Purchase Now + + + + + + +
    diff --git a/services.html b/services.html index 128ff98..3ae664c 100644 --- a/services.html +++ b/services.html @@ -699,5 +699,16 @@

    Legal

    + +
    + + Purchase Now + + + + + + +
    diff --git a/team.html b/team.html index b2ae7e9..4a9deb8 100644 --- a/team.html +++ b/team.html @@ -487,5 +487,16 @@

    Legal

    + +
    + + Purchase Now + + + + + + +