Skip to content

Commit a567be1

Browse files
author
cssninja
authored
Update README.md
1 parent 2559d66 commit a567be1

File tree

1 file changed

+16
-93
lines changed

1 file changed

+16
-93
lines changed

README.md

Lines changed: 16 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,21 @@
1-
# Krypton Landing page
2-
![](https://cssninja.io/storage/app/media/external/krypton/krypton-preview.png)
1+
# 👋 Krypton
2+
> Krypton is a free ICO / Crypto template built by [cssninjaStudio](https://cssninja.io).
33
4-
Krypton is a one page landing page starter built by [Css Ninja Studio](https://cssninja.io). Krypton is licensed under the MIT license.
4+
![Screenshot](https://media.cssninja.io/products/krypton/product.png "Krypton")
55

6-
You can access the demo [here](https://cssninjastudio.github.io/Krypton/).
6+
## ✌️ preview
77

8-
## Details
8+
Check out the live demo by clicking [here](https://cssninjastudio.github.io/krypton/).
9+
Krypton is built with [Bulma](https://bulma.io) and [Alpine JS](https://github.com/alpinejs/alpine).
910

10-
Krypton is developed with the [Bulma css framework](https://bulma.io)
11+
## 👍 Features
1112

12-
**Version 4.0.0**
13+
* Gulp 4 and nodejs 12.13.0 (minimum)
14+
* Bulma 0.9.1
15+
* ES6 support
16+
* Alpine JS
1317

14-
## Usage
15-
Krypton is now a Bulma starter fully bundled with **npm** and **gulp**. Bulma has been upgraded to the latest version **0.9.1**.
16-
17-
* Clone or download the repo
18-
* Run `npm install`
19-
* Run `npm run dev`
20-
21-
22-
## Changelog
23-
24-
**Krypton 4.0**
25-
* Upgraded to gulp 4 and nodejs 12.13.0
26-
* Upgraded Bulma to 0.9.1
27-
* Added ES6 support
28-
* Removed jQuery support and related dependencies
29-
* Improved CSS build process
30-
* Integrated Alpine JS
31-
* Integrated Spruce JS
32-
33-
**Krypton 3.0**
34-
* Upgraded to gulp 4 and nodejs 10.15.3
35-
* Upgraded Bulma to 0.8.0
36-
* Cleaned code and redesigned some of the features
37-
38-
**Krypton 2.1**
39-
* Improved page responsiveness particularly on tablet for both orientations, and mobile
40-
* Fixed small layout issues
41-
* Added a modal login form
42-
43-
**Krypton 2.0**
44-
* Everything is now handled by gulp and npm
45-
* Bulma version upgraded to 0.7
46-
* Bulma source sass is editable (note that the `@widescreen` variable has been set to false)
47-
* Panel slider library has been removed. Sidebar completely rewritten without any plugin.
48-
* Removed unused classes and refactored scss
49-
* Added more scss partials for better code maintainability
50-
* Introduced Panini templating engine. Learn more about Panini here: https://github.com/zurb/panini
51-
* Fully automated build and watch process, integration with browser sync
52-
* Navbar rework since deprecation of `.nav` element in favor of `.navbar`.
53-
* Optimized responsive display for mobile and tablets.
54-
55-
## Issues
18+
## 🍔 Issues
5619

5720
If you've found an issue or a bug, you can report it in the issues section of this repository. Please try to follow these simple guidelines to report your issue:
5821

@@ -62,52 +25,12 @@ If you've found an issue or a bug, you can report it in the issues section of th
6225
* steps to reproduce
6326
* Already tried fixes (if relevant)
6427

65-
## More
28+
## 🎉 More
6629

67-
You liked Krypton? Find more premium bulma templates on [Css Ninja](https://cssninja.io/category/all).
30+
You liked Krypton? Check also our other premium Envato bulma themes [Css Ninja](https://cssninja.io/themes).
6831

69-
Check also our premium Envato bulma themes [Css Ninja](https://cssninja.io/themes).
32+
Find more premium bulma templates on [Css Ninja](https://cssninja.io/category/all).
7033

71-
## About Us
34+
## 🚀 About Us
7235

7336
Css Ninja is a web design studio. We build handcrafted and polished templates that will give some hype to your startup or to your next project.
74-
75-
### Note
76-
77-
Changes should be commited to `src/` files only.
78-
79-
### How to use
80-
81-
The template is built with Sass and Gulp build system with these features:
82-
83-
- Handlebars HTML templates with Panini– Panini is a super simple flat file generator for use with Gulp. It compiles a series of HTML pages using a common layout. These pages can also include HTML partials, external Handlebars helpers, or external data as JSON.
84-
- Sass compilation, prefixing with Autoprefixer, and JavaScript concatenation
85-
- Built-in BrowserSync server - Will automatically reload your page when files are changed. It also live-injects CSS changes when you save a Sass file. This task runs continuously. Defaults to localhost.
86-
- For production builds - CSS compression, JavaScript compression, Image compression and more..
87-
88-
89-
### Requirements
90-
91-
To use this template, your computer needs:
92-
93-
- Node.js is used to run the build processes. https://nodejs.org/en/download/
94-
- Test: run ` node -v ` in the terminal
95-
- Npm (Node comes with npm installed so you should have a version of npm.) Used to manage development dependencies.
96-
- Test: run ` npm -v` in the terminal
97-
- Gulp – task runner
98-
`npm install -g gulp`
99-
- Test: run `gulp -v ` in the terminal
100-
101-
### Installing:
102-
103-
- Install all node packages: `npm install`
104-
- Run `npm run dev`
105-
- Your site is now viewable at this URL: http://localhost:3000
106-
107-
108-
### Additional Resources:
109-
- [Sass: Syntactically Awesome Style Sheets](http://sass-lang.com/)
110-
- [Bulma](https://bulma.io/)
111-
- [Handlebars](http://handlebarsjs.com/)
112-
- [Panini](https://github.com/zurb/panini)
113-
- [Gulp](https://gulpjs.org/getting-started)

0 commit comments

Comments
 (0)