Skip to content

Commit

Permalink
Merge pull request #202 from nostalgic-css/develop
Browse files Browse the repository at this point in the history
Release v1.0.0 (Take 2!)
  • Loading branch information
BcRikko authored Dec 18, 2018
2 parents 72bb45d + d1afc6c commit 69eb37a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,10 @@ workflows:
main:
jobs:
- checkout
- commitlint
- commitlint:
filters:
branches:
ignore: master
- install-dependencies:
requires:
- checkout
Expand Down
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<title>NES.css - NES-style CSS Framework</title>

<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<link href="./css/nes.css" rel="stylesheet" />
<link href="https://unpkg.com/nes.css/css/nes.min.css" rel="stylesheet" />
<link href="./style.css" rel="stylesheet" />

<meta property="og:type" content="website" />
<meta property="og:title" content="NES.css" />
<meta property="og:url" content="https://bcrikko.github.io/NES.css/" />
<meta property="og:url" content="https://nostalgic-css.github.io/NES.css/" />
<meta property="og:description" content="NES-style CSS Framework | ファミコン風CSSフレームワーク" />
<meta property="og:image" content="https://user-images.githubusercontent.com/5305599/49061716-da649680-f254-11e8-9a89-d95a7407ec6a.png" />
<meta name="twitter:card" content="summary_large_image" />
Expand All @@ -37,7 +37,7 @@ <h1><i class="snes-jp-logo brand"></i>NES.css</h1>
<p>NES-style CSS Framework.</p>
</header>

<a class="github-link" href="https://github.com/BcRikko/NES.css" target="_blank">
<a class="github-link" href="https://github.com/nostalgic-css/NES.css" target="_blank">
<p class="nes-balloon from-right">Fork me<br />on GitHub</p>
<i class="nes-octocat"></i>
</a>
Expand Down Expand Up @@ -99,14 +99,14 @@ <h2 class="title">Checkboxes</h2>
<section class="nes-container with-title">
<h2 class="title">Avatars</h2>
<div>
<img src="http://www.gravatar.com/avatar" class="nes-avatar is-small">
<img src="http://www.gravatar.com/avatar" class="nes-avatar">
<img src="http://www.gravatar.com/avatar" class="nes-avatar is-medium">
<img src="http://www.gravatar.com/avatar" class="nes-avatar is-large">
<img src="http://www.gravatar.com/avatar" class="nes-avatar is-small is-rounded">
<img src="http://www.gravatar.com/avatar" class="nes-avatar is-rounded">
<img src="http://www.gravatar.com/avatar" class="nes-avatar is-medium is-rounded">
<img src="http://www.gravatar.com/avatar" class="nes-avatar is-large is-rounded">
<img src="https://www.gravatar.com/avatar" class="nes-avatar is-small">
<img src="https://www.gravatar.com/avatar" class="nes-avatar">
<img src="https://www.gravatar.com/avatar" class="nes-avatar is-medium">
<img src="https://www.gravatar.com/avatar" class="nes-avatar is-large">
<img src="https://www.gravatar.com/avatar" class="nes-avatar is-small is-rounded">
<img src="https://www.gravatar.com/avatar" class="nes-avatar is-rounded">
<img src="https://www.gravatar.com/avatar" class="nes-avatar is-medium is-rounded">
<img src="https://www.gravatar.com/avatar" class="nes-avatar is-large is-rounded">
</div>
</section>

Expand Down

0 comments on commit 69eb37a

Please sign in to comment.