Getting Started
Welcome to Bitrader ! Thanks for purchasing our template.
It is our great pleasure that you purchased our template. We would like to extend
our
heartfelt thanks to you.
Our Bitrader Template has well-organized, easily understandable files
structure,
supports superfast data processing, works pretty well on different kinds of
browsers, including Chrome, IE, Edge, Firefox, Safari, and so on. On top of
those,
it provides 4 demo and fashionable design,
fully customizable components.
Before using this template, be sure to check this doc carefully. By collecting
various opinions of customers, we’ve made such a nice document to give you clear
understanding of the template.
If you can not find answers in documentation or have opinions to develop this
Bitrader
Template, feel free to contact us
support@thetork.com, and we will always be with you
and will
appreciate your kindness.
- 27+ unique pages with customizable components
- 10 different homepage variations
- Light and Dark Mode
- Flexible design for various trading needs
- Intuitive and user-friendly interface
- Sleek and modern design elements
- Attention to detail for a polished look
- Optimized for superior user experience and performance
- Responsive and mobile-friendly layout for seamless browsing across devices
- Customizable components and styles for unique and tailored designs
- User-friendly interface with intuitive navigation and interactive elements
- Portfolio showcase functionality to display your trading successes
- Advanced search and filtering options for efficient trading
- Social media integration to connect with your trading community
- Integration with popular JavaScript plugins like Bootstrap and Swiper
- SEO optimized code for better visibility and search engine rankings
- Integration with Google Fonts and Font Awesome icons
- Informed by extensive research and user feedback
What's New in Version 2.0:
- Two Brand New Homepages: Explore fresh design options with the addition of
two exciting new homepage layouts.
- RTL Version Added: Bitrader now comes with a Right-to-Left (RTL) version,
providing enhanced support for languages written from right to left.
- Megamenu Included: Bitrader introduces a powerful Megamenu feature, allowing
you to create stunning and versatile navigation menus for an enriched user experience.
- Optimized CSS and Images: We've fine-tuned the code and compressed images for
optimal performance and faster loading times.
- Improved Responsiveness: Bitrader 2.0 ensures a flawless user experience
across all devices, from desktop to mobile.
- Enhanced Cross-Browser Compatibility: Your trading platform now works
seamlessly on all major browsers, offering a consistent experience for every visitor.
- Better SEO: We've implemented advanced SEO practices to boost your website's
visibility and ranking on search engines.
- Improved Performance: Experience enhanced overall performance, making your
trading platform smoother and more efficient.
Files Structure
Well-organized and easily understandalble structure
Unzip the archive and find out the folder "buyer-file -> Bitrader". There are
all the template files in this folder. You can open the following files for
viewing in browser.
- assets/css — folder with css files.
- assets/fonts — folder with icon fonts.
- assets/images — folder with image files.
- assets/js — folder with Javascript files.
- assets/sass — folder with SCSS files.
- index.html — Stock Trading
- index-2.html — Crypto Trading
- index-3.html — Forex Trading
- index-4.html — Day Trading
- index-5.html — Trading Platform
- and others necessery HTML Files
.
How to run
Start Building, you need to take these following steps.
02. Pages
03. Fonts
We've used google font in TorkGo template . You can Change it with any
google fonts that you preffer & also you can add custom font in sass file----
sass/base/fonts.scss
//== all fonts importing
@import url('https://fonts.googleapis.com/css2?family=Anek+Telugu:wght@100;200;300;400;500;600;700;800&family=Open+Sans:ital,
wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
04. Source File (CSS)
<!-- favicon -->
<link rel="shortcut icon" href="assets/images/favicon.png" type="image/x-icon">
<!-- vendors css -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/aos.css">
<link rel="stylesheet" href="assets/css/all.min.css">
<link rel="stylesheet" href="assets/css/lightcase.css">
<link rel="stylesheet" href="assets/css/swiper-bundle.min.css">
<!-- main css for template -->
<link rel="stylesheet" href="assets/css/style.css">
05. Source File (JS)
<!-- vendor plugins -->
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/all.min.js"></script>
<script src="assets/js/swiper-bundle.min.js"></script>
<script src="assets/js/aos.js"></script>
<script src="assets/js/purecounter_vanilla.js"></script>
<script src="assets/js/fslightbox.js"></script>
<script src="assets/js/custom.js"></script>
How To Customize
Logo change
Here is your main logo code. To add your logo, replace logo.png from images/logo/
directory with your logo in PNG format.
<img src="assets/images/logo/logo.png" alt="logo">
Note: Keep your logo inside the ./assets/imaegs/logo folder.
The logo size should be minimum
150 X 65
pixel.
This is Menu navigation codes.
<ul class="menu">
<li>
<a href="javascript:void(0);">Demos</a>
<ul class="submenu">
<li><a href="index.html">Stock Trading</a></li>
<li><a href="index-2.html">Crypto Trading</a></li>
<li><a href="index-3.html">Forex Trading</a></li>
<li><a href="index-4.html">Day Trading</a></li>
<li><a href="index-5.html">Trading Platform</a></li>
</ul>
</li>
<li>
<a href="javascript:void(0);">Services</a>
<ul class="submenu">
<li><a href="services.html">Services</a></li>
<li><a href="service-details.html">Services Details</a></li>
</ul>
</li>
<li>
<a href="javascript:void(0);">About</a>
<ul class="submenu">
<li><a href="about.html">About Us</a></li>
<li><a href="price.html">Price</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="team-2.html">Team 2</a></li>
<li><a href="team-details.html">Team Details</a></li>
</ul>
</li>
<li>
<a href="javascript:void(0);">Pages</a>
<ul class="submenu">
<li><a href="blog.html">Blog</a></li>
<li><a href="blog-sidebar.html">Blog Sidebar</a></li>
<li><a href="blog-details.html">Blog Detils</a></li>
<li><a href="signup.html">Sign Up</a></li>
<li><a href="signup-2.html">Sign Up 2</a></li>
<li><a href="signin.html">Sign In</a></li>
<li><a href="signin-2.html">Sign In 2</a></li>
<li><a href="forgot-pass.html">Reset Password</a></li>
<li><a href="forgot-pass-2.html">Reset Password 2</a></li>
<li><a href="404.html">404 Error</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
To change the Menu item or menu name you have to edit in the tag Your Menu Name
If you wanna delete a menu item from the menu just remove the menu item above
Section Styles
Here is your section structure.
<section class="section-name padding-top padding-bottom">
<div class="container">
<div class="section-header">
.....
</div>
<div class="section-wrapper">
...sections all content goes there
</div>
</div>
</section>
- If you need diffrent style of section header - just you add the utility
classes "section-header--left or section-header--middle" class
- In the class="section-class" you can replace with your desired class.
- the section-header div you can add your heading of sections and tagline of
sections.
- ou can add your content on the 2nd sectionname__wrapper div.
Section With Background
you can select secondary background dark color. To add color, just simply add the
class bg--primary to the section class.
<section class="section-name bg--primary">
<div class="container">
...
</div>
</section>
Change Carousel Setting
Bitrader used swiper slider for carousel. In order to give setting to swiper
slider, you should customize it as you want.
{
spaceBetween: 20,
autoplay: false,
slidesPerView: 4,
isCustomNav: true,
breakpoints: {
576: {
slidesPerView: 2
},
992: {
slidesPerView: 3
}
},
navigation: {
nextEl: '.swiper-nav .swiper-next',
prevEl: '.swiper-nav .swiper-prev'
}
How To Change Style
Modify SASS
Please open the
static/scss/demos,
add the scss code you want.
Thanks to the hot reloading, you could the style changes immediately.
Example: Base variables
Default Configuration variable in
assets/scss/abstracts/_variables.scss
//===================== Variables start===================== //
// theme colors
$brand-color: var(--brand-color);
$secondary-color: var(--secondary-color);
$tertiary-color: var(--tertiary-color);
$body-color: var(--body-color);
$border-color: var(--border-color);
$social-border-color: var(--social-border-color);
$social-border-color-2: var(--social-border-color-2);
$form-border: var(--form-border);
// text colors
$title-color: var(--title-color);
$title-color-style2: var(--title-color-style2);
$text-color: var(--text-color);
$text-color-light: var(--text-color-light);
$text-color-2: var(--text-color-2);
// background colors
$bg-color: var(--bg-color);
$bg-white: var(--bg-white);
$section-bg-color: var(--section-bg-color);
$sec-bg-color-2: var(--sec-bg-color-2);
$account-bg-color: var(--account-bg-color);
$account-bg-color2: var(--account-bg-color2);
$arrow-icon-color: var(--arrow-icon-color);
// extra colors
$team-bg-color: var(--bg-team);
$service-item-bg-color: var(--service-item-bg-color);
$footer-bg-color: var(--footer-bg-color);
$floating-content-border-color: var(--floating-content-border-color);
$floating-content-bg-color: var(--floating-content-bg-color);
$floating-content-bg-color-2: var(--floating-content-bg-color-2);
// form
$form-border: var(--form-border);
$form-focus: var(--form-focus);
// Action colors
$error: var(--error-color);
$warning: var(--warning-color);
$success: var(--success-color);
$danger: var(--danger-color);
//=====================>>>\ Variables end ===================== //
//Template Font family
$title-font:'Anek Telugu',
sans-serif;
$text-font:'Open Sans',
sans-serif;
//Template font sizes
$fs-base: 16px !default;
$fs-small:14px;
$fs-h1: 60px;
$fs-h2: 48px;
$fs-h3: 32px;
$fs-h4: 28px;
$fs-h5: 24px;
$fs-h6: 20px;
//Template transition
$transition:all .3s ease-out;
Change Log
Welcome to Tork ! Get familiar with the Stripe products and explore
their features:
July 13, 2023
Version Name
Initial The initialize
template
Nov 11, 2023
Version Name
Added Two Brand New Homepages
Added RTL Version Added
Added Megamenu Included
Updated Optimized CSS and Images
Updated Improved Responsiveness
Updated Enhanced Cross-Browser Compatibility
Updated Better SEO
Update Improved Performance
Change Copyright
You can change copyright text from here.
<div class="footer__end-copyright">
<p class="mb-0"> © 2024 All Rights Reserved By <a href="https://themeforest.net/user/thetork/portfolio" target="_blank">Thetork</a> </p>
</div>