Skip to content

Commit 749a697

Browse files
authored
Update package metadata (#151)
1 parent 942b463 commit 749a697

File tree

14 files changed

+295
-2403
lines changed

14 files changed

+295
-2403
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl
99
liberapay: scriptex
1010
issuehunt: scriptex
1111
otechie: # Replace with a single Otechie username
12-
custom: ['paypal.me/scriptex']
12+
custom: ['paypal.me/scriptex', 'revolut.me/scriptex']

.github/workflows/build.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1-
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
2-
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3-
41
name: Build
52

6-
on:
7-
push:
8-
branches: [master]
9-
pull_request:
10-
branches: [master]
3+
on: [push, pull_request]
114

125
jobs:
136
build:
@@ -24,4 +17,4 @@ jobs:
2417
with:
2518
node-version: ${{ matrix.node-version }}
2619
- run: yarn
27-
- run: yarn build
20+
- run: yarn deploy

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ node_modules/
1717
ehthumbs.db
1818
Thumbs.db
1919

20-
.vercel
20+
main.css
21+
demo/*.css

.npmignore

Lines changed: 20 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ yarn-debug.log*
66
yarn-error.log*
77

88
# Dependency directory
9-
node_modules/
9+
node_modules
1010

1111
# Misc
1212
.DS_Store
@@ -17,30 +17,27 @@ node_modules/
1717
ehthumbs.db
1818
Thumbs.db
1919

20-
# EditorConfig
20+
# Config folders and files
21+
.github
22+
_config.yml
23+
_.config.yml
2124
.editorconfig
22-
23-
# Git
24-
.gitignore
2525
.gitattributes
26-
27-
# CI
28-
.travis.yml
29-
30-
# lock files
31-
yarn.lock
32-
33-
# Prettier
34-
.prettierrc
26+
.gitignore
27+
.nvmrc
3528
.prettierignore
36-
37-
# Config files
38-
now.json
39-
renovate.json
40-
postcss.config.js
41-
42-
# Project specific
43-
.github
44-
.vercel
29+
.prettierrc
30+
.stylelintignore
31+
.stylelintrc
32+
.travis.yml
4533
.whitesource
34+
itcss.sketch
4635
itcss.svg
36+
postcss.config.js
37+
renovate.json
38+
tsconfig.json
39+
tslint.json
40+
yarn.lock
41+
42+
!main.css
43+
demo

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ node_js:
55
install:
66
- yarn
77
script:
8-
- yarn build
8+
- yarn deploy

.whitesource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"checkRunSettings": {
66
"vulnerableCheckRunConclusionLevel": "success"
77
}
8-
}
8+
}

README.md

Lines changed: 117 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,30 @@
22

33
# ITCSS
44

5-
[![GitHub release](https://img.shields.io/github/release/scriptex/itcss.svg)](https://github.com/scriptex/itcss/releases/latest)
6-
[![GitHub issues](https://img.shields.io/github/issues/scriptex/itcss.svg)](https://github.com/scriptex/itcss/issues)
7-
[![GitHub last commit](https://img.shields.io/github/last-commit/scriptex/itcss.svg)](https://github.com/scriptex/itcss/commits/master)
8-
[![Build Status](https://travis-ci.com/scriptex/itcss.svg?branch=master)](https://travis-ci.com/scriptex/itcss)
9-
[![npm](https://img.shields.io/npm/dt/itcss.svg)](https://www.npmjs.com/package/itcss)
10-
[![npm](https://img.shields.io/npm/v/itcss.svg)](https://www.npmjs.com/package/itcss)
11-
[![Analytics](https://ga-beacon.appspot.com/UA-83446952-1/github.com/scriptex/itcss/README.md)](https://github.com/scriptex/itcss/)
5+
[![Travis CI](https://travis-ci.com/scriptex/itcss.svg?branch=master)](https://travis-ci.com/scriptex/itcss)
6+
[![Github Build](https://github.com/scriptex/itcss/workflows/Build/badge.svg)](https://github.com/scriptex/itcss/actions?query=workflow%3ABuild)
7+
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/34d3d75710534dc6a38c3584a1dcd068)](https://www.codacy.com/gh/scriptex/itcss/dashboard?utm_source=github.com&utm_medium=referral&utm_content=scriptex/itcss&utm_campaign=Badge_Grade)
8+
[![Codebeat Badge](https://codebeat.co/badges/d765a4c8-2c0e-44f2-89c3-fa364fdc14e6)](https://codebeat.co/projects/github-com-scriptex-itcss-master)
9+
[![CodeFactor Badge](https://www.codefactor.io/repository/github/scriptex/itcss/badge)](https://www.codefactor.io/repository/github/scriptex/itcss)
10+
[![DeepScan grade](https://deepscan.io/api/teams/3574/projects/5257/branches/40799/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=3574&pid=5257&bid=40799)
11+
[![Analytics](https://ga-beacon-361907.ew.r.appspot.com/UA-83446952-1/github.com/scriptex/itcss/README.md?pixel)](https://github.com/scriptex/itcss/)
1212

13-
A starter boilerplate based on the [ITCSS](https://www.xfive.co/blog/itcss-scalable-maintainable-css-architecture/) (Inverted Triangle CSS) methodology.
13+
> A starter boilerplate based on the [ITCSS](https://www.xfive.co/blog/itcss-scalable-maintainable-css-architecture/) (Inverted Triangle CSS) methodology.
14+
15+
## Visitor stats
16+
17+
![GitHub stars](https://img.shields.io/github/stars/scriptex/itcss?style=social)
18+
![GitHub forks](https://img.shields.io/github/forks/scriptex/itcss?style=social)
19+
![GitHub watchers](https://img.shields.io/github/watchers/scriptex/itcss?style=social)
20+
![GitHub followers](https://img.shields.io/github/followers/scriptex?style=social)
21+
22+
## Code stats
23+
24+
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/scriptex/itcss)
25+
![GitHub repo size](https://img.shields.io/github/repo-size/scriptex/itcss?style=plastic)
26+
![GitHub language count](https://img.shields.io/github/languages/count/scriptex/itcss?style=plastic)
27+
![GitHub top language](https://img.shields.io/github/languages/top/scriptex/itcss?style=plastic)
28+
![GitHub last commit](https://img.shields.io/github/last-commit/scriptex/itcss?style=plastic)
1429

1530
## About
1631

@@ -532,12 +547,100 @@ In order to do so in your setup, please refer to the [`postcss.config.js`](https
532547
}
533548
```
534549

535-
## Support this project
536-
537-
[![Tweet](https://img.shields.io/badge/Tweet-Share_this_repository-blue.svg?style=flat-square&logo=twitter&color=38A1F3)](https://twitter.com/intent/tweet?text=Checkout%20this%20awesome%20software%20project%3A&url=https%3A%2F%2Fgithub.com%2Fscriptex%2Fitcss&via=scriptexbg&hashtags=software%2Cgithub%2Ccode%2Cawesome)
538-
[![Donate](https://img.shields.io/badge/Donate-Support_me_on_PayPal-blue.svg?style=flat-square&logo=paypal&color=222d65)](https://www.paypal.me/scriptex)
539-
[![Become a Patron](https://img.shields.io/badge/Become_Patron-Support_me_on_Patreon-blue.svg?style=flat-square&logo=patreon&color=e64413)](https://www.patreon.com/atanas)
540-
541550
## LICENSE
542551

543552
MIT
553+
554+
---
555+
556+
<div align="center">
557+
Connect with me:
558+
</div>
559+
560+
<br />
561+
562+
<div align="center">
563+
<a href="https://atanas.info">
564+
<img src="https://raw.githubusercontent.com/scriptex/socials/master/styled-assets/logo.svg" height="20" alt="">
565+
</a>
566+
&nbsp;
567+
<a href="mailto:hi@atanas.info">
568+
<img src="https://raw.githubusercontent.com/scriptex/socials/master/styled-assets/email.svg" height="20" alt="">
569+
</a>
570+
&nbsp;
571+
<a href="https://www.linkedin.com/in/scriptex/">
572+
<img src="https://raw.githubusercontent.com/scriptex/socials/master/styled-assets/linkedin.svg" height="20" alt="">
573+
</a>
574+
&nbsp;
575+
<a href="https://github.com/scriptex">
576+
<img src="https://raw.githubusercontent.com/scriptex/socials/master/styled-assets/github.svg" height="20" alt="">
577+
</a>
578+
&nbsp;
579+
<a href="https://gitlab.com/scriptex">
580+
<img src="https://raw.githubusercontent.com/scriptex/socials/master/styled-assets/gitlab.svg" height="20" alt="">
581+
</a>
582+
&nbsp;
583+
<a href="https://twitter.com/scriptexbg">
584+
<img src="https://raw.githubusercontent.com/scriptex/socials/master/styled-assets/twitter.svg" height="20" alt="">
585+
</a>
586+
&nbsp;
587+
<a href="https://www.npmjs.com/~scriptex">
588+
<img src="https://raw.githubusercontent.com/scriptex/socials/master/styled-assets/npm.svg" height="20" alt="">
589+
</a>
590+
&nbsp;
591+
<a href="https://www.youtube.com/user/scriptex">
592+
<img src="https://raw.githubusercontent.com/scriptex/socials/master/styled-assets/youtube.svg" height="20" alt="">
593+
</a>
594+
&nbsp;
595+
<a href="https://stackoverflow.com/users/4140082/atanas-atanasov">
596+
<img src="https://raw.githubusercontent.com/scriptex/socials/master/styled-assets/stackoverflow.svg" height="20" alt="">
597+
</a>
598+
&nbsp;
599+
<a href="https://codepen.io/scriptex/">
600+
<img src="https://raw.githubusercontent.com/scriptex/socials/master/styled-assets/codepen.svg" width="20" alt="">
601+
</a>
602+
&nbsp;
603+
<a href="https://profile.codersrank.io/user/scriptex">
604+
<img src="https://raw.githubusercontent.com/scriptex/socials/master/styled-assets/codersrank.svg" height="20" alt="">
605+
</a>
606+
&nbsp;
607+
<a href="https://linktr.ee/scriptex">
608+
<img src="https://raw.githubusercontent.com/scriptex/socials/master/styled-assets/linktree.svg" height="20" alt="">
609+
</a>
610+
</div>
611+
612+
---
613+
614+
<div align="center">
615+
Support and sponsor my work:
616+
<br />
617+
<br />
618+
<a href="https://twitter.com/intent/tweet?text=Checkout%20this%20awesome%20developer%20profile%3A&url=https%3A%2F%2Fgithub.com%2Fscriptex&via=scriptexbg&hashtags=software%2Cgithub%2Ccode%2Cawesome" title="Tweet">
619+
<img src="https://img.shields.io/badge/Tweet-Share_my_profile-blue.svg?logo=twitter&color=38A1F3" />
620+
</a>
621+
<a href="https://paypal.me/scriptex" title="Donate on Paypal">
622+
<img src="https://img.shields.io/badge/Donate-Support_me_on_PayPal-blue.svg?logo=paypal&color=222d65" />
623+
</a>
624+
<a href="https://revolut.me/scriptex" title="Donate on Revolut">
625+
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/scriptex/scriptex/master/badges/revolut.json" />
626+
</a>
627+
<a href="https://patreon.com/atanas" title="Become a Patron">
628+
<img src="https://img.shields.io/badge/Become_Patron-Support_me_on_Patreon-blue.svg?logo=patreon&color=e64413" />
629+
</a>
630+
<a href="https://ko-fi.com/scriptex" title="Buy Me A Coffee">
631+
<img src="https://img.shields.io/badge/Donate-Buy%20me%20a%20coffee-yellow.svg?logo=ko-fi" />
632+
</a>
633+
<a href="https://liberapay.com/scriptex/donate" title="Donate on Liberapay">
634+
<img src="https://img.shields.io/liberapay/receives/scriptex?label=Donate%20on%20Liberapay&logo=liberapay" />
635+
</a>
636+
637+
<a href="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/scriptex/scriptex/master/badges/bitcoin.json" title="Donate Bitcoin">
638+
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/scriptex/scriptex/master/badges/bitcoin.json" />
639+
</a>
640+
<a href="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/scriptex/scriptex/master/badges/etherium.json" title="Donate Etherium">
641+
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/scriptex/scriptex/master/badges/etherium.json" />
642+
</a>
643+
<a href="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/scriptex/scriptex/master/badges/shiba-inu.json" title="Donate Shiba Inu">
644+
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/scriptex/scriptex/master/badges/shiba-inu.json" />
645+
</a>
646+
</div>

assets/objects/_shell.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
.o-shell--flex {
1010
@mixin flex-row;
11+
justify-content: space-between;
1112
}
1213

1314
.o-shell--fluid {

demo/index.html

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,51 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
56
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
68
<title>ITCSS Demo</title>
7-
<link rel="stylesheet" href="main.css" />
9+
10+
<link rel="stylesheet" href="./main.css" />
11+
12+
<link
13+
rel="stylesheet"
14+
href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css"
15+
/>
16+
17+
<script
18+
src="https://unpkg.com/requirejs"
19+
integrity="sha384-9M3Wd+wRkBqNHxK8F7Wg3Xs1Du/JXnCXgVdJ+G6KkYBvGol8vSgEiBdd8+MTaYtk"
20+
crossorigin="anonymous"
21+
></script>
22+
23+
<script
24+
src="https://unpkg.com/scriptex-socials"
25+
async
26+
integrity="sha384-FDS8WECJvE4bGb+arLPh3DSv0mrVHD+hJRf+UaM6rVMT+wBleSgUlog90rrtgHH1"
27+
crossorigin="anonymous"
28+
></script>
829
</head>
930
<body>
31+
<a
32+
href="https://github.com/scriptex/itcss"
33+
title="See code on Github"
34+
class="github-fork-ribbon"
35+
data-ribbon="See code on Github"
36+
>
37+
See code on Github
38+
</a>
39+
1040
<div class="o-wrapper">
1141
<header class="c-header">
1242
<br />
43+
1344
<div class="o-shell o-shell--flex">
1445
<a href="#">Logo</a>
1546

1647
<button type="button" class="c-btn">Menu</button>
1748
</div>
49+
1850
<br />
1951
</header>
2052

@@ -227,6 +259,8 @@ <h2 class="text-right">Fullsize background</h2>
227259
Designed and developed by <a href="https://atanas.info">Atanas Atanasov</a>. All rights
228260
reserved.
229261
</p>
262+
263+
<social-links></social-links>
230264
</div>
231265

232266
<br />

0 commit comments

Comments
 (0)