forked from g3w-suite/g3w-admin-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfigs.py
59 lines (59 loc) · 1.72 KB
/
configs.py
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
# -*- coding: utf-8 -*-
home_images_default = [
{
'image': 'alex-siale.jpg',
'main_color': '#fff',
'main_title_color': '#fff',
'author': 'Alez Siale',
'author_url': 'https://unsplash.com/@alexsialecreative',
'subtitle_color': '#fff'
},
{
'image': 'anton-repponen.jpg',
'main_color': '#fff',
'main_title_color': '#fff',
'author': 'Anton Repponen',
'author_url': 'https://unsplash.com/@repponen',
'subtitle_color': '#fff'
},
{
'image': 'karsten-wurth.jpg',
'main_color': '#fff',
'main_title_color': '#fff',
'author': 'Karsten Würth',
'author_url': 'https://unsplash.com/@inf1783',
'subtitle_color': '#fff'
},
{
'image': 'nasa.jpg',
'main_color': '#000',
'main_title_color': '#333',
'author': 'NASA',
'author_url': 'https://unsplash.com/@nasa',
'subtitle_color': '#777'
},
{
'image': 'paulo-simoes-mendes.jpg',
'main_color': '#fff',
'main_title_color': '#fff',
'author': 'Paulo Simões Mendes',
'author_url': 'https://unsplash.com/@paulozono',
'subtitle_color': '#fff'
},
{
'image': 'nathan-anderson.jpg',
'main_color': '#fff',
'main_title_color': '#fff',
'author': 'PNathan Anderson',
'author_url': 'https://unsplash.com/@nathananderson',
'subtitle_color': '#fff'
},
{
'image': 'nathan-anderson2.jpg',
'main_color': '#fff',
'main_title_color': '#fff',
'author': 'PNathan Anderson',
'author_url': 'https://unsplash.com/@nathananderson',
'subtitle_color': '#fff'
},
]