npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

bootstrap-crom-theme

v1.0.1

Published

Bootstrap dark theme to remember Shin Hae-chul.

Downloads

5

Readme

Bootstrap Crom Theme

이 테마는 신해철님을 추억하는 목적으로 만들어진 부트스트랩 다크테마입니다.
검-빨 배색은 신해철님이 좋아하시던 배색이고, 강렬한 느낌의 다크 테마에도 아주 적합한 배색입니다.
추억하고 추모하는 목적 외에도 실용성 있는 수준의 다크 테마를 제작하고자 했습니다.

기본 배경색을 검은색으로 하고, 텍스트를 흰색으로 합니다.
Primary Color는 빨간색(#cc0000)입니다.
원래 빨간색으로 표시되던 Danger Color 는 보라색(#563d7c)으로 표시됩니다.

문서

https://bootstrap-crom-theme.unk.io

설치

NPM

터미널을 통해 설치합니다.

npm install bootstrap-crom-theme
# or
yarn add bootstrap-crom-theme

그리고 로드 합니다.

require( 'node_modules/bootstrap-crom-theme/bootstrap-crom-theme.css' );
// or
import 'node_modules/bootstrap-crom-theme/bootstrap-crom-theme.css';

직접 설치

Github 페이지에서 소스를 다운로드 받습니다.

bootstrap-crom-theme.css 파일을 사용할 페이지에 삽입합니다.

<link rel="stylesheet" href="your/path/bootstrap-crom-theme.css">

필요에 따라 자바스크립트를 삽입합니다.

<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>

버그 및 제안

https://github.com/Unk/Bootstrap-Crom-Theme/issues

참여방법

많은 분들의 참여로 함께 만들어나가는 테마가 되면 좋겠습니다.
풀 리퀘스트 주시거나 제게 메일 주세요 [email protected]

라이센스

불새 로고에 대한 이미지는 전상일님에게 있습니다.
신해철님에 대한 추모 목적의 비상업적 용도 외의 상업적 사용은 불가합니다.
사용권에 대한 자세한 내용은 전상일님에게 문의하셔야합니다.

그 외의 모든 소스는 MIT 라이센스를 따릅니다.
상세 정보: MIT License (영문) MIT 라이센스 (한글)