@@ -170,29 +170,55 @@ <h1>Virtual files</h1>
170
170
< h1 > Linting with unified</ h1 >
171
171
< section class ="thumbnails ">
172
172
< 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 >
174
174
< 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
177
177
</ p >
178
178
</ div >
179
179
180
180
< 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 >
182
182
< 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
186
193
</ p >
187
194
</ div >
195
+ </ section >
188
196
197
+ < section class ="thumbnails ">
189
198
< div class ="thumbnail ">
190
199
< div class ="thumbnail-content " style ="background-color:black;background-image:url(image/mozilla.svg) "> </ div >
191
200
< p class ="thumbnail-caption ">
192
201
< a href ="https://github.com/devtools-html/debugger.html "> debugger</ a >
193
202
by Mozilla uses unified to check their markup and prose
194
203
</ p >
195
204
</ 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 >
196
222
</ section >
197
223
</ article >
198
224
0 commit comments