2022-04-02 13:30:16 +00:00
|
|
|
<!DOCTYPE html>
|
2023-02-08 21:24:18 +00:00
|
|
|
<html lang="pir" dir="rtl">
|
2022-04-02 13:30:16 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
2023-01-22 21:19:30 +00:00
|
|
|
<meta name="generator" content="Hugo 0.110.0">
|
2023-02-07 17:09:51 +00:00
|
|
|
<meta name="generator" content="Relearn 5.11.2+tip">
|
2022-07-15 20:06:18 +00:00
|
|
|
<meta name="robots" content="noindex, nofollow, noarchive, noimageindex">
|
2022-04-02 13:30:16 +00:00
|
|
|
<meta name="description" content="Some test'n fer different styles o' image links">
|
|
|
|
<meta name="author" content="Sören Weber">
|
|
|
|
<title>Images :: Cap'n Hugo Relearrrn Theme</title>
|
2023-01-25 11:42:06 +00:00
|
|
|
<link href="https://McShelby.github.io/hugo-theme-relearn/tests/images/index.html" rel="alternate" hreflang="x-default">
|
|
|
|
<link href="https://McShelby.github.io/hugo-theme-relearn/tests/images/index.html" rel="alternate" hreflang="en">
|
|
|
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/tests/images/index.html" rel="alternate" hreflang="pir">
|
2023-02-10 21:28:02 +00:00
|
|
|
<link href="../../../images/logo.svg?1676064474" rel="icon" type="image/svg+xml">
|
2022-07-15 13:20:02 +00:00
|
|
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
2023-02-10 21:28:02 +00:00
|
|
|
<link href="../../../css/fontawesome-all.min.css?1676064477" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1676064477" rel="stylesheet"></noscript>
|
|
|
|
<link href="../../../css/nucleus.css?1676064477" rel="stylesheet">
|
|
|
|
<link href="../../../css/auto-complete.css?1676064477" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1676064477" rel="stylesheet"></noscript>
|
|
|
|
<link href="../../../css/perfect-scrollbar.min.css?1676064477" rel="stylesheet">
|
|
|
|
<link href="../../../css/fonts.css?1676064477" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1676064477" rel="stylesheet"></noscript>
|
|
|
|
<link href="../../../css/theme.css?1676064477" rel="stylesheet">
|
|
|
|
<link href="../../../css/theme-auto.css?1676064477" rel="stylesheet" id="variant-style">
|
|
|
|
<link href="../../../css/variant.css?1676064477" rel="stylesheet">
|
|
|
|
<link href="../../../css/print.css?1676064477" rel="stylesheet" media="print">
|
|
|
|
<link href="../../../css/format-print.css?1676064477" rel="stylesheet">
|
|
|
|
<link href="../../../css/ie.css?1676064477" rel="stylesheet">
|
|
|
|
<script src="../../../js/url.js?1676064477"></script>
|
|
|
|
<script src="../../../js/variant.js?1676064477"></script>
|
2022-04-02 13:30:16 +00:00
|
|
|
<script>
|
|
|
|
// hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic:
|
|
|
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
2022-11-05 23:35:48 +00:00
|
|
|
window.index_js_url="../../../pir/index.search.js";
|
|
|
|
var root_url="../../../";
|
2022-04-02 13:30:16 +00:00
|
|
|
var baseUri=root_url.replace(/\/$/, '');
|
|
|
|
// translations
|
|
|
|
window.T_Copy_to_clipboard = 'Copy t\u0027 clipboard';
|
|
|
|
window.T_Copied_to_clipboard = 'Copied t\u0027 clipboard!';
|
|
|
|
window.T_Copy_link_to_clipboard = 'Copy link t\u0027 clipboard';
|
|
|
|
window.T_Link_copied_to_clipboard = 'Copied link t\u0027 clipboard!';
|
2022-11-17 21:13:11 +00:00
|
|
|
window.T_No_results_found = 'No rrresults found fer \u0022{0}\u0022';
|
|
|
|
window.T_N_results_found = '{1} rrresults found fer \u0022{0}\u0022';
|
2022-04-02 13:30:16 +00:00
|
|
|
// some further base stuff
|
|
|
|
var baseUriFull='https:\/\/McShelby.github.io\/hugo-theme-relearn/';
|
2023-02-04 21:34:28 +00:00
|
|
|
window.variants && variants.init( [ 'auto', 'relearn-light', 'relearn-dark', 'learn', 'neon', 'blue', 'green', 'red' ] );
|
2022-04-02 13:30:16 +00:00
|
|
|
</script>
|
2022-12-02 15:05:54 +00:00
|
|
|
<style>
|
|
|
|
#body img.bg-white {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
</style>
|
2022-04-02 13:30:16 +00:00
|
|
|
</head>
|
2022-11-15 06:35:08 +00:00
|
|
|
<body class="mobile-support print disableInlineCopyToClipboard" data-url="../../../pir/tests/images/index.html">
|
2022-04-02 13:30:16 +00:00
|
|
|
<div id="body" class="default-animation">
|
|
|
|
<div id="sidebar-overlay"></div>
|
|
|
|
<div id="toc-overlay"></div>
|
2023-02-08 23:54:12 +00:00
|
|
|
<nav id="topbar" class="highlightable">
|
2022-04-02 13:30:16 +00:00
|
|
|
<div>
|
|
|
|
<div id="breadcrumbs">
|
|
|
|
<span id="sidebar-toggle-span">
|
2023-02-04 15:02:34 +00:00
|
|
|
<a href="#" id="sidebar-toggle" class="topbar-link" title='Menu (CTRL+ALT+n)'><i class="fas fa-bars fa-fw"></i></a>
|
2022-04-02 13:30:16 +00:00
|
|
|
</span>
|
|
|
|
<ol class="links" itemscope itemtype="http://schema.org/BreadcrumbList">
|
2022-11-05 23:35:48 +00:00
|
|
|
<li itemscope itemtype="https://schema.org/ListItem" itemprop="itemListElement"><a itemprop="item" href="../../../pir/index.html"><span itemprop="name">Cap'n Hugo Relearrrn Theme</span></a><meta itemprop="position" content="1"> > </li>
|
|
|
|
<li itemscope itemtype="https://schema.org/ListItem" itemprop="itemListElement"><a itemprop="item" href="../../../pir/tests/index.html"><span itemprop="name">Tests</span></a><meta itemprop="position" content="2"> > </li>
|
2022-10-02 22:25:49 +00:00
|
|
|
<li itemscope itemtype="https://schema.org/ListItem" itemprop="itemListElement"><span itemprop="name">Images</span><meta itemprop="position" content="3"></li>
|
2022-04-02 13:30:16 +00:00
|
|
|
</ol>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</nav>
|
2022-07-05 22:16:52 +00:00
|
|
|
<main id="body-inner" class="highlightable default" tabindex="-1">
|
2022-04-02 13:30:16 +00:00
|
|
|
<div class="flex-block-wrapper">
|
|
|
|
<div id="head-tags">
|
|
|
|
</div>
|
2022-11-07 19:58:08 +00:00
|
|
|
<article class="default">
|
2022-11-13 21:34:47 +00:00
|
|
|
<h1 id="images">Images</h1>
|
2022-04-02 13:30:16 +00:00
|
|
|
|
2022-07-05 22:16:52 +00:00
|
|
|
|
2022-04-02 13:30:16 +00:00
|
|
|
<p>Some test'n fer different styles o' image links.</p>
|
|
|
|
<h2 id="markdown">Marrrkdown</h2>
|
2022-11-18 15:46:16 +00:00
|
|
|
<h3 id="resource-svg">Resource SVG</h3>
|
|
|
|
<p>
|
2023-02-10 21:28:02 +00:00
|
|
|
<a href="#image-85dc601b9730f2ce247c8f1dfd7e5943" class="lightbox-link">
|
2022-11-18 15:46:16 +00:00
|
|
|
<img src="../../../tests/images/test.svg?classes=shadow" alt="Magic" class="shadow" style="height: auto; width: auto;" loading="lazy">
|
2023-01-29 10:28:20 +00:00
|
|
|
</a>
|
2023-02-10 21:28:02 +00:00
|
|
|
<a href="javascript:history.back();" class="lightbox" id="image-85dc601b9730f2ce247c8f1dfd7e5943">
|
2023-02-04 15:22:06 +00:00
|
|
|
<img src="../../../tests/images/test.svg?classes=shadow" alt="Magic" class="lightbox-image" loading="lazy">
|
2022-11-18 15:46:16 +00:00
|
|
|
</a></p>
|
2022-04-02 13:30:16 +00:00
|
|
|
<h3 id="relative-to-page">Relative t' plank</h3>
|
2022-11-05 23:35:48 +00:00
|
|
|
<p>
|
2023-02-10 21:28:02 +00:00
|
|
|
<a href="#image-d7106ec51dba43f0a731b9c11cf85ffd" class="lightbox-link">
|
2022-11-19 01:02:45 +00:00
|
|
|
<img src="../../../tests/images/magic.gif?classes=shadow" alt="Magic" class="shadow" style="height: auto; width: auto;" loading="lazy">
|
2023-01-29 10:28:20 +00:00
|
|
|
</a>
|
2023-02-10 21:28:02 +00:00
|
|
|
<a href="javascript:history.back();" class="lightbox" id="image-d7106ec51dba43f0a731b9c11cf85ffd">
|
2023-02-04 15:22:06 +00:00
|
|
|
<img src="../../../tests/images/magic.gif?classes=shadow" alt="Magic" class="lightbox-image" loading="lazy">
|
2022-11-06 15:27:13 +00:00
|
|
|
</a></p>
|
2022-04-02 13:30:16 +00:00
|
|
|
<h3 id="relative-to-page-up-level">Relative t' plank up level</h3>
|
2022-11-05 23:35:48 +00:00
|
|
|
<p>
|
2022-11-06 15:27:13 +00:00
|
|
|
|
2023-02-10 21:28:02 +00:00
|
|
|
<a href="#image-9ee335f7497a58b9024fd33e21f3a106" class="lightbox-link">
|
2023-01-25 20:34:46 +00:00
|
|
|
<img src="../../../pir/tests/images/../images/magic.gif?classes=shadow&height=50px" alt="Magic" class="shadow" style="height: 50px; width: auto;" loading="lazy">
|
2023-01-29 10:28:20 +00:00
|
|
|
</a>
|
2023-02-10 21:28:02 +00:00
|
|
|
<a href="javascript:history.back();" class="lightbox" id="image-9ee335f7497a58b9024fd33e21f3a106">
|
2023-02-04 15:22:06 +00:00
|
|
|
<img src="../../../pir/tests/images/../images/magic.gif?classes=shadow&height=50px" alt="Magic" class="lightbox-image" loading="lazy">
|
2022-11-06 15:27:13 +00:00
|
|
|
</a></p>
|
2022-11-18 15:46:16 +00:00
|
|
|
<h3 id="static-svg">Static SVG</h3>
|
2022-11-05 23:35:48 +00:00
|
|
|
<p>
|
2022-11-06 15:27:13 +00:00
|
|
|
|
2023-02-10 21:28:02 +00:00
|
|
|
<a href="#image-bcd481b21e00c323c7f91bd26c8047e9" class="lightbox-link">
|
2022-11-06 15:27:13 +00:00
|
|
|
<img src="../../../images/logo.svg?classes=shadow&height=50px" alt="Logo" class="shadow" style="height: 50px; width: auto;" loading="lazy">
|
2023-01-29 10:28:20 +00:00
|
|
|
</a>
|
2023-02-10 21:28:02 +00:00
|
|
|
<a href="javascript:history.back();" class="lightbox" id="image-bcd481b21e00c323c7f91bd26c8047e9">
|
2023-02-04 15:22:06 +00:00
|
|
|
<img src="../../../images/logo.svg?classes=shadow&height=50px" alt="Logo" class="lightbox-image" loading="lazy">
|
2022-11-06 15:27:13 +00:00
|
|
|
</a></p>
|
2022-04-02 13:30:16 +00:00
|
|
|
<h3 id="external-fully-qualified">External fully qualified</h3>
|
2022-11-05 23:35:48 +00:00
|
|
|
<p>
|
2022-11-06 15:27:13 +00:00
|
|
|
|
2023-02-10 21:28:02 +00:00
|
|
|
<a href="#image-fb85e980200d747e66814d4560973297" class="lightbox-link">
|
2022-11-18 23:25:43 +00:00
|
|
|
<img src="https://octodex.github.com/images/minion.png?classes=shadow&height=50px" alt="Minion" class="shadow" style="height: 50px; width: auto;" loading="lazy">
|
2023-01-29 10:28:20 +00:00
|
|
|
</a>
|
2023-02-10 21:28:02 +00:00
|
|
|
<a href="javascript:history.back();" class="lightbox" id="image-fb85e980200d747e66814d4560973297">
|
2023-02-04 15:22:06 +00:00
|
|
|
<img src="https://octodex.github.com/images/minion.png?classes=shadow&height=50px" alt="Minion" class="lightbox-image" loading="lazy">
|
2022-11-06 15:27:13 +00:00
|
|
|
</a></p>
|
2022-04-02 13:30:16 +00:00
|
|
|
<h3 id="external-without-scheme">External without scheme</h3>
|
2022-11-05 23:35:48 +00:00
|
|
|
<p>
|
2022-11-06 15:27:13 +00:00
|
|
|
|
2023-02-10 21:28:02 +00:00
|
|
|
<a href="#image-c0bb9e88b579bd18dcb5aaa72859d7de" class="lightbox-link">
|
2022-11-06 15:27:13 +00:00
|
|
|
<img src="//octodex.github.com/images/minion.png?classes=shadow&height=50px" alt="Minion" class="shadow" style="height: 50px; width: auto;" loading="lazy">
|
2023-01-29 10:28:20 +00:00
|
|
|
</a>
|
2023-02-10 21:28:02 +00:00
|
|
|
<a href="javascript:history.back();" class="lightbox" id="image-c0bb9e88b579bd18dcb5aaa72859d7de">
|
2023-02-04 15:22:06 +00:00
|
|
|
<img src="//octodex.github.com/images/minion.png?classes=shadow&height=50px" alt="Minion" class="lightbox-image" loading="lazy">
|
2022-11-06 15:27:13 +00:00
|
|
|
</a></p>
|
2022-04-02 13:30:16 +00:00
|
|
|
<h3 id="external-without-scheme-and-scheme-separator">External without scheme an' scheme separator</h3>
|
2022-11-05 23:35:48 +00:00
|
|
|
<p>
|
2022-11-06 15:27:13 +00:00
|
|
|
|
2023-02-10 21:28:02 +00:00
|
|
|
<a href="#image-fc53869bad7db2283b9f3074c0513116" class="lightbox-link">
|
2023-01-25 20:34:46 +00:00
|
|
|
<img src="../../../pir/tests/images/octodex.github.com/images/minion.png?classes=shadow&height=50px" alt="Minion" class="shadow" style="height: 50px; width: auto;" loading="lazy">
|
2023-01-29 10:28:20 +00:00
|
|
|
</a>
|
2023-02-10 21:28:02 +00:00
|
|
|
<a href="javascript:history.back();" class="lightbox" id="image-fc53869bad7db2283b9f3074c0513116">
|
2023-02-04 15:22:06 +00:00
|
|
|
<img src="../../../pir/tests/images/octodex.github.com/images/minion.png?classes=shadow&height=50px" alt="Minion" class="lightbox-image" loading="lazy">
|
2022-11-06 15:27:13 +00:00
|
|
|
</a></p>
|
2022-04-02 13:30:16 +00:00
|
|
|
<h2 id="html">HTML</h2>
|
2022-11-18 15:46:16 +00:00
|
|
|
<h3 id="resource-svg-1">Resource SVG</h3>
|
2023-01-25 20:34:46 +00:00
|
|
|
<p><img src="../../../pir/tests/images/test.svg?classes=shadow"></p>
|
2022-04-02 13:30:16 +00:00
|
|
|
<h3 id="relative-to-page-1">Relative t' plank</h3>
|
2023-01-25 20:34:46 +00:00
|
|
|
<p><img src="../../../pir/tests/images/magic.gif?classes=shadow"></p>
|
2022-04-02 13:30:16 +00:00
|
|
|
<h3 id="relative-to-page-up-level-1">Relative t' plank up level</h3>
|
2023-01-25 20:34:46 +00:00
|
|
|
<p><img src="../../../pir/tests/images/../images/magic.gif?classes=shadow&height=50px"></p>
|
2022-11-18 15:46:16 +00:00
|
|
|
<h3 id="static-svg-1">Static SVG</h3>
|
2022-11-05 23:35:48 +00:00
|
|
|
<p><img src="../../../images/logo.svg?classes=shadow&height=50px"></p>
|
2022-04-02 13:30:16 +00:00
|
|
|
<h3 id="external-fully-qualified-1">External fully qualified</h3>
|
|
|
|
<p><img src="https://octodex.github.com/images/minion.png?classes=shadow&height=50px"></p>
|
|
|
|
<h3 id="external-without-scheme-1">External without scheme</h3>
|
|
|
|
<p><img src="//octodex.github.com/images/minion.png?classes=shadow&height=50px"></p>
|
|
|
|
<h3 id="external-without-scheme-and-scheme-separator-1">External without scheme an' scheme separator</h3>
|
2023-01-25 20:34:46 +00:00
|
|
|
<p><img src="../../../pir/tests/images/octodex.github.com/images/minion.png?classes=shadow&height=50px"></p>
|
2022-04-02 13:30:16 +00:00
|
|
|
|
|
|
|
|
|
|
|
<footer class="footline">
|
|
|
|
</footer>
|
|
|
|
</article>
|
|
|
|
</div>
|
|
|
|
</main>
|
|
|
|
</div>
|
2023-02-10 21:28:02 +00:00
|
|
|
<script src="../../../js/clipboard.min.js?1676064477" defer></script>
|
|
|
|
<script src="../../../js/perfect-scrollbar.min.js?1676064477" defer></script>
|
|
|
|
<script src="../../../js/theme.js?1676064477" defer></script>
|
2022-04-02 13:30:16 +00:00
|
|
|
</body>
|
|
|
|
</html>
|