1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-24 21:11:32 +02:00

Merge pull request #202 from nostalgic-css/develop

Release v1.0.0 (Take 2!)
This commit is contained in:
ダーシノ
2018-12-19 00:26:51 +09:00
committed by GitHub
2 changed files with 15 additions and 12 deletions

View File

@@ -170,7 +170,10 @@ workflows:
main:
jobs:
- checkout
- commitlint
- commitlint:
filters:
branches:
ignore: master
- install-dependencies:
requires:
- checkout

View File

@@ -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" />
@@ -37,7 +37,7 @@
<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>
@@ -99,14 +99,14 @@
<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>