🚀 Welcome to the Future

Crafting Modern Personal Portfolio

Experience seamless trading, real-time analytics, and secure transactions with our cutting-edge cryptocurrency platform.

Portfolio Illustration

Explore Our Platform

Preview our pages and access documentation

Main Page Demos

Demos

Home One

Home Two

Home Three

Dark Page Demos

Demos

Home Dark One

Home Dark Two

Home Dark Three

1

Introduction

Folior is a modern, responsive portfolio template built with HTML, Tailwind CSS, and JavaScript. It features a clean, professional design with smooth animations and transitions. The template is fully responsive and works perfectly on all device sizes, from mobile phones to large desktop screens.

Modern Design

Clean and professional layout with attention to detail

Fully Responsive

Looks great on all devices and screen sizes

Fast Performance

Optimized for speed and smooth animations

2

Folder Structure

folior/
├── documentation/
│   ├── css/
│   │   ├── app.css
│   │   └── button.css
│   └── index.html
├── images/
│   ├── logos/
│   │   ├── html.svg
│   │   ├── css.svg
│   │   ├── javascript.svg
│   │   └── ...
│   └── ...
├── js/
│   └── app.js
├── css/
│   ├── input.css
│   └── output.css
├── index.html
├── index-dark.html
├── index2.html
├── index2-dark.html
├── index3.html
├── index3-dark.html
└── README.md
Key Directories:
documentation/

Documentation website files and assets

images/

All image assets including logos and other media

js/

JavaScript files including main application logic

style/

CSS source files and compiled output

8

Changelog

Version Date Changes
1.5.0 19-08-2025
  • - Add React JS version
  • - Update Tailwind CSS v3 to v4.1.11
  • - Minor bug fixes
1.0.0 30-06-2025
  • - Initial release of Folior Portfolio Template
  • - Included 3 unique homepage variations
  • - Responsive design with Tailwind CSS
  • - GSAP animations and smooth page transitions
4

Installation Guide

1. Install Node.js and npm

Make sure you have Node.js and npm installed on your system. You can download them from nodejs.org.

2. Install Tailwind CSS

Install Tailwind CSS and its peer dependencies via npm:

npm install tailwindcss @tailwindcss/cli
3. Import Tailwind in your CSS

Import Tailwind in your CSS file:

@import "tailwindcss";
4. Start the Build Process

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

npx tailwindcss -i ./css/input.css -o ./css/output.css --watch
5. Link the CSS File

Add the compiled CSS file to the <head> of your HTML:

<link href="/style/output.css" rel="stylesheet">
5

Package Dependencies

Here are the key dependencies and their versions used in this project:

Package Version Description
@tailwindcss/cli ^4.1.11 Utility First FrameWork
6

File Customization

Customize the template by modifying the following files and directories:

HTML Files
  • index.html - Main homepage
  • index-dark.html - Main homepage (dark)
  • index2.html - Alternative homepage layout
  • index2-dark.html - Alternative homepage layout (dark)
  • index3.html - Dark mode homepage variant
  • index3-dark.html - Dark mode homepage variant (dark)
CSS Files
  • style/input.css - Main CSS file with Tailwind directives
  • style/output.css - Compiled CSS (don't edit directly)
JavaScript Files
  • js/app.js - Main JavaScript file with all animations and functionality
7

Theme Customization

Color Customization

Customize your theme colors by editing the CSS variables in style/input.css:

Primary Colors
/* Primary Color Palette */
--color-primary: #20938A;           /* Main brand color */
--color-primary-light: #20938A26;   /* 15% opacity */
--color-primary-dark: #19766F;      /* Darker shade */
--color-primary-hover: #26B0A6;     /* Hover state */
--color-primary-border: #20938A80;  /* 50% opacity for borders */
Dark Theme
/* Dark Theme Variables */
--color-dark-bg-primary: #0F172A;     /* Main background */
--color-dark-bg-secondary: #1E293B;   /* Secondary background */
--color-dark-text-primary: #F8FAFC;   /* Main text */
--color-dark-text-secondary: #CBD5E1; /* Secondary text */
--color-dark-border: #334155;         /* Border color */
Light Theme
/* Light Theme Variables */
--color-light-bg-primary: #FFFFFF;    /* Main background */
--color-light-bg-secondary: #F8FAFC;  /* Secondary background */
--color-light-text-primary: #0F172A;  /* Main text */
--color-light-text-secondary: #334155;/* Secondary text */
--color-light-border: #E2E8F0;        /* Border color */
Fonts & Animations
Font Configuration

The template uses Outfit as the primary font, loaded from Google Fonts.

/* In style/input.css */
 @import url('https://fonts.googleapis.com/css2?family=Outfit:[email protected]&display=swap');
 
 /* Apply font to body */
 body {
   font-family: var(--font-outfit);
 }
Note: After making changes to input.css, rebuild your CSS using the Tailwind CLI:
npx tailwindcss -i ./style/input.css -o ./style/output.css --watch
8

Credits

Resources
Frameworks
9

Support

Need Help?

We offer 6 months of support for any questions or issues you may encounter.

Our Core Features

Features

HTML 5

CSS 3

JavaScript

Tailwind CSS

GSAP

Responsive

Google Fonts

Icons

Modern Design

Easy Customizable

Clean Code

Well Documented

24/7 Support

Fast Loading

Copyright © Folior. All Rights Reserved. Crafted with