Skip to content

Commit a1ee38b

Browse files
committed
Deployed 2e667d6 with MkDocs version: 1.0.4
1 parent f6655a7 commit a1ee38b

File tree

11 files changed

+478
-74
lines changed

11 files changed

+478
-74
lines changed

404.html

Lines changed: 68 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<div class="md-flex__cell md-flex__cell--shrink">
124124
<a href="https://mobile-coding-hub.github.io" title="Mobile Coding Hub" class="md-header-nav__button md-logo">
125125

126-
<img src="images/mobile_friendly.svg" width="24" height="24">
126+
<img src="images/MCH_Mobile.svg" width="24" height="24">
127127

128128
</a>
129129
</div>
@@ -180,7 +180,7 @@
180180

181181

182182

183-
<a href="https://github.com/AXVin/mobile-coding-hub/" title="Go to repository" class="md-source" data-md-source="github">
183+
<a href="https://github.com/mobile-coding-hub/mobile-coding-hub.github.io/" title="Go to repository" class="md-source" data-md-source="github">
184184

185185
<div class="md-source__icon">
186186
<svg viewBox="0 0 24 24" width="24" height="24">
@@ -189,7 +189,7 @@
189189
</div>
190190

191191
<div class="md-source__repository">
192-
mobile-coding-hub
192+
mobile-coding-hub/mobile-coding-hub.github.io
193193
</div>
194194
</a>
195195
</div>
@@ -235,23 +235,48 @@
235235
<div class="md-sidebar md-sidebar--primary" data-md-component="navigation">
236236
<div class="md-sidebar__scrollwrap">
237237
<div class="md-sidebar__inner">
238-
<nav class="md-nav md-nav--primary" data-md-level="0">
238+
<!--
239+
Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
240+
Permission is hereby granted, free of charge, to any person obtaining a copy
241+
of this software and associated documentation files (the "Software"), to
242+
deal in the Software without restriction, including without limitation the
243+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
244+
sell copies of the Software, and to permit persons to whom the Software is
245+
furnished to do so, subject to the following conditions:
246+
The above copyright notice and this permission notice shall be included in
247+
all copies or substantial portions of the Software.
248+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
249+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
250+
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
251+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
252+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
253+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
254+
IN THE SOFTWARE.
255+
-->
256+
257+
<!-- Main navigation -->
258+
<nav class="md-nav md-nav--primary" data-md-level="0">
259+
260+
<!-- Site title -->
239261
<label class="md-nav__title md-nav__title--site" for="__drawer">
240-
<a href="https://mobile-coding-hub.github.io" title="Mobile Coding Hub" class="md-nav__button md-logo">
262+
<a href="https://mobile-coding-hub.github.io"
263+
title="Mobile Coding Hub" class="md-nav__button md-logo">
241264

242-
<img src="images/mobile_friendly.svg" width="48" height="48">
265+
<img src="images/MCH_Mobile.svg" width="48" height="48" />
243266

244267
</a>
245268
Mobile Coding Hub
246269
</label>
270+
271+
<!-- Repository containing source -->
247272

248273
<div class="md-nav__source">
249274

250275

251276

252277

253278

254-
<a href="https://github.com/AXVin/mobile-coding-hub/" title="Go to repository" class="md-source" data-md-source="github">
279+
<a href="https://github.com/mobile-coding-hub/mobile-coding-hub.github.io/" title="Go to repository" class="md-source" data-md-source="github">
255280

256281
<div class="md-source__icon">
257282
<svg viewBox="0 0 24 24" width="24" height="24">
@@ -260,11 +285,13 @@
260285
</div>
261286

262287
<div class="md-source__repository">
263-
mobile-coding-hub
288+
mobile-coding-hub/mobile-coding-hub.github.io
264289
</div>
265290
</a>
266291
</div>
267292

293+
294+
<!-- Render item list -->
268295
<ul class="md-nav__list" data-md-scrollfix>
269296

270297

@@ -303,6 +330,9 @@
303330
</li>
304331

305332

333+
334+
<!-- Advertisement -->
335+
306336
</ul>
307337
</nav>
308338
</div>
@@ -326,23 +356,47 @@ <h1>404 - Not found</h1>
326356
</div>
327357
</main>
328358

329-
359+
<!--
360+
Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
361+
Permission is hereby granted, free of charge, to any person obtaining a copy
362+
of this software and associated documentation files (the "Software"), to
363+
deal in the Software without restriction, including without limitation the
364+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
365+
sell copies of the Software, and to permit persons to whom the Software is
366+
furnished to do so, subject to the following conditions:
367+
The above copyright notice and this permission notice shall be included in
368+
all copies or substantial portions of the Software.
369+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
370+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
371+
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
372+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
373+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
374+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
375+
IN THE SOFTWARE.
376+
-->
377+
378+
379+
380+
<!-- Application footer -->
330381
<footer class="md-footer">
382+
383+
<!-- Link to previous and/or next page -->
331384

385+
386+
<!-- Further information -->
332387
<div class="md-footer-meta md-typeset">
333388
<div class="md-footer-meta__inner md-grid">
389+
390+
<!-- Copyright and theme information -->
334391
<div class="md-footer-copyright">
335392

336393
<div class="md-footer-copyright__highlight">
337394
Copyright &copy; 2019 - 2020 AXVin
338395
</div>
339396

340-
powered by
341-
<a href="https://www.mkdocs.org">MkDocs</a>
342-
and
343-
<a href="https://squidfunk.github.io/mkdocs-material/">
344-
Material for MkDocs</a>
345397
</div>
398+
399+
<!-- Social links -->
346400

347401
<div class="md-footer-social">
348402
<link rel="stylesheet" href="assets/fonts/font-awesome.css">

images/MCH.png

16.6 KB
Loading

0 commit comments

Comments
 (0)