her.esy.fun/dist/homepage.html

159 lines
4.6 KiB
HTML
Raw Normal View History

2019-07-04 06:38:15 +00:00
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2019-07-04 Thu 08:37 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>her.esy.fun</title>
<meta name="generator" content="Org mode" />
<meta name="author" content="Yann Esposito" />
<meta name="keywords" content="programming" />
<link rel="stylesheet" type="text/css" href="/minimalist.css" />
<script type="text/javascript">
/*
@licstart The following is the entire license notice for the
JavaScript code in this tag.
Copyright (C) 2012-2019 Free Software Foundation, Inc.
The JavaScript code in this tag is free software: you can
redistribute it and/or modify it under the terms of the GNU
General Public License (GNU GPL) as published by the Free Software
Foundation, either version 3 of the License, or (at your option)
any later version. The code is distributed WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
As additional permission under GNU GPL version 3 section 7, you
may distribute non-source (e.g., minimized or compacted) forms of
that code without the copy of the GNU GPL normally required by
section 4, provided you include this license notice and a URL
through which recipients can access the Corresponding Source.
@licend The above is the entire license notice
for the JavaScript code in this tag.
*/
<!--/*--><![CDATA[/*><!--*/
function CodeHighlightOn(elem, id)
{
var target = document.getElementById(id);
if(null != target) {
elem.cacheClassElem = elem.className;
elem.cacheClassTarget = target.className;
target.className = "code-highlighted";
elem.className = "code-highlighted";
}
}
function CodeHighlightOff(elem, id)
{
var target = document.getElementById(id);
if(elem.cacheClassElem)
elem.className = elem.cacheClassElem;
if(elem.cacheClassTarget)
target.className = elem.cacheClassTarget;
}
/*]]>*///-->
</script>
</head>
<body>
<div id="content">
<h1 class="title">her.esy.fun</h1>
<div id="outline-container-orgeeb78dc" class="outline-2">
<h2 id="orgeeb78dc">Testing</h2>
<div class="outline-text-2" id="text-orgeeb78dc">
<p>
I will test some classical things.
First let&rsquo;s test <b>bold</b>, then <i>italic</i> then, <code>code</code> and <code>terminal</code>.
Also forgot <del>barré</del>.
And a veryveryveryverylongwordlike Supercalifragilisticexpialidocious
and even longer SupercalifragilisticexpialidociousSupercalifragilisticexpialidocious
and even very very longer
SupercalifragilisticexpialidociousSupercalifragilisticexpialidociousSupercalifragilisticexpialidociousSupercalifragilisticexpialidociousSupercalifragilisticexpialidocious
</p>
<div class="org-src-container">
<pre class="src src-clojure"><span style="color: #2aa198;">(</span><span style="color: #859900; font-weight: bold;">def</span> <span style="color: #268bd2;">foo</span>
<span style="color: #2aa198;">"this is some clojure code"</span>
<span style="color: #b58900;">[</span>&amp; args<span style="color: #b58900;">]</span>
<span style="color: #b58900;">(</span><span style="color: #b58900;">string</span>/join <span style="color: #2aa198;">", "</span> args<span style="color: #b58900;">)</span><span style="color: #2aa198;">)</span>
</pre>
</div>
<p>
Then let&rsquo;s try some blockquote:
</p>
<blockquote>
<p>
This is a quote here. I&rsquo;m fond of using it.
</p>
<p>
&#x2013; Shakespeare
</p>
</blockquote>
<ul class="org-ul">
<li>item 1</li>
<li>item 2
<ul class="org-ul">
<li>sub-item</li>
<li>re-sub-item
<ul class="org-ul">
<li>sub-sub-item</li>
</ul></li>
<li>sub</li>
</ul></li>
<li>item 3</li>
<li>item 4</li>
</ul>
<ol class="org-ol">
<li>foo</li>
<li>bar</li>
<li>baz</li>
</ol>
<hr />
<p>
some text
</p>
<p>
Single image:
</p>
<div class="figure">
<p><img src="./img/a.png" alt="The bomb" />
</p>
</div>
<p>
And a figure with a caption:
</p>
<div class="figure">
<p><img src="./img/a.png" alt="The bomb" />
</p>
<p><span class="figure-number">Figure 2: </span>The bomb that started the expriment in Twin Peaks</p>
</div>
</div>
</div>
</div>
<div id="postamble" class="status">
<p class="author">Author: Yann Esposito</p>
<p class="date">Created: 2019-07-04 Thu 08:37</p>
<p class="creator">Spacemacs, org-mode (Emacs 26.1, Org mode 9.2.3)</p>
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
</div>
</body>
</html>