Toxci | SaaS & AI Startup Technology Tailwind Template
For any support please don't hesitate to contact us at Support Center. We provide 13 hours real-time support for our customers.
We would like to thank you for choosing Toxci | SaaS & AI Startup Technology Tailwind Template.
Getting started
Toxci is a modern Responsive Multi-Purpose Tailwind template for startup digital agencies and SEO agencies that offers design, development, Ai Startup Technology and online marketing services to its client.
Template Features
HTML5 & CSS3
Build with Latest Tailwind CSS
Font-awesome
jQuery
10 Awesome Homepage
Responsive Design
Pixel Perfect Design
Clean Code & Unique Design
Easy to Customize
Isotop Filtering
Ajax Contact Form
What's Included
After purchasing Toxci template on themeforest.net with your Envato account, go to your
Download page. You can choose to download Toxci template package which contains the following files:
The contents of the template package downloaded from ThemeForest
Toxci - An Tailwind Css Template file. this file you ca edit and use for your business.
Documentation - This folder contains what you are reading now :)
Tailwind CSS Setup
This guide explains how to install and run Tailwind CSS in watch mode for development.
1. Install Node.js & npm
Tailwind CSS requires Node.js and npm. Follow these steps:
Download Node.js LTS from nodejs.org and install it.
Check installation in terminal:
node -v and npm -v
2. Install Project Dependencies
Open terminal in your project folder and run:
npm install
This will install Tailwind CLI and other required dependencies from package.json.
3. Run Tailwind in Watch Mode
Start Tailwind CLI in watch mode to automatically rebuild CSS on changes:
npm run dev
Changes in src/tailwind.css will automatically update assets/css/main.css.
This template is a fixed layout with four columns. The main contents are inside the 'body' tag divided into differt section (i.e. header, banner, services,... footer etc.). The general template structure is the same throughout the template. Here is the general structure.
HTML Markup Structure
Edit Tailwind CSS
We are using one customed Tailwind CSS files (tailwind.css) and several src files. Tailwind CSS file structure is as follows:
Edit Tailwind CSS
JavaScript Files
There is a custom .js file named main.js and are several vendor js files as plugins. We are using jQuery(a javascript library) instead of vanilla javascript. Our file structure is a follows:
Carefully collect the source name of the image (i.e. hero.jpg)
Open the file called images.
Find the particular image file.
Replace the file with your image.
Make sure that the file name does not change.The file name should be
the same.
Example: Suppose you want to change the following image
file:
You have to do the following to change this image with your own image:
Open the file called images.
Find the particular image file called banner-img.jpg
Replace the file with your image
Make sure that the file name does not change.
Note
Images seen in the live preview are only set for preview purposes. They are not included in the download files.
Changing Brand Logo
To change any images of the website
Carefully collect the source name of the image (i.e.
banner-img.jpg)
Open the file called images.
Find the particular image file.
Replace the file with your image.
Make sure that the file name does not change.The file name
should be the same.
Example: Suppose you want to change the following
image file for change your logo:
Changing Colors in Tailwind
We have used Tailwind CSS for this project to write CSS.
If you are familiar with Tailwind, you should customize
only the tailwind.css file.
Please make sure you rebuild your CSS after you have made changes in any of the Tailwind configuration files.