-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.ftd
142 lines (59 loc) · 1.68 KB
/
index.ftd
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
-- import: fpm
-- import: templates-ftd/assets
-- import: templates-ftd/custom-typo as font
-- import: templates-ftd/login as login
-- import: templates-ftd/library as lib
-- import: templates-ftd/config as config
-- homepage:
-- ftd.column homepage:
optional ftd.color bg-color: $fpm.color.main.background.base
background-color: $bg-color
width: fill
--- lib.header:
background: $fpm.color.glass.background.step-2
--- login.login-content: Login to Github
sub-heading-main: click below to login with github
cta-text: sign up with
url: $config.github-login-url
if: not $config.is-authenticated
--- container: ftd.main
--- ftd.column:
width: fill
padding-horizontal:280
padding-vertical: 36
id:main-section
align: center
spacing: 36
id: section-conatiner
--- lib.logo-with-text:
logo: $assets.files.assets.images.pull-request.png
logo-text: Connections
--- lib.search-btn:
title: search
--- ftd.text: Mapping
padding-bottom: $fpm.space.space-3
role: $fpm.type.heading-small
color: $fpm.color.main.text-strong
--- ftd.column:
width:fill
border-width: 1
border-radius: 8
border-color: $fpm.color.main.border-strong
--- lib.mapping-loop:
documentation-repo: $obj.documentation-repo
code-repo: $obj.code-repo
$loop$: $config.all-repo-map as $obj
--- container: section-conatiner
--- ftd.text: Available repos
padding-bottom: $fpm.space.space-3
role: $fpm.type.heading-small
color: $fpm.color.main.text-strong
--- ftd.column:
width:fill
border-width: 1
border-radius: 8
border-color: $fpm.color.main.border-strong
--- lib.available-loop:
index: $obj.id
repo-full-name: $obj.repo-full-name
$loop$: $config.available-repos-for-mapping as $obj