@caweb/webpack 1.3.43 → 1.4.0-beta.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 -9
- package/{plugins/html/webpack.config.js → webpack.config.js} +77 -49
- package/.github/workflows/config-publish.yml +0 -23
- package/.github/workflows/plugins-publish.yml +0 -31
- package/.github/workflows/test +0 -29
- package/.gitmodules +0 -3
- package/CHANGELOG.md +0 -270
- package/plugins/a11y/README.md +0 -19
- package/plugins/a11y/aceconfig.js +0 -44
- package/plugins/a11y/changelog.txt +0 -31
- package/plugins/a11y/index.js +0 -271
- package/plugins/a11y/package-lock.json +0 -3303
- package/plugins/a11y/package.json +0 -42
- package/plugins/css-audit/README.md +0 -20
- package/plugins/css-audit/changelog.txt +0 -41
- package/plugins/css-audit/css-audit.config.cjs +0 -5
- package/plugins/css-audit/default.config.js +0 -19
- package/plugins/css-audit/index.js +0 -326
- package/plugins/css-audit/package-lock.json +0 -1522
- package/plugins/css-audit/package.json +0 -53
- package/plugins/css-audit/sample/no-files.html +0 -9
- package/plugins/html/CHANGELOG.md +0 -297
- package/plugins/html/README.md +0 -62
- package/plugins/html/entry/delta.js +0 -19
- package/plugins/html/entry/eureka.js +0 -19
- package/plugins/html/entry/mono.js +0 -19
- package/plugins/html/entry/oceanside.js +0 -19
- package/plugins/html/entry/orangecounty.js +0 -19
- package/plugins/html/entry/pasorobles.js +0 -19
- package/plugins/html/entry/sacramento.js +0 -19
- package/plugins/html/entry/santabarbara.js +0 -19
- package/plugins/html/entry/santacruz.js +0 -19
- package/plugins/html/entry/shasta.js +0 -19
- package/plugins/html/entry/sierra.js +0 -19
- package/plugins/html/entry/trinity.js +0 -19
- package/plugins/html/index.js +0 -105
- package/plugins/html/package-lock.json +0 -22895
- package/plugins/html/package.json +0 -135
- package/plugins/html/sample/blank.html +0 -13
- package/plugins/html/sample/components/alerts.html +0 -32
- package/plugins/html/sample/components/animations.html +0 -7
- package/plugins/html/sample/components/buttons.html +0 -5
- package/plugins/html/sample/components/cards.html +0 -77
- package/plugins/html/sample/components/lists.html +0 -75
- package/plugins/html/sample/components/locations.html +0 -49
- package/plugins/html/sample/components/profile-banners.html +0 -48
- package/plugins/html/sample/components/sections.html +0 -16
- package/plugins/html/sample/components/service-tiles.html +0 -73
- package/plugins/html/sample/components/typography.html +0 -42
- package/plugins/html/sample/default.html +0 -53
- package/plugins/html/sample/favicon.ico +0 -0
- package/plugins/html/sample/images/black_puppy.jpg +0 -0
- package/plugins/html/sample/images/dolphin_marine_mammals_water.jpg +0 -0
- package/plugins/html/sample/images/grayscale_mountain.jpg +0 -0
- package/plugins/html/sample/images/silhouette.png +0 -0
- package/plugins/html/sample/images/squirrel_tail_bushy_tail.jpg +0 -0
- package/plugins/html/sample/index.html +0 -80
- package/plugins/html/sample/missing/content.html +0 -4
- package/plugins/html/sample/search.html +0 -55
- package/plugins/html/sample/structural/branding.html +0 -21
- package/plugins/html/sample/structural/footer.html +0 -47
- package/plugins/html/sample/structural/header.html +0 -16
- package/plugins/html/sample/structural/mobile-controls.html +0 -5
- package/plugins/html/sample/structural/navigation.html +0 -30
- package/plugins/html/sample/structural/search.html +0 -13
- package/plugins/html/sample/structural/utility-header.html +0 -23
- package/plugins/html/scripts/create-entrypoints.js +0 -60
- package/plugins/html/scripts/schemes.js +0 -123
- package/plugins/html/scripts/update-scripts.js +0 -47
- package/plugins/html/scripts/webpack.test.js +0 -41
- package/plugins/jshint/.customrc +0 -29
- package/plugins/jshint/.jshintrc +0 -31
- package/plugins/jshint/README.md +0 -24
- package/plugins/jshint/changelog.txt +0 -36
- package/plugins/jshint/index.js +0 -291
- package/plugins/jshint/package-lock.json +0 -24453
- package/plugins/jshint/package.json +0 -50
- package/plugins/jshint/reporter.cjs +0 -301
- package/plugins/jshint/sample/no-files.html +0 -9
- package/plugins/jshint/scripts/webpack.test.js +0 -18
- package/sample/index.html +0 -364
- package/scripts/update-deps.js +0 -38
- /package/{plugins/html/helpers → helpers}/logic/endsWith.js +0 -0
- /package/{plugins/html/helpers → helpers}/logic/ifCond.js +0 -0
- /package/{plugins/html/helpers → helpers}/object/jsonParse.js +0 -0
- /package/{plugins/html/helpers → helpers}/object/jsonStringify.js +0 -0
- /package/{plugins/html/helpers → helpers}/string/replace.js +0 -0
- /package/{plugins/html/helpers → helpers}/string/toLower.js +0 -0
- /package/{plugins/html/helpers → helpers}/string/toTitleCase.js +0 -0
- /package/{plugins/html/helpers → helpers}/string/toUpper.js +0 -0
- /package/{plugins/html/tsconfig.json → tsconfig.json} +0 -0
|
@@ -1,135 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@caweb/html-webpack-plugin",
|
|
3
|
-
"version": "1.7.12",
|
|
4
|
-
"description": "CAWebPublishing Sample Page and Configurations",
|
|
5
|
-
"main": "index.js",
|
|
6
|
-
"type": "module",
|
|
7
|
-
"files": [
|
|
8
|
-
"build",
|
|
9
|
-
"entry",
|
|
10
|
-
"helpers",
|
|
11
|
-
"sample",
|
|
12
|
-
"index.js",
|
|
13
|
-
"README.md",
|
|
14
|
-
"tsconfig.json",
|
|
15
|
-
"webpack.config.js"
|
|
16
|
-
],
|
|
17
|
-
"scripts": {
|
|
18
|
-
"webpack": "webpack",
|
|
19
|
-
"postbuild": "npm run create-entrypoint",
|
|
20
|
-
"create-entrypoint": "node ./scripts/create-entrypoints.js",
|
|
21
|
-
"update-scripts": "node ./scripts/update-scripts.js",
|
|
22
|
-
"new-scheme": "node ./scripts/schemes.js",
|
|
23
|
-
"remove-scheme": "node ./scripts/schemes.js -r",
|
|
24
|
-
"test": "echo \"Error: run tests from root\" && exit 0",
|
|
25
|
-
"build": "npm run build:prod && npm run build:dev",
|
|
26
|
-
"build:prod": "webpack build --config ./webpack.config.js ./scripts/create-entrypoints.js --merge --mode production",
|
|
27
|
-
"build:dev": "webpack build --config ./webpack.config.js ./scripts/create-entrypoints.js --merge --mode development",
|
|
28
|
-
"build:delta": "npm run build:delta:prod && npm run build:delta:dev",
|
|
29
|
-
"build:delta:prod": "webpack build --config ./webpack.config.js ./entry/delta.js --merge --mode production",
|
|
30
|
-
"build:delta:dev": "webpack build --config ./webpack.config.js ./entry/delta.js --merge --mode development",
|
|
31
|
-
"serve:delta": "set NODE_OPTIONS='--scheme false' && webpack serve --config ./webpack.config.js ./entry/delta.js ./scripts/webpack.test.js --merge",
|
|
32
|
-
"serve:delta:quick": "set NODE_OPTIONS='--no-jshint --no-audit --no-a11y --scheme false' && webpack serve --config ./webpack.config.js ./entry/delta.js ./scripts/webpack.test.js --merge",
|
|
33
|
-
"build:eureka": "npm run build:eureka:prod && npm run build:eureka:dev",
|
|
34
|
-
"build:eureka:prod": "webpack build --config ./webpack.config.js ./entry/eureka.js --merge --mode production",
|
|
35
|
-
"build:eureka:dev": "webpack build --config ./webpack.config.js ./entry/eureka.js --merge --mode development",
|
|
36
|
-
"serve:eureka": "set NODE_OPTIONS='--scheme false' && webpack serve --config ./webpack.config.js ./entry/eureka.js ./scripts/webpack.test.js --merge",
|
|
37
|
-
"serve:eureka:quick": "set NODE_OPTIONS='--no-jshint --no-audit --no-a11y --scheme false' && webpack serve --config ./webpack.config.js ./entry/eureka.js ./scripts/webpack.test.js --merge",
|
|
38
|
-
"build:mono": "npm run build:mono:prod && npm run build:mono:dev",
|
|
39
|
-
"build:mono:prod": "webpack build --config ./webpack.config.js ./entry/mono.js --merge --mode production",
|
|
40
|
-
"build:mono:dev": "webpack build --config ./webpack.config.js ./entry/mono.js --merge --mode development",
|
|
41
|
-
"serve:mono": "set NODE_OPTIONS='--scheme false' && webpack serve --config ./webpack.config.js ./entry/mono.js ./scripts/webpack.test.js --merge",
|
|
42
|
-
"serve:mono:quick": "set NODE_OPTIONS='--no-jshint --no-audit --no-a11y --scheme false' && webpack serve --config ./webpack.config.js ./entry/mono.js ./scripts/webpack.test.js --merge",
|
|
43
|
-
"build:oceanside": "npm run build:oceanside:prod && npm run build:oceanside:dev",
|
|
44
|
-
"build:oceanside:prod": "webpack build --config ./webpack.config.js ./entry/oceanside.js --merge --mode production",
|
|
45
|
-
"build:oceanside:dev": "webpack build --config ./webpack.config.js ./entry/oceanside.js --merge --mode development",
|
|
46
|
-
"serve:oceanside": "set NODE_OPTIONS='--scheme false' && webpack serve --config ./webpack.config.js ./entry/oceanside.js ./scripts/webpack.test.js --merge",
|
|
47
|
-
"serve:oceanside:quick": "set NODE_OPTIONS='--no-jshint --no-audit --no-a11y --scheme false' && webpack serve --config ./webpack.config.js ./entry/oceanside.js ./scripts/webpack.test.js --merge",
|
|
48
|
-
"build:orangecounty": "npm run build:orangecounty:prod && npm run build:orangecounty:dev",
|
|
49
|
-
"build:orangecounty:prod": "webpack build --config ./webpack.config.js ./entry/orangecounty.js --merge --mode production",
|
|
50
|
-
"build:orangecounty:dev": "webpack build --config ./webpack.config.js ./entry/orangecounty.js --merge --mode development",
|
|
51
|
-
"serve:orangecounty": "set NODE_OPTIONS='--scheme false' && webpack serve --config ./webpack.config.js ./entry/orangecounty.js ./scripts/webpack.test.js --merge",
|
|
52
|
-
"serve:orangecounty:quick": "set NODE_OPTIONS='--no-jshint --no-audit --no-a11y --scheme false' && webpack serve --config ./webpack.config.js ./entry/orangecounty.js ./scripts/webpack.test.js --merge",
|
|
53
|
-
"build:pasorobles": "npm run build:pasorobles:prod && npm run build:pasorobles:dev",
|
|
54
|
-
"build:pasorobles:prod": "webpack build --config ./webpack.config.js ./entry/pasorobles.js --merge --mode production",
|
|
55
|
-
"build:pasorobles:dev": "webpack build --config ./webpack.config.js ./entry/pasorobles.js --merge --mode development",
|
|
56
|
-
"serve:pasorobles": "set NODE_OPTIONS='--scheme false' && webpack serve --config ./webpack.config.js ./entry/pasorobles.js ./scripts/webpack.test.js --merge",
|
|
57
|
-
"serve:pasorobles:quick": "set NODE_OPTIONS='--no-jshint --no-audit --no-a11y --scheme false' && webpack serve --config ./webpack.config.js ./entry/pasorobles.js ./scripts/webpack.test.js --merge",
|
|
58
|
-
"build:sacramento": "npm run build:sacramento:prod && npm run build:sacramento:dev",
|
|
59
|
-
"build:sacramento:prod": "webpack build --config ./webpack.config.js ./entry/sacramento.js --merge --mode production",
|
|
60
|
-
"build:sacramento:dev": "webpack build --config ./webpack.config.js ./entry/sacramento.js --merge --mode development",
|
|
61
|
-
"serve:sacramento": "set NODE_OPTIONS='--scheme false' && webpack serve --config ./webpack.config.js ./entry/sacramento.js ./scripts/webpack.test.js --merge",
|
|
62
|
-
"serve:sacramento:quick": "set NODE_OPTIONS='--no-jshint --no-audit --no-a11y --scheme false' && webpack serve --config ./webpack.config.js ./entry/sacramento.js ./scripts/webpack.test.js --merge",
|
|
63
|
-
"build:santabarbara": "npm run build:santabarbara:prod && npm run build:santabarbara:dev",
|
|
64
|
-
"build:santabarbara:prod": "webpack build --config ./webpack.config.js ./entry/santabarbara.js --merge --mode production",
|
|
65
|
-
"build:santabarbara:dev": "webpack build --config ./webpack.config.js ./entry/santabarbara.js --merge --mode development",
|
|
66
|
-
"serve:santabarbara": "set NODE_OPTIONS='--scheme false' && webpack serve --config ./webpack.config.js ./entry/santabarbara.js ./scripts/webpack.test.js --merge",
|
|
67
|
-
"serve:santabarbara:quick": "set NODE_OPTIONS='--no-jshint --no-audit --no-a11y --scheme false' && webpack serve --config ./webpack.config.js ./entry/santabarbara.js ./scripts/webpack.test.js --merge",
|
|
68
|
-
"build:santacruz": "npm run build:santacruz:prod && npm run build:santacruz:dev",
|
|
69
|
-
"build:santacruz:prod": "webpack build --config ./webpack.config.js ./entry/santacruz.js --merge --mode production",
|
|
70
|
-
"build:santacruz:dev": "webpack build --config ./webpack.config.js ./entry/santacruz.js --merge --mode development",
|
|
71
|
-
"serve:santacruz": "set NODE_OPTIONS='--scheme false' && webpack serve --config ./webpack.config.js ./entry/santacruz.js ./scripts/webpack.test.js --merge",
|
|
72
|
-
"serve:santacruz:quick": "set NODE_OPTIONS='--no-jshint --no-audit --no-a11y --scheme false' && webpack serve --config ./webpack.config.js ./entry/santacruz.js ./scripts/webpack.test.js --merge",
|
|
73
|
-
"build:shasta": "npm run build:shasta:prod && npm run build:shasta:dev",
|
|
74
|
-
"build:shasta:prod": "webpack build --config ./webpack.config.js ./entry/shasta.js --merge --mode production",
|
|
75
|
-
"build:shasta:dev": "webpack build --config ./webpack.config.js ./entry/shasta.js --merge --mode development",
|
|
76
|
-
"serve:shasta": "set NODE_OPTIONS='--scheme false' && webpack serve --config ./webpack.config.js ./entry/shasta.js ./scripts/webpack.test.js --merge",
|
|
77
|
-
"serve:shasta:quick": "set NODE_OPTIONS='--no-jshint --no-audit --no-a11y --scheme false' && webpack serve --config ./webpack.config.js ./entry/shasta.js ./scripts/webpack.test.js --merge",
|
|
78
|
-
"build:sierra": "npm run build:sierra:prod && npm run build:sierra:dev",
|
|
79
|
-
"build:sierra:prod": "webpack build --config ./webpack.config.js ./entry/sierra.js --merge --mode production",
|
|
80
|
-
"build:sierra:dev": "webpack build --config ./webpack.config.js ./entry/sierra.js --merge --mode development",
|
|
81
|
-
"serve:sierra": "set NODE_OPTIONS='--scheme false' && webpack serve --config ./webpack.config.js ./entry/sierra.js ./scripts/webpack.test.js --merge",
|
|
82
|
-
"serve:sierra:quick": "set NODE_OPTIONS='--no-jshint --no-audit --no-a11y --scheme false' && webpack serve --config ./webpack.config.js ./entry/sierra.js ./scripts/webpack.test.js --merge",
|
|
83
|
-
"build:trinity": "npm run build:trinity:prod && npm run build:trinity:dev",
|
|
84
|
-
"build:trinity:prod": "webpack build --config ./webpack.config.js ./entry/trinity.js --merge --mode production",
|
|
85
|
-
"build:trinity:dev": "webpack build --config ./webpack.config.js ./entry/trinity.js --merge --mode development",
|
|
86
|
-
"serve:trinity": "set NODE_OPTIONS='--scheme false' && webpack serve --config ./webpack.config.js ./entry/trinity.js ./scripts/webpack.test.js --merge",
|
|
87
|
-
"serve:trinity:quick": "set NODE_OPTIONS='--no-jshint --no-audit --no-a11y --scheme false' && webpack serve --config ./webpack.config.js ./entry/trinity.js ./scripts/webpack.test.js --merge"
|
|
88
|
-
},
|
|
89
|
-
"repository": {
|
|
90
|
-
"type": "git",
|
|
91
|
-
"url": "git+https://github.com/CAWebPublishing/webpack.git",
|
|
92
|
-
"directory": "plugins/html"
|
|
93
|
-
},
|
|
94
|
-
"keywords": [
|
|
95
|
-
"caweb",
|
|
96
|
-
"cagov",
|
|
97
|
-
"webpack"
|
|
98
|
-
],
|
|
99
|
-
"author": "CAWebPublishing",
|
|
100
|
-
"license": "ISC",
|
|
101
|
-
"bugs": {
|
|
102
|
-
"url": "https://github.com/CAWebPublishing/webpack/issues"
|
|
103
|
-
},
|
|
104
|
-
"publishConfig": {
|
|
105
|
-
"access": "public"
|
|
106
|
-
},
|
|
107
|
-
"homepage": "https://github.com/CAWebPublishing/webpack/plugins/html#readme",
|
|
108
|
-
"devDependencies": {
|
|
109
|
-
"@caweb/icon-library": "^1.1.0",
|
|
110
|
-
"@inquirer/prompts": "^7.5.0",
|
|
111
|
-
"animate.css": "^4.1.1",
|
|
112
|
-
"bootstrap": "^5.3.6",
|
|
113
|
-
"bootstrap-forced-colors-css": "^1.0.7",
|
|
114
|
-
"chalk": "^5.4.1",
|
|
115
|
-
"cross-spawn": "^7.0.6",
|
|
116
|
-
"fast-xml-parser": "^5.2.2"
|
|
117
|
-
},
|
|
118
|
-
"dependencies": {
|
|
119
|
-
"@caweb/a11y-webpack-plugin": "^1.0.9",
|
|
120
|
-
"@caweb/css-audit-webpack-plugin": "^1.0.12",
|
|
121
|
-
"@caweb/jshint-webpack-plugin": "^2.0.1",
|
|
122
|
-
"@wordpress/scripts": "^30.16.0",
|
|
123
|
-
"css-minimizer-webpack-plugin": "^7.0.2",
|
|
124
|
-
"handlebars-loader": "^1.7.3",
|
|
125
|
-
"html-webpack-link-type-plugin": "^1.1.1",
|
|
126
|
-
"html-webpack-plugin": "^5.6.3",
|
|
127
|
-
"html-webpack-skip-assets-plugin": "^1.0.4",
|
|
128
|
-
"mini-css-extract-plugin": "^2.9.2",
|
|
129
|
-
"rtlcss-webpack-plugin": "^4.0.7",
|
|
130
|
-
"ts-loader": "^9.5.2",
|
|
131
|
-
"webpack": "^5.99.8",
|
|
132
|
-
"webpack-cli": "^6.0.1",
|
|
133
|
-
"webpack-remove-empty-scripts": "^1.0.4"
|
|
134
|
-
}
|
|
135
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<title>{{ title }}</title>
|
|
5
|
-
</head>
|
|
6
|
-
<body>
|
|
7
|
-
{{#if htmlWebpackPlugin.options.templateParameters.bodyHtmlSnippet }}
|
|
8
|
-
{{{ htmlWebpackPlugin.options.templateParameters.bodyHtmlSnippet }}}
|
|
9
|
-
{{else}}
|
|
10
|
-
{{> content }}
|
|
11
|
-
{{/if}}
|
|
12
|
-
</body>
|
|
13
|
-
</html>
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
<!-- Alerts -->
|
|
2
|
-
{{#if alerts }}
|
|
3
|
-
{{#each alerts }}
|
|
4
|
-
<div class="alerts">
|
|
5
|
-
<div class="alert alert-primary alert-dismissible">
|
|
6
|
-
<div class="container">
|
|
7
|
-
{{#if this.header }}
|
|
8
|
-
<h6 class="alert-level" >
|
|
9
|
-
{{#if this.icon }}
|
|
10
|
-
<span class="ca-gov-icon-{{ this.icon }}"></span>
|
|
11
|
-
{{/if}}
|
|
12
|
-
{{ this.header }}
|
|
13
|
-
</h6>
|
|
14
|
-
{{/if}}
|
|
15
|
-
|
|
16
|
-
{{#if this.msg }}
|
|
17
|
-
<div>
|
|
18
|
-
{{ this.msg }}
|
|
19
|
-
</div>
|
|
20
|
-
{{/if}}
|
|
21
|
-
{{#if this.url }}
|
|
22
|
-
<a href="{{ this.url }}" target="_blank" class="alert-link btn btn-outline-dark btn-sm">{{ this.text }}</a>
|
|
23
|
-
{{/if}}
|
|
24
|
-
|
|
25
|
-
<button class="btn btn-alt ca-gov-icon-close-mark" data-bs-dismiss="alert" aria-label="Close Alert {{ @index }}">
|
|
26
|
-
<span class="sr-only">x</span>
|
|
27
|
-
</button>
|
|
28
|
-
</div>
|
|
29
|
-
</div>
|
|
30
|
-
</div>
|
|
31
|
-
{{/each}}
|
|
32
|
-
{{/if}}
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
<div class="container">
|
|
2
|
-
<h1>Panels & Cards</h1>
|
|
3
|
-
|
|
4
|
-
<h2>Panels</h2>
|
|
5
|
-
<div class="card card-default">
|
|
6
|
-
<div class="card-header">
|
|
7
|
-
<h4 class="card-title"><span class="ca-gov-icon-share-twitter"></span>Default</h4>
|
|
8
|
-
<div class="options">
|
|
9
|
-
<a href="http://adfa" class="btn btn-secondary btn-light" target="_blank">Read More</a>
|
|
10
|
-
</div>
|
|
11
|
-
</div>
|
|
12
|
-
<div class="card-body">
|
|
13
|
-
<p>Panel Body</p>
|
|
14
|
-
</div>
|
|
15
|
-
</div>
|
|
16
|
-
<div class="card card-standout">
|
|
17
|
-
<div class="card-header centered">
|
|
18
|
-
<h4 class="card-title"><span class="ca-gov-icon-share-twitter"></span>Standout</h4>
|
|
19
|
-
<div class="options">
|
|
20
|
-
<a href="http://adfa" class="btn btn-standout" target="_blank">Read More</a>
|
|
21
|
-
</div>
|
|
22
|
-
</div>
|
|
23
|
-
<div class="card-body">
|
|
24
|
-
<p>Panel Body</p>
|
|
25
|
-
</div>
|
|
26
|
-
</div>
|
|
27
|
-
<div class="card card-standout highlight">
|
|
28
|
-
<div class="card-header right">
|
|
29
|
-
<h4 class="card-title"><span class="ca-gov-icon-share-twitter"></span>Standout Highlight</h4>
|
|
30
|
-
<div class="options">
|
|
31
|
-
<a href="http://adfa" class="btn btn-standout" target="_blank">Read More</a>
|
|
32
|
-
</div>
|
|
33
|
-
</div>
|
|
34
|
-
<div class="card-body">
|
|
35
|
-
<p>Panel Body</p>
|
|
36
|
-
</div>
|
|
37
|
-
</div>
|
|
38
|
-
<div class="card card-understated">
|
|
39
|
-
<div class="card-header">
|
|
40
|
-
<h4 class="card-title"><span class="ca-gov-icon-share-twitter"></span>Understated</h4>
|
|
41
|
-
<div class="options">
|
|
42
|
-
<a href="http://adfa" class="btn btn-understated" target="_blank">Read More</a>
|
|
43
|
-
</div>
|
|
44
|
-
</div>
|
|
45
|
-
<div class="card-body">
|
|
46
|
-
<p>Panel Body</p>
|
|
47
|
-
</div>
|
|
48
|
-
</div>
|
|
49
|
-
<div class="card card-overstated">
|
|
50
|
-
<div class="card-header">
|
|
51
|
-
<h4 class="card-title"><span class="ca-gov-icon-share-twitter"></span>Overstated</h4>
|
|
52
|
-
<div class="options">
|
|
53
|
-
<a href="http://adfa" class="btn btn-overstated" target="_blank">Read More</a>
|
|
54
|
-
</div>
|
|
55
|
-
</div>
|
|
56
|
-
<div class="card-body">
|
|
57
|
-
<p>Panel Body</p>
|
|
58
|
-
</div>
|
|
59
|
-
</div>
|
|
60
|
-
|
|
61
|
-
<h2>Cards</h2>
|
|
62
|
-
<div class="card">
|
|
63
|
-
<img class="card-img-top" src="../images/grayscale_mountain.jpg" alt="Card image size">
|
|
64
|
-
<div class="card-body">
|
|
65
|
-
<h3 class="card-title">
|
|
66
|
-
<a href="javascript:;" class="link-before">
|
|
67
|
-
Give your card a short title
|
|
68
|
-
</a>
|
|
69
|
-
</h3>
|
|
70
|
-
<p>
|
|
71
|
-
Use this space to briefly tell your reader what they will find at the
|
|
72
|
-
card's destination
|
|
73
|
-
</p>
|
|
74
|
-
</div>
|
|
75
|
-
</div>
|
|
76
|
-
|
|
77
|
-
</div>
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
<div class="container">
|
|
2
|
-
<div class="row">
|
|
3
|
-
<div class="col-4">
|
|
4
|
-
<ul class="list-navigation">
|
|
5
|
-
<li><a href="/" class="active landing">Lorem ipsum dolor sit amet</a></li>
|
|
6
|
-
<li><a href="/">Lorem ipsum dolor sit amet</a></li>
|
|
7
|
-
<li><a href="/">Lorem ipsum dolor sit amet</a></li>
|
|
8
|
-
</ul>
|
|
9
|
-
</div>
|
|
10
|
-
<div class="col-8">
|
|
11
|
-
<h2>Lists</h2>
|
|
12
|
-
|
|
13
|
-
<h3>Overstated</h3>
|
|
14
|
-
<ul class="list-overstated">
|
|
15
|
-
<li>Use: <br>
|
|
16
|
-
list-standout</li>
|
|
17
|
-
<li><a href="/">Lorem ipsum dolor sit amet</a><br>
|
|
18
|
-
Nam ultrices vulputate orci id faucibus.
|
|
19
|
-
</li>
|
|
20
|
-
<li><a href="/">consectetur adipiscing elit</a><br>
|
|
21
|
-
Sed eget massa ut nulla sodales ullamcorper nec vel nisi.
|
|
22
|
-
</li>
|
|
23
|
-
|
|
24
|
-
</ul>
|
|
25
|
-
|
|
26
|
-
<h3>Understated</h3>
|
|
27
|
-
<ul class="list-understated">
|
|
28
|
-
<li>Use: <br>
|
|
29
|
-
list-standout</li>
|
|
30
|
-
<li><a href="/">Lorem ipsum dolor sit amet</a><br>
|
|
31
|
-
Nam ultrices vulputate orci id faucibus.
|
|
32
|
-
</li>
|
|
33
|
-
<li><a href="/">consectetur adipiscing elit</a><br>
|
|
34
|
-
Sed eget massa ut nulla sodales ullamcorper nec vel nisi.
|
|
35
|
-
</li>
|
|
36
|
-
|
|
37
|
-
</ul>
|
|
38
|
-
|
|
39
|
-
<h3>Standout</h3>
|
|
40
|
-
<ul class="list-standout">
|
|
41
|
-
<li>Use: <br>
|
|
42
|
-
list-standout</li>
|
|
43
|
-
<li><a href="/">Lorem ipsum dolor sit amet</a><br>
|
|
44
|
-
Nam ultrices vulputate orci id faucibus.
|
|
45
|
-
</li>
|
|
46
|
-
<li><a href="/">consectetur adipiscing elit</a><br>
|
|
47
|
-
Sed eget massa ut nulla sodales ullamcorper nec vel nisi.
|
|
48
|
-
</li>
|
|
49
|
-
|
|
50
|
-
</ul>
|
|
51
|
-
|
|
52
|
-
<h3>Step List</h3>
|
|
53
|
-
<ul class="cagov-step-list">
|
|
54
|
-
<li>
|
|
55
|
-
<h4>Lorem ipsum dolor sit amet</h4>
|
|
56
|
-
<div class="cagov-step-list-content">
|
|
57
|
-
Nam ultrices vulputate orci id faucibus.
|
|
58
|
-
</div>
|
|
59
|
-
</li>
|
|
60
|
-
<li>
|
|
61
|
-
<h4>Lorem ipsum dolor sit amet</h4>
|
|
62
|
-
<div class="cagov-step-list-content">
|
|
63
|
-
Nam ultrices vulputate orci id faucibus.
|
|
64
|
-
</div>
|
|
65
|
-
</li>
|
|
66
|
-
<li>
|
|
67
|
-
<h4>Lorem ipsum dolor sit amet</h4>
|
|
68
|
-
<div class="cagov-step-list-content">
|
|
69
|
-
Nam ultrices vulputate orci id faucibus.
|
|
70
|
-
</div>
|
|
71
|
-
</li>
|
|
72
|
-
</ul>
|
|
73
|
-
</div>
|
|
74
|
-
</div>
|
|
75
|
-
</div>
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
<div class="container">
|
|
2
|
-
|
|
3
|
-
<h2>Locations</h2>
|
|
4
|
-
|
|
5
|
-
<div class="location contact">
|
|
6
|
-
<span class="ca-gov-icon-share-email"></span>
|
|
7
|
-
<div class="contact">
|
|
8
|
-
<p>CDT</p>
|
|
9
|
-
<a href="https://www.google.com/maps/place/10860 Gold Center Dr, Rancho Cordova, CA, 95823" target="_blank">10860 Gold Center Dr, Rancho Cordova, CA, 95823</a>
|
|
10
|
-
<p>General Information: 9787898569</p>
|
|
11
|
-
<p>Fax Information: 9787898569</p>
|
|
12
|
-
<a href="google.com" class="btn btn-outline-dark" target="_blank">More</a>
|
|
13
|
-
</div>
|
|
14
|
-
</div>
|
|
15
|
-
|
|
16
|
-
<div class="location mini">
|
|
17
|
-
<span class="ca-gov-icon-share-instagram"></span>
|
|
18
|
-
<div class="contact">
|
|
19
|
-
<a href="http://google.com" target="_blank">CDT</a>
|
|
20
|
-
<a href="https://www.google.com/maps/place/10860 Gold Center Dr, Rancho Cordova, CA, 95823" target="_blank">10860 Gold Center Dr, Rancho Cordova, CA, 95823</a>
|
|
21
|
-
</div>
|
|
22
|
-
</div>
|
|
23
|
-
|
|
24
|
-
<div class="location mini">
|
|
25
|
-
<span class="ca-gov-icon-share-instagram"></span>
|
|
26
|
-
<div class="contact">
|
|
27
|
-
<p>CDT</p>
|
|
28
|
-
<a href="https://www.google.com/maps/place/10860 Gold Center Dr, Rancho Cordova, CA, 95823" target="_blank">10860 Gold Center Dr, Rancho Cordova, CA, 95823</a>
|
|
29
|
-
</div>
|
|
30
|
-
</div>
|
|
31
|
-
|
|
32
|
-
<div class="location banner">
|
|
33
|
-
<div class="thumbnail">
|
|
34
|
-
<img decoding="async" src="../images/grayscale_mountain.jpg" class="w-100" alt="CDT">
|
|
35
|
-
</div>
|
|
36
|
-
<div class="contact">
|
|
37
|
-
<p>CDT</p>
|
|
38
|
-
<div class="address">
|
|
39
|
-
<span class="ca-gov-icon-road-pin"></span>
|
|
40
|
-
<a href="https://www.google.com/maps/place/10860 Gold Center Dr, Rancho Cordova, CA, 95823" target="_blank">10860 Gold Center Dr, Rancho Cordova, CA, 95823</a>
|
|
41
|
-
</div>
|
|
42
|
-
</div>
|
|
43
|
-
<div class="summary">
|
|
44
|
-
<p>Description</p>
|
|
45
|
-
<div class="description">adffasdfa</div>
|
|
46
|
-
<a href="google.com" class="btn btn-outline-dark" target="_blank">View More Details</a>
|
|
47
|
-
</div>
|
|
48
|
-
</div>
|
|
49
|
-
</div>
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
<div class="container">
|
|
2
|
-
<h2>Profile Banners</h2>
|
|
3
|
-
|
|
4
|
-
<div class="row">
|
|
5
|
-
<div class="col">
|
|
6
|
-
<h5>Squared</h5>
|
|
7
|
-
<figure class="executive-profile" aria-label="Profile Banner for John Doe">
|
|
8
|
-
<img decoding="async" src="../images/silhouette.png" alt="John Doe Portrait">
|
|
9
|
-
<div class="body">
|
|
10
|
-
<h4>John Doe</h4>
|
|
11
|
-
<span>ITS2</span>
|
|
12
|
-
<a href="#">Profile Link</a>
|
|
13
|
-
</div>
|
|
14
|
-
</figure>
|
|
15
|
-
|
|
16
|
-
<h5>Rounded</h5>
|
|
17
|
-
<figure class="executive-profile" aria-label="Profile Banner for John Doe">
|
|
18
|
-
<img decoding="async" class="rounded-circle" src="../images/silhouette.png" alt="John Doe Portrait">
|
|
19
|
-
<div class="body">
|
|
20
|
-
<h4>John Doe</h4>
|
|
21
|
-
<span>ITS2</span>
|
|
22
|
-
<a href="#">Profile Link</a>
|
|
23
|
-
</div>
|
|
24
|
-
</figure>
|
|
25
|
-
</div>
|
|
26
|
-
<div class="col">
|
|
27
|
-
<h5>Squared</h5>
|
|
28
|
-
<figure class="executive-profile vertical" aria-label="Profile Banner for John Doe">
|
|
29
|
-
<img decoding="async" src="../images/silhouette.png" alt="John Doe Portrait">
|
|
30
|
-
<div class="body">
|
|
31
|
-
<h4>John Doe</h4>
|
|
32
|
-
<span>ITS2</span>
|
|
33
|
-
<a href="#">Profile Link</a>
|
|
34
|
-
</div>
|
|
35
|
-
</figure>
|
|
36
|
-
|
|
37
|
-
<h5>Rounded</h5>
|
|
38
|
-
<figure class="executive-profile vertical" aria-label="Profile Banner for John Doe">
|
|
39
|
-
<img decoding="async" class="rounded-circle" src="../images/silhouette.png" alt="John Doe Portrait">
|
|
40
|
-
<div class="body">
|
|
41
|
-
<h4>John Doe</h4>
|
|
42
|
-
<span>ITS2</span>
|
|
43
|
-
<a href="#">Profile Link</a>
|
|
44
|
-
</div>
|
|
45
|
-
</figure>
|
|
46
|
-
</div>
|
|
47
|
-
</div>
|
|
48
|
-
</div>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<div class="container">
|
|
2
|
-
<h2>Sections</h2>
|
|
3
|
-
|
|
4
|
-
<div class="section bg-main">
|
|
5
|
-
<div class="col-4 pe-3 animate__animated animate__fadeInLeft float-start">
|
|
6
|
-
<img decoding="async" src="../images/squirrel_tail_bushy_tail.jpg" class="mw-100 w-100 h-auto d-inline-block" alt="Sample Image">
|
|
7
|
-
</div>
|
|
8
|
-
<div class="px-3 clearfix">
|
|
9
|
-
<h2>asdfasdfas</h2>
|
|
10
|
-
<p>adfadffasdfassdffasdff</p>
|
|
11
|
-
<div>
|
|
12
|
-
<a href="http://afadfa" class="btn btn-outline-dark" target="_blank">More Information<span class="sr-only">More information about asdfasdfas</span></a>
|
|
13
|
-
</div>
|
|
14
|
-
</div>
|
|
15
|
-
</div>
|
|
16
|
-
</div>
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
<div class="container-fluid g-0">
|
|
2
|
-
<h2 class="container">Service Tiles</h2>
|
|
3
|
-
|
|
4
|
-
<div id="service-tiles" class="service-tiles">
|
|
5
|
-
<div class="row clearfix">
|
|
6
|
-
<div tabindex="0" class="service-tile w-25">
|
|
7
|
-
<img decoding="async" src="../images/black_puppy.jpg" alt="Sample Image" >
|
|
8
|
-
<div class="teaser">
|
|
9
|
-
<a href="http://example.com" class="title">
|
|
10
|
-
Service Tile 1
|
|
11
|
-
<span class="ca-gov-icon-link d-block"></span>
|
|
12
|
-
</a>
|
|
13
|
-
</div>
|
|
14
|
-
</div>
|
|
15
|
-
<div tabindex="0" class="service-tile w-50">
|
|
16
|
-
<img decoding="async" src="../images/dolphin_marine_mammals_water.jpg" alt="Sample Image" >
|
|
17
|
-
<div class="teaser ">
|
|
18
|
-
<a href="http://example.com" data-bs-toggle="collapse" data-bs-target="#service-tiles #card-2" class="title" aria-expanded="false">
|
|
19
|
-
Service Tile 2
|
|
20
|
-
<span class="ca-gov-icon-plus-fill d-block"></span>
|
|
21
|
-
</a>
|
|
22
|
-
</div>
|
|
23
|
-
</div>
|
|
24
|
-
<div tabindex="0" class="service-tile w-25">
|
|
25
|
-
<img decoding="async" src="../images/grayscale_mountain.jpg" alt="Sample Image" >
|
|
26
|
-
<div class="teaser">
|
|
27
|
-
<a href="http://example.com" class="title">
|
|
28
|
-
Service Tile 3
|
|
29
|
-
<span class="ca-gov-icon-link d-block"></span>
|
|
30
|
-
</a>
|
|
31
|
-
</div>
|
|
32
|
-
</div>
|
|
33
|
-
<div class="collapse" id="card-2" data-bs-parent="#service-tiles">
|
|
34
|
-
<div class="card card-default">
|
|
35
|
-
<div class="container pt-0">
|
|
36
|
-
<div class="card card-block">
|
|
37
|
-
<button type="button" data-bs-toggle="collapse" data-bs-target="#service-tiles #card-2" class="btn btn-sm btn-secondary ca-gov-icon-close-mark float-end" aria-expanded="false"></button>
|
|
38
|
-
<div class="group px-3">
|
|
39
|
-
<p>Service Tile Content</p>
|
|
40
|
-
</div>
|
|
41
|
-
</div>
|
|
42
|
-
</div>
|
|
43
|
-
</div>
|
|
44
|
-
</div>
|
|
45
|
-
<div tabindex="0" class="service-tile w-100">
|
|
46
|
-
<img decoding="async" src="../images/squirrel_tail_bushy_tail.jpg" alt="Sample Image" >
|
|
47
|
-
<div class="teaser">
|
|
48
|
-
<a href="http://example.com" data-bs-toggle="collapse" data-bs-target="#service-tiles #card-4" class="title" aria-expanded="false">
|
|
49
|
-
Service Tile 4
|
|
50
|
-
<span class="ca-gov-icon-plus-fill d-block"></span>
|
|
51
|
-
</a>
|
|
52
|
-
</div>
|
|
53
|
-
</div>
|
|
54
|
-
<div class="collapse" id="card-4" data-bs-parent="#service-tiles">
|
|
55
|
-
<div class="card card-default">
|
|
56
|
-
<div class="container pt-0">
|
|
57
|
-
<div class="card card-block">
|
|
58
|
-
<button type="button" data-bs-toggle="collapse" data-bs-target="#service-tiles #card-4" class="btn btn-sm btn-secondary ca-gov-icon-close-mark float-end" aria-expanded="false"></button>
|
|
59
|
-
<div class="group px-3"><p>Service Tile Content</p></div>
|
|
60
|
-
</div>
|
|
61
|
-
</div>
|
|
62
|
-
</div>
|
|
63
|
-
</div>
|
|
64
|
-
</div>
|
|
65
|
-
|
|
66
|
-
<div class="more-button">
|
|
67
|
-
<a href="#" class="btn-more inverse" target="_blanK">
|
|
68
|
-
<span class="ca-gov-icon-plus-fill" aria-hidden="true"></span>
|
|
69
|
-
<span class="more-title">Learn more about service tiles</span>
|
|
70
|
-
</a>
|
|
71
|
-
</div>
|
|
72
|
-
</div>
|
|
73
|
-
</div>
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
<div class="container">
|
|
2
|
-
<h2>Typography</h2>
|
|
3
|
-
|
|
4
|
-
<p>
|
|
5
|
-
The CAWeb Template uses
|
|
6
|
-
<a href="https://public-sans.digital.gov/">Public Sans</a>
|
|
7
|
-
designed by the
|
|
8
|
-
<a href="https://designsystem.digital.gov/">
|
|
9
|
-
United States Web Design System</a>
|
|
10
|
-
. This strong, neutral typeface is used for text and headings.
|
|
11
|
-
</p>
|
|
12
|
-
|
|
13
|
-
<h1>Heading 1</h1>
|
|
14
|
-
<h2>Heading 2</h2>
|
|
15
|
-
<h3>Heading 3</h3>
|
|
16
|
-
<h4>Heading 4</h4>
|
|
17
|
-
<h5>Heading 5</h5>
|
|
18
|
-
<h6>Heading 6</h6>
|
|
19
|
-
|
|
20
|
-
<h2>Blockquote</h2>
|
|
21
|
-
|
|
22
|
-
<blockquote>
|
|
23
|
-
<p>
|
|
24
|
-
Good quotes help to tell a story and enhance the credibility of a press
|
|
25
|
-
release, news story, or speech. Words that are crafted well can leave a
|
|
26
|
-
lasting impact on the world.
|
|
27
|
-
</p>
|
|
28
|
-
<footer>Holly Zuluaga</footer>
|
|
29
|
-
</blockquote>
|
|
30
|
-
|
|
31
|
-
<h2>Featured Narrative</h2>
|
|
32
|
-
|
|
33
|
-
<aside class="featured-narrative">Featured Narrative</aside>
|
|
34
|
-
|
|
35
|
-
<footer class="keywords">Categories
|
|
36
|
-
<ul>
|
|
37
|
-
<li>All</li>
|
|
38
|
-
<li>Content Types</li>
|
|
39
|
-
<li>Courses</li>
|
|
40
|
-
</ul>
|
|
41
|
-
</footer>
|
|
42
|
-
</div>
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<title>{{ title }}</title>
|
|
5
|
-
{{#if scheme }}
|
|
6
|
-
<!-- Icon Font Library -->
|
|
7
|
-
<link rel="stylesheet" href="node_modules/@caweb/html-webpack-plugin/build/font-only.css" />
|
|
8
|
-
|
|
9
|
-
<!-- Template Scheme CSS -->
|
|
10
|
-
<link rel="stylesheet" href="node_modules/@caweb/html-webpack-plugin/build/{{ scheme }}.css" />
|
|
11
|
-
{{/if}}
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
{{#if htmlWebpackPlugin.options.meta }}
|
|
15
|
-
{{#each htmlWebpackPlugin.options.meta }}
|
|
16
|
-
<meta name="{{ @key }}" content="{{ this }}">
|
|
17
|
-
{{/each}}
|
|
18
|
-
{{/if}}
|
|
19
|
-
|
|
20
|
-
{{#if assets }}
|
|
21
|
-
{{#each assets }}
|
|
22
|
-
{{#if (endsWith this ".css") }}
|
|
23
|
-
<link rel="stylesheet" href="{{ this }}" />
|
|
24
|
-
{{/if}}
|
|
25
|
-
{{/each}}
|
|
26
|
-
{{/if}}
|
|
27
|
-
</head>
|
|
28
|
-
<body>
|
|
29
|
-
{{> header }}
|
|
30
|
-
<div id="page-container" class="page-container">
|
|
31
|
-
<div id="main-content" class="main-content" tabindex="-1">
|
|
32
|
-
<main class="main-primary">
|
|
33
|
-
{{#if htmlWebpackPlugin.options.templateParameters.bodyHtmlSnippet }}
|
|
34
|
-
{{{ htmlWebpackPlugin.options.templateParameters.bodyHtmlSnippet }}}
|
|
35
|
-
{{else}}
|
|
36
|
-
{{> content }}
|
|
37
|
-
{{/if}}
|
|
38
|
-
</main>
|
|
39
|
-
</div>
|
|
40
|
-
</div>
|
|
41
|
-
{{> footer }}
|
|
42
|
-
{{#if scheme }}
|
|
43
|
-
<script src="node_modules/@caweb/html-webpack-plugin/build/{{ scheme }}.js"></script>
|
|
44
|
-
{{/if}}
|
|
45
|
-
{{#if assets }}
|
|
46
|
-
{{#each assets }}
|
|
47
|
-
{{#if (endsWith this ".js") }}
|
|
48
|
-
<script src="{{ this }}"></script>
|
|
49
|
-
{{/if}}
|
|
50
|
-
{{/each}}
|
|
51
|
-
{{/if}}
|
|
52
|
-
</body>
|
|
53
|
-
</html>
|
|
Binary file
|
|
Binary file
|