This repository has been archived by the owner on Nov 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdata.js
94 lines (91 loc) · 3.03 KB
/
data.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
var pkg = require('./package.json');
var basscss = require('basscss/package.json');
module.exports = {
title: 'Showcase',
path: '/showcase',
version: basscss.version,
author: basscss.author.name,
description: basscss.description,
keywords: basscss.keywords,
cdn: 'http://d2v52k3cl9vedd.cloudfront.net/basscss/assets/',
sites: [
{
title: 'StatShot',
url: 'https://statshot.co/',
description: 'Simple and clear Instagram™ stats for you or your brand. Straight to your inbox.',
image: 'Screenshot-https:--statshot.co---2015-08-30-01-08-14-800.jpg'
},
{
title: 'Nodeconf',
url: 'http://nodeconf.com/',
description: 'The longest running community driven conference for the Node community.',
image: 'screenshot-nodeconf-2015-03-03-09-23-07-640.jpg'
},
{
title: 'Front-End United for Leokz',
url: 'http://frontendunited.io/leokzw/index.en.html',
description: 'Developers united for Leonardo Konarzewski',
image: 'screenshot-frontendunited.io-leokzw-index.en.html-2015-07-07-03-48-23-640.jpg'
},
{
title: 'Brandon Pierce',
url: 'http://brandonjpierce.com/',
description: 'Brandon Pierce - Developer, Designer, & Consultant',
image: 'Screenshot-brandonjpierce.com---2015-08-30-01-04-33-800.jpg'
},
{
title: 'MDI.ninja',
url: 'http://mdi.ninja/',
description: 'Mount Desert Island Like a Ninja',
image: 'screenshot-mdi.ninja--2015-07-07-03-49-01-640.jpg'
},
{
title: 'Noodles',
url: 'http://www.getnoodl.es/',
description: 'Keep, cook, and share all your recipes with Noodles.',
image: 'screenshot-www.getnoodl.es--2015-07-07-03-41-57-640.jpg'
},
{
title: 'Monodraw for Mac',
url: 'http://monodraw.helftone.com/',
description: 'Powerful ASCII art editor designed for the Mac.',
image: 'monodraw-640.jpg'
},
{
title: 'Singles Club',
url: 'http://singlesclub.fm/',
description: 'Part record club. Part music journal.',
image: 'singlesclub-640.jpg'
},
{
title: 'Lachlan Campbell',
url: 'http://lachlanjc.me',
description: 'Personal site of Lachlan Campbell',
image: 'screenshot-lachlanjc--2015-02-24-12-07-33-640.jpg'
},
{
title: 'Pixyll',
url: 'http://pixyll.com/',
description: 'A simple, beautiful theme for Jekyll that emphasizes content rather than aesthetic fluff.',
image: 'pixyll-640.jpg'
},
{
title: 'Nurturing Ability',
url: 'http://www.nurturingability.com.au/',
description: 'Helping our Most Helpless One Family at a Time',
image: 'nurturingability-640.jpg'
},
{
title: 'Linknest',
url: 'https://linknest.cc/',
description: 'Bookmarks made simple',
image: 'Screenshot-https:--linknest.cc---2015-07-16-03-21-04-800.jpg'
},
{
title: 'CSS Stats',
url: 'http://cssstats.com/',
description: 'Potentially interesting stats on stylesheets',
image: 'cssstats-640.jpg'
},
],
}