Skip to content

Commit

Permalink
source files, gulpfile & README modified
Browse files Browse the repository at this point in the history
  • Loading branch information
ssojonn committed Jan 3, 2021
1 parent 1bea5ae commit f756ce5
Show file tree
Hide file tree
Showing 209 changed files with 663 additions and 709 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ Thumbs.db
.sass-cache
npm-debug.log
node_modules
builds
package-lock.json

package-lock.json
72 changes: 0 additions & 72 deletions .jshintrc

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Themefisher
Copyright (c) 2020 Themefisher

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
116 changes: 65 additions & 51 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,67 +1,81 @@
<div align="center">
# Kross By Themefisher
Kross is a creative, sleek and modern personal portfolio website template with a gorgeous appearance. It appears with an amazing, stunning graphics.

# <a href="https://themefisher.com/" target="_blank" rel="noopener noreferrer">Kross Creative Portfolio Template (MIT License)</a>

</div>
<!-- demo -->
## Example Site
| [![](screenshots/homepage.png)](https://demo.themefisher.com/kross/) | [![](screenshots/about.png)](https://demo.themefisher.com/kross/about.html) | [![](screenshots/portfolio.png)](https://demo.themefisher.com/kross/portfolio.html) |
|:---:|:---:|:---:|
| **Home** | **About** | **Portfolio** |
| [![](screenshots/blog.png)](https://demo.themefisher.com/kross/blog.html) | [![](screenshots/blog-details.png)](https://demo.themefisher.com/kross/blog-single.html) | [![](screenshots/contact.png)](https://demo.themefisher.com/kross/contact.html) |
| **Blog** | **Blog Details** | **Contact** |

<div align="center">
👉🏻[View Live Preview](https://demo.themefisher.com/kross/)

![GitHub stars](https://img.shields.io/github/stars/themefisher/kross-bootstrap-portfolio-template.svg?color="brightgreen"&style=flat-square)
![GitHub forks](https://img.shields.io/github/forks/themefisher/kross-bootstrap-portfolio-template.svg?color="success"&style=flat-square)
![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/themefisher/kross-bootstrap-portfolio-template.svg?color="orange"&style=flat-square)
![license](https://img.shields.io/badge/license-MIT-blue.svg?&style=flat-square)

</div>
<!-- download -->
## Download And installation
Download this template from any following options:

<div align="center">
<img src="src/images/github/kross-homepage.gif" width="100%" alt="kross portfolio template by themefisher">
</div>
* Download from [Github](https://github.com/themefisher/Kross-Creative-Portfolio-Template/archive/master.zip)
* Clone the repository: `git clone https://github.com/themefisher/Kross-Creative-Portfolio-Template.git`
* Download from [Themefisher](https://themefisher.com/products/kross-creative-portfolio-template/)

**Kross Portfolio Templates** - Kross is a creative, sleek and modern portfolio website template with a gorgeous appearance. It appears with an amazing, stunning graphics. The minimal interface with the necessary sections will surely help the visitors to get a thorough idea about your works.Put together beginners in mind, kross is very easy to use and built with a clean and valid international standard coding structure.

## Table of Contents
<!-- installation -->
### Basic Usage
After downloading template, you can simply edit the HTML and CSS files from the `theme` folder. To preview the changes you make to the code, you can open the index.html file in your web browser.

- [Demo](#demo)
- [Quick Start](#quick-start)
- [Plugins](#plugins)
- [Reporting Issues](#reporting-issues)
- [Technical Support or Questions](#technical-support-or-questions)
- [Licensing](#licensing)
- [More Portfolio Templates](https://themefisher.com/bootstrap-portfolio-templates/)
### Advanced Usage
For advanced usage you have some dependencies to install. Then you can run it on your localhost. You can view the package.json file to see which scripts are included.

## Demo
#### Install Dependencies
* **Node Installation:** [Install node js](https://nodejs.org/en/download/)
* **Gulp Installation:** Install gulp globally from your terminal
```
npm install --global gulp-cli
```
Or visit original [docs](https://gulpjs.com/docs/en/getting-started/quick-start)

| Homepage | About | Blog | Portfolio | Contact |
|---|---|---|---|---|
| [![Homepage](src/images/github/homepage.png)](http://demo.themefisher.com/kross/) | [![About](src/images/github/about.png)](http://demo.themefisher.com/kross/about.html) | [![Blog](src/images/github/blog.png)](http://demo.themefisher.com/kross/blog.html) | [![portfolio](src/images/github/portfolio.png)](http://demo.themefisher.com/kross/portfolio.html) | [![contact](src/images/github/contact.png)](http://demo.themefisher.com/kross/contact.html)
#### Run Theme
After succesfully install those dependencies, open this theme with any IDE [[VS Code](https://code.visualstudio.com/) recommended], and then open internal terminal of IDM [vs code shortcut <code>ctrl/cmd+\`</code>]

[Live Preview](http://demo.themefisher.com/kross).
* Install node package modules
```
npm install
```
* Run gulp
```
gulp
```
After that, it will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved.

## Quick Start
Quick start options:

- Clone the repo: `git clone https://github.com/themefisher/kross-bootstrap-portfolio-template.git`.
- [Download from Github](https://github.com/themefisher/kross-bootstrap-portfolio-template/archive/master.zip).
- [Download from themefisher website](https://themefisher.com/products/kross-creative-portfolio-template).

## Plugins
* Bootstrap - http://getbootstrap.com
* Jquery - http://www.chartjs.org/
* Shuffle - https://vestride.github.io/Shuffle/
* slick slider - https://kenwheeler.github.io/slick/
* Themify Icons - https://themify.me/themify-icons
👉🏻 [visit documentation](https://docs.themefisher.com/kross/)


<!-- reporting issue -->
## Reporting Issues

We use GitHub Issues as the official bug tracker for the **Kross Theme**. Please Search [existing issues](https://github.com/themefisher/kross-bootstrap-portfolio-template/issues). It’s possible someone has already reported the same problem.
If your problem or idea is not addressed yet, [open a new issue](https://github.com/themefisher/kross-bootstrap-portfolio-template/issues/new)

## Technical Support or Questions

If you have questions or need help integrating the product please [contact us](mailto:themefisher@gmail.com) instead of opening an issue.

## Licensing

- Copyright 2019 Themefisher (https://themefisher.com/)
- Licensed under MIT (https://github.com/themefisher/kross-bootstrap-portfolio-template/blob/master/LICENSE)
We use GitHub Issues as the official bug tracker for the Kross Template. Please Search [existing issues](https://github.com/themefisher/Kross-Creative-Portfolio-Template/issues). It’s possible someone has already reported the same problem.
If your problem or idea has not been addressed yet, feel free to [open a new issue](https://github.com/themefisher/Kross-Creative-Portfolio-Template/issues).

<!-- support -->
## Technical Support or Questions (Paid)
If you have questions or need help integrating the product please [contact us](mailto:mehedi@themefisher.com) instead of opening an issue.

<!-- licence -->
## License
Copyright &copy; 2021 Designed & Developed by [Themefisher](https://themefisher.com)

**Code License:** Released under the [MIT](https://github.com/themefisher/Kross-Creative-Portfolio-Template/blob/master/LICENSE) license.

**Image license:** The images are only for demonstration purposes. They have their own licence, we don't have permission to share those image.

<!-- resources -->
## Resources
Some third-party plugins that we used to build this template. Please check their licence.
* **Bootstrap v4.5**: https://getbootstrap.com/docs/4.5/getting-started/introduction/
* **Jquery v3.5.1**: https://jquery.com/download/
* **Google Fonts**: http://fonts.google.com/
* **Themify Icons**: https://themify.me/themify-icons/
* **Slick**: https://kenwheeler.github.io/slick/
* **Shuffle**: https://vestride.github.io/Shuffle/
Loading

0 comments on commit f756ce5

Please sign in to comment.