Skip to content

Commit 8392787

Browse files
committed
⬆️ v2; remove commercial license
update site-footer with v4 brand
1 parent f42dfc7 commit 8392787

File tree

7 files changed

+52
-132
lines changed

7 files changed

+52
-132
lines changed

Diff for: bower.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"description": "Homepage and documentation for Huebee",
77
"main": "",
88
"license": "BY-CC",
9-
"homepage": "http://huebee.metafizzy.co",
9+
"homepage": "http://huebee.buzz",
1010
"private": true,
1111
"ignore": [
1212
"**/.*",
@@ -16,8 +16,8 @@
1616
"tests"
1717
],
1818
"dependencies": {
19-
"normalize-css": "^5.0.0",
20-
"huebee": "^1.0.0",
19+
"normalize-css": "^7.0.0",
20+
"huebee": "^2.0.0",
2121
"fizzy-docs-modules": "metafizzy/fizzy-docs-modules"
2222
}
2323
}

Diff for: content/index.hbs

-30
Original file line numberDiff line numberDiff line change
@@ -63,36 +63,6 @@ description: One-click color picker. Huebee displays a limited set of colors so
6363

6464
{{! ----------------------------------------------------------------- }}
6565

66-
<h2>License</h2>
67-
68-
{{! ----------------------------------------------------------------- }}
69-
70-
<h3>Commercial license</h3>
71-
72-
<p>If you want to use Huebee to develop commercial sites, themes, projects, and applications, the Commercial license is the appropriate license. With this option, your source code is kept proprietary. <a href="license.html">Read more about Huebee commercial licensing</a>.</p>
73-
74-
<p>Once purchased, you&rsquo;ll receive a commercial license PDF and be all set to use Huebee in your commercial applications.</p>
75-
76-
<div class="buy-button-trio">
77-
{{#licenses.developer}}
78-
{{> buy-button}}
79-
{{/licenses.developer}}
80-
81-
{{#licenses.team}}
82-
{{> buy-button}}
83-
{{/licenses.team}}
84-
85-
{{#licenses.organization}}
86-
{{> buy-button}}
87-
{{/licenses.organization}}
88-
</div>
89-
90-
{{! ----------------------------------------------------------------- }}
91-
92-
<h3>Open source license</h3>
93-
94-
<p>If you are creating an open source application under a license compatible with the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GNU GPL license v3</a>, you may use Huebee under the terms of the GPLv3. <a href="license.html">Read more about Huebee open source licensing</a>.</p>
95-
9666
<h2>Getting started</h2>
9767

9868
<p>Include the Huebee <code>.css</code> and <code>.js</code> files in your site.</p>

Diff for: content/license.hbs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: License
3-
description: "Huebee has three kinds of licenses: open-source, commercial, and OEM."
3+
description: "Huebee is MIT licensed."
44
---
55

6-
{{> license-content}}
6+
<p>Huebee v2 is MIT licensed. Have at it.</p>

Diff for: css/fizzy-docs-modules-overwrites.css

+32-89
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,5 @@
1-
2-
/* ---- buy buttons ---- */
3-
4-
.buy-button {
5-
background: hsla(0, 0%, 0%, 0.04);
6-
}
7-
8-
.buy-button__price {
9-
background: #F80;
10-
}
11-
12-
.buy-button:hover { text-decoration: none; }
13-
14-
.buy-button:hover .buy-button__price {
15-
background: #08F;
16-
}
17-
18-
/* ---- site-footer ---- */
19-
20-
*[data-license-property] {
21-
color: #08F;
22-
}
1+
/* fizzy-docs-modules overwrites
2+
------------------------- */
233

244
/* ---- site-footer ---- */
255

@@ -29,19 +9,10 @@
299
z-index: 1; /* above site-nav */
3010
}
3111

32-
/* ---- showcase ---- */
33-
34-
.showcase-item__link {
35-
background: white;
36-
}
37-
38-
.showcase-item__link:hover {
39-
background: #D28;
40-
color: white;
12+
.site-footer a:hover {
13+
text-decoration: none;
4114
}
4215

43-
/* ---- site-footer ---- */
44-
4516
.site-footer__copy a { color: white ;}
4617

4718
.site-footer .twitter-logo { fill: white; }
@@ -53,78 +24,50 @@
5324

5425
.site-footer__copy a:hover .twitter-logo { fill: #555; }
5526

56-
/* ---- ---- */
57-
58-
.showcase .logo-pizza-illo { background: white; }
59-
.showcase .packery-illo { background: white; }
60-
61-
/* ---- fizzy-bear-shirt ---- */
62-
27+
/* ---- showcase ---- */
6328

64-
.fizzy-bear-shirt__link {
65-
padding: 20px;
29+
.showcase-item__link {
6630
background: white;
67-
border-radius: 8px;
68-
display: block;
69-
}
70-
71-
.fizzy-bear-shirt__title {
72-
margin-top: 0;
73-
font-size: 1.8rem;
7431
}
7532

76-
.fizzy-bear-shirt__image { border-radius: 5px; }
77-
78-
.fizzy-bear-shirt__link:hover {
33+
.showcase-item__link:hover {
7934
background: #D28;
8035
color: white;
81-
text-decoration: none;
82-
}
83-
84-
85-
/* ---- metafizzy-brand ---- */
86-
87-
.metafizzy-logo {
88-
margin-right: 5px;
8936
}
9037

91-
.metafizzy-wordmark {
92-
}
93-
94-
.metafizzy-brand__link {
95-
display: inline-block;
96-
}
97-
98-
.metafizzy-wordmark path,
99-
.metafizzy-logo__outline,
100-
.metafizzy-logo__eyes-nose { fill: white; }
38+
.showcase .logo-pizza-illo { background: white; }
39+
.showcase .packery-illo { background: white; }
10140

102-
.metafizzy-logo__snout,
103-
.metafizzy-logo__stripe1,
104-
.metafizzy-logo__stripe2,
105-
.metafizzy-logo__stripe3,
106-
.metafizzy-logo__stripe4 { fill: #F80; }
41+
/* ---- mfzy-brand ---- */
10742

108-
.metafizzy-brand__link:hover { text-decoration: none; }
43+
/* logo */
44+
.site-footer .mfzy-logo__body-outline,
45+
.site-footer .mfzy-logo__cut-ins { stroke: white; }
46+
.site-footer .mfzy-logo__body-fill { fill: #F80; }
47+
.site-footer .mfzy-logo__snout,
48+
.site-footer .mfzy-logo__stripes { display: none; }
49+
.site-footer .mfzy-logo__feature { fill: white; }
10950

110-
.metafizzy-brand__link:hover .metafizzy-wordmark path,
111-
.metafizzy-brand__link:hover .metafizzy-logo__outline,
112-
.metafizzy-brand__link:hover .metafizzy-logo__eyes-nose { fill: #555; }
51+
/* logo hover */
52+
.site-footer a:hover .mfzy-logo__body-outline,
53+
.site-footer a:hover .mfzy-logo__cut-ins { stroke: #333; }
54+
.site-footer a:hover .mfzy-logo__snout,
55+
.site-footer a:hover .mfzy-logo__stripes { display: inline; }
56+
.site-footer a:hover .mfzy-logo__feature { fill: #333; }
11357

114-
.metafizzy-brand__link:hover .metafizzy-logo__stripe1 { fill: #D28; }
115-
.metafizzy-brand__link:hover .metafizzy-logo__stripe2 { fill: #F00; }
116-
.metafizzy-brand__link:hover .metafizzy-logo__stripe3 { fill: #F80; }
117-
.metafizzy-brand__link:hover .metafizzy-logo__stripe4 { fill: #08F; }
58+
/* wordmark */
59+
.site-footer .mfzy-wordmark { stroke: white; }
60+
.site-footer a:hover .mfzy-wordmark { stroke: #333; }
11861

119-
.metafizzy-brand__link:hover .metafizzy-logo__snout { fill: white; }
12062

12163
@media screen and ( min-width: 768px ) {
122-
.metafizzy-logo {
123-
width: 60px;
124-
margin-right: 10px;
64+
.site-footer .mfzy-logo {
65+
width: 72px;
66+
height: 72px;
12567
}
12668

127-
.metafizzy-wordmark {
128-
width: 230px;
69+
.site-footer .mfzy-wordmark {
70+
width: 280px;
71+
height: 80px;
12972
}
13073
}

Diff for: modules/site-nav/site-nav.hbs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<ul class="site-nav__list">
33
<li class="site-nav__item site-nav__item--index"><a href="{{page.rootPath}}.">Huebee</a></li>
44
<li class="site-nav__item site-nav__item--extras"><a href="{{page.rootPath}}extras.html">Extras</a></li>
5-
<li class="site-nav__item site-nav__item--license"><a href="{{page.rootPath}}license.html">License</a></li>
65
</ul>
76
<ul class="page-nav"></ul>
87
</nav>

Diff for: package.json

+15-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "huebee-docs",
3-
"version": "1.0.0",
4-
"description": "",
5-
"main": "gulpfiles.js",
3+
"version": "2.0.0",
4+
"description": "Documentation site for Huebee",
5+
"main": "gulpfile.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"keywords": [],
10-
"author": "",
11-
"license": "BY-CC",
10+
"author": "David DeSandro",
11+
"license": "CC-BY-3.0",
1212
"dependencies": {
1313
"glob": "^7.1.1",
1414
"gulp": "^3.9.1",
@@ -22,5 +22,14 @@
2222
"handlebars-layouts": "^3.1.4",
2323
"highlight.js": "^9.8.0",
2424
"transfob": "^1.0.0"
25-
}
25+
},
26+
"devDependencies": {},
27+
"repository": {
28+
"type": "git",
29+
"url": "git+https://github.com/metafizzy/huebee-docs.git"
30+
},
31+
"bugs": {
32+
"url": "https://github.com/metafizzy/huebee-docs/issues"
33+
},
34+
"homepage": "http://huebee.buzz"
2635
}

Diff for: tasks/js.js

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ var getGlobPaths = require('./utils/get-glob-paths');
66
var jsSrc = [
77
// components
88
'bower_components/ev-emitter/ev-emitter.js',
9-
'bower_components/matches-selector/matches-selector.js',
109
'bower_components/unipointer/unipointer.js',
1110
'bower_components/huebee/huebee.js',
1211
'bower_components/fizzy-docs-modules/*/*.js',

0 commit comments

Comments
 (0)