diff --git a/site/app/views/sigmacert/index.html b/site/app/views/sigmacert/index.html new file mode 100644 index 00000000..1ac0f8f0 --- /dev/null +++ b/site/app/views/sigmacert/index.html @@ -0,0 +1,897 @@ + + + + + + + + + + + + + + + + + {{view.title}} + + {% if view.customStyle %} + + {%- endif %} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + {% raw %} + +
+
+
+
Sigma Certification Program
+ +
+
+
+ {% endraw %} +
+ +
+ +
+ +
+ +
+ + + + + + + + diff --git a/site/app/views/sigmacert/view.json b/site/app/views/sigmacert/view.json new file mode 100644 index 00000000..08ed6e4e --- /dev/null +++ b/site/app/views/sigmacert/view.json @@ -0,0 +1,15 @@ +{ + "title": "Sigma Certification Program", + "description": "Get your Sigma Pro Certification today", + "tags": ["sigma_certification"], + "categories": [], + "customStyle": "", + "exclude": [], + "logoUrl": "/images/og-image.png", + "toolbarBgColor": "#37474F", + "catLevel": 0, + "sort": "mainCategory", + "pins": [], + "ga": "", + "hidden": false +} \ No newline at end of file diff --git a/site/app/views/sigmacert/view.json.template b/site/app/views/sigmacert/view.json.template new file mode 100644 index 00000000..cf4b97da --- /dev/null +++ b/site/app/views/sigmacert/view.json.template @@ -0,0 +1,56 @@ +// app/views/my-event/view.json +{ + // Required: page and view title. + "title": "Sigma Quickstarts", + + // Required: Text description of the event. This will appear in the view + // landing page. + "description": "Follow along in step-by-step tutorials to begin exploring your own data in Sigma.", + + // Required: list of string tags by which to include codelabs. Tags are + // specified in the codelab by the codelab author. + "tags": [], + + // Optional: list of string categories by which to include codelabs. + // Categories are specified in the codelab by the codelab author. + "categories": [], + + // Optional: name of a custom stylesheet to include. See also: point below + // about custom styles. + //"customStyle": "style.css", + + // Optional: list of regular expressions to exclude particular codelabs. + "exclude": [], + + // Optional: URL to a custom logo for the codelab. If provided, this logo + // must be placed in app/views// and referenced as such. For + // example, if the event was named "my-event", this logo would exist at + // app/views/my-event/my-event-logo.svg. + // + // Where possible, please use SVG logos. When SVG logos are not available, + // please size images to be 125px high at 72 DPI. + // + // Minify images before uploading using a tool like ImageOptim. + "logoUrl": "/images/og-image.png", + + "toolbarBgColor": "#37474F", + + // Optional: category level to use for iconography + "catLevel": 0, + + // Optional: Method for sorting codelabs. + "sort": "mainCategory", + + // Optional: List of codelab IDs that should be "pinned" at the start. + // This is useful for "getting started" codelabs or when users should + // complete codelabs in a specific order. + "pins": [], + + // Optional: custom google analytics tracking code. By default, all + // codelab views are tracked on the main codelab analytics. + //"ga": "", + + // Optional: If true, do not include this view in the list of views on + // the home page. It will still be accessible via the direct URL. + "hidden": false, +} \ No newline at end of file