-
Notifications
You must be signed in to change notification settings - Fork 1
/
colors
87 lines (82 loc) · 1.7 KB
/
colors
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
yellow = #fdd231
black = #000
black2 = #121212
white = #F2F2F2
type = #12121280
url: https://mouseless.app/
airtable.svg
adobex.svg
bear.svg
chrome.svg
evernote.svg
finder.svg
firefox.svg
gmail.svg
googledocs.svg
iawriter.svg
macos.svg
name.svg
photoshop.svg
producthuntratings.svg
safari.svg
sketch.svg
slack.svg
spotify.svg
sublimetext.svg
superhuman.svg
things.svg
todoist.svg
transmit.svg
trello.svg
ulysses.svg
vscode.svg
wave.svg
webflow.svg
const images = [
airtable,
adobex,
bear,
bear,
chrome,
evernote,
finder,
firefox,
gmail,
googledocs,
iawriter,
macos,
name,
photoshop,
producthuntratings,
safari,
sketch,
slack,
spotify,
sublimetext,
superhuman,
things,
todoist,
transmit,
trello,
ulysses,
vscode,
wave,
webflow,
];
import name from './images/imagesGrid/name.svg';
import photoshop from './images/imagesGrid/photoshop.svg';
import producthuntratings from './images/imagesGrid/producthuntratings.svg';
import safari from './images/imagesGrid/safari.svg';
import sketch from './images/imagesGrid/sketch.svg';
import slack from './images/imagesGrid/slack.svg';
import spotify from './images/imagesGrid/spotify.svg';
import sublimetext from './images/imagesGrid/sublimetext.svg';
import superhuman from './images/imagesGrid/superhuman.svg';
import things from './images/imagesGrid/things.svg';
import todoist from './images/imagesGrid/todoist.svg';
import transmit from './images/imagesGrid/transmit.svg';
import trello from './images/imagesGrid/trello.svg';
import ulysses from './images/imagesGrid/ulysses.svg';
import vscode from './images/imagesGrid/vscode.svg';
import wave from './images/imagesGrid/wave.svg';
import webflow from './images/imagesGrid/webflow.svg';