8000 Add more entries to list of users · sin/unifiedjs.github.io@465757f · GitHub
[go: up one dir, main page]

Skip to content

Commit 465757f

Browse files
committed
Add more entries to list of users
1 parent 1ec68a1 commit 465757f

File tree

7 files changed

+114
-7
lines changed

7 files changed

+114
-7
lines changed

dictionary.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ bundler
2727
// Names, products, etc.
2828
Gitter
2929
NodeSchool
30+
WebFundamentals
3031
npm
3132
xo
3233
browserify

src/image/github.svg

Lines changed: 8 additions & 0 deletions
Loading

src/image/google.svg

Lines changed: 12 additions & 0 deletions
Loading

src/image/node.svg

Lines changed: 39 additions & 0 deletions
Loading

src/image/osg.png

-2.87 KB
Binary file not shown.

src/image/react.svg

Lines changed: 21 additions & 0 deletions
Loading

src/index.html

Lines changed: 33 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -170,29 +170,55 @@ <h1>Virtual files</h1>
170170
<h1>Linting with unified</h1>
171171
<section class="thumbnails">
172172
<div class="thumbnail">
173-
<div class="thumbnail-content" style="background-color:rgb(146, 91, 101);background-size:40%;background-image:url(image/osg.png)"></div>
173+
<div class="thumbnail-content" style="background-color:white;background-size:60%;background-image:url(image/google.svg)"></div>
174174
<p class="thumbnail-caption">
175-
<a href="https://opensource.guide">Open Source Guides</a>
176-
by GitHub (and you) uses unified to check markup and prose style
175+
<a href="https://developers.google.com/web/fundamentals/">WebFundamentals</a>
176+
by Google uses unified to check markup and build HTML
177177
</p>
178178
</div>
179179

180180
<div class="thumbnail">
181-
<div class="thumbnail-content" style="background-color:#744c9e;background-size:60%;background-image:url(image/gatsby.svg)"></div>
181+
<div class="thumbnail-content" style="background-color:white;background-size:60%;background-image:url(image/node.svg)"></div>
182182
<p class="thumbnail-caption">
183-
<a href="https://github.com/gatsbyjs/gatsby">Gatsby</a>
184-
uses unified to process markdown for blazing fast static site
185-
generation
183+
<a href="https://nodejs.org">Node</a>
184+
uses unified to check markup in their docs
185+
</p>
186+
</div>
187+
188+
<div class="thumbnail">
189+
<div class="thumbnail-content" style="background-color:#222;background-image:url(image/react.svg);background-size:64%"></div>
190+
<p class="thumbnail-caption">
191+
<a href="https://reactjs.org">React</a>
192+
by Facebook uses unified through Gatsby with custom plugins to build their site
186193
</p>
187194
</div>
195+
</section>
188196

197+
<section class="thumbnails">
189198
<div class="thumbnail">
190199
<div class="thumbnail-content" style="background-color:black;background-image:url(image/mozilla.svg)"></div>
191200
<p class="thumbnail-caption">
192201
<a href="https://github.com/devtools-html/debugger.html">debugger</a>
193202
by Mozilla uses unified to check their markup and prose
194203
</p>
195204
</div>
205+
206+
<div class="thumbnail">
207+
<div class="thumbnail-content" style="background-color:#744c9e;background-size:60%;background-image:url(image/gatsby.svg)"></div>
208+
<p class="thumbnail-caption">
209+
<a href="https://www.gatsbyjs.org">Gatsby</a>
210+
uses unified to process markdown for blazing fast static site
211+
generation
212+
</p>
213+
</div>
214+
215+
<div class="thumbnail">
216+
<div class="thumbnail-content" style="background-color:black;background-size:80%;background-image:url(image/github.svg)"></div>
217+
<p class="thumbnail-caption">
218+
<a href="https://opensource.guide">Open Source Guides</a>
219+
by GitHub (and you) uses unified to check markup and prose style
220+
</p>
221+
</div>
196222
</section>
197223
</article>
198224

0 commit comments

Comments
 (0)
0