@moreonion/foundist 3.4.0 → 3.4.2-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +16 -15
- package/src/html/basic-action-page-cover-1col-with-headline.html +12 -10
- package/src/html/basic-action-page-cover-1col.html +7 -5
- package/src/html/basic-action-page-cover-2col-reversed.html +7 -5
- package/src/html/basic-action-page-cover-2col-with-headline.html +11 -9
- package/src/html/basic-action-page-cover-2col.html +7 -5
- package/src/html/basic-action-page-cover-banner-with-headline.html +11 -9
- package/src/html/basic-action-page-cover-banner.html +7 -5
- package/src/html/basic-action-page-reversed.html +6 -4
- package/src/html/basic-action-page-with-banner-and-headline.html +11 -9
- package/src/html/basic-action-page-with-banner-reversed.html +7 -5
- package/src/html/basic-action-page-with-banner.html +7 -5
- package/src/html/basic-action-page-with-callouts.html +6 -4
- package/src/html/basic-action-page.html +6 -4
- package/src/html/donation-action-page.html +5 -3
- package/src/html/e2t-action-page.html +6 -4
- package/src/html/includes/menu-responsive.html +2 -2
- package/src/html/index.html +58 -0
- package/src/html/login-page.html +4 -2
- package/src/html/signup-action-page.html +5 -3
- package/src/html/snippets-demo.html +10 -8
- package/src/html/teaser-page.html +5 -3
- package/src/html/templates/action-page-cover-banner.html +1 -1
- package/src/html/templates/action-page-reversed.html +1 -1
- package/src/html/templates/action-page.html +2 -2
- package/src/html/thank-you-page-cover-1col-with-headline.html +9 -7
- package/src/html/thank-you-page-cover-1col.html +5 -3
- package/src/html/thank-you-page-cover-2col-with-headline.html +10 -8
- package/src/html/thank-you-page-cover-2col.html +6 -4
- package/src/html/thank-you-page-cover-banner-with-headline.html +9 -7
- package/src/html/thank-you-page-cover-banner.html +5 -3
- package/src/html/thank-you-page-with-banner-and-headline.html +9 -7
- package/src/html/thank-you-page-with-banner.html +5 -3
- package/src/html/thank-you-page.html +5 -3
- package/src/html/typography-static-page.html +3 -1
- package/src/scss/components/_accordion.scss +2 -1
- package/src/scss/components/_menu.scss +2 -1
- package/src/scss/components/_mobile-menu.scss +2 -1
- package/src/scss/components/_settings.scss +3 -3
- package/src/scss/components/_sticky-button.scss +2 -1
- package/src/scss/form/_donation-amount-button.scss +8 -7
- package/src/scss/form/_paymethod-select-button.scss +18 -13
- package/src/scss/layout/_backgrounds.scss +9 -3
- package/src/scss/layout/_cover-banner.scss +6 -0
- package/src/scss/layout/_cover.scss +6 -0
- package/src/html/dev-index.html +0 -58
- package/src/scss/form/_braintree_apple_pay.scss +0 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moreonion/foundist",
|
|
3
|
-
"version": "3.4.0",
|
|
3
|
+
"version": "3.4.2-0",
|
|
4
4
|
"description": "Foundation based default theme for Impact Stack landing pages.",
|
|
5
5
|
"author": "More Onion <kontakt@more-onion.at>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -26,28 +26,28 @@
|
|
|
26
26
|
"prepare": "husky"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@moreonion/foundation-base": "3.
|
|
30
|
-
"foundation-sites": "6.
|
|
29
|
+
"@moreonion/foundation-base": "3.4.2",
|
|
30
|
+
"foundation-sites": "6.9.0",
|
|
31
31
|
"jquery": "^3.7.0",
|
|
32
|
-
"sass": "
|
|
32
|
+
"sass-embedded": "^1.81.0",
|
|
33
33
|
"select2": "^4.1.0-rc.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"autoprefixer": "^10.4.
|
|
36
|
+
"autoprefixer": "^10.4.20",
|
|
37
37
|
"eslint": "8.57.0",
|
|
38
38
|
"eslint-config-standard": "^17.1.0",
|
|
39
|
-
"eslint-plugin-import": "^2.
|
|
40
|
-
"eslint-plugin-n": "^
|
|
41
|
-
"eslint-plugin-promise": "^6.
|
|
42
|
-
"husky": "^9.
|
|
39
|
+
"eslint-plugin-import": "^2.31.0",
|
|
40
|
+
"eslint-plugin-n": "^16.6.0",
|
|
41
|
+
"eslint-plugin-promise": "^6.6.0",
|
|
42
|
+
"husky": "^9.1.0",
|
|
43
43
|
"lint-staged": "^15.2.0",
|
|
44
|
-
"postcss": "^8.4.
|
|
44
|
+
"postcss": "^8.4.49",
|
|
45
45
|
"prettier": "^3.3.0",
|
|
46
|
-
"stylelint": "^16.
|
|
46
|
+
"stylelint": "^16.10.0",
|
|
47
47
|
"stylelint-config-idiomatic-order": "^10.0.0",
|
|
48
|
-
"stylelint-config-recommended-scss": "^14.
|
|
49
|
-
"stylelint-scss": "^6.
|
|
50
|
-
"vite": "^5.
|
|
48
|
+
"stylelint-config-recommended-scss": "^14.1.0",
|
|
49
|
+
"stylelint-scss": "^6.9.0",
|
|
50
|
+
"vite": "^5.4.0",
|
|
51
51
|
"vite-plugin-nunjucks": "^0.2.0"
|
|
52
52
|
},
|
|
53
53
|
"lint-staged": {
|
|
@@ -59,5 +59,6 @@
|
|
|
59
59
|
"eslint"
|
|
60
60
|
]
|
|
61
61
|
},
|
|
62
|
-
"packageManager": "yarn@4.
|
|
62
|
+
"packageManager": "yarn@4.4.0",
|
|
63
|
+
"stableVersion": "3.4.1"
|
|
63
64
|
}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
{%
|
|
1
|
+
{% import "_globals.html" as settings %}
|
|
2
|
+
|
|
3
|
+
{% extends settings.html_path + "/templates/action-page-cover-1col.html" %}
|
|
2
4
|
|
|
3
5
|
{% set layout = "cover-1col" %}
|
|
4
6
|
|
|
@@ -24,15 +26,15 @@
|
|
|
24
26
|
{% endblock %}
|
|
25
27
|
|
|
26
28
|
{% block progress_bar %}
|
|
27
|
-
{% include "
|
|
29
|
+
{% include settings.html_path + "/includes/pgbar.html" %}
|
|
28
30
|
{% endblock %}
|
|
29
31
|
|
|
30
32
|
{% block form %}
|
|
31
|
-
{% include "
|
|
33
|
+
{% include settings.html_path + "/includes/basic-form.html" %}
|
|
32
34
|
{% endblock %}
|
|
33
35
|
|
|
34
36
|
{% block recent_supporters %}
|
|
35
|
-
{% include "
|
|
37
|
+
{% include settings.html_path + "/includes/recent-supporters.html" %}
|
|
36
38
|
{% endblock %}
|
|
37
39
|
|
|
38
40
|
{% block content_top %}
|
|
@@ -50,13 +52,13 @@
|
|
|
50
52
|
{% endblock %}
|
|
51
53
|
|
|
52
54
|
{% block bottom %}
|
|
53
|
-
{% include "
|
|
54
|
-
{% include "
|
|
55
|
-
{% include "
|
|
56
|
-
{% include "
|
|
57
|
-
{% include "
|
|
55
|
+
{% include settings.html_path + "/includes/section-2col.html" %}
|
|
56
|
+
{% include settings.html_path + "/includes/section-2col.html" %}
|
|
57
|
+
{% include settings.html_path + "/includes/section-quote.html" %}
|
|
58
|
+
{% include settings.html_path + "/includes/section-quote.html" %}
|
|
59
|
+
{% include settings.html_path + "/includes/section-1col.html" %}
|
|
58
60
|
{% endblock %}
|
|
59
61
|
|
|
60
62
|
{% block footer %}
|
|
61
|
-
{% include "
|
|
63
|
+
{% include settings.html_path + "/includes/menu.html" %}
|
|
62
64
|
{% endblock %}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
{%
|
|
1
|
+
{% import "_globals.html" as settings %}
|
|
2
|
+
|
|
3
|
+
{% extends settings.html_path + "/templates/action-page-cover-1col.html" %}
|
|
2
4
|
|
|
3
5
|
{% set layout = "cover-1col" %}
|
|
4
6
|
|
|
@@ -18,15 +20,15 @@
|
|
|
18
20
|
{% endblock %}
|
|
19
21
|
|
|
20
22
|
{% block progress_bar %}
|
|
21
|
-
{% include "
|
|
23
|
+
{% include settings.html_path + "/includes/pgbar.html" %}
|
|
22
24
|
{% endblock %}
|
|
23
25
|
|
|
24
26
|
{% block form %}
|
|
25
|
-
{% include "
|
|
27
|
+
{% include settings.html_path + "/includes/basic-form.html" %}
|
|
26
28
|
{% endblock %}
|
|
27
29
|
|
|
28
30
|
{% block recent_supporters %}
|
|
29
|
-
{% include "
|
|
31
|
+
{% include settings.html_path + "/includes/recent-supporters.html" %}
|
|
30
32
|
{% endblock %}
|
|
31
33
|
|
|
32
34
|
{% block content_top %}
|
|
@@ -44,5 +46,5 @@
|
|
|
44
46
|
{% endblock %}
|
|
45
47
|
|
|
46
48
|
{% block footer %}
|
|
47
|
-
{% include "
|
|
49
|
+
{% include settings.html_path + "/includes/menu.html" %}
|
|
48
50
|
{% endblock %}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
{%
|
|
1
|
+
{% import "_globals.html" as settings %}
|
|
2
|
+
|
|
3
|
+
{% extends settings.html_path + "/templates/action-page-reversed.html" %}
|
|
2
4
|
|
|
3
5
|
{% set layout = "cover-2col" %}
|
|
4
6
|
|
|
@@ -18,15 +20,15 @@
|
|
|
18
20
|
{% endblock %}
|
|
19
21
|
|
|
20
22
|
{% block progress_bar %}
|
|
21
|
-
{% include "
|
|
23
|
+
{% include settings.html_path + "/includes/pgbar.html" %}
|
|
22
24
|
{% endblock %}
|
|
23
25
|
|
|
24
26
|
{% block form %}
|
|
25
|
-
{% include "
|
|
27
|
+
{% include settings.html_path + "/includes/basic-form.html" %}
|
|
26
28
|
{% endblock %}
|
|
27
29
|
|
|
28
30
|
{% block recent_supporters %}
|
|
29
|
-
{% include "
|
|
31
|
+
{% include settings.html_path + "/includes/recent-supporters.html" %}
|
|
30
32
|
{% endblock %}
|
|
31
33
|
|
|
32
34
|
{% block content_top %}
|
|
@@ -44,5 +46,5 @@
|
|
|
44
46
|
{% endblock %}
|
|
45
47
|
|
|
46
48
|
{% block footer %}
|
|
47
|
-
{% include "
|
|
49
|
+
{% include settings.html_path + "/includes/menu.html" %}
|
|
48
50
|
{% endblock %}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
{%
|
|
1
|
+
{% import "_globals.html" as settings %}
|
|
2
|
+
|
|
3
|
+
{% extends settings.html_path + "/templates/action-page.html" %}
|
|
2
4
|
|
|
3
5
|
{% set layout = "cover-2col" %}
|
|
4
6
|
|
|
@@ -24,15 +26,15 @@
|
|
|
24
26
|
{% endblock %}
|
|
25
27
|
|
|
26
28
|
{% block progress_bar %}
|
|
27
|
-
{% include "
|
|
29
|
+
{% include settings.html_path + "/includes/pgbar.html" %}
|
|
28
30
|
{% endblock %}
|
|
29
31
|
|
|
30
32
|
{% block form %}
|
|
31
|
-
{% include "
|
|
33
|
+
{% include settings.html_path + "/includes/basic-form.html" %}
|
|
32
34
|
{% endblock %}
|
|
33
35
|
|
|
34
36
|
{% block recent_supporters %}
|
|
35
|
-
{% include "
|
|
37
|
+
{% include settings.html_path + "/includes/recent-supporters.html" %}
|
|
36
38
|
{% endblock %}
|
|
37
39
|
|
|
38
40
|
{% block content_top %}
|
|
@@ -50,12 +52,12 @@
|
|
|
50
52
|
{% endblock %}
|
|
51
53
|
|
|
52
54
|
{% block bottom %}
|
|
53
|
-
{% include "
|
|
54
|
-
{% include "
|
|
55
|
-
{% include "
|
|
56
|
-
{% include "
|
|
55
|
+
{% include settings.html_path + "/includes/section-2col.html" %}
|
|
56
|
+
{% include settings.html_path + "/includes/section-2col.html" %}
|
|
57
|
+
{% include settings.html_path + "/includes/section-quote.html" %}
|
|
58
|
+
{% include settings.html_path + "/includes/section-1col.html" %}
|
|
57
59
|
{% endblock %}
|
|
58
60
|
|
|
59
61
|
{% block footer %}
|
|
60
|
-
{% include "
|
|
62
|
+
{% include settings.html_path + "/includes/menu.html" %}
|
|
61
63
|
{% endblock %}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
{%
|
|
1
|
+
{% import "_globals.html" as settings %}
|
|
2
|
+
|
|
3
|
+
{% extends settings.html_path + "/templates/action-page.html" %}
|
|
2
4
|
|
|
3
5
|
{% set layout = "cover-2col" %}
|
|
4
6
|
|
|
@@ -18,15 +20,15 @@
|
|
|
18
20
|
{% endblock %}
|
|
19
21
|
|
|
20
22
|
{% block progress_bar %}
|
|
21
|
-
{% include "
|
|
23
|
+
{% include settings.html_path + "/includes/pgbar.html" %}
|
|
22
24
|
{% endblock %}
|
|
23
25
|
|
|
24
26
|
{% block form %}
|
|
25
|
-
{% include "
|
|
27
|
+
{% include settings.html_path + "/includes/basic-form.html" %}
|
|
26
28
|
{% endblock %}
|
|
27
29
|
|
|
28
30
|
{% block recent_supporters %}
|
|
29
|
-
{% include "
|
|
31
|
+
{% include settings.html_path + "/includes/recent-supporters.html" %}
|
|
30
32
|
{% endblock %}
|
|
31
33
|
|
|
32
34
|
{% block content_top %}
|
|
@@ -44,5 +46,5 @@
|
|
|
44
46
|
{% endblock %}
|
|
45
47
|
|
|
46
48
|
{% block footer %}
|
|
47
|
-
{% include "
|
|
49
|
+
{% include settings.html_path + "/includes/menu.html" %}
|
|
48
50
|
{% endblock %}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
{%
|
|
1
|
+
{% import "_globals.html" as settings %}
|
|
2
|
+
|
|
3
|
+
{% extends settings.html_path + "/templates/action-page-cover-banner.html" %}
|
|
2
4
|
|
|
3
5
|
{% set layout = "cover-banner" %}
|
|
4
6
|
|
|
@@ -24,15 +26,15 @@
|
|
|
24
26
|
{% endblock %}
|
|
25
27
|
|
|
26
28
|
{% block progress_bar %}
|
|
27
|
-
{% include "
|
|
29
|
+
{% include settings.html_path + "/includes/pgbar.html" %}
|
|
28
30
|
{% endblock %}
|
|
29
31
|
|
|
30
32
|
{% block form %}
|
|
31
|
-
{% include "
|
|
33
|
+
{% include settings.html_path + "/includes/basic-form.html" %}
|
|
32
34
|
{% endblock %}
|
|
33
35
|
|
|
34
36
|
{% block recent_supporters %}
|
|
35
|
-
{% include "
|
|
37
|
+
{% include settings.html_path + "/includes/recent-supporters.html" %}
|
|
36
38
|
{% endblock %}
|
|
37
39
|
|
|
38
40
|
{% block content_top %}
|
|
@@ -50,12 +52,12 @@
|
|
|
50
52
|
{% endblock %}
|
|
51
53
|
|
|
52
54
|
{% block bottom %}
|
|
53
|
-
{% include "
|
|
54
|
-
{% include "
|
|
55
|
-
{% include "
|
|
56
|
-
{% include "
|
|
55
|
+
{% include settings.html_path + "/includes/section-2col.html" %}
|
|
56
|
+
{% include settings.html_path + "/includes/section-2col.html" %}
|
|
57
|
+
{% include settings.html_path + "/includes/section-quote.html" %}
|
|
58
|
+
{% include settings.html_path + "/includes/section-1col.html" %}
|
|
57
59
|
{% endblock %}
|
|
58
60
|
|
|
59
61
|
{% block footer %}
|
|
60
|
-
{% include "
|
|
62
|
+
{% include settings.html_path + "/includes/menu.html" %}
|
|
61
63
|
{% endblock %}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
{%
|
|
1
|
+
{% import "_globals.html" as settings %}
|
|
2
|
+
|
|
3
|
+
{% extends settings.html_path + "/templates/action-page-cover-banner.html" %}
|
|
2
4
|
|
|
3
5
|
{% set layout = "cover-banner" %}
|
|
4
6
|
|
|
@@ -18,15 +20,15 @@
|
|
|
18
20
|
{% endblock %}
|
|
19
21
|
|
|
20
22
|
{% block progress_bar %}
|
|
21
|
-
{% include "
|
|
23
|
+
{% include settings.html_path + "/includes/pgbar.html" %}
|
|
22
24
|
{% endblock %}
|
|
23
25
|
|
|
24
26
|
{% block form %}
|
|
25
|
-
{% include "
|
|
27
|
+
{% include settings.html_path + "/includes/basic-form.html" %}
|
|
26
28
|
{% endblock %}
|
|
27
29
|
|
|
28
30
|
{% block recent_supporters %}
|
|
29
|
-
{% include "
|
|
31
|
+
{% include settings.html_path + "/includes/recent-supporters.html" %}
|
|
30
32
|
{% endblock %}
|
|
31
33
|
|
|
32
34
|
{% block content_top %}
|
|
@@ -44,5 +46,5 @@
|
|
|
44
46
|
{% endblock %}
|
|
45
47
|
|
|
46
48
|
{% block footer %}
|
|
47
|
-
{% include "
|
|
49
|
+
{% include settings.html_path + "/includes/menu.html" %}
|
|
48
50
|
{% endblock %}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
{%
|
|
1
|
+
{% import "_globals.html" as settings %}
|
|
2
|
+
|
|
3
|
+
{% extends settings.html_path + "/templates/action-page-reversed.html" %}
|
|
2
4
|
|
|
3
5
|
{% set layout = "default" %}
|
|
4
6
|
|
|
@@ -14,15 +16,15 @@
|
|
|
14
16
|
{% endblock %}
|
|
15
17
|
|
|
16
18
|
{% block progress_bar %}
|
|
17
|
-
{% include "
|
|
19
|
+
{% include settings.html_path + "/includes/pgbar.html" %}
|
|
18
20
|
{% endblock %}
|
|
19
21
|
|
|
20
22
|
{% block form %}
|
|
21
|
-
{% include "
|
|
23
|
+
{% include settings.html_path + "/includes/basic-form.html" %}
|
|
22
24
|
{% endblock %}
|
|
23
25
|
|
|
24
26
|
{% block recent_supporters %}
|
|
25
|
-
{% include "
|
|
27
|
+
{% include settings.html_path + "/includes/recent-supporters.html" %}
|
|
26
28
|
{% endblock %}
|
|
27
29
|
|
|
28
30
|
{% block content_top %}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
{%
|
|
1
|
+
{% import "_globals.html" as settings %}
|
|
2
|
+
|
|
3
|
+
{% extends settings.html_path + "/templates/action-page.html" %}
|
|
2
4
|
|
|
3
5
|
{% set layout = "banner" %}
|
|
4
6
|
|
|
@@ -24,15 +26,15 @@
|
|
|
24
26
|
{% endblock %}
|
|
25
27
|
|
|
26
28
|
{% block progress_bar %}
|
|
27
|
-
{% include "
|
|
29
|
+
{% include settings.html_path + "/includes/pgbar.html" %}
|
|
28
30
|
{% endblock %}
|
|
29
31
|
|
|
30
32
|
{% block form %}
|
|
31
|
-
{% include "
|
|
33
|
+
{% include settings.html_path + "/includes/basic-form.html" %}
|
|
32
34
|
{% endblock %}
|
|
33
35
|
|
|
34
36
|
{% block recent_supporters %}
|
|
35
|
-
{% include "
|
|
37
|
+
{% include settings.html_path + "/includes/recent-supporters.html" %}
|
|
36
38
|
{% endblock %}
|
|
37
39
|
|
|
38
40
|
{% block content_top %}
|
|
@@ -50,12 +52,12 @@
|
|
|
50
52
|
{% endblock %}
|
|
51
53
|
|
|
52
54
|
{% block bottom %}
|
|
53
|
-
{% include "
|
|
54
|
-
{% include "
|
|
55
|
-
{% include "
|
|
56
|
-
{% include "
|
|
55
|
+
{% include settings.html_path + "/includes/section-2col.html" %}
|
|
56
|
+
{% include settings.html_path + "/includes/section-2col.html" %}
|
|
57
|
+
{% include settings.html_path + "/includes/section-quote.html" %}
|
|
58
|
+
{% include settings.html_path + "/includes/section-1col.html" %}
|
|
57
59
|
{% endblock %}
|
|
58
60
|
|
|
59
61
|
{% block footer %}
|
|
60
|
-
{% include "
|
|
62
|
+
{% include settings.html_path + "/includes/menu.html" %}
|
|
61
63
|
{% endblock %}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
{%
|
|
1
|
+
{% import "_globals.html" as settings %}
|
|
2
|
+
|
|
3
|
+
{% extends settings.html_path + "/templates/action-page-reversed.html" %}
|
|
2
4
|
|
|
3
5
|
{% set layout = "banner" %}
|
|
4
6
|
|
|
@@ -18,15 +20,15 @@
|
|
|
18
20
|
{% endblock %}
|
|
19
21
|
|
|
20
22
|
{% block progress_bar %}
|
|
21
|
-
{% include "
|
|
23
|
+
{% include settings.html_path + "/includes/pgbar.html" %}
|
|
22
24
|
{% endblock %}
|
|
23
25
|
|
|
24
26
|
{% block form %}
|
|
25
|
-
{% include "
|
|
27
|
+
{% include settings.html_path + "/includes/basic-form.html" %}
|
|
26
28
|
{% endblock %}
|
|
27
29
|
|
|
28
30
|
{% block recent_supporters %}
|
|
29
|
-
{% include "
|
|
31
|
+
{% include settings.html_path + "/includes/recent-supporters.html" %}
|
|
30
32
|
{% endblock %}
|
|
31
33
|
|
|
32
34
|
{% block content_top %}
|
|
@@ -44,5 +46,5 @@
|
|
|
44
46
|
{% endblock %}
|
|
45
47
|
|
|
46
48
|
{% block footer %}
|
|
47
|
-
{% include "
|
|
49
|
+
{% include settings.html_path + "/includes/menu.html" %}
|
|
48
50
|
{% endblock %}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
{%
|
|
1
|
+
{% import "_globals.html" as settings %}
|
|
2
|
+
|
|
3
|
+
{% extends settings.html_path + "/templates/action-page.html" %}
|
|
2
4
|
|
|
3
5
|
{% set layout = "banner" %}
|
|
4
6
|
|
|
@@ -18,15 +20,15 @@
|
|
|
18
20
|
{% endblock %}
|
|
19
21
|
|
|
20
22
|
{% block progress_bar %}
|
|
21
|
-
{% include "
|
|
23
|
+
{% include settings.html_path + "/includes/pgbar.html" %}
|
|
22
24
|
{% endblock %}
|
|
23
25
|
|
|
24
26
|
{% block form %}
|
|
25
|
-
{% include "
|
|
27
|
+
{% include settings.html_path + "/includes/basic-form.html" %}
|
|
26
28
|
{% endblock %}
|
|
27
29
|
|
|
28
30
|
{% block recent_supporters %}
|
|
29
|
-
{% include "
|
|
31
|
+
{% include settings.html_path + "/includes/recent-supporters.html" %}
|
|
30
32
|
{% endblock %}
|
|
31
33
|
|
|
32
34
|
{% block content_top %}
|
|
@@ -44,5 +46,5 @@
|
|
|
44
46
|
{% endblock %}
|
|
45
47
|
|
|
46
48
|
{% block footer %}
|
|
47
|
-
{% include "
|
|
49
|
+
{% include settings.html_path + "/includes/menu.html" %}
|
|
48
50
|
{% endblock %}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
{%
|
|
1
|
+
{% import "_globals.html" as settings %}
|
|
2
|
+
|
|
3
|
+
{% extends settings.html_path + "/templates/action-page.html" %}
|
|
2
4
|
|
|
3
5
|
{% set layout = "default" %}
|
|
4
6
|
|
|
@@ -22,15 +24,15 @@
|
|
|
22
24
|
{% endblock %}
|
|
23
25
|
|
|
24
26
|
{% block progress_bar %}
|
|
25
|
-
{% include "
|
|
27
|
+
{% include settings.html_path + "/includes/pgbar.html" %}
|
|
26
28
|
{% endblock %}
|
|
27
29
|
|
|
28
30
|
{% block form %}
|
|
29
|
-
{% include "
|
|
31
|
+
{% include settings.html_path + "/includes/basic-form-with-errors.html" %}
|
|
30
32
|
{% endblock %}
|
|
31
33
|
|
|
32
34
|
{% block recent_supporters %}
|
|
33
|
-
{% include "
|
|
35
|
+
{% include settings.html_path + "/includes/recent-supporters.html" %}
|
|
34
36
|
{% endblock %}
|
|
35
37
|
|
|
36
38
|
{% block content_top %}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
{%
|
|
1
|
+
{% import "_globals.html" as settings %}
|
|
2
|
+
|
|
3
|
+
{% extends settings.html_path + "/templates/action-page.html" %}
|
|
2
4
|
|
|
3
5
|
{% set layout = "default" %}
|
|
4
6
|
|
|
@@ -14,15 +16,15 @@
|
|
|
14
16
|
{% endblock %}
|
|
15
17
|
|
|
16
18
|
{% block progress_bar %}
|
|
17
|
-
{% include "
|
|
19
|
+
{% include settings.html_path + "/includes/pgbar.html" %}
|
|
18
20
|
{% endblock %}
|
|
19
21
|
|
|
20
22
|
{% block form %}
|
|
21
|
-
{% include "
|
|
23
|
+
{% include settings.html_path + "/includes/basic-form.html" %}
|
|
22
24
|
{% endblock %}
|
|
23
25
|
|
|
24
26
|
{% block recent_supporters %}
|
|
25
|
-
{% include "
|
|
27
|
+
{% include settings.html_path + "/includes/recent-supporters.html" %}
|
|
26
28
|
{% endblock %}
|
|
27
29
|
|
|
28
30
|
{% block content_top %}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
{%
|
|
1
|
+
{% import "_globals.html" as settings %}
|
|
2
|
+
|
|
3
|
+
{% extends settings.html_path + "/templates/action-page.html" %}
|
|
2
4
|
|
|
3
5
|
{% set layout = "default" %}
|
|
4
6
|
|
|
@@ -14,11 +16,11 @@
|
|
|
14
16
|
{% endblock %}
|
|
15
17
|
|
|
16
18
|
{% block progress_bar %}
|
|
17
|
-
{% include "
|
|
19
|
+
{% include settings.html_path + "/includes/pgbar-thermometer.html" %}
|
|
18
20
|
{% endblock %}
|
|
19
21
|
|
|
20
22
|
{% block form %}
|
|
21
|
-
{% include "
|
|
23
|
+
{% include settings.html_path + "/includes/donate-form.html" %}
|
|
22
24
|
{% endblock %}
|
|
23
25
|
|
|
24
26
|
{% block content_top %}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
{%
|
|
1
|
+
{% import "_globals.html" as settings %}
|
|
2
|
+
|
|
3
|
+
{% extends settings.html_path + "/templates/action-page.html" %}
|
|
2
4
|
|
|
3
5
|
{% set layout = "default" %}
|
|
4
6
|
|
|
@@ -14,11 +16,11 @@
|
|
|
14
16
|
{% endblock %}
|
|
15
17
|
|
|
16
18
|
{% block form %}
|
|
17
|
-
{% include "
|
|
19
|
+
{% include settings.html_path + "/includes/e2t-single-form.html" %}
|
|
18
20
|
{% endblock %}
|
|
19
21
|
|
|
20
22
|
{% block recent_supporters %}
|
|
21
|
-
{% include "
|
|
23
|
+
{% include settings.html_path + "/includes/recent-supporters-comments.html" %}
|
|
22
24
|
{% endblock %}
|
|
23
25
|
|
|
24
26
|
{% block content_top %}
|
|
@@ -30,5 +32,5 @@
|
|
|
30
32
|
{% block content %}
|
|
31
33
|
<h2>Cougar British shorthair turkish angora</h2>
|
|
32
34
|
<p>Twitch tail in permanent irritation attempt to leap between furniture but woefully miscalibrate and bellyflop onto the floor; what's your problem? Get my claw stuck in the dog's ear. Lick plastic bags ask to go outside and ask to come inside and ask to go outside and ask to come inside hell is other people, ignore the squirrels, you'll never catch them anyway or walk on car leaving trail of paw prints on hood and windshield.</p>
|
|
33
|
-
{% include "
|
|
35
|
+
{% include settings.html_path + "/includes/letter.html" %}
|
|
34
36
|
{% endblock %}
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
tabindex="-1"><span class="menu-icon"></span>
|
|
6
6
|
</button>
|
|
7
7
|
<div id="mobile-menu" class="mobile-menu" data-toggler="open">
|
|
8
|
-
{% include "
|
|
9
|
-
{% include "
|
|
8
|
+
{% include "./menu.html" %}
|
|
9
|
+
{% include "./language-switcher.html" %}
|
|
10
10
|
<button type="button"
|
|
11
11
|
class="close-button large"
|
|
12
12
|
data-toggle="mobile-menu"
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
{% extends "./templates/page.html" %}
|
|
2
|
+
|
|
3
|
+
{% block page_title %}{{ settings.site_name }}{% endblock %}
|
|
4
|
+
|
|
5
|
+
{% block content %}
|
|
6
|
+
<p>Documentation for <a href="https://get.foundation/sites/docs/">Foundation</a></p>
|
|
7
|
+
<h2>Example pages</h2>
|
|
8
|
+
<ul class="no-bullet">
|
|
9
|
+
<li><a href="{{ settings.html_path }}/basic-action-page.html">Basic action page</a></li>
|
|
10
|
+
<li><a href="{{ settings.html_path }}/e2t-action-page.html">Email to target page</a></li>
|
|
11
|
+
<li><a href="{{ settings.html_path }}/donation-action-page.html">Donation page</a></li>
|
|
12
|
+
<li><a href="{{ settings.html_path }}/signup-action-page.html">Sign up page</a></li>
|
|
13
|
+
<li><a href="{{ settings.html_path }}/thank-you-page.html">Thank you page</a></li>
|
|
14
|
+
<li><a href="{{ settings.html_path }}/thank-you-page.html#overlay">Thank you page with overlay</a></li>
|
|
15
|
+
<li><a href="{{ settings.html_path }}/login-page.html">Login page</a></li>
|
|
16
|
+
<li><a href="{{ settings.html_path }}/teaser-page.html">Teasers</a></li>
|
|
17
|
+
<li><a href="{{ settings.html_path }}/basic-action-page-with-callouts.html">Basic action page with callout messages</a></li>
|
|
18
|
+
<li><a href="{{ settings.html_path }}/typography-static-page.html">Typographic elements</a></li>
|
|
19
|
+
<li><a href="{{ settings.html_path }}/snippets-demo.html">Snippets demo</a></li>
|
|
20
|
+
</ul>
|
|
21
|
+
<h3>Layout variations</h3>
|
|
22
|
+
<h4 class="h6">A: Standard (2 columns)  <small>default</small></h4>
|
|
23
|
+
<ul class="no-bullet">
|
|
24
|
+
<li><a href="{{ settings.html_path }}/basic-action-page.html">Basic action page</a></li>
|
|
25
|
+
<li><a href="{{ settings.html_path }}/basic-action-page-reversed.html">Basic action page reversed</a></li>
|
|
26
|
+
<li><a href="{{ settings.html_path }}/thank-you-page.html">Thank you page</a></li>
|
|
27
|
+
</ul>
|
|
28
|
+
<h4 class="h6">B: Banner image (2 columns)  <small>banner</small></h4>
|
|
29
|
+
<ul class="no-bullet">
|
|
30
|
+
<li><a href="{{ settings.html_path }}/basic-action-page-with-banner.html">Basic action page</a></li>
|
|
31
|
+
<li><a href="{{ settings.html_path }}/basic-action-page-with-banner-and-headline.html">Basic action page with headline and bottom sections</a></li>
|
|
32
|
+
<li><a href="{{ settings.html_path }}/basic-action-page-with-banner-reversed.html">Basic action page reversed</a></li>
|
|
33
|
+
<li><a href="{{ settings.html_path }}/thank-you-page-with-banner.html">Thank you page</a></li>
|
|
34
|
+
<li><a href="{{ settings.html_path }}/thank-you-page-with-banner-and-headline.html">Thank you page with headline and bottom sections</a></li>
|
|
35
|
+
</ul>
|
|
36
|
+
<h4 class="h6">C: Fixed background image (2 columns)  <small>cover-2col</small></h4>
|
|
37
|
+
<ul class="no-bullet">
|
|
38
|
+
<li><a href="{{ settings.html_path }}/basic-action-page-cover-2col.html">Basic action page</a></li>
|
|
39
|
+
<li><a href="{{ settings.html_path }}/basic-action-page-cover-2col-with-headline.html">Basic action page with headline and bottom sections</a></li>
|
|
40
|
+
<li><a href="{{ settings.html_path }}/basic-action-page-cover-2col-reversed.html">Basic action page reversed</a></li>
|
|
41
|
+
<li><a href="{{ settings.html_path }}/thank-you-page-cover-2col.html">Thank you page</a></li>
|
|
42
|
+
<li><a href="{{ settings.html_path }}/thank-you-page-cover-2col-with-headline.html">Thank you page with headline and bottom sections</a></li>
|
|
43
|
+
</ul>
|
|
44
|
+
<h4 class="h6">D: Fixed banner image (2 columns)  <small>cover-banner</small></h4>
|
|
45
|
+
<ul class="no-bullet">
|
|
46
|
+
<li><a href="{{ settings.html_path }}/basic-action-page-cover-banner.html">Basic action page</a></li>
|
|
47
|
+
<li><a href="{{ settings.html_path }}/basic-action-page-cover-banner-with-headline.html">Basic action page with headline and bottom sections</a></li>
|
|
48
|
+
<li><a href="{{ settings.html_path }}/thank-you-page-cover-banner.html">Thank you page</a></li>
|
|
49
|
+
<li><a href="{{ settings.html_path }}/thank-you-page-cover-banner-with-headline.html">Thank you page with headline and bottom sections</a></li>
|
|
50
|
+
</ul>
|
|
51
|
+
<h4 class="h6">E: Fixed background image (1 column)  <small>cover-1col</small></h4>
|
|
52
|
+
<ul class="no-bullet">
|
|
53
|
+
<li><a href="{{ settings.html_path }}/basic-action-page-cover-1col.html">Basic action page</a></li>
|
|
54
|
+
<li><a href="{{ settings.html_path }}/basic-action-page-cover-1col-with-headline.html">Basic action page with headline and bottom sections</a></li>
|
|
55
|
+
<li><a href="{{ settings.html_path }}/thank-you-page-cover-1col.html">Thank you page</a></li>
|
|
56
|
+
<li><a href="{{ settings.html_path }}/thank-you-page-cover-1col-with-headline.html">Thank you page with headline and bottom sections</a></li>
|
|
57
|
+
</ul>
|
|
58
|
+
{% endblock %}
|