-
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
0 parents
commit 2b5dc7e
Showing
38 changed files
with
6,409 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
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 |
---|---|---|
@@ -0,0 +1,272 @@ | ||
<!doctype html> | ||
<!-- | ||
Minimal Mistakes Jekyll Theme 4.24.0 by Michael Rose | ||
Copyright 2013-2020 Michael Rose - mademistakes.com | @mmistakes | ||
Free for personal and commercial use under the MIT license | ||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE | ||
--> | ||
<!-- Math support from: https://zjuwhw.github.io/2017/06/04/MathJax.html--> | ||
<script type="text/x-mathjax-config"> | ||
MathJax.Hub.Config({ | ||
tex2jax: { | ||
inlineMath: [['$','$'], ['\\(','\\)']], | ||
processEscapes: true | ||
}, | ||
chtml: { | ||
scale: 0.8 | ||
}, | ||
svg: { | ||
scale: 0.8 | ||
} | ||
}); | ||
</script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script> | ||
<html lang="en" class="no-js"> | ||
<head> | ||
<meta charset="utf-8"> | ||
|
||
<!-- begin _includes/seo.html --><title>About - GEGELATI Hands-on tutorial</title> | ||
<meta name="description" content=""> | ||
|
||
|
||
<meta name="author" content="Your Name"> | ||
|
||
|
||
|
||
<meta property="og:type" content="website"> | ||
<meta property="og:locale" content="en_US"> | ||
<meta property="og:site_name" content="GEGELATI Hands-on tutorial"> | ||
<meta property="og:title" content="About"> | ||
<meta property="og:url" content="https://gegelati.github.io/gegelati-tutorial/about/"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<link rel="canonical" href="https://gegelati.github.io/gegelati-tutorial/about/"> | ||
|
||
|
||
|
||
|
||
<script type="application/ld+json"> | ||
{ | ||
"@context": "https://schema.org", | ||
|
||
"@type": "Person", | ||
"name": null, | ||
"url": "https://gegelati.github.io/gegelati-tutorial/" | ||
|
||
} | ||
</script> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!-- end _includes/seo.html --> | ||
|
||
|
||
|
||
<link href="/gegelati-tutorial/feed.xml" type="application/atom+xml" rel="alternate" title="GEGELATI Hands-on tutorial Feed"> | ||
|
||
|
||
<!-- https://t.co/dKP3o1e --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<script> | ||
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js '; | ||
</script> | ||
|
||
<!-- For all browsers --> | ||
<link rel="stylesheet" href="/gegelati-tutorial/assets/css/main.css"> | ||
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> | ||
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css"></noscript> | ||
|
||
|
||
|
||
<!-- start custom head snippets --> | ||
|
||
<!-- insert favicons. use https://realfavicongenerator.net/ --> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon-16x16.png"> | ||
<link rel="manifest" href="assets/images/site.webmanifest"> | ||
<link rel="mask-icon" href="assets/images/safari-pinned-tab.svg" color="#5bbad5"> | ||
<meta name="msapplication-TileColor" content="#da532c"> | ||
<meta name="theme-color" content="#ffffff"> | ||
|
||
<!-- end custom head snippets --> | ||
|
||
</head> | ||
|
||
<body class="layout--single"> | ||
<nav class="skip-links"> | ||
<ul> | ||
<li><a href="#site-nav" class="screen-reader-shortcut">Skip to primary navigation</a></li> | ||
<li><a href="#main" class="screen-reader-shortcut">Skip to content</a></li> | ||
<li><a href="#footer" class="screen-reader-shortcut">Skip to footer</a></li> | ||
</ul> | ||
</nav> | ||
|
||
<!--[if lt IE 9]> | ||
<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience.</div> | ||
<![endif]--> | ||
|
||
|
||
|
||
<div class="masthead"> | ||
<div class="masthead__inner-wrap"> | ||
<div class="masthead__menu"> | ||
<nav id="site-nav" class="greedy-nav"> | ||
|
||
<a class="site-title" href="/gegelati-tutorial/"> | ||
GEGELATI Hands-on tutorial | ||
|
||
</a> | ||
<ul class="visible-links"><li class="masthead__menu-item"> | ||
<a href="/gegelati-tutorial/about/">About</a> | ||
</li><li class="masthead__menu-item"> | ||
<a href="/gegelati-tutorial/tutos/">Tutorials</a> | ||
</li></ul> | ||
|
||
<button class="greedy-nav__toggle hidden" type="button"> | ||
<span class="visually-hidden">Toggle menu</span> | ||
<div class="navicon"></div> | ||
</button> | ||
<ul class="hidden-links hidden"></ul> | ||
</nav> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="initial-content"> | ||
|
||
|
||
|
||
|
||
<div id="main" role="main"> | ||
|
||
|
||
|
||
<article class="page h-entry" itemscope itemtype="https://schema.org/CreativeWork"> | ||
<meta itemprop="headline" content="About"> | ||
|
||
|
||
|
||
|
||
<div class="page__inner-wrap"> | ||
|
||
<header> | ||
<h1 id="page-title" class="page__title p-name" itemprop="headline"> | ||
<a href="https://gegelati.github.io/gegelati-tutorial/about/" class="u-url" itemprop="url">About | ||
</a> | ||
</h1> | ||
|
||
|
||
|
||
</header> | ||
|
||
|
||
<section class="page__content e-content" itemprop="text"> | ||
|
||
<p>These Github Pages contain a hands-on tutorial providing a gentle introduction to <a href="https://github.com/gegelati/gegelati">GEGEGELATI</a> usage.</p> | ||
|
||
<h2 id="tutorial-authors">Tutorial authors:</h2> | ||
<ul> | ||
<li>Karol Desnos</li> | ||
</ul> | ||
|
||
|
||
</section> | ||
|
||
<footer class="page__meta"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
</footer> | ||
|
||
|
||
|
||
|
||
</div> | ||
|
||
|
||
</article> | ||
|
||
|
||
|
||
</div> | ||
</div> | ||
|
||
|
||
|
||
<div id="footer" class="page__footer"> | ||
<footer> | ||
<!-- start custom footer snippets --> | ||
|
||
<!-- end custom footer snippets --> | ||
<div class="page__footer-follow"> | ||
<ul class="social-icons"> | ||
|
||
<li><strong>Follow:</strong></li> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/gegelati-tutorial/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li> | ||
|
||
</ul> | ||
</div> | ||
|
||
<div class="page__footer-copyright">© 2024 GEGELATI Hands-on tutorial. Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div> | ||
|
||
</footer> | ||
</div> | ||
|
||
|
||
<script src="/gegelati-tutorial/assets/js/main.min.js"></script> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<browserconfig> | ||
<msapplication> | ||
<tile> | ||
<square150x150logo src="/mstile-150x150.png"/> | ||
<TileColor>#da532c</TileColor> | ||
</tile> | ||
</msapplication> | ||
</browserconfig> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.