@moreonion/foundist 2.1.1 → 3.0.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/.vscode/settings.json +16 -0
- package/README.md +5 -9
- package/package.json +6 -28
- package/src/html/basic-action-page-cover-1col.html +27 -27
- package/src/html/basic-action-page-cover-2col-reversed.html +27 -27
- package/src/html/basic-action-page-cover-2col.html +27 -27
- package/src/html/basic-action-page-cover-banner.html +27 -27
- package/src/html/basic-action-page-reversed.html +22 -23
- package/src/html/basic-action-page-with-banner-reversed.html +27 -27
- package/src/html/basic-action-page-with-banner.html +27 -27
- package/src/html/basic-action-page-with-callouts.html +28 -28
- package/src/html/basic-action-page.html +22 -23
- package/src/html/build-index.html +9 -0
- package/src/html/dev-index.html +49 -0
- package/src/html/donation-action-page.html +20 -20
- package/src/html/e2t-action-page.html +25 -28
- package/src/html/includes/accordion.html +25 -25
- package/src/html/includes/basic-form-with-errors.html +28 -26
- package/src/html/includes/basic-form.html +11 -7
- package/src/html/includes/cookiebar.html +5 -5
- package/src/html/includes/donate-form.html +11 -8
- package/src/html/includes/e2t-single-form.html +29 -27
- package/src/html/includes/form-items/_macros.html +76 -0
- package/src/html/includes/form-items/checkboxes.html +18 -18
- package/src/html/includes/form-items/country-select-options.html +253 -0
- package/src/html/includes/form-items/donation-amount.html +63 -64
- package/src/html/includes/form-items/donation-interval.html +14 -13
- package/src/html/includes/form-items/fake-field.html +2 -2
- package/src/html/includes/form-items/fieldset.html +9 -7
- package/src/html/includes/form-items/file-upload.html +7 -7
- package/src/html/includes/form-items/giftaid.html +16 -0
- package/src/html/includes/form-items/inline-radios.html +14 -14
- package/src/html/includes/form-items/opt-in-checkbox.html +5 -5
- package/src/html/includes/form-items/opt-in-radios.html +7 -7
- package/src/html/includes/form-items/payment-icons.html +17 -17
- package/src/html/includes/form-items/paymethod-selector.html +24 -24
- package/src/html/includes/form-items/radios-with-error.html +8 -8
- package/src/html/includes/form-items/radios.html +14 -14
- package/src/html/includes/form-items/select-with-error.html +257 -257
- package/src/html/includes/form-items/textarea.html +2 -2
- package/src/html/includes/form-items/webform-steps.html +13 -13
- package/src/html/includes/language-switcher.html +10 -10
- package/src/html/includes/login-form.html +5 -3
- package/src/html/includes/menu.html +3 -3
- package/src/html/includes/overlay.html +4 -4
- package/src/html/includes/pagination.html +13 -13
- package/src/html/includes/pgbar-thermometer.html +8 -8
- package/src/html/includes/pgbar.html +5 -5
- package/src/html/includes/recent-supporters-agregated.html +32 -32
- package/src/html/includes/recent-supporters-comments.html +31 -31
- package/src/html/includes/recent-supporters-empty.html +3 -3
- package/src/html/includes/recent-supporters.html +26 -26
- package/src/html/includes/share-buttons.html +30 -28
- package/src/html/includes/sticky-button.html +1 -1
- package/src/html/includes/teasers.html +25 -5
- package/src/html/includes/toggle-element-show-more.html +3 -3
- package/src/html/includes/toggle-element-toggle.html +2 -2
- package/src/html/login-page.html +5 -7
- package/src/html/snippets-demo.html +13 -15
- package/src/html/teaser-page.html +7 -7
- package/src/html/templates/action-page-cover-1col.html +12 -83
- package/src/html/templates/action-page-cover-banner.html +15 -85
- package/src/html/templates/action-page-reversed.html +16 -82
- package/src/html/templates/action-page.html +21 -80
- package/src/html/templates/base.html +31 -0
- package/src/html/templates/page.html +93 -0
- package/src/html/templates/share-page.html +3 -0
- package/src/html/thank-you-page-cover-1col.html +14 -14
- package/src/html/thank-you-page-cover-2col.html +17 -13
- package/src/html/thank-you-page-cover-banner.html +14 -14
- package/src/html/thank-you-page-with-banner.html +14 -14
- package/src/html/thank-you-page.html +15 -15
- package/src/html/typography-static-page.html +18 -20
- package/src/js/foundist.js +33 -12
- package/src/scss/_settings.scss +3 -3
- package/src/scss/components/_settings.scss +6 -2
- package/src/scss/form/_fields.scss +19 -0
- package/src/scss/form/_settings.scss +6 -2
- package/src/scss/layout/_cover.scss +3 -2
- package/src/scss/main.scss +2 -0
- package/src/scss/typography/_settings.scss +2 -0
- package/src/html/empty-action-page.html +0 -29
- package/src/html/empty-static-page.html +0 -21
- package/src/html/includes/form-items/country-select.html +0 -258
- package/src/html/includes/form-items/email.html +0 -4
- package/src/html/includes/form-items/first-name.html +0 -4
- package/src/html/includes/form-items/last-name.html +0 -4
- package/src/html/includes/form-items/password.html +0 -5
- package/src/html/includes/form-items/submit-button.html +0 -2
- package/src/html/includes/form-items/text-with-description.html +0 -5
- package/src/html/includes/form-items/text-with-error.html +0 -5
- package/src/html/includes/teaser.html +0 -17
- package/src/html/index.html +0 -51
- package/src/html/templates/action-page-cover-2col-reversed.html +0 -97
- package/src/html/templates/action-page-cover-2col.html +0 -97
- package/src/html/templates/action-page-with-banner-reversed.html +0 -91
- package/src/html/templates/action-page-with-banner.html +0 -91
- package/src/html/templates/static-page-cover-1col.html +0 -80
- package/src/html/templates/static-page-cover-2col.html +0 -88
- package/src/html/templates/static-page-cover-banner.html +0 -81
- package/src/html/templates/static-page-with-banner.html +0 -77
- package/src/html/templates/static-page.html +0 -73
- package/src/html/templates/teaser-page.html +0 -73
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<div class="form-item">
|
|
2
|
-
<label for="text-with-description">Textfield</label>
|
|
3
|
-
<input type="text" id="text-with-description" name="text-with-description" value="" size="60" maxlength="128" class="form-text">
|
|
4
|
-
<div class="help-text">You may enter whatever you want in this field, or leave it blank.</div>
|
|
5
|
-
</div>
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<div class="form-item">
|
|
2
|
-
<label for="text-with-error" class="is-invalid-label">Textfield</label>
|
|
3
|
-
<input type="text" id="text-with-error" name="text-with-description" value="" size="60" maxlength="128" class="form-text is-invalid-input">
|
|
4
|
-
<label for="text-with-error" generated="true" class="form-error is-visible is-invalid-label">Some error message for this field.</label>
|
|
5
|
-
</div>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<article class="card">
|
|
2
|
-
<div class="card-image">
|
|
3
|
-
<img src="http://placekitten.com/480/270" alt="test image with cats" crossorigin="">
|
|
4
|
-
</div>
|
|
5
|
-
<div class="card-section">
|
|
6
|
-
<div class="progress-wrapper" data-pgbar-current="140" data-pgbar-target="200">
|
|
7
|
-
<div class="progress" role="progressbar" tabindex="0" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100">
|
|
8
|
-
<div class="progress-meter" style="width: 70%;"></div>
|
|
9
|
-
<span class="progress-meter-text">140</span>
|
|
10
|
-
</div>
|
|
11
|
-
</div>
|
|
12
|
-
<h4>{{ title }}</h4>
|
|
13
|
-
</div>
|
|
14
|
-
<footer class="card-section">
|
|
15
|
-
<a class="button small card-link" href="#" rel="tag">Read more</a>
|
|
16
|
-
</footer>
|
|
17
|
-
</article>
|
package/src/html/index.html
DELETED
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
<extends src="templates/static-page.html">
|
|
2
|
-
|
|
3
|
-
<block name="page-title">Foundist</block>
|
|
4
|
-
|
|
5
|
-
<block name="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="basic-action-page.html">Basic action page</a></li>
|
|
10
|
-
<li><a href="e2t-action-page.html">Email to target page</a></li>
|
|
11
|
-
<li><a href="donation-action-page.html">Donation page</a></li>
|
|
12
|
-
<li><a href="thank-you-page.html">Thank you page</a></li>
|
|
13
|
-
<li><a href="thank-you-page.html#overlay">Thank you page with overlay</a></li>
|
|
14
|
-
<li><a href="login-page.html">Login page</a></li>
|
|
15
|
-
<li><a href="teaser-page.html">Teasers</a></li>
|
|
16
|
-
<li><a href="basic-action-page-with-callouts.html">Basic action page with callout messages</a></li>
|
|
17
|
-
<li><a href="typography-static-page.html">Typographic elements</a></li>
|
|
18
|
-
<li><a href="snippets-demo.html">Snippets demo</a></li>
|
|
19
|
-
</ul>
|
|
20
|
-
<h3>Layout variations</h3>
|
|
21
|
-
<h4 class="h6">A: Standard (2 columns)  <small>default</small></h4>
|
|
22
|
-
<ul class="no-bullet">
|
|
23
|
-
<li><a href="basic-action-page.html">Basic action page</a></li>
|
|
24
|
-
<li><a href="basic-action-page-reversed.html">Basic action page reversed</a></li>
|
|
25
|
-
<li><a href="thank-you-page.html">Thank you page</a></li>
|
|
26
|
-
</ul>
|
|
27
|
-
<h4 class="h6">B: Banner image (2 columns)  <small>banner</small></h4>
|
|
28
|
-
<ul class="no-bullet">
|
|
29
|
-
<li><a href="basic-action-page-with-banner.html">Basic action page</a></li>
|
|
30
|
-
<li><a href="basic-action-page-with-banner-reversed.html">Basic action page reversed</a></li>
|
|
31
|
-
<li><a href="thank-you-page-with-banner.html">Thank you page</a></li>
|
|
32
|
-
</ul>
|
|
33
|
-
<h4 class="h6">C: Fixed background image (2 columns)  <small>cover-2col</small></h4>
|
|
34
|
-
<ul class="no-bullet">
|
|
35
|
-
<li><a href="basic-action-page-cover-2col.html">Basic action page</a></li>
|
|
36
|
-
<li><a href="basic-action-page-cover-2col-reversed.html">Basic action page reversed</a></li>
|
|
37
|
-
<li><a href="thank-you-page-cover-2col.html">Thank you page</a></li>
|
|
38
|
-
</ul>
|
|
39
|
-
<h4 class="h6">D: Fixed banner image (2 columns)  <small>cover-banner</small></h4>
|
|
40
|
-
<ul class="no-bullet">
|
|
41
|
-
<li><a href="basic-action-page-cover-banner.html">Basic action page</a></li>
|
|
42
|
-
<li><a href="thank-you-page-cover-banner.html">Thank you page</a></li>
|
|
43
|
-
</ul>
|
|
44
|
-
<h4 class="h6">E: Fixed background image (1 column)  <small>cover-1col</small></h4>
|
|
45
|
-
<ul class="no-bullet">
|
|
46
|
-
<li><a href="basic-action-page-cover-1col.html">Basic action page</a></li>
|
|
47
|
-
<li><a href="thank-you-page-cover-1col.html">Thank you page</a></li>
|
|
48
|
-
</ul>
|
|
49
|
-
</block>
|
|
50
|
-
|
|
51
|
-
</extends>
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en" class="no-js">
|
|
3
|
-
|
|
4
|
-
<head>
|
|
5
|
-
<meta charset="UTF-8" />
|
|
6
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
|
-
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
8
|
-
<link rel="icon" href="{{ favicon }}">
|
|
9
|
-
<link rel="stylesheet" href="{{ css }}" />
|
|
10
|
-
<title>{{ title }}</title>
|
|
11
|
-
</head>
|
|
12
|
-
|
|
13
|
-
<body>
|
|
14
|
-
<div id="page" class="cover-2col-layout">
|
|
15
|
-
|
|
16
|
-
<section id="header">
|
|
17
|
-
<div class="top-bar grid-container">
|
|
18
|
-
<div class="top-bar-left">
|
|
19
|
-
<a class="logo" href="#" rel="home">
|
|
20
|
-
<img src="{{ logo }}" alt="Logo" crossorigin="" />
|
|
21
|
-
</a>
|
|
22
|
-
</div>
|
|
23
|
-
<div class="top-bar-right">
|
|
24
|
-
<include src="language-switcher.html"></include>
|
|
25
|
-
</div>
|
|
26
|
-
</div>
|
|
27
|
-
</section>
|
|
28
|
-
|
|
29
|
-
<section id="highlighted">
|
|
30
|
-
<div class="grid-container">
|
|
31
|
-
<block name="highlighted"></block>
|
|
32
|
-
</div>
|
|
33
|
-
</section>
|
|
34
|
-
|
|
35
|
-
<section id="background">
|
|
36
|
-
<block name="banner"></block>
|
|
37
|
-
</section>
|
|
38
|
-
|
|
39
|
-
<section id="messages">
|
|
40
|
-
<div class="grid-container">
|
|
41
|
-
<block name="messages"></block>
|
|
42
|
-
</div>
|
|
43
|
-
</section>
|
|
44
|
-
|
|
45
|
-
<section id="main">
|
|
46
|
-
<div class="grid-container with-sidebar">
|
|
47
|
-
<div id="top">
|
|
48
|
-
<div class="inner-wrapper">
|
|
49
|
-
<h1 id="page-title"><block name="page-title"></block></h1>
|
|
50
|
-
<block name="top"></block>
|
|
51
|
-
</div>
|
|
52
|
-
</div>
|
|
53
|
-
|
|
54
|
-
<div id="content">
|
|
55
|
-
<div class="inner-wrapper">
|
|
56
|
-
<block name="content-top"></block>
|
|
57
|
-
<block name="content"></block>
|
|
58
|
-
<block name="content-bottom"></block>
|
|
59
|
-
</div>
|
|
60
|
-
</div>
|
|
61
|
-
|
|
62
|
-
<div id="sidebar">
|
|
63
|
-
<div id="form-wrapper" class="flex-container align-middle">
|
|
64
|
-
<div id="form-outer">
|
|
65
|
-
<block name="form-intro"></block>
|
|
66
|
-
<block name="progress-bar"></block>
|
|
67
|
-
<block name="form"></block>
|
|
68
|
-
</div>
|
|
69
|
-
</div>
|
|
70
|
-
</div>
|
|
71
|
-
|
|
72
|
-
<div id="sidebar2">
|
|
73
|
-
<div class="inner-wrapper">
|
|
74
|
-
<block name="recent-supporters"></block>
|
|
75
|
-
</div>
|
|
76
|
-
</div>
|
|
77
|
-
|
|
78
|
-
</div>
|
|
79
|
-
</section>
|
|
80
|
-
|
|
81
|
-
<section id="bottom">
|
|
82
|
-
<div class="grid-container">
|
|
83
|
-
<block name="bottom"></block>
|
|
84
|
-
</div>
|
|
85
|
-
</section>
|
|
86
|
-
|
|
87
|
-
</div>
|
|
88
|
-
|
|
89
|
-
<section id="footer">
|
|
90
|
-
<div class="grid-container">
|
|
91
|
-
<block name="footer"></block>
|
|
92
|
-
</div>
|
|
93
|
-
</section>
|
|
94
|
-
|
|
95
|
-
<script type="module" src="{{ js }}"></script>
|
|
96
|
-
</body>
|
|
97
|
-
</html>
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en" class="no-js">
|
|
3
|
-
|
|
4
|
-
<head>
|
|
5
|
-
<meta charset="UTF-8" />
|
|
6
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
|
-
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
8
|
-
<link rel="icon" href="{{ favicon }}">
|
|
9
|
-
<link rel="stylesheet" href="{{ css }}" />
|
|
10
|
-
<title>{{ title }}</title>
|
|
11
|
-
</head>
|
|
12
|
-
|
|
13
|
-
<body>
|
|
14
|
-
<div id="page" class="cover-2col-layout">
|
|
15
|
-
|
|
16
|
-
<section id="header">
|
|
17
|
-
<div class="top-bar grid-container">
|
|
18
|
-
<div class="top-bar-left">
|
|
19
|
-
<a class="logo" href="#" rel="home">
|
|
20
|
-
<img src="{{ logo }}" alt="Logo" crossorigin="" />
|
|
21
|
-
</a>
|
|
22
|
-
</div>
|
|
23
|
-
<div class="top-bar-right">
|
|
24
|
-
<include src="language-switcher.html"></include>
|
|
25
|
-
</div>
|
|
26
|
-
</div>
|
|
27
|
-
</section>
|
|
28
|
-
|
|
29
|
-
<section id="highlighted">
|
|
30
|
-
<div class="grid-container">
|
|
31
|
-
<block name="highlighted"></block>
|
|
32
|
-
</div>
|
|
33
|
-
</section>
|
|
34
|
-
|
|
35
|
-
<section id="background">
|
|
36
|
-
<block name="banner"></block>
|
|
37
|
-
</section>
|
|
38
|
-
|
|
39
|
-
<section id="messages">
|
|
40
|
-
<div class="grid-container">
|
|
41
|
-
<block name="messages"></block>
|
|
42
|
-
</div>
|
|
43
|
-
</section>
|
|
44
|
-
|
|
45
|
-
<section id="main">
|
|
46
|
-
<div class="grid-container with-sidebar">
|
|
47
|
-
<div id="top">
|
|
48
|
-
<div class="inner-wrapper">
|
|
49
|
-
<h1 id="page-title"><block name="page-title"></block></h1>
|
|
50
|
-
<block name="top"></block>
|
|
51
|
-
</div>
|
|
52
|
-
</div>
|
|
53
|
-
|
|
54
|
-
<div id="sidebar">
|
|
55
|
-
<div id="form-wrapper" class="flex-container align-middle">
|
|
56
|
-
<div id="form-outer">
|
|
57
|
-
<block name="form-intro"></block>
|
|
58
|
-
<block name="progress-bar"></block>
|
|
59
|
-
<block name="form"></block>
|
|
60
|
-
</div>
|
|
61
|
-
</div>
|
|
62
|
-
</div>
|
|
63
|
-
|
|
64
|
-
<div id="content">
|
|
65
|
-
<div class="inner-wrapper">
|
|
66
|
-
<block name="content-top"></block>
|
|
67
|
-
<block name="content"></block>
|
|
68
|
-
<block name="content-bottom"></block>
|
|
69
|
-
</div>
|
|
70
|
-
</div>
|
|
71
|
-
|
|
72
|
-
<div id="sidebar2">
|
|
73
|
-
<div class="inner-wrapper">
|
|
74
|
-
<block name="recent-supporters"></block>
|
|
75
|
-
</div>
|
|
76
|
-
</div>
|
|
77
|
-
|
|
78
|
-
</div>
|
|
79
|
-
</section>
|
|
80
|
-
|
|
81
|
-
<section id="bottom">
|
|
82
|
-
<div class="grid-container">
|
|
83
|
-
<block name="bottom"></block>
|
|
84
|
-
</div>
|
|
85
|
-
</section>
|
|
86
|
-
|
|
87
|
-
</div>
|
|
88
|
-
|
|
89
|
-
<section id="footer">
|
|
90
|
-
<div class="grid-container">
|
|
91
|
-
<block name="footer"></block>
|
|
92
|
-
</div>
|
|
93
|
-
</section>
|
|
94
|
-
|
|
95
|
-
<script type="module" src="{{ js }}"></script>
|
|
96
|
-
</body>
|
|
97
|
-
</html>
|
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en" class="no-js">
|
|
3
|
-
|
|
4
|
-
<head>
|
|
5
|
-
<meta charset="UTF-8" />
|
|
6
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
|
-
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
8
|
-
<link rel="icon" href="{{ favicon }}">
|
|
9
|
-
<link rel="stylesheet" href="{{ css }}" />
|
|
10
|
-
<title>{{ title }}</title>
|
|
11
|
-
</head>
|
|
12
|
-
|
|
13
|
-
<body>
|
|
14
|
-
<div id="page" class="banner-layout">
|
|
15
|
-
|
|
16
|
-
<section id="header">
|
|
17
|
-
<div class="top-bar grid-container">
|
|
18
|
-
<div class="top-bar-left">
|
|
19
|
-
<a class="logo" href="#" rel="home">
|
|
20
|
-
<img src="{{ logo }}" alt="Logo" crossorigin="" />
|
|
21
|
-
</a>
|
|
22
|
-
</div>
|
|
23
|
-
<div class="top-bar-right">
|
|
24
|
-
<include src="language-switcher.html"></include>
|
|
25
|
-
</div>
|
|
26
|
-
</div>
|
|
27
|
-
</section>
|
|
28
|
-
|
|
29
|
-
<section id="highlighted">
|
|
30
|
-
<div class="grid-container">
|
|
31
|
-
<block name="highlighted"></block>
|
|
32
|
-
</div>
|
|
33
|
-
</section>
|
|
34
|
-
|
|
35
|
-
<section id="banner">
|
|
36
|
-
<block name="banner"></block>
|
|
37
|
-
</section>
|
|
38
|
-
|
|
39
|
-
<section id="messages">
|
|
40
|
-
<div class="grid-container">
|
|
41
|
-
<block name="messages"></block>
|
|
42
|
-
</div>
|
|
43
|
-
</section>
|
|
44
|
-
|
|
45
|
-
<section id="main">
|
|
46
|
-
<div class="grid-container with-sidebar">
|
|
47
|
-
<div id="top">
|
|
48
|
-
<h1 id="page-title"><block name="page-title"></block></h1>
|
|
49
|
-
<block name="top"></block>
|
|
50
|
-
</div>
|
|
51
|
-
|
|
52
|
-
<div id="content">
|
|
53
|
-
<block name="content-top"></block>
|
|
54
|
-
<block name="content"></block>
|
|
55
|
-
<block name="content-bottom"></block>
|
|
56
|
-
</div>
|
|
57
|
-
|
|
58
|
-
<div id="sidebar">
|
|
59
|
-
<div id="form-wrapper" class="flex-container align-middle">
|
|
60
|
-
<div id="form-outer">
|
|
61
|
-
<block name="form-intro"></block>
|
|
62
|
-
<block name="progress-bar"></block>
|
|
63
|
-
<block name="form"></block>
|
|
64
|
-
</div>
|
|
65
|
-
</div>
|
|
66
|
-
</div>
|
|
67
|
-
|
|
68
|
-
<div id="sidebar2">
|
|
69
|
-
<block name="recent-supporters"></block>
|
|
70
|
-
</div>
|
|
71
|
-
|
|
72
|
-
</div>
|
|
73
|
-
</section>
|
|
74
|
-
|
|
75
|
-
<section id="bottom">
|
|
76
|
-
<div class="grid-container">
|
|
77
|
-
<block name="bottom"></block>
|
|
78
|
-
</div>
|
|
79
|
-
</section>
|
|
80
|
-
|
|
81
|
-
</div>
|
|
82
|
-
|
|
83
|
-
<section id="footer">
|
|
84
|
-
<div class="grid-container">
|
|
85
|
-
<block name="footer"></block>
|
|
86
|
-
</div>
|
|
87
|
-
</section>
|
|
88
|
-
|
|
89
|
-
<script type="module" src="{{ js }}"></script>
|
|
90
|
-
</body>
|
|
91
|
-
</html>
|
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en" class="no-js">
|
|
3
|
-
|
|
4
|
-
<head>
|
|
5
|
-
<meta charset="UTF-8" />
|
|
6
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
|
-
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
8
|
-
<link rel="icon" href="{{ favicon }}">
|
|
9
|
-
<link rel="stylesheet" href="{{ css }}" />
|
|
10
|
-
<title>{{ title }}</title>
|
|
11
|
-
</head>
|
|
12
|
-
|
|
13
|
-
<body>
|
|
14
|
-
<div id="page" class="banner-layout">
|
|
15
|
-
|
|
16
|
-
<section id="header">
|
|
17
|
-
<div class="top-bar grid-container">
|
|
18
|
-
<div class="top-bar-left">
|
|
19
|
-
<a class="logo" href="#" rel="home">
|
|
20
|
-
<img src="{{ logo }}" alt="Logo" crossorigin="" />
|
|
21
|
-
</a>
|
|
22
|
-
</div>
|
|
23
|
-
<div class="top-bar-right">
|
|
24
|
-
<include src="language-switcher.html"></include>
|
|
25
|
-
</div>
|
|
26
|
-
</div>
|
|
27
|
-
</section>
|
|
28
|
-
|
|
29
|
-
<section id="highlighted">
|
|
30
|
-
<div class="grid-container">
|
|
31
|
-
<block name="highlighted"></block>
|
|
32
|
-
</div>
|
|
33
|
-
</section>
|
|
34
|
-
|
|
35
|
-
<section id="banner">
|
|
36
|
-
<block name="banner"></block>
|
|
37
|
-
</section>
|
|
38
|
-
|
|
39
|
-
<section id="messages">
|
|
40
|
-
<div class="grid-container">
|
|
41
|
-
<block name="messages"></block>
|
|
42
|
-
</div>
|
|
43
|
-
</section>
|
|
44
|
-
|
|
45
|
-
<section id="main">
|
|
46
|
-
<div class="grid-container with-sidebar">
|
|
47
|
-
<div id="top">
|
|
48
|
-
<h1 id="page-title"><block name="page-title"></block></h1>
|
|
49
|
-
<block name="top"></block>
|
|
50
|
-
</div>
|
|
51
|
-
|
|
52
|
-
<div id="sidebar">
|
|
53
|
-
<div id="form-wrapper" class="flex-container align-middle">
|
|
54
|
-
<div id="form-outer">
|
|
55
|
-
<block name="form-intro"></block>
|
|
56
|
-
<block name="progress-bar"></block>
|
|
57
|
-
<block name="form"></block>
|
|
58
|
-
</div>
|
|
59
|
-
</div>
|
|
60
|
-
</div>
|
|
61
|
-
|
|
62
|
-
<div id="content">
|
|
63
|
-
<block name="content-top"></block>
|
|
64
|
-
<block name="content"></block>
|
|
65
|
-
<block name="content-bottom"></block>
|
|
66
|
-
</div>
|
|
67
|
-
|
|
68
|
-
<div id="sidebar2">
|
|
69
|
-
<block name="recent-supporters"></block>
|
|
70
|
-
</div>
|
|
71
|
-
|
|
72
|
-
</div>
|
|
73
|
-
</section>
|
|
74
|
-
|
|
75
|
-
<section id="bottom">
|
|
76
|
-
<div class="grid-container">
|
|
77
|
-
<block name="bottom"></block>
|
|
78
|
-
</div>
|
|
79
|
-
</section>
|
|
80
|
-
|
|
81
|
-
</div>
|
|
82
|
-
|
|
83
|
-
<section id="footer">
|
|
84
|
-
<div class="grid-container">
|
|
85
|
-
<block name="footer"></block>
|
|
86
|
-
</div>
|
|
87
|
-
</section>
|
|
88
|
-
|
|
89
|
-
<script type="module" src="{{ js }}"></script>
|
|
90
|
-
</body>
|
|
91
|
-
</html>
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en" class="no-js">
|
|
3
|
-
|
|
4
|
-
<head>
|
|
5
|
-
<meta charset="UTF-8" />
|
|
6
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
|
-
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
8
|
-
<link rel="icon" href="{{ favicon }}">
|
|
9
|
-
<link rel="stylesheet" href="{{ css }}" />
|
|
10
|
-
<title>{{ title }}</title>
|
|
11
|
-
</head>
|
|
12
|
-
|
|
13
|
-
<body>
|
|
14
|
-
<div id="page" class="cover-1col-layout">
|
|
15
|
-
|
|
16
|
-
<section id="header">
|
|
17
|
-
<div class="top-bar grid-container">
|
|
18
|
-
<div class="top-bar-left">
|
|
19
|
-
<a class="logo" href="#" rel="home">
|
|
20
|
-
<img src="{{ logo }}" alt="Logo" crossorigin="" />
|
|
21
|
-
</a>
|
|
22
|
-
</div>
|
|
23
|
-
<div class="top-bar-right">
|
|
24
|
-
<include src="language-switcher.html"></include>
|
|
25
|
-
</div>
|
|
26
|
-
</div>
|
|
27
|
-
</section>
|
|
28
|
-
|
|
29
|
-
<section id="highlighted">
|
|
30
|
-
<div class="grid-container">
|
|
31
|
-
<block name="highlighted"></block>
|
|
32
|
-
</div>
|
|
33
|
-
</section>
|
|
34
|
-
|
|
35
|
-
<section id="background">
|
|
36
|
-
<block name="banner"></block>
|
|
37
|
-
</section>
|
|
38
|
-
|
|
39
|
-
<section id="messages">
|
|
40
|
-
<div class="grid-container narrow">
|
|
41
|
-
<block name="messages"></block>
|
|
42
|
-
</div>
|
|
43
|
-
</section>
|
|
44
|
-
|
|
45
|
-
<section id="main">
|
|
46
|
-
<div class="grid-container narrow">
|
|
47
|
-
<div class="inner-wrapper">
|
|
48
|
-
|
|
49
|
-
<div id="top">
|
|
50
|
-
<h1 id="page-title"><block name="page-title"></block></h1>
|
|
51
|
-
<block name="top"></block>
|
|
52
|
-
</div>
|
|
53
|
-
|
|
54
|
-
<div id="content">
|
|
55
|
-
<block name="content-top"></block>
|
|
56
|
-
<block name="content"></block>
|
|
57
|
-
<block name="content-bottom"></block>
|
|
58
|
-
</div>
|
|
59
|
-
|
|
60
|
-
</div>
|
|
61
|
-
</div>
|
|
62
|
-
</section>
|
|
63
|
-
|
|
64
|
-
<section id="bottom">
|
|
65
|
-
<div class="grid-container">
|
|
66
|
-
<block name="bottom"></block>
|
|
67
|
-
</div>
|
|
68
|
-
</section>
|
|
69
|
-
|
|
70
|
-
</div>
|
|
71
|
-
|
|
72
|
-
<section id="footer">
|
|
73
|
-
<div class="grid-container">
|
|
74
|
-
<block name="footer"></block>
|
|
75
|
-
</div>
|
|
76
|
-
</section>
|
|
77
|
-
|
|
78
|
-
<script type="module" src="{{ js }}"></script>
|
|
79
|
-
</body>
|
|
80
|
-
</html>
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en" class="no-js">
|
|
3
|
-
|
|
4
|
-
<head>
|
|
5
|
-
<meta charset="UTF-8" />
|
|
6
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
|
-
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
8
|
-
<link rel="icon" href="{{ favicon }}">
|
|
9
|
-
<link rel="stylesheet" href="{{ css }}" />
|
|
10
|
-
<title>{{ title }}</title>
|
|
11
|
-
</head>
|
|
12
|
-
|
|
13
|
-
<body>
|
|
14
|
-
<div id="page" class="cover-2col-layout">
|
|
15
|
-
|
|
16
|
-
<section id="header">
|
|
17
|
-
<div class="top-bar grid-container">
|
|
18
|
-
<div class="top-bar-left">
|
|
19
|
-
<a class="logo" href="#" rel="home">
|
|
20
|
-
<img src="{{ logo }}" alt="Logo" crossorigin="" />
|
|
21
|
-
</a>
|
|
22
|
-
</div>
|
|
23
|
-
<div class="top-bar-right">
|
|
24
|
-
<include src="language-switcher.html"></include>
|
|
25
|
-
</div>
|
|
26
|
-
</div>
|
|
27
|
-
</section>
|
|
28
|
-
|
|
29
|
-
<section id="highlighted">
|
|
30
|
-
<div class="grid-container">
|
|
31
|
-
<block name="highlighted"></block>
|
|
32
|
-
</div>
|
|
33
|
-
</section>
|
|
34
|
-
|
|
35
|
-
<section id="background">
|
|
36
|
-
<block name="banner"></block>
|
|
37
|
-
</section>
|
|
38
|
-
|
|
39
|
-
<section id="messages">
|
|
40
|
-
<div class="grid-container">
|
|
41
|
-
<block name="messages"></block>
|
|
42
|
-
</div>
|
|
43
|
-
</section>
|
|
44
|
-
|
|
45
|
-
<section id="main">
|
|
46
|
-
<div class="grid-container with-sidebar">
|
|
47
|
-
<div id="top">
|
|
48
|
-
<div class="inner-wrapper">
|
|
49
|
-
<h1 id="page-title"><block name="page-title"></block></h1>
|
|
50
|
-
<block name="top"></block>
|
|
51
|
-
</div>
|
|
52
|
-
</div>
|
|
53
|
-
|
|
54
|
-
<div id="sidebar">
|
|
55
|
-
<div id="form-wrapper" class="flex-container align-middle">
|
|
56
|
-
<div id="form-outer">
|
|
57
|
-
<block name="form"></block>
|
|
58
|
-
</div>
|
|
59
|
-
</div>
|
|
60
|
-
</div>
|
|
61
|
-
|
|
62
|
-
<div id="content">
|
|
63
|
-
<div class="inner-wrapper">
|
|
64
|
-
<block name="content-top"></block>
|
|
65
|
-
<block name="content"></block>
|
|
66
|
-
</div>
|
|
67
|
-
</div>
|
|
68
|
-
|
|
69
|
-
</div>
|
|
70
|
-
</section>
|
|
71
|
-
|
|
72
|
-
<section id="bottom">
|
|
73
|
-
<div class="grid-container">
|
|
74
|
-
<block name="bottom"></block>
|
|
75
|
-
</div>
|
|
76
|
-
</section>
|
|
77
|
-
|
|
78
|
-
</div>
|
|
79
|
-
|
|
80
|
-
<section id="footer">
|
|
81
|
-
<div class="grid-container">
|
|
82
|
-
<block name="footer"></block>
|
|
83
|
-
</div>
|
|
84
|
-
</section>
|
|
85
|
-
|
|
86
|
-
<script type="module" src="{{ js }}"></script>
|
|
87
|
-
</body>
|
|
88
|
-
</html>
|