|
1 | 1 | ---
|
2 |
| -altLangPrefix: index |
3 |
| -authorName: Service Canada |
4 |
| -authorUrl: |
5 |
| -contentTitle: Canada.ca Jekyll theme |
6 |
| -dateModified: 2020-01-10 |
| 2 | +altLangPage: /fr/index |
| 3 | +dateModified: 2021-06-31 |
7 | 4 | description:
|
8 |
| - en: "Get quick, easy access to all Government of Canada services and information." |
9 |
| - fr: "Accédez rapidement et facilement à tous les services et renseignements du gouvernement du Canada." |
10 |
| -noContentTitle: true |
11 |
| -pageclass: wb-prettify all-pre |
12 |
| -subject: |
13 |
| - en: [GV Government and Politics, Government services] |
14 |
| - fr: [GV Gouvernement et vie politique, Services gouvernementaux] |
15 |
| -title: Test page - Canada.ca |
| 5 | +layout: layout-home |
| 6 | +title: GCWeb Jekyll |
16 | 7 | ---
|
17 |
| -# {{ page.contentTitle }} |
18 |
| - |
19 |
| -This is a normal paragraph following a header. GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere. |
20 |
| - |
21 |
| -Text can be **bold**, _italic_, or ~~strikethrough~~. |
22 |
| - |
23 |
| -[Link to another page](./another-page.html). |
24 |
| - |
25 |
| -There should be whitespace between paragraphs. |
26 |
| - |
27 |
| -There should be whitespace between paragraphs. We recommend including a README, or a file with information about your project. |
28 |
| - |
29 |
| -## Header 2 |
30 |
| - |
31 |
| -> This is a blockquote following a header. |
32 |
| -> |
33 |
| -> When something is important enough, you do it even if the odds are not in your favor. |
34 |
| -
|
35 |
| -### Header 3 |
36 |
| - |
37 |
| -```js |
38 |
| -// Javascript code with syntax highlighting. |
39 |
| -var fun = function lang(l) { |
40 |
| - dateformat.i18n = require('./lang/' + l) |
41 |
| - return true; |
42 |
| -} |
43 |
| -``` |
44 |
| - |
45 |
| -```ruby |
46 |
| -# Ruby code with syntax highlighting |
47 |
| -GitHubPages::Dependencies.gems.each do |gem, version| |
48 |
| - s.add_dependency(gem, "= #{version}") |
49 |
| -end |
50 |
| -``` |
51 |
| - |
52 |
| -#### Header 4 |
53 |
| - |
54 |
| -* This is an unordered list following a header. |
55 |
| -* This is an unordered list following a header. |
56 |
| -* This is an unordered list following a header. |
57 |
| - |
58 |
| -##### Header 5 |
59 |
| - |
60 |
| -1. This is an ordered list following a header. |
61 |
| -2. This is an ordered list following a header. |
62 |
| -3. This is an ordered list following a header. |
63 |
| - |
64 |
| -###### Header 6 |
65 |
| - |
66 |
| -| head1 | head two | three | |
67 |
| -|:-------------|:------------------|:------| |
68 |
| -| ok | good swedish fish | nice | |
69 |
| -| out of stock | good and plenty | nice | |
70 |
| -| ok | good `oreos` | hmm | |
71 |
| -| ok | good `zoute` drop | yumm | |
72 |
| - |
73 |
| -### There's a horizontal rule below this. |
74 |
| - |
75 |
| -* * * |
76 |
| - |
77 |
| -### Here is an unordered list: |
78 |
| - |
79 |
| -* Item foo |
80 |
| -* Item bar |
81 |
| -* Item baz |
82 |
| -* Item zip |
83 |
| - |
84 |
| -### And an ordered list: |
85 |
| - |
86 |
| -1. Item one |
87 |
| -1. Item two |
88 |
| -1. Item three |
89 |
| -1. Item four |
90 |
| - |
91 |
| -### And a nested list: |
92 |
| - |
93 |
| -- level 1 item |
94 |
| - - level 2 item |
95 |
| - - level 2 item |
96 |
| - - level 3 item |
97 |
| - - level 3 item |
98 |
| -- level 1 item |
99 |
| - - level 2 item |
100 |
| - - level 2 item |
101 |
| - - level 2 item |
102 |
| -- level 1 item |
103 |
| - - level 2 item |
104 |
| - - level 2 item |
105 |
| -- level 1 item |
106 |
| - |
107 |
| -### Small image |
108 |
| - |
109 |
| - |
110 |
| - |
111 |
| -### Large image |
112 |
| - |
113 |
| -{: .img-responsive} |
114 |
| - |
115 |
| - |
116 |
| -### Definition lists can be used with HTML syntax. |
117 |
| - |
118 |
| -<dl> |
119 |
| -<dt>Name</dt> |
120 |
| -<dd>Godzilla</dd> |
121 |
| -<dt>Born</dt> |
122 |
| -<dd>1952</dd> |
123 |
| -<dt>Birthplace</dt> |
124 |
| -<dd>Japan</dd> |
125 |
| -<dt>Color</dt> |
126 |
| -<dd>Green</dd> |
127 |
| -</dl> |
128 |
| - |
129 |
| -``` |
130 |
| -Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this. |
131 |
| -``` |
132 |
| - |
133 |
| -``` |
134 |
| -The final element. |
135 |
| -``` |
| 8 | +<div class="provisional bg-cover" data-bgimg="/assets/img/bkg-home-banner-spring.jpg"> |
| 9 | + <div class="container p-0 p-sm-3"> |
| 10 | + <div class="well header-rwd brdr-0 brdr-rds-0 text-white bg-gctheme opct-90"> |
| 11 | + <h1 property="name" id="wb-cont">GCWeb Jekyll</h1> |
| 12 | + <p class="mrgn-tp-md">Welcome to the GCWeb Jekyll template website</p> |
| 13 | + </div> |
| 14 | + </div> |
| 15 | +</div> |
| 16 | +<section class="home-most-requested well well-sm brdr-0"> |
| 17 | + <div class="container"> |
| 18 | + <h2 class="mrgn-tp-md">Most requested</h2> |
| 19 | + <ul class="wb-eqht list-unstyled mrgn-tp-md mrgn-bttm-sm lst-spcd-2 list-responsive"> |
| 20 | + <li><a href="">Features</a></li> |
| 21 | + <li><a href="">Translations</a></li> |
| 22 | + <li><a href="">GCWeb theme</a></li> |
| 23 | + </ul> |
| 24 | + </div> |
| 25 | +</section> |
| 26 | +<section class="gc-srvinfo container"> |
| 27 | + <h2 class="wb-inv">Services and information</h2> |
| 28 | + <div class="wb-eqht row"> |
| 29 | + <div class="col-lg-4 col-md-6"> |
| 30 | + <h3><a href="setup.html">Setup</a></h3> |
| 31 | + <p>Setup your local environment and install the template.</p> |
| 32 | + </div> |
| 33 | + <div class="col-lg-4 col-md-6"> |
| 34 | + <h3><a href="settings.html">Settings</a></h3> |
| 35 | + <p>Customize your website, changing the layouts, titles, etc.</p> |
| 36 | + </div> |
| 37 | + <div class="col-lg-4 col-md-6"> |
| 38 | + <h3><a href="pages.html">Pages</a></h3> |
| 39 | + <p>Create pages and use the Front Matter properties</p> |
| 40 | + </div> |
| 41 | + <div class="col-lg-4 col-md-6"> |
| 42 | + <h3><a href="gh-pages.html">GitHub pages</a></h3> |
| 43 | + <p>Deploy your website using <code>gh-pages</code> and edit your content.</p> |
| 44 | + </div> |
| 45 | + </div> |
0 commit comments