Documentation

Candidcv | Creative Agency Tailwind CSS Template

Candidcv

Candidcv | Creative Agency Tailwind CSS Template

This documentation is last updated on 24 Aug 2025

Thank you for purchasing this HTML template.

If you like this template, Please support us by rating this template with 5 stars


Installation -

1.- Install Node Module

Install tailwindcss modules via npm

npm install
2.- Start the Tailwind CLI build process

Run the CLI tool to scan your template files for classes and build your CSS.

npx @tailwindcss/cli -i src/assets/css/tailwind.css -o src/assets/css/style.css --watch
3.- Start using Tailwind in your HTML

Add your compiled CSS file to the <head> and start using Tailwind’s utility classes to style your content.

Folder Directories -

  • images

    This folder contains all the images of Candidcv template.

  • fonts

    This folder font files for various template features.

  • css

    This folder contains all the CSS files of Candidcv template.

  • js

    This folder has all javascript files for various template features.

  • vendor

    This folder has all plugins used in the template.

  • Video

    This folder has all Video contact form used in the template.

  • icons

    This folder has all icons contact form used in the template.

HTML File -

  • package
    • src
      • assets
        • css
        • Fonts
        • icons
          • avasta
          • feather
          • flaticon
          • font-awesome-old
          • helveticaNeue
          • icomoon
          • line-awesome
          • material-design-iconic-font
          • simple-line-icons
          • themify-icons
        • images
          • avatar
          • big
          • card
          • product
          • profile
          • tab
        • js
          • dashboard
          • plugins-init
        • vendor
          • animate
          • gsap
          • lenis
          • SplitText
          • swiper
          • wow
        • video
      • index.html
      • about-us.html
      • blog.html
      • services.html
      • .....
    • package.json
    • package-lock.json

HTML Structure -

Head Structure

1

Header

2

Footer

4

Footer Essentials

4


Contact Form Handler -

1. Simple Mail Function

File Path script/contact.php

8
2. Using SMTP

File Path script/contact_smtp.php

Enter the required details for the SMTP server. These should be provided by your system administrator.

Host = '<Put Your Server Host>';
Username = '<Put Your SMTP Username>';
Password = '<Put Your SMTP Password>';
SMTPSecure = '<PHPMailer::ENCRYPTION_SMTPS or 'ssl' OR PHPMailer::ENCRYPTION_STARTTLS or 'tls'>';
Port = '<465 or 587>';
8

reCAPTCHA -

8
Register your website and get Secret Key.

Very first thing you need to do is register your website on Google recaptcha to do that click here.

Login to your Google account and submit the form.

8

Once submit, Google will provide you following two information.

  • Site key
  • Secret key
Integrate Google reCAPTCHA in your website.

To integrate it into your website you need to put it in client side as well as in Server side. In client HTML page you need to integrate this line before HEADtag.

10

And to show the widget into your form you need to put this below contact form, comment form etc.

10

When the form get submit to Server, this script will send ‘g-recaptcha-response’ as a POST data. You need to verify it in order to see whether user has checked the Captcha or not.

Sample project

Here is the HTML code for the simple form with comment box and submit button. On submit of this form we will use PHP in back-end to do the Google reCAPTCHA validation.

8

This will generate this form.

8

On server side i am using PHP for now. So on Form submit request we will check the POST variable.

8

try out the demo to see how it works.


Do You Need Help To Customization

After Purchase A Template...

You Will Start Customizing According Your Requirement
BUT What If You Don't Know

SOLUTION IS HIRE DexignZone

Hire Same Team For Quality Customization

  • In Order To Ensure Your Website Is Live, We Will Customize
    The Template According To Your Requirements And Upload It to the Server.

Version History - #back to top

v1.0 -24 Aug 2025
  • New - Created & Upload Candidcv