Cryptco HTML Website Template

Introduction

Thank you for purchasing Cryptco template. This documentation will help to know more about template and how is structured and how to use the template features. Cryptco is a template for multi purpose sites built on Bootstrap Framework.

Requirements

To be able to use HTML template, you must have the following:

File Structure

unzip the compressed archive to see the following structure:

 Cryptco/
  ├── Documentation/
  ├── Package/
      ├── assets/
          ├── css
          ├── images
          ├── fonts
          ├── js
      ├── index.js
      ├── about.html
      ├── ...
      └── why-does-the-coin-increase.html

Change Fonts

To change the font, Check head inindex.html then in first go to google fonts choose a font and use the generated code and replace with next code.

<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap" rel="stylesheet">

Next Step : change font family for body in style.css

body { 
	font-family: 'Lato', sans-serif;/*Change font*/
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Lato', sans-serif;/*Change font*/
}

Change Color

yellow hats has a number of included colour schemes that you can switch to at any time. To switch colour schemes, simply replace color code in style.css with what you need.

<!-- COLORS -->
--main-color: #e5ad4b;
--primary-color: #000;
--primary-light-color: #333;
--secondary-color: #fff;
--light-color: #fbfbfb;
--grey-color: #333;
--border-color: #ddd;
--background-color:  #f5f5f5;

Change Favicon

The main favicon is located in assets/images/favicon.png replace with your own.

<link rel="icon" type="image/png" href="assets/images/favicon.png">

I've used the following images, icons, JavaScript or other files as listed.