HeesungB / mandrill.ethcon.kr

2019 ETHCon Korea official website

Home Page:https://ethcon.kr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Official website: https://ethcon.kr/

Ethcon Korea is

a non-profit Ethereum developer conference. We believe in decentralization and the conference is run by community volunteers.

We do not speak for a specific organization or group’s agenda and will not be privatized or become a private organization. We support all the open source campaigns.

Why did we start ETHcon Korea?

Ethereum is supported and developed by many developers who believe in decentralization and the value of open source. Although there are many who also believe in such philosophy in Korea, the developers’ community fails to act as a leading role due to being severed from the global developers’ community.

Similarly, the results of some studies fail to come to light due to the lack of appropriate windows and venues for them to be shown to the public. As such, following the precedent set by the Python community when they successfully organized Python Korea for several years, we plan to organize a community-driven conference for Korean Ethereum developers, and by Korean Ethereum developers.

Through ethcon Korea, we hope to expand the Korean Ethereum developers’ community, and shed into light the many different contents that were researched and developed by Korean Ethereum Community, whether they were unknown to the public or developed on their own.

Furthermore, ethcon Korea hopes to act as a chapter where we could share and co-operate with each other’s research and development, resulting in the Korean Ethereum Community to have a positive impact on the Global Ethereum Community. Following Ethereum’s philosophy of decentralization, we aim to have all progress, including preparation, to be made as a community.

Development

npm install
npm run sass # every time when you update scss files

Built on the Blk design system theme by creative-tim under the MIT license.


alt text

Blk• Design System is a responsive Bootstrap 4 kit provided for free by Creative Tim. It is a beautiful cross-platform UI kit featuring over 70 elements and 3 templates.

Now will help you create a clean and simple website that is a perfect fit for today's black design. It is built using the 12 column grid system, with components designed to fit together perfectly. It makes use of bold colours, beautiful typography, clear photography and spacious arrangements.

Complex Documentation

Each element is well presented in a very complex documentation. You can read more about the idea behind this design system here. You can check the components here and the foundation here.

Bootstrap 4 Support

Blk• Design System is built on top of the much awaited Bootstrap 4. This makes starting a new project very simple. It also provides benefits if you are already working on a Bootstrap 4 project; you can just import the Blk• Design System style over it. Most of the elements have been redesigned; but if you are using an element we have not touched, it will fall back to the Bootstrap default.

Table of contents

Getting Started

We've also included an optional Gulp file to help you get started with theme customization. You'll need to install Node.js and Gulp before using our included gulpfile.js.

  1. Download the project's zip
  2. Make sure you have node.js (https://nodejs.org/en/) installed
  3. Type npm install in terminal/console in the source folder where package.json is located
  4. You will find all the branding colors inside assets/scss/blk-design-system/custom/_variables.scss. You can change them with a HEX value or with other predefined variables.
  5. Run in terminal gulp compile-scss for a single compilation or gulp watch for continous compilation of the changes that you make in *.scss files. This command should be run in the same folder where gulpfile.js and package.json are located
  6. Run in terminal gulp default for opening the Dashboard Page (default) of the product.

Example Pages

We wanted to fully display the power of this kit, so the kit comes packed with examples showing you how to use the components. Inside the product you will find:

Documentation

The documentation for the Blk• Design System is hosted at our website.

Tutorial

In order for you to easily be able to use the Blk• Design System, we have created a tutorial page. It shows the structure for the files inside the archive and how to import them. It then features every components with a description and example fr how to use it. You can see the details here ().

Coming soon

  • Vue.js
  • Angular
  • React
  • Sketch
  • Photoshop

File Structure

Within the download you'll find the following directories and files:

Blk• Design System
.
├── CHANGELOG.md
├── README.md
├── assets/
│   ├── css/
│   │   ├── blk-design-system.css
│   │   ├── blk-design-system.css.map
│   │   ├── blk-design-system.min.css
│   │   └── nucleo-icons.css
│   ├── demo/
│   ├── fonts/
│   ├── img/
│   ├── js/
│   │   ├── blk-design-system.js
│   │   ├── blk-design-system.js.map
│   │   ├── blk-design-system.min.js
│   │   ├── core/
│   │   │   ├── bootstrap.min.js
│   │   │   ├── jquery.min.js
│   │   │   └── popper.min.js
│   │   └── plugins/
│   └── scss/
│       ├── blk-design-system/
│       │   ├── bootstrap/
│       │   │   ├── mixins/
│       │   │   └── utilities/
│       │   └── custom/
│       │       ├── cards/
│       │       ├── mixins/
│       │       ├── sections/
│       │       ├── utilities/
│       │       └── vendor/
│       └── blk-design-system.scss
├── docs/
│   └── documentation.html
├── examples/
│   ├── landing-page.html
│   ├── profile-page.html
│   └── register-page.html
├── gulpfile.js
├── index.html
└── package.json

Browser Support

At present, we officially aim to support the last two versions of the following browsers:

Technical Support or Questions

If you have questions or need help integrating the product please contact us instead of opening an issue.

Useful Links

Social Media:

About

2019 ETHCon Korea official website

https://ethcon.kr


Languages

Language:CSS 75.3%Language:HTML 23.0%Language:JavaScript 1.7%