-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
32 changed files
with
310 additions
and
236 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,92 +1,121 @@ | ||
--- | ||
--- | ||
<!DOCTYPE html> | ||
<html lang="{{ site.lang | default: 'fr' }}"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="keywords" content="{{ page.keywords | default: site.keywords }}"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta | ||
name="keywords" | ||
content="{{ page.keywords | default: site.keywords }}" | ||
/> | ||
<!-- PWA --> | ||
<link rel="manifest" href="{{ '/manifest.json?v=' | append: site.github.build_revision | relative_url }}" /> | ||
<script type="text/javascript" | ||
src="{{ '/assets/js/main.js?=' | append: site.github.build_revision | relative_url }}"></script> | ||
<link | ||
rel="manifest" | ||
href="{{ '/manifest.json?v=' | append: site.github.build_revision | relative_url }}" | ||
/> | ||
<script | ||
type="text/javascript" | ||
src="{{ '/assets/js/main.js?=' | append: site.github.build_revision | relative_url }}" | ||
></script> | ||
<!-- insert favicons by favicon generator--> | ||
<link rel="apple-touch-icon" sizes="180x180" | ||
href="{{ '/assets/images/apple-touch-icon.png?v=' | append: site.github.build_revision | relative_url }}"> | ||
<link rel="icon" type="image/png" sizes="32x32" | ||
href="{{ '/assets/images/favicon-32x32.png?v=' | append: site.github.build_revision | relative_url }}"> | ||
<link rel="icon" type="image/png" sizes="16x16" | ||
href="{{ '/assets/images/favicon-16x16.png?v=' | append: site.github.build_revision | relative_url }}"> | ||
<link rel="shortcut icon" | ||
href="{{ '/assets/images/favicon.ico?v=' | append: site.github.build_revision | relative_url }}"> | ||
<meta name="msapplication-TileColor" content="#157878"> | ||
<meta name="msapplication-config" content=" "> | ||
<link rel="preconnect" href="https://fonts.gstatic.com"> | ||
<link rel="preload" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap" as="style" | ||
type="text/css" crossorigin> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="theme-color" content="#157878"> | ||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> | ||
<link rel="stylesheet" href="{{ '/assets/css/styles.css?v=' | append: site.github.build_revision | relative_url }}"> | ||
<link rel="stylesheet" href="{{ '/assets/css/jekyll-glossary_tooltip.css?v=' | append: site.github.build_revision | relative_url }}"> | ||
{% include head-custom.html %} | ||
{% seo %} | ||
</head> | ||
<link | ||
rel="apple-touch-icon" | ||
sizes="180x180" | ||
href="{{ '/assets/images/apple-touch-icon.png?v=' | append: site.github.build_revision | relative_url }}" | ||
/> | ||
<link | ||
rel="icon" | ||
type="image/png" | ||
sizes="32x32" | ||
href="{{ '/assets/images/favicon-32x32.png?v=' | append: site.github.build_revision | relative_url }}" | ||
/> | ||
<link | ||
rel="icon" | ||
type="image/png" | ||
sizes="16x16" | ||
href="{{ '/assets/images/favicon-16x16.png?v=' | append: site.github.build_revision | relative_url }}" | ||
/> | ||
<link | ||
rel="shortcut icon" | ||
href="{{ '/assets/images/favicon.ico?v=' | append: site.github.build_revision | relative_url }}" | ||
/> | ||
<meta name="msapplication-TileColor" content="#157878" /> | ||
<meta name="msapplication-config" content=" " /> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" /> | ||
<link | ||
rel="preload" | ||
href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap" | ||
as="style" | ||
type="text/css" | ||
crossorigin | ||
/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta name="theme-color" content="#157878" /> | ||
<meta | ||
name="apple-mobile-web-app-status-bar-style" | ||
content="black-translucent" | ||
/> | ||
<link | ||
rel="stylesheet" | ||
href="{{ '/assets/css/styles.css?v=' | append: site.github.build_revision | relative_url }}" | ||
/> | ||
<link | ||
rel="stylesheet" | ||
href="{{ '/assets/css/jekyll-glossary_tooltip.css?v=' | append: site.github.build_revision | relative_url }}" | ||
/> | ||
{% include head-custom.html %} {% seo %} | ||
</head> | ||
|
||
<body> | ||
<body> | ||
<a id="skip-to-content" href="#content">Skip to the content.</a> | ||
<header class="page-header" role="banner"> | ||
<div class="wrapper"> | ||
<img class="logo" width="100" height="100" | ||
src="{{ '/assets/images/MCS.png?v=' | append: site.github.build_revision | relative_url }}" | ||
alt="MCS-logo" /> | ||
<h2 class="project-name">{{ page.title | default: site.title | default: site.github.repository_name }}</h2> | ||
</div> | ||
<h3 class="project-tagline">{{ page.description | default: site.description | default: | ||
site.github.project_tagline }}</h3> | ||
|
||
{% include navigation.html %} | ||
<div class="wrapper"> | ||
<img | ||
class="logo" | ||
width="100" | ||
height="100" | ||
src="{{ '/assets/images/MCS.png?v=' | append: site.github.build_revision | relative_url }}" | ||
alt="MCS-logo" | ||
/> | ||
<h2 class="project-name"> | ||
{{ page.title | default: site.title | default: | ||
site.github.repository_name }} | ||
</h2> | ||
</div> | ||
<h3 class="project-tagline"> | ||
{{ page.description | default: site.description | default: | ||
site.github.project_tagline }} | ||
</h3> | ||
|
||
{% if site.github.is_project_page %} | ||
<a href="{{ site.github.repository_url }}" class="btn">Voir sur GitHub</a> | ||
{% endif %} | ||
{% if site.show_downloads %} | ||
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a> | ||
<a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a> | ||
{% endif %} | ||
{% include navigation.html %} {% if site.github.is_project_page %} | ||
<a href="{{ site.github.repository_url }}" class="btn">Voir sur GitHub</a> | ||
{% endif %} {% if site.show_downloads %} | ||
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a> | ||
<a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a> | ||
{% endif %} | ||
</header> | ||
|
||
<main id="content" class="main-content" role="main"> | ||
<div id="main"> | ||
|
||
{{ content }} | ||
|
||
</div> | ||
<footer class="site-footer"> | ||
|
||
{% if page.date %} | ||
<p>publié le {{ page.date | date: "%d/%m/%Y, à %R" }} </p> | ||
{% endif %} | ||
|
||
{% if page.refs %} | ||
<p>sources/references: {{ page.refs }} </p> | ||
{% endif %} | ||
|
||
{% if page.author %} | ||
{% include author_bio.html %} | ||
{% endif %} | ||
|
||
{% if site.github.is_project_page %} | ||
<span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ | ||
site.github.repository_name | ||
}}</a> est maintenu par © <a href="{{ site.github.owner_url }}">{{ site.github.owner_name | ||
}}</a>, 2021.</span> | ||
{% endif %} | ||
<span class="site-footer-credits">Cette page <a href="https://jekyllrb.com/">Jekyll</a> est alimentée par <a | ||
href="https://pages.github.com">GitHub | ||
Pages</a>.</span> | ||
</footer> | ||
<div id="main">{{ content }}</div> | ||
<footer class="site-footer"> | ||
{% if page.date %} | ||
<p>publié le {{ page.date | date: "%d/%m/%Y, à %R" }}</p> | ||
{% endif %} {% if page.refs %} | ||
<p>sources/references: {{ page.refs }}</p> | ||
{% endif %} {% if page.author %} {% include author_bio.html %} {% endif | ||
%} {% if site.github.is_project_page %} | ||
<span class="site-footer-owner" | ||
><a href="{{ site.github.repository_url }}" | ||
>{{ site.github.repository_name }}</a | ||
> | ||
est maintenu par © | ||
<a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a | ||
>, 2021.</span | ||
> | ||
{% endif %} | ||
<span class="site-footer-credits" | ||
>Cette page <a href="https://jekyllrb.com/">Jekyll</a> est alimentée | ||
par <a href="https://pages.github.com">GitHub Pages</a>.</span | ||
> | ||
</footer> | ||
</main> | ||
</body> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.